Uses of Class
org.isda.cdm.CashPriceMethod
-
Packages that use CashPriceMethod Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of CashPriceMethod in org.isda.cdm
Methods in org.isda.cdm that return CashPriceMethod Modifier and Type Method Description CashPriceMethod
CashPriceMethod.CashPriceMethodBuilder. build()
CashPriceMethod
OptionCashSettlement. getCashPriceAlternateMethod()
An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount.CashPriceMethod
OptionCashSettlement. getCashPriceMethod()
An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount.Methods in org.isda.cdm that return types with arguments of type CashPriceMethod Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends CashPriceMethod>
CashPriceMethod.CashPriceMethodBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CashPriceMethod>
CashPriceMethod. metaData()
Methods in org.isda.cdm with parameters of type CashPriceMethod Modifier and Type Method Description OptionCashSettlement.OptionCashSettlementBuilder
OptionCashSettlement.OptionCashSettlementBuilder. setCashPriceAlternateMethod(CashPriceMethod cashPriceAlternateMethod)
OptionCashSettlement.OptionCashSettlementBuilder
OptionCashSettlement.OptionCashSettlementBuilder. setCashPriceMethod(CashPriceMethod cashPriceMethod)
-
Uses of CashPriceMethod in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type CashPriceMethod Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super CashPriceMethod>>
CashPriceMethodMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super CashPriceMethod>>
CashPriceMethodMeta. dataRules()
java.util.List<java.util.function.Function<? super CashPriceMethod,com.rosetta.model.lib.qualify.QualifyResult>>
CashPriceMethodMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super CashPriceMethod,java.lang.String>
CashPriceMethodMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super CashPriceMethod>
CashPriceMethodMeta. validator()
-
Uses of CashPriceMethod in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type CashPriceMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashPriceMethod>
CashPriceMethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<CashPriceMethod>
CashPriceMethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashPriceMethod o)
Methods in org.isda.cdm.validation with parameters of type CashPriceMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashPriceMethod>
CashPriceMethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashPriceMethod o)
-
Uses of CashPriceMethod in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type CashPriceMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashPriceMethod>
CashPriceMethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<CashPriceMethod>
CashPriceMethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashPriceMethod o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type CashPriceMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CashPriceMethod>
CashPriceMethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CashPriceMethod o, java.lang.String field)
-