Uses of Class
org.isda.cdm.AllocationInstructions
-
Packages that use AllocationInstructions Package Description org.isda.cdm org.isda.cdm.functions org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of AllocationInstructions in org.isda.cdm
Methods in org.isda.cdm that return AllocationInstructions Modifier and Type Method Description AllocationInstructions
AllocationInstructions.AllocationInstructionsBuilder. build()
Methods in org.isda.cdm that return types with arguments of type AllocationInstructions Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationInstructions>
AllocationInstructions.AllocationInstructionsBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationInstructions>
AllocationInstructions. metaData()
-
Uses of AllocationInstructions in org.isda.cdm.functions
Methods in org.isda.cdm.functions with parameters of type AllocationInstructions Modifier and Type Method Description protected Event.EventBuilder
Allocate. doEvaluate(Execution execution, AllocationInstructions allocationInstructions, Event previousEvent)
protected Event.EventBuilder
AllocateImpl. doEvaluate(Execution execution, AllocationInstructions allocationInstructions, Event previousEvent)
protected abstract AllocationPrimitive.AllocationPrimitiveBuilder
NewAllocationPrimitive. doEvaluate(Execution execution, AllocationInstructions allocationInstructions)
protected AllocationPrimitive.AllocationPrimitiveBuilder
NewAllocationPrimitiveImpl. doEvaluate(Execution execution, AllocationInstructions allocationInstructions)
Event
Allocate. evaluate(Execution execution, AllocationInstructions allocationInstructions, Event previousEvent)
AllocationPrimitive
NewAllocationPrimitive. evaluate(Execution execution, AllocationInstructions allocationInstructions)
-
Uses of AllocationInstructions in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AllocationInstructions Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AllocationInstructions>>
AllocationInstructionsMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AllocationInstructions>>
AllocationInstructionsMeta. dataRules()
java.util.List<java.util.function.Function<? super AllocationInstructions,com.rosetta.model.lib.qualify.QualifyResult>>
AllocationInstructionsMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AllocationInstructions,java.lang.String>
AllocationInstructionsMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AllocationInstructions>
AllocationInstructionsMeta. validator()
-
Uses of AllocationInstructions in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AllocationInstructions Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationInstructions>
AllocationInstructionsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AllocationInstructions>
AllocationInstructionsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationInstructions o)
Methods in org.isda.cdm.validation with parameters of type AllocationInstructions Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationInstructions>
AllocationInstructionsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationInstructions o)
-
Uses of AllocationInstructions in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AllocationInstructions Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationInstructions>
AllocationInstructionsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AllocationInstructions>
AllocationInstructionsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationInstructions o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AllocationInstructions Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AllocationInstructions>
AllocationInstructionsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AllocationInstructions o, java.lang.String field)
-