Uses of Class
org.isda.cdm.CustodyArrangements
-
Packages that use CustodyArrangements Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of CustodyArrangements in org.isda.cdm
Methods in org.isda.cdm that return CustodyArrangements Modifier and Type Method Description CustodyArrangements
CustodyArrangements.CustodyArrangementsBuilder. build()
CustodyArrangements
CsaInitialMargin2016NewYorkLaw. getCustodyArrangements()
The Custodian and Segregated Account details in respect of each party as the Pledgor.CustodyArrangements
CsdInitialMargin2016EnglishLaw. getCustodyArrangements()
The Custodian and Segregated Account details in respect of each party as the Pledgor.Methods in org.isda.cdm that return types with arguments of type CustodyArrangements Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends CustodyArrangements>
CustodyArrangements.CustodyArrangementsBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CustodyArrangements>
CustodyArrangements. metaData()
Methods in org.isda.cdm with parameters of type CustodyArrangements Modifier and Type Method Description CsaInitialMargin2016NewYorkLaw.CsaInitialMargin2016NewYorkLawBuilder
CsaInitialMargin2016NewYorkLaw.CsaInitialMargin2016NewYorkLawBuilder. setCustodyArrangements(CustodyArrangements custodyArrangements)
CsdInitialMargin2016EnglishLaw.CsdInitialMargin2016EnglishLawBuilder
CsdInitialMargin2016EnglishLaw.CsdInitialMargin2016EnglishLawBuilder. setCustodyArrangements(CustodyArrangements custodyArrangements)
-
Uses of CustodyArrangements in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type CustodyArrangements Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super CustodyArrangements>>
CustodyArrangementsMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super CustodyArrangements>>
CustodyArrangementsMeta. dataRules()
java.util.List<java.util.function.Function<? super CustodyArrangements,com.rosetta.model.lib.qualify.QualifyResult>>
CustodyArrangementsMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super CustodyArrangements,java.lang.String>
CustodyArrangementsMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super CustodyArrangements>
CustodyArrangementsMeta. validator()
-
Uses of CustodyArrangements in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type CustodyArrangements Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements>
CustodyArrangementsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements>
CustodyArrangementsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustodyArrangements o)
Methods in org.isda.cdm.validation with parameters of type CustodyArrangements Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements>
CustodyArrangementsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustodyArrangements o)
-
Uses of CustodyArrangements in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type CustodyArrangements Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements>
CustodyArrangementsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements>
CustodyArrangementsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustodyArrangements o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type CustodyArrangements Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements>
CustodyArrangementsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustodyArrangements o, java.lang.String field)
-