Uses of Interface
cdm.observable.asset.CashPrice
Packages that use CashPrice
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of CashPrice in cdm.observable.asset
Subinterfaces of CashPrice in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement CashPriceModifier and TypeClassDescriptionstatic classBuilder Implementation of CashPricestatic classImmutable Implementation of CashPriceMethods in cdm.observable.asset that return CashPriceModifier and TypeMethodDescriptionCashPrice.build()Build MethodsCashPrice.CashPriceBuilderImpl.build()CashPrice.CashPriceImpl.build()PriceSchedule.getCashPrice()(Optionally when the price type is cash) Additional attributes that further define a cash price, e.g. what type of fee it is.PriceSchedule.PriceScheduleImpl.getCashPrice()Methods in cdm.observable.asset that return types with arguments of type CashPriceModifier and TypeMethodDescriptionCashPrice.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CashPrice> CashPrice.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type CashPriceModifier and TypeMethodDescriptionPrice.PriceBuilder.setCashPrice(CashPrice cashPrice) Price.PriceBuilderImpl.setCashPrice(CashPrice _cashPrice) PriceSchedule.PriceScheduleBuilder.setCashPrice(CashPrice cashPrice) PriceSchedule.PriceScheduleBuilderImpl.setCashPrice(CashPrice _cashPrice) -
Uses of CashPrice in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type CashPriceModifier and TypeMethodDescriptionCashPriceMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CashPriceMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CashPriceMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CashPrice> CashPriceMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CashPrice> CashPriceMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CashPrice> CashPriceMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CashPrice> CashPriceMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CashPrice in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type CashPriceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CashPriceTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CashPrice o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CashPriceValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CashPrice o) -
Uses of CashPrice in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type CashPriceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CashPricePremiumType.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CashPrice cashPrice) List<com.rosetta.model.lib.validation.ValidationResult<?>> CashPricePremiumType.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CashPrice cashPrice) -
Uses of CashPrice in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type CashPriceModifier and TypeMethodDescriptionCashPriceOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.observable.asset.validation.exists that return types with arguments of type CashPrice -
Uses of CashPrice in cdm.product.common.settlement
Methods in cdm.product.common.settlement that return CashPriceModifier and TypeMethodDescriptionCashflowType.CashflowTypeImpl.getCashPrice()CashflowType.getCashPrice()Type of cashflow corresponding to a non-scheduled event, where a price must be agreed between the parties.Methods in cdm.product.common.settlement with parameters of type CashPriceModifier and TypeMethodDescriptionCashflowType.CashflowTypeBuilder.setCashPrice(CashPrice cashPrice) CashflowType.CashflowTypeBuilderImpl.setCashPrice(CashPrice _cashPrice)