Uses of Class
org.isda.cdm.AllocationOutcome
-
Packages that use AllocationOutcome Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of AllocationOutcome in org.isda.cdm
Methods in org.isda.cdm that return AllocationOutcome Modifier and Type Method Description AllocationOutcome
AllocationOutcome.AllocationOutcomeBuilder. build()
AllocationOutcome
AllocationPrimitive. getAfter()
Outcome of the allocation as a list of Trades, which is either a split execution or a split contract, plus a pointer to the previous execution or contract marked as 'Allocated'.Methods in org.isda.cdm that return types with arguments of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationOutcome>
AllocationOutcome.AllocationOutcomeBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationOutcome>
AllocationOutcome. metaData()
Methods in org.isda.cdm with parameters of type AllocationOutcome Modifier and Type Method Description AllocationPrimitive.AllocationPrimitiveBuilder
AllocationPrimitive.AllocationPrimitiveBuilder. setAfter(AllocationOutcome after)
-
Uses of AllocationOutcome in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AllocationOutcome Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AllocationOutcome>>
AllocationOutcomeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AllocationOutcome>>
AllocationOutcomeMeta. dataRules()
java.util.List<java.util.function.Function<? super AllocationOutcome,com.rosetta.model.lib.qualify.QualifyResult>>
AllocationOutcomeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AllocationOutcome,java.lang.String>
AllocationOutcomeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AllocationOutcome>
AllocationOutcomeMeta. validator()
-
Uses of AllocationOutcome in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome o)
Methods in org.isda.cdm.validation with parameters of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome o)
-
Uses of AllocationOutcome in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeContractClosedDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder allocationOutcome)
com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeContractClosedDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome allocationOutcome)
com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeExecutionClosedDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder allocationOutcome)
com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeExecutionClosedDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome allocationOutcome)
Methods in org.isda.cdm.validation.datarule with parameters of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeContractClosedDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome allocationOutcome)
com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeExecutionClosedDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome allocationOutcome)
-
Uses of AllocationOutcome in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AllocationOutcome Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationOutcome>
AllocationOutcomeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationOutcome o, java.lang.String field)
-