Uses of Class
org.isda.cdm.metafields.ReferenceWithMetaMoney
-
Packages that use ReferenceWithMetaMoney Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of ReferenceWithMetaMoney in org.isda.cdm
Methods in org.isda.cdm that return ReferenceWithMetaMoney Modifier and Type Method Description ReferenceWithMetaMoney
ContractualQuantity. getNotionalAmount()
The contractual quantity when specified as an amount and a currency units without associated schedule or FX terms.ReferenceWithMetaMoney
PercentageRule. getNotionalAmountReference()
A reference to the notional amount.ReferenceWithMetaMoney
ExerciseFee. getNotionalReference()
A pointer style reference to the associated notional schedule defined elsewhere in the document.ReferenceWithMetaMoney
ExerciseFeeSchedule. getNotionalReference()
A pointer style reference to the associated notional schedule defined elsewhere in the document.ReferenceWithMetaMoney
PartialExercise. getNotionaReference()
A pointer style reference to the associated notional schedule defined elsewhere in the document.Methods in org.isda.cdm with parameters of type ReferenceWithMetaMoney Modifier and Type Method Description ContractualQuantity.ContractualQuantityBuilder
ContractualQuantity.ContractualQuantityBuilder. setNotionalAmount(ReferenceWithMetaMoney notionalAmount)
PercentageRule.PercentageRuleBuilder
PercentageRule.PercentageRuleBuilder. setNotionalAmountReference(ReferenceWithMetaMoney notionalAmountReference)
ExerciseFee.ExerciseFeeBuilder
ExerciseFee.ExerciseFeeBuilder. setNotionalReference(ReferenceWithMetaMoney notionalReference)
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder. setNotionalReference(ReferenceWithMetaMoney notionalReference)
MultipleExercise.MultipleExerciseBuilder
MultipleExercise.MultipleExerciseBuilder. setNotionaReference(ReferenceWithMetaMoney notionaReference)
PartialExercise.PartialExerciseBuilder
PartialExercise.PartialExerciseBuilder. setNotionaReference(ReferenceWithMetaMoney notionaReference)
-
Uses of ReferenceWithMetaMoney in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return ReferenceWithMetaMoney Modifier and Type Method Description ReferenceWithMetaMoney
ReferenceWithMetaMoney.ReferenceWithMetaMoneyBuilder. build()
Methods in org.isda.cdm.metafields that return types with arguments of type ReferenceWithMetaMoney Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaMoney>
ReferenceWithMetaMoney. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaMoney>
ReferenceWithMetaMoney.ReferenceWithMetaMoneyBuilder. metaData()
-