Package cdm.event.common.functions
Class Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault
java.lang.Object
cdm.event.common.functions.Create_OnDemandInterestPaymentPrimitiveInstruction
cdm.event.common.functions.Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_OnDemandInterestPaymentPrimitiveInstruction
public static class Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault
extends Create_OnDemandInterestPaymentPrimitiveInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_OnDemandInterestPaymentPrimitiveInstruction
Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_OnDemandInterestPaymentPrimitiveInstruction
conditionValidator, create_Cashflow, create_CashflowTermsChangeInstruction, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, Money interestAmount, SettlementDate settlementDate) protected com.rosetta.model.lib.mapper.MapperS<? extends Cashflow> cashflow(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) doEvaluate(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) protected com.rosetta.model.lib.mapper.MapperS<? extends InterestRatePayout> interestRatePayout(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) Methods inherited from class cdm.event.common.functions.Create_OnDemandInterestPaymentPrimitiveInstruction
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
Create_OnDemandInterestPaymentPrimitiveInstructionDefault
public Create_OnDemandInterestPaymentPrimitiveInstructionDefault()
-
-
Method Details
-
doEvaluate
protected PrimitiveInstruction.PrimitiveInstructionBuilder doEvaluate(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) - Specified by:
doEvaluatein classCreate_OnDemandInterestPaymentPrimitiveInstruction
-
assignOutput
protected PrimitiveInstruction.PrimitiveInstructionBuilder assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, Money interestAmount, SettlementDate settlementDate) -
interestRatePayout
protected com.rosetta.model.lib.mapper.MapperS<? extends InterestRatePayout> interestRatePayout(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) - Specified by:
interestRatePayoutin classCreate_OnDemandInterestPaymentPrimitiveInstruction
-
cashflow
protected com.rosetta.model.lib.mapper.MapperS<? extends Cashflow> cashflow(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) - Specified by:
cashflowin classCreate_OnDemandInterestPaymentPrimitiveInstruction
-