public interface LegalEntity
A legal entity is one of the building blocks of finance, representing an organization.
It is used to capture details for credit worthiness.
The legal entity can be looked up in ReferenceData using the identifier.
Implementations of this interface must be immutable beans.
SimpleLegalEntity| Modifier and Type | Method and Description |
|---|---|
Country |
getCountry()
Gets the country that the legal entity is based in.
|
LegalEntityId |
getLegalEntityId()
Gets the legal entity identifier.
|
String |
getName()
Gets the name of the legal entity.
|
LegalEntityId getLegalEntityId()
This identifier uniquely identifies the legal entity within the system.
String getName()
This is intended for humans.
Country getCountry()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.