Uses of Class
org.isda.cdm.ReferenceBank
-
Packages that use ReferenceBank Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ReferenceBank in org.isda.cdm
Methods in org.isda.cdm that return ReferenceBank Modifier and Type Method Description ReferenceBank
ReferenceBank.ReferenceBankBuilder. build()
Methods in org.isda.cdm that return types with arguments of type ReferenceBank Modifier and Type Method Description java.util.List<ReferenceBank>
CashSettlementReferenceBanks. getReferenceBank()
An institution (party) identified by means of a coding scheme and an optional name.com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceBank>
ReferenceBank. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceBank>
ReferenceBank.ReferenceBankBuilder. metaData()
Methods in org.isda.cdm with parameters of type ReferenceBank Modifier and Type Method Description CashSettlementReferenceBanks.CashSettlementReferenceBanksBuilder
CashSettlementReferenceBanks.CashSettlementReferenceBanksBuilder. addReferenceBank(ReferenceBank referenceBank)
CashSettlementReferenceBanks.CashSettlementReferenceBanksBuilder
CashSettlementReferenceBanks.CashSettlementReferenceBanksBuilder. addReferenceBank(ReferenceBank referenceBank, int _idx)
Method parameters in org.isda.cdm with type arguments of type ReferenceBank Modifier and Type Method Description CashSettlementReferenceBanks.CashSettlementReferenceBanksBuilder
CashSettlementReferenceBanks.CashSettlementReferenceBanksBuilder. addReferenceBank(java.util.List<ReferenceBank> referenceBanks)
-
Uses of ReferenceBank in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ReferenceBank Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferenceBank>>
ReferenceBankMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferenceBank>>
ReferenceBankMeta. dataRules()
java.util.List<java.util.function.Function<? super ReferenceBank,com.rosetta.model.lib.qualify.QualifyResult>>
ReferenceBankMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferenceBank,java.lang.String>
ReferenceBankMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ReferenceBank>
ReferenceBankMeta. validator()
-
Uses of ReferenceBank in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ReferenceBank Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceBank>
ReferenceBankValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ReferenceBank>
ReferenceBankValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceBank o)
Methods in org.isda.cdm.validation with parameters of type ReferenceBank Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceBank>
ReferenceBankValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceBank o)
-
Uses of ReferenceBank in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ReferenceBank Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceBank>
ReferenceBankOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ReferenceBank>
ReferenceBankOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceBank o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ReferenceBank Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferenceBank>
ReferenceBankOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferenceBank o, java.lang.String field)
-