Package org.isda.cdm.functions
Class TransferCash
- java.lang.Object
-
- org.isda.cdm.functions.TransferCash
-
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
public class TransferCash extends java.lang.Object implements com.rosetta.model.lib.functions.RosettaFunction
-
-
Field Summary
Fields Modifier and Type Field Description protected NewCashTransferPrimitive
newCashTransferPrimitive
protected com.rosetta.model.lib.validation.ModelObjectValidator
objectValidator
-
Constructor Summary
Constructors Constructor Description TransferCash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.rosetta.model.lib.functions.MapperBuilder<ContractState>
contractState(Event resetEvent)
protected Event.EventBuilder
doEvaluate(Event resetEvent)
Event
evaluate(Event resetEvent)
-
-
-
Field Detail
-
objectValidator
@Inject protected com.rosetta.model.lib.validation.ModelObjectValidator objectValidator
-
newCashTransferPrimitive
@Inject protected NewCashTransferPrimitive newCashTransferPrimitive
-
-
Method Detail
-
doEvaluate
protected Event.EventBuilder doEvaluate(Event resetEvent)
-
contractState
protected com.rosetta.model.lib.functions.MapperBuilder<ContractState> contractState(Event resetEvent)
-
-