Uses of Interface
cdm.event.common.PrimitiveInstruction.PrimitiveInstructionBuilder
Packages that use PrimitiveInstruction.PrimitiveInstructionBuilder
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of PrimitiveInstruction.PrimitiveInstructionBuilder in cdm.event.common
Classes in cdm.event.common that implement PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of PrimitiveInstructionFields in cdm.event.common declared as PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeFieldDescriptionExerciseInstruction.ExerciseInstructionBuilderImpl.exerciseQuantityInstruction.InstructionBuilderImpl.primitiveInstructionFields in cdm.event.common with type parameters of type PrimitiveInstruction.PrimitiveInstructionBuilderMethods in cdm.event.common that return PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeMethodDescriptionPrimitiveInstruction.builder()ExerciseInstruction.ExerciseInstructionBuilder.getExerciseQuantity()ExerciseInstruction.ExerciseInstructionBuilderImpl.getExerciseQuantity()SplitInstruction.SplitInstructionBuilder.getOrCreateBreakdown(int index) SplitInstruction.SplitInstructionBuilderImpl.getOrCreateBreakdown(int index) ExerciseInstruction.ExerciseInstructionBuilder.getOrCreateExerciseQuantity()ExerciseInstruction.ExerciseInstructionBuilderImpl.getOrCreateExerciseQuantity()Instruction.InstructionBuilder.getOrCreatePrimitiveInstruction()Instruction.InstructionBuilderImpl.getOrCreatePrimitiveInstruction()Instruction.InstructionBuilder.getPrimitiveInstruction()Instruction.InstructionBuilderImpl.getPrimitiveInstruction()PrimitiveInstruction.PrimitiveInstructionBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) PrimitiveInstruction.PrimitiveInstructionBuilder.prune()PrimitiveInstruction.PrimitiveInstructionBuilderImpl.prune()PrimitiveInstruction.PrimitiveInstructionBuilder.setContractFormation(ContractFormationInstruction contractFormation) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setContractFormation(ContractFormationInstruction _contractFormation) PrimitiveInstruction.PrimitiveInstructionBuilder.setExecution(ExecutionInstruction execution) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setExecution(ExecutionInstruction _execution) PrimitiveInstruction.PrimitiveInstructionBuilder.setExercise(ExerciseInstruction exercise) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setExercise(ExerciseInstruction _exercise) PrimitiveInstruction.PrimitiveInstructionBuilder.setIndexTransition(IndexTransitionInstruction indexTransition) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setIndexTransition(IndexTransitionInstruction _indexTransition) PrimitiveInstruction.PrimitiveInstructionBuilder.setObservation(ObservationInstruction observation) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setObservation(ObservationInstruction _observation) PrimitiveInstruction.PrimitiveInstructionBuilder.setPartyChange(PartyChangeInstruction partyChange) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setPartyChange(PartyChangeInstruction _partyChange) PrimitiveInstruction.PrimitiveInstructionBuilder.setQuantityChange(QuantityChangeInstruction quantityChange) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setQuantityChange(QuantityChangeInstruction _quantityChange) PrimitiveInstruction.PrimitiveInstructionBuilder.setReset(ResetInstruction reset) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setReset(ResetInstruction _reset) PrimitiveInstruction.PrimitiveInstructionBuilder.setSplit(SplitInstruction split) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setSplit(SplitInstruction _split) PrimitiveInstruction.PrimitiveInstructionBuilder.setStockSplit(StockSplitInstruction stockSplit) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setStockSplit(StockSplitInstruction _stockSplit) PrimitiveInstruction.PrimitiveInstructionBuilder.setTermsChange(TermsChangeInstruction termsChange) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setTermsChange(TermsChangeInstruction _termsChange) PrimitiveInstruction.PrimitiveInstructionBuilder.setTransfer(TransferInstruction transfer) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setTransfer(TransferInstruction _transfer) PrimitiveInstruction.PrimitiveInstructionBuilder.setValuation(ValuationInstruction valuation) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setValuation(ValuationInstruction _valuation) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.toBuilder()PrimitiveInstruction.PrimitiveInstructionImpl.toBuilder()PrimitiveInstruction.toBuilder()Methods in cdm.event.common that return types with arguments of type PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeMethodDescriptionSplitInstruction.SplitInstructionBuilder.getBreakdown()SplitInstruction.SplitInstructionBuilderImpl.getBreakdown()Methods in cdm.event.common with parameters of type PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeMethodDescriptionprotected voidPrimitiveInstruction.PrimitiveInstructionImpl.setBuilderFields(PrimitiveInstruction.PrimitiveInstructionBuilder builder) Constructors in cdm.event.common with parameters of type PrimitiveInstruction.PrimitiveInstructionBuilderModifierConstructorDescriptionprotected -
Uses of PrimitiveInstruction.PrimitiveInstructionBuilder in cdm.event.common.functions
Methods in cdm.event.common.functions that return PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeMethodDescriptionCreate_AdjustmentPrimitiveInstruction.Create_AdjustmentPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newAssetQuantity, AdjustableOrRelativeDate effectiveRepriceDate) Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, Money interestAmount, SettlementDate settlementDate) Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) Create_PartialDeliveryPrimitiveInstruction.Create_PartialDeliveryPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends PriceQuantity> deliveredPriceQuantity) Create_RepricePrimitiveInstruction.Create_RepricePrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newCashValue, AdjustableOrRelativeDate effectiveRepriceDate) Create_RollPrimitiveInstruction.Create_RollPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveRollDate, AdjustableOrRelativeDate terminationDate, List<? extends PriceQuantity> priceQuantity) Create_ShapingInstruction.Create_ShapingInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Create_SubstitutionPrimitiveInstruction.Create_SubstitutionPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveDate, CollateralPortfolio newCollateralPortfolio, List<? extends PriceQuantity> priceQuantity) Create_TerminationInstruction.Create_TerminationInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState) Create_AdjustmentPrimitiveInstruction.Create_AdjustmentPrimitiveInstructionDefault.doEvaluate(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newAssetQuantity, AdjustableOrRelativeDate effectiveRepriceDate) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_AdjustmentPrimitiveInstruction.doEvaluate(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newAssetQuantity, AdjustableOrRelativeDate effectiveRepriceDate) Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault.doEvaluate(TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_CancellationPrimitiveInstruction.doEvaluate(TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault.doEvaluate(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_OnDemandInterestPaymentPrimitiveInstruction.doEvaluate(TradeState tradeState, Money interestAmount, SettlementDate settlementDate) Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault.doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_OnDemandRateChangePrimitiveInstruction.doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) Create_PartialDeliveryPrimitiveInstruction.Create_PartialDeliveryPrimitiveInstructionDefault.doEvaluate(TradeState tradeState, List<? extends PriceQuantity> deliveredPriceQuantity) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_PartialDeliveryPrimitiveInstruction.doEvaluate(TradeState tradeState, List<? extends PriceQuantity> deliveredPriceQuantity) Create_RepricePrimitiveInstruction.Create_RepricePrimitiveInstructionDefault.doEvaluate(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newCashValue, AdjustableOrRelativeDate effectiveRepriceDate) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_RepricePrimitiveInstruction.doEvaluate(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newCashValue, AdjustableOrRelativeDate effectiveRepriceDate) Create_RollPrimitiveInstruction.Create_RollPrimitiveInstructionDefault.doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveRollDate, AdjustableOrRelativeDate terminationDate, List<? extends PriceQuantity> priceQuantity) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_RollPrimitiveInstruction.doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveRollDate, AdjustableOrRelativeDate terminationDate, List<? extends PriceQuantity> priceQuantity) Create_ShapingInstruction.Create_ShapingInstructionDefault.doEvaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_ShapingInstruction.doEvaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Create_SubstitutionPrimitiveInstruction.Create_SubstitutionPrimitiveInstructionDefault.doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveDate, CollateralPortfolio newCollateralPortfolio, List<? extends PriceQuantity> priceQuantity) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_SubstitutionPrimitiveInstruction.doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveDate, CollateralPortfolio newCollateralPortfolio, List<? extends PriceQuantity> priceQuantity) Create_TerminationInstruction.Create_TerminationInstructionDefault.doEvaluate(TradeState tradeState) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_TerminationInstruction.doEvaluate(TradeState tradeState) Methods in cdm.event.common.functions with parameters of type PrimitiveInstruction.PrimitiveInstructionBuilderModifier and TypeMethodDescriptionCreate_AdjustmentPrimitiveInstruction.Create_AdjustmentPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newAssetQuantity, AdjustableOrRelativeDate effectiveRepriceDate) Create_CancellationPrimitiveInstruction.Create_CancellationPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newRepurchasePrice, AdjustableOrRelativeDate cancellationDate) Create_OnDemandInterestPaymentPrimitiveInstruction.Create_OnDemandInterestPaymentPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, Money interestAmount, SettlementDate settlementDate) Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) Create_PartialDeliveryPrimitiveInstruction.Create_PartialDeliveryPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends PriceQuantity> deliveredPriceQuantity) Create_RepricePrimitiveInstruction.Create_RepricePrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newCashValue, AdjustableOrRelativeDate effectiveRepriceDate) Create_RollPrimitiveInstruction.Create_RollPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveRollDate, AdjustableOrRelativeDate terminationDate, List<? extends PriceQuantity> priceQuantity) Create_ShapingInstruction.Create_ShapingInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Create_SubstitutionPrimitiveInstruction.Create_SubstitutionPrimitiveInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveDate, CollateralPortfolio newCollateralPortfolio, List<? extends PriceQuantity> priceQuantity) Create_TerminationInstruction.Create_TerminationInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState)