Uses of Class
org.isda.cdm.OptionCashSettlement
-
Packages that use OptionCashSettlement Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of OptionCashSettlement in org.isda.cdm
Methods in org.isda.cdm that return OptionCashSettlement Modifier and Type Method Description OptionCashSettlement
OptionCashSettlement.OptionCashSettlementBuilder. build()
OptionCashSettlement
MandatoryEarlyTermination. getCashSettlement()
If specified, this means that cash settlement is applicable to the transaction and defines the parameters associated with the cash settlement procedure.OptionCashSettlement
OptionalEarlyTermination. getCashSettlement()
If specified, this means that cash settlement is applicable to the transaction and defines the parameters associated with the cash settlement procedure.OptionCashSettlement
OptionSettlement. getCashSettlementTerms()
Specifies the parameters associated with the cash settlement procedure.Methods in org.isda.cdm that return types with arguments of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends OptionCashSettlement>
OptionCashSettlement. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends OptionCashSettlement>
OptionCashSettlement.OptionCashSettlementBuilder. metaData()
Methods in org.isda.cdm with parameters of type OptionCashSettlement Modifier and Type Method Description MandatoryEarlyTermination.MandatoryEarlyTerminationBuilder
MandatoryEarlyTermination.MandatoryEarlyTerminationBuilder. setCashSettlement(OptionCashSettlement cashSettlement)
OptionalEarlyTermination.OptionalEarlyTerminationBuilder
OptionalEarlyTermination.OptionalEarlyTerminationBuilder. setCashSettlement(OptionCashSettlement cashSettlement)
OptionSettlement.OptionSettlementBuilder
OptionSettlement.OptionSettlementBuilder. setCashSettlementTerms(OptionCashSettlement cashSettlementTerms)
-
Uses of OptionCashSettlement in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type OptionCashSettlement Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super OptionCashSettlement>>
OptionCashSettlementMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super OptionCashSettlement>>
OptionCashSettlementMeta. dataRules()
java.util.List<java.util.function.Function<? super OptionCashSettlement,com.rosetta.model.lib.qualify.QualifyResult>>
OptionCashSettlementMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super OptionCashSettlement,java.lang.String>
OptionCashSettlementMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super OptionCashSettlement>
OptionCashSettlementMeta. validator()
-
Uses of OptionCashSettlement in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OptionCashSettlement o)
Methods in org.isda.cdm.validation with parameters of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OptionCashSettlement o)
-
Uses of OptionCashSettlement in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, OptionCashSettlement object)
Methods in org.isda.cdm.validation.choicerule with parameters of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, OptionCashSettlement object)
-
Uses of OptionCashSettlement in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OptionCashSettlement o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type OptionCashSettlement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OptionCashSettlement>
OptionCashSettlementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OptionCashSettlement o, java.lang.String field)
-