Package cdm.product.common.settlement
Class PercentageRule.PercentageRuleImpl
java.lang.Object
cdm.product.common.settlement.PercentageRule.PercentageRuleImpl
- All Implemented Interfaces:
PercentageRule,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
PercentageRule
Immutable Implementation of PercentageRule
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.common.settlement.PercentageRule
PercentageRule.PercentageRuleBuilder, PercentageRule.PercentageRuleBuilderImpl, PercentageRule.PercentageRuleImpl -
Field Summary
Fields inherited from interface cdm.product.common.settlement.PercentageRule
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.common.settlement.PercentageRule
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
PercentageRuleImpl
-
-
Method Details
-
getPaymentPercent
@RosettaAttribute(value="paymentPercent", isRequired=true) @RuneAttribute(value="paymentPercent", isRequired=true) public BigDecimal getPaymentPercent()Description copied from interface:PercentageRuleA percentage of the notional amount.- Specified by:
getPaymentPercentin interfacePercentageRule
-
getNotionalAmountReference
@RosettaAttribute(value="notionalAmountReference", isRequired=true) @RuneAttribute(value="notionalAmountReference", isRequired=true) public ReferenceWithMetaMoney getNotionalAmountReference()Description copied from interface:PercentageRuleA reference to the notional amount.- Specified by:
getNotionalAmountReferencein interfacePercentageRule
-
build
Description copied from interface:PercentageRuleBuild Methods- Specified by:
buildin interfacePercentageRule- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacePercentageRule- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-