Uses of Interface
cdm.legaldocumentation.master.isla.BaseCurrency
Packages that use BaseCurrency
Package
Description
-
Uses of BaseCurrency in cdm.legaldocumentation.master.isla
Subinterfaces of BaseCurrency in cdm.legaldocumentation.master.islaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.master.isla that implement BaseCurrencyModifier and TypeClassDescriptionstatic classBuilder Implementation of BaseCurrencystatic classImmutable Implementation of BaseCurrencyMethods in cdm.legaldocumentation.master.isla that return BaseCurrencyModifier and TypeMethodDescriptionBaseCurrency.BaseCurrencyBuilderImpl.build()BaseCurrency.BaseCurrencyImpl.build()BaseCurrency.build()Build MethodsGlobalMasterSecuritiesLendingAgreement.getBaseCurrency()The definitions regarding base currency determinations relating to the GMSLA.GlobalMasterSecuritiesLendingAgreement.GlobalMasterSecuritiesLendingAgreementImpl.getBaseCurrency()Methods in cdm.legaldocumentation.master.isla that return types with arguments of type BaseCurrencyModifier and TypeMethodDescriptiondefault Class<? extends BaseCurrency> BaseCurrency.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BaseCurrency> BaseCurrency.metaData()Utility MethodsMethods in cdm.legaldocumentation.master.isla with parameters of type BaseCurrencyModifier and TypeMethodDescriptionGlobalMasterSecuritiesLendingAgreement.GlobalMasterSecuritiesLendingAgreementBuilder.setBaseCurrency(BaseCurrency baseCurrency) GlobalMasterSecuritiesLendingAgreement.GlobalMasterSecuritiesLendingAgreementBuilderImpl.setBaseCurrency(BaseCurrency _baseCurrency) -
Uses of BaseCurrency in cdm.legaldocumentation.master.isla.meta
Methods in cdm.legaldocumentation.master.isla.meta that return types with arguments of type BaseCurrencyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BaseCurrency>> BaseCurrencyMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BaseCurrency, com.rosetta.model.lib.qualify.QualifyResult>> BaseCurrencyMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BaseCurrency, Set<String>> BaseCurrencyMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BaseCurrency> BaseCurrencyMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BaseCurrency> BaseCurrencyMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BaseCurrency> BaseCurrencyMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BaseCurrency> BaseCurrencyMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BaseCurrency in cdm.legaldocumentation.master.isla.validation
Methods in cdm.legaldocumentation.master.isla.validation with parameters of type BaseCurrencyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BaseCurrencyTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BaseCurrency o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BaseCurrencyValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BaseCurrency o) -
Uses of BaseCurrency in cdm.legaldocumentation.master.isla.validation.exists
Methods in cdm.legaldocumentation.master.isla.validation.exists with type parameters of type BaseCurrencyModifier and TypeMethodDescription<T2 extends BaseCurrency>
com.rosetta.model.lib.validation.ValidationResult<BaseCurrency> BaseCurrencyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.master.isla.validation.exists that return types with arguments of type BaseCurrencyModifier and TypeMethodDescription<T2 extends BaseCurrency>
com.rosetta.model.lib.validation.ValidationResult<BaseCurrency> BaseCurrencyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)