| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and 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 an
StandardId from a formatted scheme and value. |
| Modifier and Type | Method and Description |
|---|---|
static SimpleLegalEntity |
SimpleLegalEntity.of(LegalEntityId legalEntityId,
String name,
Country country)
Obtains an instance.
|
| Modifier and Type | Method and Description |
|---|---|
LegalEntityId |
FixedCouponBond.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
CapitalIndexedBondSecurity.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
CapitalIndexedBond.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
BillSecurity.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
Bill.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
ResolvedFixedCouponBond.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
ResolvedCapitalIndexedBond.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
ResolvedBill.getLegalEntityId()
Gets the legal entity identifier.
|
LegalEntityId |
LegalEntitySecurity.getLegalEntityId()
Get the legal entity identifier.
|
LegalEntityId |
FixedCouponBondSecurity.getLegalEntityId()
Gets the legal entity identifier.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<LegalEntityId> |
FixedCouponBond.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
CapitalIndexedBondSecurity.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
CapitalIndexedBond.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
BillSecurity.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
Bill.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
ResolvedFixedCouponBond.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
ResolvedCapitalIndexedBond.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
ResolvedBill.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
org.joda.beans.MetaProperty<LegalEntityId> |
FixedCouponBondSecurity.Meta.legalEntityId()
The meta-property for the
legalEntityId property. |
| Modifier and Type | Method and Description |
|---|---|
FixedCouponBond.Builder |
FixedCouponBond.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
CapitalIndexedBondSecurity.Builder |
CapitalIndexedBondSecurity.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
CapitalIndexedBond.Builder |
CapitalIndexedBond.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
BillSecurity.Builder |
BillSecurity.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
Bill.Builder |
Bill.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
ResolvedFixedCouponBond.Builder |
ResolvedFixedCouponBond.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
ResolvedCapitalIndexedBond.Builder |
ResolvedCapitalIndexedBond.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
ResolvedBill.Builder |
ResolvedBill.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
FixedCouponBondSecurity.Builder |
FixedCouponBondSecurity.Builder.legalEntityId(LegalEntityId legalEntityId)
Sets the legal entity identifier.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.