Uses of Interface
cdm.product.asset.FloatingAmountEvents
Packages that use FloatingAmountEvents
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of FloatingAmountEvents in cdm.product.asset
Subinterfaces of FloatingAmountEvents in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement FloatingAmountEventsModifier and TypeClassDescriptionstatic classBuilder Implementation of FloatingAmountEventsstatic classImmutable Implementation of FloatingAmountEventsMethods in cdm.product.asset that return FloatingAmountEventsModifier and TypeMethodDescriptionFloatingAmountEvents.build()Build MethodsFloatingAmountEvents.FloatingAmountEventsBuilderImpl.build()FloatingAmountEvents.FloatingAmountEventsImpl.build()ProtectionTerms.getFloatingAmountEvents()This element contains the ISDA terms relating to the floating rate payment events and the implied additional fixed payments, applicable to the credit derivatives transactions on mortgage-backed securities with pay-as-you-go or physical settlement.ProtectionTerms.ProtectionTermsImpl.getFloatingAmountEvents()Methods in cdm.product.asset that return types with arguments of type FloatingAmountEventsModifier and TypeMethodDescriptiondefault Class<? extends FloatingAmountEvents> FloatingAmountEvents.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FloatingAmountEvents> FloatingAmountEvents.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type FloatingAmountEventsModifier and TypeMethodDescriptionProtectionTerms.ProtectionTermsBuilder.setFloatingAmountEvents(FloatingAmountEvents floatingAmountEvents) ProtectionTerms.ProtectionTermsBuilderImpl.setFloatingAmountEvents(FloatingAmountEvents _floatingAmountEvents) -
Uses of FloatingAmountEvents in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type FloatingAmountEventsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super FloatingAmountEvents>> FloatingAmountEventsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super FloatingAmountEvents, com.rosetta.model.lib.qualify.QualifyResult>> FloatingAmountEventsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super FloatingAmountEvents, Set<String>> FloatingAmountEventsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super FloatingAmountEvents> FloatingAmountEventsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FloatingAmountEvents> FloatingAmountEventsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super FloatingAmountEvents> FloatingAmountEventsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FloatingAmountEvents> FloatingAmountEventsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of FloatingAmountEvents in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type FloatingAmountEventsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FloatingAmountEventsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FloatingAmountEvents o) List<com.rosetta.model.lib.validation.ValidationResult<?>> FloatingAmountEventsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FloatingAmountEvents o) -
Uses of FloatingAmountEvents in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type FloatingAmountEventsModifier and TypeMethodDescription<T2 extends FloatingAmountEvents>
com.rosetta.model.lib.validation.ValidationResult<FloatingAmountEvents> FloatingAmountEventsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type FloatingAmountEventsModifier and TypeMethodDescription<T2 extends FloatingAmountEvents>
com.rosetta.model.lib.validation.ValidationResult<FloatingAmountEvents> FloatingAmountEventsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)