Uses of Class
org.isda.cdm.ReferenceSwapCurve
-
Packages that use ReferenceSwapCurve Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ReferenceSwapCurve in org.isda.cdm
Methods in org.isda.cdm that return ReferenceSwapCurve Modifier and Type Method Description ReferenceSwapCurve
ReferenceSwapCurve.ReferenceSwapCurveBuilder. build()
ReferenceSwapCurve
BondOptionStrike. getReferenceSwapCurve()
The strike of an option when expressed by reference to a swap curve.ReferenceSwapCurve
OptionStrike. getReferenceSwapCurve()
The strike of an option when expressed by reference to a swap curve.Methods in org.isda.cdm that return types with arguments of type ReferenceSwapCurve Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceSwapCurve>
ReferenceSwapCurve. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceSwapCurve>
ReferenceSwapCurve.ReferenceSwapCurveBuilder. metaData()
Methods in org.isda.cdm with parameters of type ReferenceSwapCurve Modifier and Type Method Description BondOptionStrike.BondOptionStrikeBuilder
BondOptionStrike.BondOptionStrikeBuilder. setReferenceSwapCurve(ReferenceSwapCurve referenceSwapCurve)
OptionStrike.OptionStrikeBuilder
OptionStrike.OptionStrikeBuilder. setReferenceSwapCurve(ReferenceSwapCurve referenceSwapCurve)
-
Uses of ReferenceSwapCurve in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ReferenceSwapCurve Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve>>
ReferenceSwapCurveMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve>>
ReferenceSwapCurveMeta. dataRules()
java.util.List<java.util.function.Function<? super ReferenceSwapCurve,com.rosetta.model.lib.qualify.QualifyResult>>
ReferenceSwapCurveMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferenceSwapCurve,java.lang.String>
ReferenceSwapCurveMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve>
ReferenceSwapCurveMeta. validator()
-
Uses of ReferenceSwapCurve in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ReferenceSwapCurve Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve>
ReferenceSwapCurveValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve>
ReferenceSwapCurveValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceSwapCurve o)
Methods in org.isda.cdm.validation with parameters of type ReferenceSwapCurve Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve>
ReferenceSwapCurveValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceSwapCurve o)
-
Uses of ReferenceSwapCurve in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ReferenceSwapCurve Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve>
ReferenceSwapCurveOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve>
ReferenceSwapCurveOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceSwapCurve o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ReferenceSwapCurve Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve>
ReferenceSwapCurveOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceSwapCurve o, java.lang.String field)
-