Uses of Class
org.isda.cdm.Trade
-
Packages that use Trade Package Description org.isda.cdm org.isda.cdm.functions org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of Trade in org.isda.cdm
Methods in org.isda.cdm that return Trade Modifier and Type Method Description Trade
Trade.TradeBuilder. build()
Trade
QuantityChangePrimitive. getAfter()
The state of the trade (either an execution or a contract, as a follow-up from the event.Trade
TermsChangePrimitive. getAfter()
Trade
AllocationPrimitive. getBefore()
The trade before allocation, which is either an execution if allocation happens before the contract is formed, or an already formed contract.Trade
QuantityChangePrimitive. getBefore()
The state of the trade (either an execution or a contract, before the event.Trade
TermsChangePrimitive. getBefore()
Trade
AllocationOutcome. getOriginalTrade()
Methods in org.isda.cdm that return types with arguments of type Trade Modifier and Type Method Description java.util.List<Trade>
AllocationOutcome. getAllocatedTrade()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Trade>
Trade. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Trade>
Trade.TradeBuilder. metaData()
Methods in org.isda.cdm with parameters of type Trade Modifier and Type Method Description AllocationOutcome.AllocationOutcomeBuilder
AllocationOutcome.AllocationOutcomeBuilder. addAllocatedTrade(Trade allocatedTrade)
AllocationOutcome.AllocationOutcomeBuilder
AllocationOutcome.AllocationOutcomeBuilder. addAllocatedTrade(Trade allocatedTrade, int _idx)
QuantityChangePrimitive.QuantityChangePrimitiveBuilder
QuantityChangePrimitive.QuantityChangePrimitiveBuilder. setAfter(Trade after)
TermsChangePrimitive.TermsChangePrimitiveBuilder
TermsChangePrimitive.TermsChangePrimitiveBuilder. setAfter(Trade after)
AllocationPrimitive.AllocationPrimitiveBuilder
AllocationPrimitive.AllocationPrimitiveBuilder. setBefore(Trade before)
QuantityChangePrimitive.QuantityChangePrimitiveBuilder
QuantityChangePrimitive.QuantityChangePrimitiveBuilder. setBefore(Trade before)
TermsChangePrimitive.TermsChangePrimitiveBuilder
TermsChangePrimitive.TermsChangePrimitiveBuilder. setBefore(Trade before)
AllocationOutcome.AllocationOutcomeBuilder
AllocationOutcome.AllocationOutcomeBuilder. setOriginalTrade(Trade originalTrade)
Method parameters in org.isda.cdm with type arguments of type Trade Modifier and Type Method Description AllocationOutcome.AllocationOutcomeBuilder
AllocationOutcome.AllocationOutcomeBuilder. addAllocatedTrade(java.util.List<Trade> allocatedTrades)
-
Uses of Trade in org.isda.cdm.functions
Methods in org.isda.cdm.functions with parameters of type Trade Modifier and Type Method Description protected abstract ContractualQuantity.ContractualQuantityBuilder
ExtractQuantity. doEvaluate(Trade trade)
protected ContractualQuantity.ContractualQuantityBuilder
ExtractQuantityImpl. doEvaluate(Trade trade)
protected QuantityChangePrimitive.QuantityChangePrimitiveBuilder
NewQuantityChangePrimitive. doEvaluate(Trade trade, ContractualQuantity quantityChange)
ContractualQuantity
ExtractQuantity. evaluate(Trade trade)
QuantityChangePrimitive
NewQuantityChangePrimitive. evaluate(Trade trade, ContractualQuantity quantityChange)
-
Uses of Trade in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Trade Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Trade>>
TradeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Trade>>
TradeMeta. dataRules()
java.util.List<java.util.function.Function<? super Trade,com.rosetta.model.lib.qualify.QualifyResult>>
TradeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Trade,java.lang.String>
TradeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Trade>
TradeMeta. validator()
-
Uses of Trade in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Trade Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Trade o)
Methods in org.isda.cdm.validation with parameters of type Trade Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Trade o)
-
Uses of Trade in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type Trade Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, Trade object)
Methods in org.isda.cdm.validation.choicerule with parameters of type Trade Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, Trade object)
-
Uses of Trade in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Trade Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Trade o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Trade Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Trade>
TradeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Trade o, java.lang.String field)
-