Uses of Interface
cdm.observable.asset.ValuationDates
Packages that use ValuationDates
Package
Description
Master agreement concepts.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
Template feature concepts to define payouts.
-
Uses of ValuationDates in cdm.event.common.functions
Methods in cdm.event.common.functions with parameters of type ValuationDatesModifier and TypeMethodDescriptionprotected List<com.rosetta.model.lib.records.Date> AdjustedValuationDates.AdjustedValuationDatesDefault.assignOutput(List<com.rosetta.model.lib.records.Date> adjustedValuationDates, ValuationDates valuationDates) protected List<com.rosetta.model.lib.records.Date> AdjustedValuationDates.AdjustedValuationDatesDefault.doEvaluate(ValuationDates valuationDates) protected abstract List<com.rosetta.model.lib.records.Date> AdjustedValuationDates.doEvaluate(ValuationDates valuationDates) List<com.rosetta.model.lib.records.Date> AdjustedValuationDates.evaluate(ValuationDates valuationDates) -
Uses of ValuationDates in cdm.legaldocumentation.master
Methods in cdm.legaldocumentation.master that return ValuationDatesModifier and TypeMethodDescriptionEquitySwapMasterConfirmation2018.EquitySwapMasterConfirmation2018Impl.getValuationDates()EquitySwapMasterConfirmation2018.getValuationDates()The parameters used to generate the 'Equity Valuation Dates' schedule, including the Effective Date and Termination Date for the Swap.Methods in cdm.legaldocumentation.master with parameters of type ValuationDatesModifier and TypeMethodDescriptionEquitySwapMasterConfirmation2018.EquitySwapMasterConfirmation2018Builder.setValuationDates(ValuationDates valuationDates) EquitySwapMasterConfirmation2018.EquitySwapMasterConfirmation2018BuilderImpl.setValuationDates(ValuationDates _valuationDates) -
Uses of ValuationDates in cdm.observable.asset
Subinterfaces of ValuationDates in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement ValuationDatesModifier and TypeClassDescriptionstatic classBuilder Implementation of ValuationDatesstatic classImmutable Implementation of ValuationDatesMethods in cdm.observable.asset that return ValuationDatesModifier and TypeMethodDescriptionValuationDates.build()Build MethodsValuationDates.ValuationDatesBuilderImpl.build()ValuationDates.ValuationDatesImpl.build()Methods in cdm.observable.asset that return types with arguments of type ValuationDatesModifier and TypeMethodDescriptiondefault Class<? extends ValuationDates> ValuationDates.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationDates> ValuationDates.metaData()Utility Methods -
Uses of ValuationDates in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type ValuationDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ValuationDates>> ValuationDatesMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ValuationDates, com.rosetta.model.lib.qualify.QualifyResult>> ValuationDatesMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ValuationDates, Set<String>> ValuationDatesMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ValuationDates> ValuationDatesMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ValuationDates> ValuationDatesMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ValuationDates> ValuationDatesMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ValuationDates> ValuationDatesMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ValuationDates in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type ValuationDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationDatesTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationDates o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationDatesValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationDates o) -
Uses of ValuationDates in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type ValuationDatesModifier and TypeMethodDescription<T2 extends ValuationDates>
com.rosetta.model.lib.validation.ValidationResult<ValuationDates> ValuationDatesOnlyExistsValidator.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 ValuationDatesModifier and TypeMethodDescription<T2 extends ValuationDates>
com.rosetta.model.lib.validation.ValidationResult<ValuationDates> ValuationDatesOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ValuationDates in cdm.product.template
Methods in cdm.product.template that return ValuationDatesModifier and TypeMethodDescriptionPerformancePayout.getValuationDates()Defines how and when a performance type option or performance type swap is to be valued, including both interim and final valuation.PerformancePayout.PerformancePayoutImpl.getValuationDates()Methods in cdm.product.template with parameters of type ValuationDatesModifier and TypeMethodDescriptionPerformancePayout.PerformancePayoutBuilder.setValuationDates(ValuationDates valuationDates) PerformancePayout.PerformancePayoutBuilderImpl.setValuationDates(ValuationDates _valuationDates)