Uses of Interface
cdm.observable.asset.SingleValuationDate
Packages that use SingleValuationDate
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 SingleValuationDate in cdm.observable.asset
Subinterfaces of SingleValuationDate in cdm.observable.assetModifier and TypeInterfaceDescriptioninterfacestatic interfaceBuilder Interfacestatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement SingleValuationDateModifier and TypeClassDescriptionstatic classBuilder Implementation of MultipleValuationDatesstatic classImmutable Implementation of MultipleValuationDatesstatic classBuilder Implementation of SingleValuationDatestatic classImmutable Implementation of SingleValuationDateMethods in cdm.observable.asset that return SingleValuationDateModifier and TypeMethodDescriptionSingleValuationDate.build()Build MethodsSingleValuationDate.SingleValuationDateBuilderImpl.build()SingleValuationDate.SingleValuationDateImpl.build()Methods in cdm.observable.asset that return types with arguments of type SingleValuationDateModifier and TypeMethodDescriptiondefault Class<? extends SingleValuationDate> SingleValuationDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SingleValuationDate> SingleValuationDate.metaData()Utility Methods -
Uses of SingleValuationDate in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type SingleValuationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SingleValuationDate>> SingleValuationDateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SingleValuationDate, com.rosetta.model.lib.qualify.QualifyResult>> SingleValuationDateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SingleValuationDate, Set<String>> SingleValuationDateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SingleValuationDate> SingleValuationDateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SingleValuationDate> SingleValuationDateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SingleValuationDate> SingleValuationDateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SingleValuationDate> SingleValuationDateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SingleValuationDate in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type SingleValuationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SingleValuationDateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SingleValuationDate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SingleValuationDateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SingleValuationDate o) -
Uses of SingleValuationDate in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type SingleValuationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SingleValuationDateNonNegativeBusinessDays.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SingleValuationDate singleValuationDate) List<com.rosetta.model.lib.validation.ValidationResult<?>> SingleValuationDateNonNegativeBusinessDays.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SingleValuationDate singleValuationDate) -
Uses of SingleValuationDate in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type SingleValuationDateModifier and TypeMethodDescription<T2 extends SingleValuationDate>
com.rosetta.model.lib.validation.ValidationResult<SingleValuationDate> SingleValuationDateOnlyExistsValidator.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 SingleValuationDateModifier and TypeMethodDescription<T2 extends SingleValuationDate>
com.rosetta.model.lib.validation.ValidationResult<SingleValuationDate> SingleValuationDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of SingleValuationDate in cdm.product.common.settlement
Methods in cdm.product.common.settlement that return SingleValuationDateModifier and TypeMethodDescriptionValuationDate.getSingleValuationDate()Where single valuation date is specified as being applicable for cash settlement, this element specifies the number of business days after satisfaction of all conditions to settlement when such valuation date occurs.ValuationDate.ValuationDateImpl.getSingleValuationDate()Methods in cdm.product.common.settlement with parameters of type SingleValuationDateModifier and TypeMethodDescriptionValuationDate.ValuationDateBuilder.setSingleValuationDate(SingleValuationDate singleValuationDate) ValuationDate.ValuationDateBuilderImpl.setSingleValuationDate(SingleValuationDate _singleValuationDate)