Uses of Class
com.opengamma.strata.market.observable.LegalEntityInformation
-
Packages that use LegalEntityInformation Package Description com.opengamma.strata.market.observable Market data for quotes. -
-
Uses of LegalEntityInformation in com.opengamma.strata.market.observable
Methods in com.opengamma.strata.market.observable that return LegalEntityInformation Modifier and Type Method Description static LegalEntityInformation
LegalEntityInformation. isDefaulted(StandardId legalEntityId)
Creates an instance for a legal entity which has defaulted.static LegalEntityInformation
LegalEntityInformation. isNotDefaulted(StandardId legalEntityId)
Creates an instance for a legal entity which has not defaulted.Methods in com.opengamma.strata.market.observable that return types with arguments of type LegalEntityInformation Modifier and Type Method Description Class<? extends LegalEntityInformation>
LegalEntityInformation.Meta. beanType()
org.joda.beans.BeanBuilder<? extends LegalEntityInformation>
LegalEntityInformation.Meta. builder()
Class<LegalEntityInformation>
LegalEntityInformationId. getMarketDataType()
-