Class IsInterestRateIRSwapFixedFloatZeroCoupon

  • All Implemented Interfaces:
    java.util.function.Function<EconomicTerms,​com.rosetta.model.lib.qualify.QualifyResult>

    @RosettaQualifiable("InterestRate_IRSwap_FixedFloat_ZeroCoupon")
    public class IsInterestRateIRSwapFixedFloatZeroCoupon
    extends java.lang.Object
    implements java.util.function.Function<EconomicTerms,​com.rosetta.model.lib.qualify.QualifyResult>
    Version:
    2.5.4
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rosetta.model.lib.qualify.QualifyResult apply​(EconomicTerms economicTerms)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • IsInterestRateIRSwapFixedFloatZeroCoupon

        public IsInterestRateIRSwapFixedFloatZeroCoupon()
    • Method Detail

      • apply

        public com.rosetta.model.lib.qualify.QualifyResult apply​(EconomicTerms economicTerms)
        Specified by:
        apply in interface java.util.function.Function<EconomicTerms,​com.rosetta.model.lib.qualify.QualifyResult>