Uses of Interface
cdm.base.staticdata.party.ReferenceBanks
Packages that use ReferenceBanks
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of ReferenceBanks in cdm.base.staticdata.party
Subinterfaces of ReferenceBanks in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement ReferenceBanksModifier and TypeClassDescriptionstatic classBuilder Implementation of ReferenceBanksstatic classImmutable Implementation of ReferenceBanksMethods in cdm.base.staticdata.party that return ReferenceBanksModifier and TypeMethodDescriptionReferenceBanks.build()Build MethodsReferenceBanks.ReferenceBanksBuilderImpl.build()ReferenceBanks.ReferenceBanksImpl.build()Methods in cdm.base.staticdata.party that return types with arguments of type ReferenceBanksModifier and TypeMethodDescriptiondefault Class<? extends ReferenceBanks> ReferenceBanks.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceBanks> ReferenceBanks.metaData()Utility Methods -
Uses of ReferenceBanks in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type ReferenceBanksModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReferenceBanks>> ReferenceBanksMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReferenceBanks, com.rosetta.model.lib.qualify.QualifyResult>> ReferenceBanksMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferenceBanks, Set<String>> ReferenceBanksMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReferenceBanks> ReferenceBanksMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferenceBanks> ReferenceBanksMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReferenceBanks> ReferenceBanksMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferenceBanks> ReferenceBanksMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReferenceBanks in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type ReferenceBanksModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceBanksTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceBanks o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceBanksValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceBanks o) -
Uses of ReferenceBanks in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type ReferenceBanksModifier and TypeMethodDescription<T2 extends ReferenceBanks>
com.rosetta.model.lib.validation.ValidationResult<ReferenceBanks> ReferenceBanksOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.party.validation.exists that return types with arguments of type ReferenceBanksModifier and TypeMethodDescription<T2 extends ReferenceBanks>
com.rosetta.model.lib.validation.ValidationResult<ReferenceBanks> ReferenceBanksOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ReferenceBanks in cdm.observable.asset
Methods in cdm.observable.asset that return ReferenceBanksModifier and TypeMethodDescriptionValuationSource.getReferenceBanks()A container for a set of reference institutions that may be called upon to provide rate quotations as part of the method to determine the applicable cash settlement amount.ValuationSource.ValuationSourceImpl.getReferenceBanks()Methods in cdm.observable.asset with parameters of type ReferenceBanksModifier and TypeMethodDescriptionValuationSource.ValuationSourceBuilder.setReferenceBanks(ReferenceBanks referenceBanks) ValuationSource.ValuationSourceBuilderImpl.setReferenceBanks(ReferenceBanks _referenceBanks)