Uses of Interface
cdm.observable.asset.metafields.FieldWithMetaPriceSchedule
Packages that use FieldWithMetaPriceSchedule
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of FieldWithMetaPriceSchedule in cdm.event.common.functions
Methods in cdm.event.common.functions that return types with arguments of type FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_AdjustmentPrimitiveInstruction.Create_AdjustmentPrimitiveInstructionDefault.currentAssetPrice(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newAssetQuantity, AdjustableOrRelativeDate effectiveRepriceDate) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_AdjustmentPrimitiveInstruction.currentAssetPrice(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newAssetQuantity, AdjustableOrRelativeDate effectiveRepriceDate) protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_RepricePrimitiveInstruction.Create_RepricePrimitiveInstructionDefault.currentAssetPrice(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newCashValue, AdjustableOrRelativeDate effectiveRepriceDate) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_RepricePrimitiveInstruction.currentAssetPrice(TradeState tradeState, BigDecimal newAllinPrice, BigDecimal newCashValue, AdjustableOrRelativeDate effectiveRepriceDate) protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_OnDemandRateChangePriceChangeInstruction.Create_OnDemandRateChangePriceChangeInstructionDefault.currentRatePrice(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_OnDemandRateChangePriceChangeInstruction.currentRatePrice(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_StockSplit.Create_StockSplitDefault.preSplitPrice(StockSplitInstruction stockSplitInstruction, TradeState before) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> Create_StockSplit.preSplitPrice(StockSplitInstruction stockSplitInstruction, TradeState before) -
Uses of FieldWithMetaPriceSchedule in cdm.observable.asset.metafields
Subinterfaces of FieldWithMetaPriceSchedule in cdm.observable.asset.metafieldsModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset.metafields that implement FieldWithMetaPriceScheduleModifier and TypeClassDescriptionstatic classBuilder Implementation of FieldWithMetaPriceSchedulestatic classImmutable Implementation of FieldWithMetaPriceScheduleMethods in cdm.observable.asset.metafields that return FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionFieldWithMetaPriceSchedule.build()Build MethodsFieldWithMetaPriceSchedule.FieldWithMetaPriceScheduleBuilderImpl.build()FieldWithMetaPriceSchedule.FieldWithMetaPriceScheduleImpl.build()Methods in cdm.observable.asset.metafields that return types with arguments of type FieldWithMetaPriceScheduleModifier and TypeMethodDescriptiondefault Class<? extends FieldWithMetaPriceSchedule> FieldWithMetaPriceSchedule.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaPriceSchedule> FieldWithMetaPriceSchedule.metaData()Utility Methods -
Uses of FieldWithMetaPriceSchedule in cdm.product.common.settlement
Methods in cdm.product.common.settlement that return types with arguments of type FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionList<? extends FieldWithMetaPriceSchedule> PriceQuantity.getPrice()Specifies a price to be used for trade amounts and other purposes.List<? extends FieldWithMetaPriceSchedule> PriceQuantity.PriceQuantityImpl.getPrice()Methods in cdm.product.common.settlement with parameters of type FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionPriceQuantity.PriceQuantityBuilder.addPrice(FieldWithMetaPriceSchedule price) PriceQuantity.PriceQuantityBuilder.addPrice(FieldWithMetaPriceSchedule price, int idx) PriceQuantity.PriceQuantityBuilderImpl.addPrice(FieldWithMetaPriceSchedule _price) PriceQuantity.PriceQuantityBuilderImpl.addPrice(FieldWithMetaPriceSchedule _price, int idx) Method parameters in cdm.product.common.settlement with type arguments of type FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionPriceQuantity.PriceQuantityBuilder.addPrice(List<? extends FieldWithMetaPriceSchedule> price) PriceQuantity.PriceQuantityBuilderImpl.addPrice(List<? extends FieldWithMetaPriceSchedule> prices) PriceQuantity.PriceQuantityBuilder.setPrice(List<? extends FieldWithMetaPriceSchedule> price) PriceQuantity.PriceQuantityBuilderImpl.setPrice(List<? extends FieldWithMetaPriceSchedule> prices) -
Uses of FieldWithMetaPriceSchedule in cdm.product.common.settlement.functions
Methods in cdm.product.common.settlement.functions that return FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionUpdatePriceAmountForEachMatchingQuantity.evaluate(FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction) Methods in cdm.product.common.settlement.functions with parameters of type FieldWithMetaPriceScheduleModifier and TypeMethodDescriptionUpdatePriceAmountForEachMatchingQuantity.UpdatePriceAmountForEachMatchingQuantityDefault.assignOutput(FieldWithMetaPriceSchedule.FieldWithMetaPriceScheduleBuilder updatedPrice, FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> UpdatePriceAmountForEachMatchingQuantity.changedAmount(FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> UpdatePriceAmountForEachMatchingQuantity.UpdatePriceAmountForEachMatchingQuantityDefault.changedAmount(FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction) protected abstract FieldWithMetaPriceSchedule.FieldWithMetaPriceScheduleBuilderUpdatePriceAmountForEachMatchingQuantity.doEvaluate(FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction) UpdatePriceAmountForEachMatchingQuantity.UpdatePriceAmountForEachMatchingQuantityDefault.doEvaluate(FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction) UpdatePriceAmountForEachMatchingQuantity.evaluate(FieldWithMetaPriceSchedule price, List<? extends PriceSchedule> change, QuantityChangeDirectionEnum direction)