Uses of Class
org.isda.cdm.FxLinkedNotionalAmount
-
Packages that use FxLinkedNotionalAmount Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of FxLinkedNotionalAmount in org.isda.cdm
Methods in org.isda.cdm that return FxLinkedNotionalAmount Modifier and Type Method Description FxLinkedNotionalAmount
FxLinkedNotionalAmount.FxLinkedNotionalAmountBuilder. build()
FxLinkedNotionalAmount
CalculationPeriod. getFxLinkedNotionalAmount()
The amount that a cashflow will accrue interest on.Methods in org.isda.cdm that return types with arguments of type FxLinkedNotionalAmount Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends FxLinkedNotionalAmount>
FxLinkedNotionalAmount.FxLinkedNotionalAmountBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends FxLinkedNotionalAmount>
FxLinkedNotionalAmount. metaData()
Methods in org.isda.cdm with parameters of type FxLinkedNotionalAmount Modifier and Type Method Description CalculationPeriod.CalculationPeriodBuilder
CalculationPeriod.CalculationPeriodBuilder. setFxLinkedNotionalAmount(FxLinkedNotionalAmount fxLinkedNotionalAmount)
-
Uses of FxLinkedNotionalAmount in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type FxLinkedNotionalAmount Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount>>
FxLinkedNotionalAmountMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount>>
FxLinkedNotionalAmountMeta. dataRules()
java.util.List<java.util.function.Function<? super FxLinkedNotionalAmount,com.rosetta.model.lib.qualify.QualifyResult>>
FxLinkedNotionalAmountMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super FxLinkedNotionalAmount,java.lang.String>
FxLinkedNotionalAmountMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount>
FxLinkedNotionalAmountMeta. validator()
-
Uses of FxLinkedNotionalAmount in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type FxLinkedNotionalAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount>
FxLinkedNotionalAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount>
FxLinkedNotionalAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FxLinkedNotionalAmount o)
Methods in org.isda.cdm.validation with parameters of type FxLinkedNotionalAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount>
FxLinkedNotionalAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FxLinkedNotionalAmount o)
-
Uses of FxLinkedNotionalAmount in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type FxLinkedNotionalAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount>
FxLinkedNotionalAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount>
FxLinkedNotionalAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FxLinkedNotionalAmount o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type FxLinkedNotionalAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount>
FxLinkedNotionalAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, FxLinkedNotionalAmount o, java.lang.String field)
-