Uses of Class
org.isda.cdm.Method
-
Packages that use Method Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Method in org.isda.cdm
Methods in org.isda.cdm that return Method Modifier and Type Method Description Method
Method.MethodBuilder. build()
Method
CsaInitialMargin2016. getMethod()
The specification of the ISDA SIMM Method for all Covered Transactions with respect to all Regimes.Methods in org.isda.cdm that return types with arguments of type Method Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Method>
Method. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Method>
Method.MethodBuilder. metaData()
Methods in org.isda.cdm with parameters of type Method Modifier and Type Method Description CsaInitialMargin2016.CsaInitialMargin2016Builder
CsaInitialMargin2016.CsaInitialMargin2016Builder. setMethod(Method method)
CsaInitialMargin2016JapaneseLaw.CsaInitialMargin2016JapaneseLawBuilder
CsaInitialMargin2016JapaneseLaw.CsaInitialMargin2016JapaneseLawBuilder. setMethod(Method method)
CsaInitialMargin2016NewYorkLaw.CsaInitialMargin2016NewYorkLawBuilder
CsaInitialMargin2016NewYorkLaw.CsaInitialMargin2016NewYorkLawBuilder. setMethod(Method method)
CsdInitialMargin2016EnglishLaw.CsdInitialMargin2016EnglishLawBuilder
CsdInitialMargin2016EnglishLaw.CsdInitialMargin2016EnglishLawBuilder. setMethod(Method method)
-
Uses of Method in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Method Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Method>>
MethodMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Method>>
MethodMeta. dataRules()
java.util.List<java.util.function.Function<? super Method,com.rosetta.model.lib.qualify.QualifyResult>>
MethodMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Method,java.lang.String>
MethodMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Method>
MethodMeta. validator()
-
Uses of Method in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Method Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Method>
MethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Method>
MethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Method o)
Methods in org.isda.cdm.validation with parameters of type Method Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Method>
MethodValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Method o)
-
Uses of Method in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Method Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Method>
MethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Method>
MethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Method o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Method Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Method>
MethodOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Method o, java.lang.String field)
-