Uses of Interface
cdm.product.common.schedule.FxLinkedNotionalAmount
Packages that use FxLinkedNotionalAmount
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of FxLinkedNotionalAmount in cdm.product.common.schedule
Subinterfaces of FxLinkedNotionalAmount in cdm.product.common.scheduleModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.schedule that implement FxLinkedNotionalAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of FxLinkedNotionalAmountstatic classImmutable Implementation of FxLinkedNotionalAmountMethods in cdm.product.common.schedule that return FxLinkedNotionalAmountModifier and TypeMethodDescriptionFxLinkedNotionalAmount.build()Build MethodsFxLinkedNotionalAmount.FxLinkedNotionalAmountBuilderImpl.build()FxLinkedNotionalAmount.FxLinkedNotionalAmountImpl.build()CalculationPeriod.CalculationPeriodImpl.getFxLinkedNotionalAmount()CalculationPeriod.getFxLinkedNotionalAmount()The amount that a cashflow will accrue interest on.Methods in cdm.product.common.schedule that return types with arguments of type FxLinkedNotionalAmountModifier and TypeMethodDescriptiondefault Class<? extends FxLinkedNotionalAmount> FxLinkedNotionalAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FxLinkedNotionalAmount> FxLinkedNotionalAmount.metaData()Utility MethodsMethods in cdm.product.common.schedule with parameters of type FxLinkedNotionalAmountModifier and TypeMethodDescriptionCalculationPeriod.CalculationPeriodBuilder.setFxLinkedNotionalAmount(FxLinkedNotionalAmount fxLinkedNotionalAmount) CalculationPeriod.CalculationPeriodBuilderImpl.setFxLinkedNotionalAmount(FxLinkedNotionalAmount _fxLinkedNotionalAmount) -
Uses of FxLinkedNotionalAmount in cdm.product.common.schedule.meta
Methods in cdm.product.common.schedule.meta that return types with arguments of type FxLinkedNotionalAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount>> FxLinkedNotionalAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super FxLinkedNotionalAmount, com.rosetta.model.lib.qualify.QualifyResult>> FxLinkedNotionalAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super FxLinkedNotionalAmount, Set<String>> FxLinkedNotionalAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount> FxLinkedNotionalAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount> FxLinkedNotionalAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount> FxLinkedNotionalAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FxLinkedNotionalAmount> FxLinkedNotionalAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of FxLinkedNotionalAmount in cdm.product.common.schedule.validation
Methods in cdm.product.common.schedule.validation with parameters of type FxLinkedNotionalAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FxLinkedNotionalAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FxLinkedNotionalAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> FxLinkedNotionalAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FxLinkedNotionalAmount o) -
Uses of FxLinkedNotionalAmount in cdm.product.common.schedule.validation.exists
Methods in cdm.product.common.schedule.validation.exists with type parameters of type FxLinkedNotionalAmountModifier and TypeMethodDescription<T2 extends FxLinkedNotionalAmount>
com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount> FxLinkedNotionalAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.schedule.validation.exists that return types with arguments of type FxLinkedNotionalAmountModifier and TypeMethodDescription<T2 extends FxLinkedNotionalAmount>
com.rosetta.model.lib.validation.ValidationResult<FxLinkedNotionalAmount> FxLinkedNotionalAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)