Uses of Class
org.isda.cdm.AggregationParameters
-
Packages that use AggregationParameters Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of AggregationParameters in org.isda.cdm
Methods in org.isda.cdm that return AggregationParameters Modifier and Type Method Description AggregationParameters
AggregationParameters.AggregationParametersBuilder. build()
AggregationParameters
Portfolio. getAggregationParameters()
Describes the portfolio by describing how to aggregate all its relevant Events.Methods in org.isda.cdm that return types with arguments of type AggregationParameters Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AggregationParameters>
AggregationParameters.AggregationParametersBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AggregationParameters>
AggregationParameters. metaData()
Methods in org.isda.cdm with parameters of type AggregationParameters Modifier and Type Method Description Portfolio.PortfolioBuilder
Portfolio.PortfolioBuilder. setAggregationParameters(AggregationParameters aggregationParameters)
-
Uses of AggregationParameters in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AggregationParameters Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AggregationParameters>>
AggregationParametersMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AggregationParameters>>
AggregationParametersMeta. dataRules()
java.util.List<java.util.function.Function<? super AggregationParameters,com.rosetta.model.lib.qualify.QualifyResult>>
AggregationParametersMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AggregationParameters,java.lang.String>
AggregationParametersMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AggregationParameters>
AggregationParametersMeta. validator()
-
Uses of AggregationParameters in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AggregationParameters Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AggregationParameters>
AggregationParametersValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AggregationParameters>
AggregationParametersValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AggregationParameters o)
Methods in org.isda.cdm.validation with parameters of type AggregationParameters Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AggregationParameters>
AggregationParametersValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AggregationParameters o)
-
Uses of AggregationParameters in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AggregationParameters Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AggregationParameters>
AggregationParametersOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AggregationParameters>
AggregationParametersOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AggregationParameters o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AggregationParameters Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AggregationParameters>
AggregationParametersOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AggregationParameters o, java.lang.String field)
-