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 FunctionRequirementsLegalEntityDiscountingMarketDataLookup. requirements(LegalEntityId issuerId, Currency currency)Creates market data requirements for the specified issuer.FunctionRequirementsLegalEntityDiscountingMarketDataLookup. 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 LegalEntityDiscountingMarketDataLookupLegalEntityDiscountingMarketDataLookup. of(LegalEntityCurveGroup curveGroup, Map<LegalEntityId,RepoGroup> repoCurveGroups)Obtains an instance based on a curve group and group map.static LegalEntityDiscountingMarketDataLookupLegalEntityDiscountingMarketDataLookup. of(LegalEntityCurveGroup curveGroup, Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<LegalEntityId,LegalEntityGroup> issuerCurveGroups)Obtains an instance based on a curve group and group maps.static LegalEntityDiscountingMarketDataLookupLegalEntityDiscountingMarketDataLookup. of(Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<Pair<RepoGroup,Currency>,CurveId> repoCurveIds)Obtains an instance based on maps for repo curves.static LegalEntityDiscountingMarketDataLookupLegalEntityDiscountingMarketDataLookup. of(Map<LegalEntityId,RepoGroup> repoCurveGroups, Map<Pair<RepoGroup,Currency>,CurveId> repoCurveIds, ObservableSource obsSource)Obtains an instance based on maps for repo curves.static LegalEntityDiscountingMarketDataLookupLegalEntityDiscountingMarketDataLookup. 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 LegalEntityDiscountingMarketDataLookupLegalEntityDiscountingMarketDataLookup. 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 theissuerCurveGroupsproperty.org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,RepoGroup>>ImmutableLegalEntityDiscountingProvider.Meta. repoCurveGroups()The meta-property for therepoCurveGroupsproperty.Methods in com.opengamma.strata.pricer.bond with parameters of type LegalEntityId Modifier and Type Method Description IssuerCurveDiscountFactorsImmutableLegalEntityDiscountingProvider. issuerCurveDiscountFactors(LegalEntityId issuerId, Currency currency)IssuerCurveDiscountFactorsLegalEntityDiscountingProvider. issuerCurveDiscountFactors(LegalEntityId issuerId, Currency currency)Gets the discount factors from an issuer based on the issuer ID and currency.RepoCurveDiscountFactorsImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)RepoCurveDiscountFactorsImmutableLegalEntityDiscountingProvider. repoCurveDiscountFactors(SecurityId securityId, LegalEntityId issuerId, Currency currency)RepoCurveDiscountFactorsLegalEntityDiscountingProvider. repoCurveDiscountFactors(LegalEntityId issuerId, Currency currency)Gets the discount factors from a repo curve based on the issuer ID and currency.RepoCurveDiscountFactorsLegalEntityDiscountingProvider. 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.BuilderImmutableLegalEntityDiscountingProvider.Builder. issuerCurveGroups(Map<LegalEntityId,LegalEntityGroup> issuerCurveGroups)Sets the groups used to find an issuer curve by legal entity.ImmutableLegalEntityDiscountingProvider.BuilderImmutableLegalEntityDiscountingProvider.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 LegalEntityIdLegalEntity. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdSimpleLegalEntity. getLegalEntityId()Gets the legal entity identifier.static LegalEntityIdLegalEntityId. of(StandardId standardId)Creates an instance from a standard two-part identifier.static LegalEntityIdLegalEntityId. of(String scheme, String value)Obtains an instance from a scheme and value.static LegalEntityIdLegalEntityId. parse(String str)Parses anStandardIdfrom a formatted scheme and value.Methods in com.opengamma.strata.product with parameters of type LegalEntityId Modifier and Type Method Description static SimpleLegalEntitySimpleLegalEntity. 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 LegalEntityIdBill. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdBillSecurity. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdCapitalIndexedBond. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdCapitalIndexedBondSecurity. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdFixedCouponBond. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdFixedCouponBondSecurity. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdLegalEntitySecurity. getLegalEntityId()Get the legal entity identifier.LegalEntityIdResolvedBill. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdResolvedCapitalIndexedBond. getLegalEntityId()Gets the legal entity identifier.LegalEntityIdResolvedFixedCouponBond. 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 thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>BillSecurity.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>CapitalIndexedBond.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>CapitalIndexedBondSecurity.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>FixedCouponBond.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>FixedCouponBondSecurity.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>ResolvedBill.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>ResolvedCapitalIndexedBond.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.org.joda.beans.MetaProperty<LegalEntityId>ResolvedFixedCouponBond.Meta. legalEntityId()The meta-property for thelegalEntityIdproperty.Methods in com.opengamma.strata.product.bond with parameters of type LegalEntityId Modifier and Type Method Description Bill.BuilderBill.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.BillSecurity.BuilderBillSecurity.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.CapitalIndexedBond.BuilderCapitalIndexedBond.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.CapitalIndexedBondSecurity.BuilderCapitalIndexedBondSecurity.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.FixedCouponBond.BuilderFixedCouponBond.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.FixedCouponBondSecurity.BuilderFixedCouponBondSecurity.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.ResolvedBill.BuilderResolvedBill.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.ResolvedFixedCouponBond.BuilderResolvedFixedCouponBond.Builder. legalEntityId(LegalEntityId legalEntityId)Sets the legal entity identifier.
-