Uses of Class
org.isda.cdm.SwapCurveValuation
-
Packages that use SwapCurveValuation Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of SwapCurveValuation in org.isda.cdm
Subclasses of SwapCurveValuation in org.isda.cdm Modifier and Type Class Description class
MakeWholeAmount
A class to specify the amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date (typically applicable to the convertible bond options).Methods in org.isda.cdm that return SwapCurveValuation Modifier and Type Method Description SwapCurveValuation
SwapCurveValuation.SwapCurveValuationBuilder. build()
SwapCurveValuation
ReferenceSwapCurve. getSwapUnwindValue()
Methods in org.isda.cdm that return types with arguments of type SwapCurveValuation Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends SwapCurveValuation>
SwapCurveValuation. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends SwapCurveValuation>
SwapCurveValuation.SwapCurveValuationBuilder. metaData()
Methods in org.isda.cdm with parameters of type SwapCurveValuation Modifier and Type Method Description ReferenceSwapCurve.ReferenceSwapCurveBuilder
ReferenceSwapCurve.ReferenceSwapCurveBuilder. setSwapUnwindValue(SwapCurveValuation swapUnwindValue)
-
Uses of SwapCurveValuation in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type SwapCurveValuation Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation>>
SwapCurveValuationMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation>>
SwapCurveValuationMeta. dataRules()
java.util.List<java.util.function.Function<? super SwapCurveValuation,com.rosetta.model.lib.qualify.QualifyResult>>
SwapCurveValuationMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super SwapCurveValuation,java.lang.String>
SwapCurveValuationMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation>
SwapCurveValuationMeta. validator()
-
Uses of SwapCurveValuation in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type SwapCurveValuation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation>
SwapCurveValuationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation>
SwapCurveValuationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SwapCurveValuation o)
Methods in org.isda.cdm.validation with parameters of type SwapCurveValuation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation>
SwapCurveValuationValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SwapCurveValuation o)
-
Uses of SwapCurveValuation in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type SwapCurveValuation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation>
SwapCurveValuationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation>
SwapCurveValuationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SwapCurveValuation o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type SwapCurveValuation Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation>
SwapCurveValuationOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, SwapCurveValuation o, java.lang.String field)
-