Index
All Classes and Interfaces|All Packages
A 
- ACTIVE - Enum constant in enum class com.apptasticsoftware.lei.Lei.EntityStatus
-
As of the last report or update, the legal entity reported that it was legally registered and operating.
- ANNULLED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration that was marked as erroneous or invalid after it was issued.
B 
- BicCodeValidator - Class in com.apptasticsoftware.lei
-
Class for validating BIC codes
- BRANCH - Enum constant in enum class com.apptasticsoftware.lei.Lei.EntityCategory
-
The legal entity is a branch of another legal entity.
C 
- CANCELLED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration that was abandoned prior to issuance of an LEI.
- com.apptasticsoftware.lei - module com.apptasticsoftware.lei
-
These modules define the base APIs for LEI.
- com.apptasticsoftware.lei - package com.apptasticsoftware.lei
-
This package is intended for LEI.
- CusipValidator - Class in com.apptasticsoftware.lei
-
Class for validating CUSIP codes
D 
- DUPLICATE - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI Registration that has been determined to be a duplicate registration of the same legal entity as another LEI Registration; the DUPLICATE status is assigned to the non-surviving registration (i.e.
E 
- ENTITY_SUPPLIED_ONLY - Enum constant in enum class com.apptasticsoftware.lei.Lei.ValidationSource
-
Based on the validation procedures in use by the LOU responsible for the record, the information associated with this record has significant reliance on the information that a submitter provided due to the unavailability of corroborating information.
- equals(Object) - Method in class com.apptasticsoftware.lei.Lei.Address
- equals(Object) - Method in class com.apptasticsoftware.lei.Lei
- equals(Object) - Method in class com.apptasticsoftware.lei.Lei.Registration
- equals(Object) - Method in class com.apptasticsoftware.lei.Lei.RegistrationAuthority
F 
- FULLY_CORROBORATED - Enum constant in enum class com.apptasticsoftware.lei.Lei.ValidationSource
-
Based on the validation procedures in use by the LOU responsible for the record, there is sufficient information contained in authoritative public sources to corroborate the information that the submitter has provided for the record.
- FUND - Enum constant in enum class com.apptasticsoftware.lei.Lei.EntityCategory
-
The legal entity is a fund managed by another legal entity.
G 
- GENERAL - Enum constant in enum class com.apptasticsoftware.lei.Lei.EntityCategory
-
The legal entity is a general entity.
- getAdditionalAddressLine() - Method in class com.apptasticsoftware.lei.Lei.Address
-
One to three optional additional address line elements.
- getCity() - Method in class com.apptasticsoftware.lei.Lei.Address
-
The mandatory name of the city.
- getCountry() - Method in class com.apptasticsoftware.lei.Lei.Address
-
The 2-character ISO 3166-1 country code of the country.
- getEntityCategory() - Method in class com.apptasticsoftware.lei.Lei
-
Indicates (where applicable) the category of entity identified by this LEI data record, as a more specific category within the broad definition given in ISO 17442.
- getEntityLegalFormCode() - Method in class com.apptasticsoftware.lei.Lei
-
A current code from the GLEIF-maintained list MUST be used.
- getEntityStatus() - Method in class com.apptasticsoftware.lei.Lei
-
The operational and/or legal registration status of the entity (may be ACTIVE or INACTIVE)
- getFirstAddressLine() - Method in class com.apptasticsoftware.lei.Lei.Address
-
The mandatory first address line element.
- getHeadquartersAddress() - Method in class com.apptasticsoftware.lei.Lei
-
The address of the headquarters of the Entity.
- getInitialRegistrationDate() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
Date/time the LEI record was created.
- getInitialRegistrationDateZonedDateTime() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
Date/time the LEI record was created.
- getInstance() - Static method in class com.apptasticsoftware.lei.LeiLookup
-
Get instance for doing LEI lookups.
- getInstance(int, int) - Static method in class com.apptasticsoftware.lei.LeiLookup
-
Get instance for doing LEI lookups.
- getIsinByCusip(String) - Method in class com.apptasticsoftware.lei.IsinLookup
-
Returns ISIN number from CUSIP
- getIsinBySedol(String) - Method in class com.apptasticsoftware.lei.IsinLookup
-
Returns ISIN number from SEDOL
- getLastUpdateDate() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
Date/time the LEI record was most recently updated.
- getLastUpdateDateZonedDateTime() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
Date/time the LEI record was most recently updated.
- getLegalAddress() - Method in class com.apptasticsoftware.lei.Lei
-
The address of the entity as recorded in the registration of the entity in its legal jurisdiction.
- getLegalJurisdiction() - Method in class com.apptasticsoftware.lei.Lei
-
The jurisdiction of legal formation and registration of the entity (and upon which the
LegalForm
data element is also dependent). - getLegalName() - Method in class com.apptasticsoftware.lei.Lei
-
The legal name of the entity.
- getLei(String, String, Predicate<String>) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI
- getLeiByBic(String) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entry by BIC code.
- getLeiByCusip(String) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entry by CUSIP.
- getLeiByIsin(String) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entry by ISIN number.
- getLeiByLegalName(String) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entry by name.
- getLeiByLeiCode(String) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entry by LEI code.
- getLeiByLeiCode(String...) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLeiByLeiCode(Collection<String>) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entries by LEI codes.
- getLeiBySedol(String) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get LEI entry by SEDOL.
- getLeiCode() - Method in class com.apptasticsoftware.lei.Lei
-
The ISO 17442 compatible identifier for the legal entity.
- getLeiList(Function<Lei, String>, Predicate<String>, Collection<String>) - Method in class com.apptasticsoftware.lei.LeiLookup
-
Get a list of LEI
- getManagingLOU() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The LEI of the LOU that is responsible for administering this LEI registration.
- getNextRenewalDate() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The next date by which the LEI registration should be renewed and re-certified by the legal entity.
- getNextRenewalDateZonedDateTime() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The next date by which the LEI registration should be renewed and re-certified by the legal entity.
- getPostalCode() - Method in class com.apptasticsoftware.lei.Lei.Address
-
The (optional) postal code of this address as specified by the local postal service.
- getRegion() - Method in class com.apptasticsoftware.lei.Lei.Address
-
The (optional) 4- to 6-character ISO 3166-2 region code of the region.
- getRegistration() - Method in class com.apptasticsoftware.lei.Lei
-
The
Registration
container element contains all information on the legal entity's LEI registration with theManagingLOU
. - getRegistrationAuthority() - Method in class com.apptasticsoftware.lei.Lei
-
An identifier for the legal entity in a business registry in the jurisdiction of legal registration, or in the appropriate registration authority.
- getRegistrationAuthorityEntityID() - Method in class com.apptasticsoftware.lei.Lei.RegistrationAuthority
-
The identifier of the entity at the indicated registration authority.
- getRegistrationAuthorityID() - Method in class com.apptasticsoftware.lei.Lei.RegistrationAuthority
-
The reference code of the registration authority, taken from the Registration Authorities Code List maintained by GLEIF.
- getRegistrationStatus() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The status of the legal entity's LEI registration with the
ManagingLOU
. - getValidationAuthorityEntityID() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The identifier of the entity at the indicated registration authority.
- getValidationAuthorityID() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The reference code of the registration authority, taken from the Registration Authorities Code List (RAL) maintained by GLEIF.
- getValidationSource() - Method in class com.apptasticsoftware.lei.Lei.Registration
-
The level of validation of the reference data provided by the registrant.
H 
- hashCode() - Method in class com.apptasticsoftware.lei.Lei.Address
- hashCode() - Method in class com.apptasticsoftware.lei.Lei
- hashCode() - Method in class com.apptasticsoftware.lei.Lei.Registration
- hashCode() - Method in class com.apptasticsoftware.lei.Lei.RegistrationAuthority
I 
- INACTIVE - Enum constant in enum class com.apptasticsoftware.lei.Lei.EntityStatus
-
It has been determined that the entity that was assigned the LEI is no longer legally registered and/or operating, whether as a result of business closure, acquisition by or merger with another (or new) entity, or determination of illegitimacy.
- IsinCodeValidator - Class in com.apptasticsoftware.lei
-
Class for validating ISIN codes
- IsinLookup - Class in com.apptasticsoftware.lei
-
ISIN lookup from CUSIP and SEDOL
- IsinLookup() - Constructor for class com.apptasticsoftware.lei.IsinLookup
-
Constructor
- IsinLookup(int) - Constructor for class com.apptasticsoftware.lei.IsinLookup
-
Constructor
- ISSUED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI Registration that has been validated and issued, and which identifies an entity that was an operating legal entity as of the last update.
- isValid(String) - Static method in class com.apptasticsoftware.lei.BicCodeValidator
-
Validates if the format of the BIC code is valid
- isValid(String) - Static method in class com.apptasticsoftware.lei.CusipValidator
-
Validates if the format of the CUSIP code is valid
- isValid(String) - Static method in class com.apptasticsoftware.lei.IsinCodeValidator
-
Validates if the format of the ISIN code is valid
- isValid(String) - Static method in class com.apptasticsoftware.lei.LeiCodeValidator
-
Validates if the format of the LEI code is valid
- isValid(String) - Static method in class com.apptasticsoftware.lei.SedolValidator
-
Validates if the format of the SEDOL code is valid
L 
- LAPSED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration that has not been renewed by the
NextRenewalDate
and is not known by public sources to have ceased operation. - Lei - Class in com.apptasticsoftware.lei
-
ISO 17442 - Legal Entity Identifier (LEI).
- Lei.Address - Class in com.apptasticsoftware.lei
-
An address for the legal entity.
- Lei.EntityCategory - Enum Class in com.apptasticsoftware.lei
-
Indicates (where applicable) the category of entity identified by this LEI data record, as a more specific category within the broad definition given in ISO 17442.
- Lei.EntityStatus - Enum Class in com.apptasticsoftware.lei
-
The operational and/or legal registration status of the entity (may be
ACTIVE
orINACTIVE
). - Lei.Registration - Class in com.apptasticsoftware.lei
-
The
Registration
container element contains all information on the legal entity's LEI registration with theManagingLOU
. - Lei.RegistrationAuthority - Class in com.apptasticsoftware.lei
-
An identifier for the legal entity in a business registry in the jurisdiction of legal registration, or in the appropriate registration authority.
- Lei.RegistrationStatus - Enum Class in com.apptasticsoftware.lei
-
The status of the legal entity's LEI registration with the
ManagingLOU
. - Lei.ValidationSource - Enum Class in com.apptasticsoftware.lei
-
The level of validation of the reference data provided by the registrant.
- LeiCodeValidator - Class in com.apptasticsoftware.lei
-
Class for validating LEI codes
- LeiLookup - Class in com.apptasticsoftware.lei
-
Class for doing Legal Entity Identifier (LEI) lookup.
M 
- MERGED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration for an entity that has been merged into another legal entity, such that this lega lentity no longer exists as an operating entity.
P 
- PARTIALLY_CORROBORATED - Enum constant in enum class com.apptasticsoftware.lei.Lei.ValidationSource
-
Based on the validation procedures in use by the LOU responsible for the record, the information supplied by the registrant can be partially corroborated by public authoritative sources, while some of the record is dependent upon the information that the registrant submitted, either due to conflicts with authoritative information, or due to data unavailability.
- PENDING - Enum constant in enum class com.apptasticsoftware.lei.Lei.ValidationSource
-
The validation of the reference data provided by the registrant has not yet occurred.
- PENDING_ARCHIVAL - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration is about to be transferred to a different LOU, after which its registration status will revert to a non-pending status.
- PENDING_TRANSFER - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration that has been requested to be transferred to another LOU.
- PENDING_VALIDATION - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An application for an LEI that has been submitted and which is being processed and validated.
R 
- RETIRED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration for an entity that has ceased operation, without having been merged into another entity.
S 
- SedolValidator - Class in com.apptasticsoftware.lei
-
Class for validating SEDOL codes
- SOLE_PROPRIETOR - Enum constant in enum class com.apptasticsoftware.lei.Lei.EntityCategory
-
The legal entity is an individual acting in a business capacity.
T 
- TRANSFERRED - Enum constant in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
An LEI registration that has been transferred to a different LOU as the managing LOU.
V 
- valueOf(String) - Static method in enum class com.apptasticsoftware.lei.Lei.EntityCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apptasticsoftware.lei.Lei.EntityStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apptasticsoftware.lei.Lei.ValidationSource
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.apptasticsoftware.lei.Lei.EntityCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apptasticsoftware.lei.Lei.EntityStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apptasticsoftware.lei.Lei.RegistrationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apptasticsoftware.lei.Lei.ValidationSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages
Use
LeiLookup.getLeiByLeiCode(Collection)
instead.