Uses of Class
org.isda.cdm.ProtectionTerms
-
Packages that use ProtectionTerms Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ProtectionTerms in org.isda.cdm
Methods in org.isda.cdm that return ProtectionTerms Modifier and Type Method Description ProtectionTerms
ProtectionTerms.ProtectionTermsBuilder. build()
Methods in org.isda.cdm that return types with arguments of type ProtectionTerms Modifier and Type Method Description java.util.List<ProtectionTerms>
CreditDefaultPayout. getProtectionTerms()
Specifies the terms for calculating a payout to protect the buyer of the swap in the case of a qualified credit event.com.rosetta.model.lib.meta.RosettaMetaData<? extends ProtectionTerms>
ProtectionTerms. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ProtectionTerms>
ProtectionTerms.ProtectionTermsBuilder. metaData()
Methods in org.isda.cdm with parameters of type ProtectionTerms Modifier and Type Method Description CreditDefaultPayout.CreditDefaultPayoutBuilder
CreditDefaultPayout.CreditDefaultPayoutBuilder. addProtectionTerms(ProtectionTerms protectionTerms)
CreditDefaultPayout.CreditDefaultPayoutBuilder
CreditDefaultPayout.CreditDefaultPayoutBuilder. addProtectionTerms(ProtectionTerms protectionTerms, int _idx)
ReferencePoolItem.ReferencePoolItemBuilder
ReferencePoolItem.ReferencePoolItemBuilder. setProtectionTermsReferenceRef(ProtectionTerms protectionTermsReference)
Method parameters in org.isda.cdm with type arguments of type ProtectionTerms Modifier and Type Method Description CreditDefaultPayout.CreditDefaultPayoutBuilder
CreditDefaultPayout.CreditDefaultPayoutBuilder. addProtectionTerms(java.util.List<ProtectionTerms> protectionTermss)
-
Uses of ProtectionTerms in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ProtectionTerms Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ProtectionTerms>>
ProtectionTermsMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ProtectionTerms>>
ProtectionTermsMeta. dataRules()
java.util.List<java.util.function.Function<? super ProtectionTerms,com.rosetta.model.lib.qualify.QualifyResult>>
ProtectionTermsMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ProtectionTerms,java.lang.String>
ProtectionTermsMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ProtectionTerms>
ProtectionTermsMeta. validator()
-
Uses of ProtectionTerms in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return ProtectionTerms Modifier and Type Method Description ProtectionTerms
ReferenceWithMetaProtectionTerms. getValue()
Methods in org.isda.cdm.metafields with parameters of type ProtectionTerms Modifier and Type Method Description ReferenceWithMetaProtectionTerms.ReferenceWithMetaProtectionTermsBuilder
ReferenceWithMetaProtectionTerms.ReferenceWithMetaProtectionTermsBuilder. setValue(ProtectionTerms value)
-
Uses of ProtectionTerms in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ProtectionTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProtectionTerms>
ProtectionTermsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ProtectionTerms>
ProtectionTermsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProtectionTerms o)
Methods in org.isda.cdm.validation with parameters of type ProtectionTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProtectionTerms>
ProtectionTermsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProtectionTerms o)
-
Uses of ProtectionTerms in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ProtectionTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProtectionTerms>
ProtectionTermsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ProtectionTerms>
ProtectionTermsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProtectionTerms o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ProtectionTerms Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProtectionTerms>
ProtectionTermsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProtectionTerms o, java.lang.String field)
-