Uses of Class
org.isda.cdm.GeneralTerms
-
Packages that use GeneralTerms Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of GeneralTerms in org.isda.cdm
Methods in org.isda.cdm that return GeneralTerms Modifier and Type Method Description GeneralTerms
GeneralTerms.GeneralTermsBuilder. build()
GeneralTerms
CreditDefaultPayout. getGeneralTerms()
The specification of the non-monetary terms for the Credit Derivative Transaction, including the buyer and seller and selected items from the ISDA 2014 Credit Definition article II, such as the reference obligation and related terms.Methods in org.isda.cdm that return types with arguments of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends GeneralTerms>
GeneralTerms.GeneralTermsBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends GeneralTerms>
GeneralTerms. metaData()
Methods in org.isda.cdm with parameters of type GeneralTerms Modifier and Type Method Description CreditDefaultPayout.CreditDefaultPayoutBuilder
CreditDefaultPayout.CreditDefaultPayoutBuilder. setGeneralTerms(GeneralTerms generalTerms)
-
Uses of GeneralTerms in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type GeneralTerms Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super GeneralTerms>>
GeneralTermsMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super GeneralTerms>>
GeneralTermsMeta. dataRules()
java.util.List<java.util.function.Function<? super GeneralTerms,com.rosetta.model.lib.qualify.QualifyResult>>
GeneralTermsMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super GeneralTerms,java.lang.String>
GeneralTermsMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super GeneralTerms>
GeneralTermsMeta. validator()
-
Uses of GeneralTerms in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms o)
Methods in org.isda.cdm.validation with parameters of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms o)
-
Uses of GeneralTerms in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms object)
Methods in org.isda.cdm.validation.choicerule with parameters of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms object)
-
Uses of GeneralTerms in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
BasketReferenceInformationNameOrIdDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
BasketReferenceInformationNameOrIdDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
FpMLCd41DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
FpMLCd41DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
FpMLCd42DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
FpMLCd42DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms)
Methods in org.isda.cdm.validation.datarule with parameters of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
BasketReferenceInformationNameOrIdDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
FpMLCd41DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
FpMLCd42DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms generalTerms)
-
Uses of GeneralTerms in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type GeneralTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<GeneralTerms>
GeneralTermsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, GeneralTerms o, java.lang.String field)
-