Uses of Interface
cdm.product.common.settlement.ValuationDate
Packages that use ValuationDate
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of ValuationDate in cdm.product.common.settlement
Subinterfaces of ValuationDate in cdm.product.common.settlementModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.settlement that implement ValuationDateModifier and TypeClassDescriptionstatic classBuilder Implementation of ValuationDatestatic classImmutable Implementation of ValuationDateMethods in cdm.product.common.settlement that return ValuationDateModifier and TypeMethodDescriptionValuationDate.build()Build MethodsValuationDate.ValuationDateBuilderImpl.build()ValuationDate.ValuationDateImpl.build()CashSettlementTerms.CashSettlementTermsImpl.getValuationDate()CashSettlementTerms.getValuationDate()Defines the different methods to specify a valuation date, as used for cash settlement.Methods in cdm.product.common.settlement that return types with arguments of type ValuationDateModifier and TypeMethodDescriptiondefault Class<? extends ValuationDate> ValuationDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationDate> ValuationDate.metaData()Utility MethodsMethods in cdm.product.common.settlement with parameters of type ValuationDateModifier and TypeMethodDescriptionCashSettlementTerms.CashSettlementTermsBuilder.setValuationDate(ValuationDate valuationDate) CashSettlementTerms.CashSettlementTermsBuilderImpl.setValuationDate(ValuationDate _valuationDate) -
Uses of ValuationDate in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type ValuationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ValuationDate>> ValuationDateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ValuationDate, com.rosetta.model.lib.qualify.QualifyResult>> ValuationDateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ValuationDate, Set<String>> ValuationDateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ValuationDate> ValuationDateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ValuationDate> ValuationDateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ValuationDate> ValuationDateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ValuationDate> ValuationDateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ValuationDate in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type ValuationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationDateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationDate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationDateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationDate o) -
Uses of ValuationDate in cdm.product.common.settlement.validation.datarule
Methods in cdm.product.common.settlement.validation.datarule with parameters of type ValuationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationDateOneOf0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationDate valuationDate) List<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationDateOneOf0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationDate valuationDate) -
Uses of ValuationDate in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type ValuationDateModifier and TypeMethodDescription<T2 extends ValuationDate>
com.rosetta.model.lib.validation.ValidationResult<ValuationDate> ValuationDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.settlement.validation.exists that return types with arguments of type ValuationDateModifier and TypeMethodDescription<T2 extends ValuationDate>
com.rosetta.model.lib.validation.ValidationResult<ValuationDate> ValuationDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)