Uses of Class
com.opengamma.strata.product.LegalEntityId
-
Packages that use LegalEntityId Package Description com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of LegalEntityId in com.opengamma.strata.measure.bond
Methods in com.opengamma.strata.measure.bond with parameters of type LegalEntityId Modifier and Type Method Description FunctionRequirements
LegalEntityDiscountingMarketDataLookup. requirements(LegalEntityId issuerId, Currency currency)
Creates market data requirements for the specified issuer.FunctionRequirements
LegalEntityDiscountingMarketDataLookup. requirements(SecurityId securityId, LegalEntityId issuerId, Currency currency)
Creates market data requirements for the specified security and issuer.Method parameters in com.opengamma.strata.measure.bond with type arguments of type LegalEntityId Modifier and Type Method Description static LegalEntityDiscountingMarketDataLookup
LegalEntityDiscountingMarketDataLookup. of(LegalEntityCurveGroup curveGroup, Map<LegalEntityId,RepoGroup> repoCurveGroups)
Obtains an instance based on a curve group and group map.static LegalEntityDiscountingMarketDataLookup
LegalEntityDiscountingMarketDataLookup. of(LegalEntityCurveGroup curveGroup, Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<LegalEntityId,LegalEntityGroup> issuerCurveGroups)
Obtains an instance based on a curve group and group maps.static LegalEntityDiscountingMarketDataLookup
LegalEntityDiscountingMarketDataLookup. of(Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<Pair<RepoGroup,Currency>,CurveId> repoCurveIds)
Obtains an instance based on maps for repo curves.static LegalEntityDiscountingMarketDataLookup
LegalEntityDiscountingMarketDataLookup. of(Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<Pair<RepoGroup,Currency>,CurveId> repoCurveIds, ObservableSource obsSource)
Obtains an instance based on maps for repo curves.static LegalEntityDiscountingMarketDataLookup
LegalEntityDiscountingMarketDataLookup. of(Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<Pair<RepoGroup,Currency>,CurveId> repoCurveIds, Map<LegalEntityId,LegalEntityGroup> issuerCurveGroups, Map<Pair<LegalEntityGroup,Currency>,CurveId> issuerCurveIds)
Obtains an instance based on a maps for repo and issuer curves.static LegalEntityDiscountingMarketDataLookup
LegalEntityDiscountingMarketDataLookup. of(Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<Pair<RepoGroup,Currency>,CurveId> repoCurveIds, Map<LegalEntityId,LegalEntityGroup> issuerCurveGroups, Map<Pair<LegalEntityGroup,Currency>,CurveId> issuerCurveIds, ObservableSource obsSource)
Obtains an instance based on a maps for repo and issuer curves. -
Uses of LegalEntityId in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond that return types with arguments of type LegalEntityId Modifier and Type Method Description ImmutableMap<LegalEntityId,LegalEntityGroup>
ImmutableLegalEntityDiscountingProvider. getIssuerCurveGroups()
Gets the groups used to find an issuer curve by legal entity.ImmutableMap<LegalEntityId,RepoGroup>
ImmutableLegalEntityDiscountingProvider. getRepoCurveGroups()
Gets the groups used to find a repo curve by legal entity.org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,LegalEntityGroup>>
ImmutableLegalEntityDiscountingProvider.Meta. issuerCurveGroups()
The meta-property for theissuerCurveGroups
property.org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,RepoGroup>>
ImmutableLegalEntityDiscountingProvider.Meta. repoCurveGroups()
The meta-property for therepoCurveGroups
property.Methods in com.opengamma.strata.pricer.bond with parameters of type LegalEntityId Modifier and Type Method Description IssuerCurveDiscountFactors
ImmutableLegalEntityDiscountingProvider. issuerCurveDiscountFactors(LegalEntityId issuerId, Currency currency)
IssuerCurveDiscountFactors
LegalEntityDiscountingProvider. issuerCurveDiscountFactors(LegalEntityId issuerId, Currency currency)
Gets the discount factors from an issuer based on the issuer ID and currency.RepoCurveDiscountFactors
ImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)
RepoCurveDiscountFactors
ImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(SecurityId securityId, LegalEntityId issuerId, Currency currency)
RepoCurveDiscountFactors
LegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)
Gets the discount factors from a repo curve based on the issuer ID and currency.RepoCurveDiscountFactors
LegalEntityDiscountingProvider. repoCurveDiscountFactors(SecurityId securityId, LegalEntityId issuerId, Currency currency)
Gets the discount factors from a repo curve based on the security ID, issuer ID and currency.Method parameters in com.opengamma.strata.pricer.bond with type arguments of type LegalEntityId Modifier and Type Method Description ImmutableLegalEntityDiscountingProvider.Builder
ImmutableLegalEntityDiscountingProvider.Builder. issuerCurveGroups(Map<LegalEntityId,LegalEntityGroup> issuerCurveGroups)
Sets the groups used to find an issuer curve by legal entity.ImmutableLegalEntityDiscountingProvider.Builder
ImmutableLegalEntityDiscountingProvider.Builder. repoCurveGroups(Map<LegalEntityId,RepoGroup> repoCurveGroups)
Sets the groups used to find a repo curve by legal entity. -
Uses of LegalEntityId in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return LegalEntityId Modifier and Type Method Description LegalEntityId
LegalEntity. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
SimpleLegalEntity. getLegalEntityId()
Gets the legal entity identifier.static LegalEntityId
LegalEntityId. of(StandardId standardId)
Creates an instance from a standard two-part identifier.static LegalEntityId
LegalEntityId. of(String scheme, String value)
Obtains an instance from a scheme and value.static LegalEntityId
LegalEntityId. parse(String str)
Parses anStandardId
from a formatted scheme and value.Methods in com.opengamma.strata.product with parameters of type LegalEntityId Modifier and Type Method Description static SimpleLegalEntity
SimpleLegalEntity. of(LegalEntityId legalEntityId, String name, Country country)
Obtains an instance. -
Uses of LegalEntityId in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return LegalEntityId Modifier and Type Method Description LegalEntityId
Bill. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
BillSecurity. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
CapitalIndexedBond. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
CapitalIndexedBondSecurity. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
FixedCouponBond. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
FixedCouponBondSecurity. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
LegalEntitySecurity. getLegalEntityId()
Get the legal entity identifier.LegalEntityId
ResolvedBill. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
ResolvedCapitalIndexedBond. getLegalEntityId()
Gets the legal entity identifier.LegalEntityId
ResolvedFixedCouponBond. getLegalEntityId()
Gets the legal entity identifier.Methods in com.opengamma.strata.product.bond that return types with arguments of type LegalEntityId Modifier and Type Method Description org.joda.beans.MetaProperty<LegalEntityId>
Bill.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
BillSecurity.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
CapitalIndexedBond.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
CapitalIndexedBondSecurity.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
FixedCouponBond.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
FixedCouponBondSecurity.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
ResolvedBill.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
ResolvedCapitalIndexedBond.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.org.joda.beans.MetaProperty<LegalEntityId>
ResolvedFixedCouponBond.Meta. legalEntityId()
The meta-property for thelegalEntityId
property.Methods in com.opengamma.strata.product.bond with parameters of type LegalEntityId Modifier and Type Method Description Bill.Builder
Bill.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.BillSecurity.Builder
BillSecurity.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.CapitalIndexedBond.Builder
CapitalIndexedBond.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.CapitalIndexedBondSecurity.Builder
CapitalIndexedBondSecurity.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.FixedCouponBond.Builder
FixedCouponBond.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.FixedCouponBondSecurity.Builder
FixedCouponBondSecurity.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.ResolvedBill.Builder
ResolvedBill.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.ResolvedCapitalIndexedBond.Builder
ResolvedCapitalIndexedBond.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.ResolvedFixedCouponBond.Builder
ResolvedFixedCouponBond.Builder. legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
-