public final class LegalEntityInformation extends Object implements org.joda.beans.ImmutableBean, Serializable
This stores the information on a legal entity.
| Modifier and Type | Class and Description |
|---|---|
static class |
LegalEntityInformation.Meta
The meta-bean for
LegalEntityInformation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StandardId |
getLegalEntityId()
Gets the legal entity identifier.
|
int |
hashCode() |
boolean |
isDefaulted()
Gets whether the legal entity has defaulted or not.
|
static LegalEntityInformation |
isDefaulted(StandardId legalEntityId)
Creates an instance for a legal entity which has defaulted.
|
static LegalEntityInformation |
isNotDefaulted(StandardId legalEntityId)
Creates an instance for a legal entity which has not defaulted.
|
static LegalEntityInformation.Meta |
meta()
The meta-bean for
LegalEntityInformation. |
LegalEntityInformation.Meta |
metaBean() |
String |
toString() |
public static LegalEntityInformation isDefaulted(StandardId legalEntityId)
legalEntityId - the legal entity IDpublic static LegalEntityInformation isNotDefaulted(StandardId legalEntityId)
legalEntityId - the legal entitypublic static LegalEntityInformation.Meta meta()
LegalEntityInformation.public LegalEntityInformation.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic StandardId getLegalEntityId()
public boolean isDefaulted()
True if defaulted, false otherwise.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.