Uses of Class
org.isda.cdm.YieldCurveMethod
-
Packages that use YieldCurveMethod Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of YieldCurveMethod in org.isda.cdm
Methods in org.isda.cdm that return YieldCurveMethod Modifier and Type Method Description YieldCurveMethod
YieldCurveMethod.YieldCurveMethodBuilder. build()
YieldCurveMethod
OptionCashSettlement. getCollateralizedCashPriceMethod()
An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount.YieldCurveMethod
OptionCashSettlement. getParYieldCurveAdjustedMethod()
An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount.YieldCurveMethod
OptionCashSettlement. getParYieldCurveUnadjustedMethod()
An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount.YieldCurveMethod
OptionCashSettlement. getZeroCouponYieldAdjustedMethod()
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 YieldCurveMethod Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends YieldCurveMethod>
YieldCurveMethod. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends YieldCurveMethod>
YieldCurveMethod.YieldCurveMethodBuilder. metaData()
Methods in org.isda.cdm with parameters of type YieldCurveMethod Modifier and Type Method Description OptionCashSettlement.OptionCashSettlementBuilder
OptionCashSettlement.OptionCashSettlementBuilder. setCollateralizedCashPriceMethod(YieldCurveMethod collateralizedCashPriceMethod)
OptionCashSettlement.OptionCashSettlementBuilder
OptionCashSettlement.OptionCashSettlementBuilder. setParYieldCurveAdjustedMethod(YieldCurveMethod parYieldCurveAdjustedMethod)
OptionCashSettlement.OptionCashSettlementBuilder
OptionCashSettlement.OptionCashSettlementBuilder. setParYieldCurveUnadjustedMethod(YieldCurveMethod parYieldCurveUnadjustedMethod)
OptionCashSettlement.OptionCashSettlementBuilder
OptionCashSettlement.OptionCashSettlementBuilder. setZeroCouponYieldAdjustedMethod(YieldCurveMethod zeroCouponYieldAdjustedMethod)
-
Uses of YieldCurveMethod in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type YieldCurveMethod Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super YieldCurveMethod>>
YieldCurveMethodMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super YieldCurveMethod>>
YieldCurveMethodMeta. dataRules()
java.util.List<java.util.function.Function<? super YieldCurveMethod,com.rosetta.model.lib.qualify.QualifyResult>>
YieldCurveMethodMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super YieldCurveMethod,java.lang.String>
YieldCurveMethodMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super YieldCurveMethod>
YieldCurveMethodMeta. validator()
-
Uses of YieldCurveMethod in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type YieldCurveMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<YieldCurveMethod>
YieldCurveMethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<YieldCurveMethod>
YieldCurveMethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, YieldCurveMethod o)
Methods in org.isda.cdm.validation with parameters of type YieldCurveMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<YieldCurveMethod>
YieldCurveMethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, YieldCurveMethod o)
-
Uses of YieldCurveMethod in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type YieldCurveMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<YieldCurveMethod>
YieldCurveMethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<YieldCurveMethod>
YieldCurveMethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, YieldCurveMethod o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type YieldCurveMethod Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<YieldCurveMethod>
YieldCurveMethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, YieldCurveMethod o, java.lang.String field)
-