Class CapitalIndexedBondPosition
- java.lang.Object
-
- com.opengamma.strata.product.bond.CapitalIndexedBondPosition
-
- All Implemented Interfaces:
CalculationTarget,Resolvable<ResolvedCapitalIndexedBondTrade>,PortfolioItem,Position,SecuritizedProductPortfolioItem<CapitalIndexedBond>,SecuritizedProductPosition<CapitalIndexedBond>,SecurityQuantity,Serializable,org.joda.beans.Bean,org.joda.beans.ImmutableBean
public final class CapitalIndexedBondPosition extends Object implements SecuritizedProductPosition<CapitalIndexedBond>, Resolvable<ResolvedCapitalIndexedBondTrade>, org.joda.beans.ImmutableBean, Serializable
A position in a capital indexed bond.A position in an underlying
CapitalIndexedBond.The net quantity of the position is stored using two fields -
longQuantityandshortQuantity. These two fields must not be negative. In many cases, only a long quantity or short quantity will be present with the other set to zero. However it is also possible for both to be non-zero, allowing long and short positions to be treated separately. The net quantity is available viagetQuantity().Price
Strata uses decimal prices for bonds in the trade model, pricers and market data. For example, a price of 99.32% is represented in Strata by 0.9932.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCapitalIndexedBondPosition.BuilderThe bean-builder forCapitalIndexedBondPosition.static classCapitalIndexedBondPosition.MetaThe meta-bean forCapitalIndexedBondPosition.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CapitalIndexedBondPosition.Builderbuilder()Returns a builder used to create an instance of the bean.booleanequals(Object obj)CurrencygetCurrency()Gets the currency of the position.PositionInfogetInfo()Gets the additional position information, defaulted to an empty instance.doublegetLongQuantity()Gets the long quantity of the security.CapitalIndexedBondgetProduct()Gets the bond that was traded.doublegetQuantity()Gets the net quantity of the security.SecurityIdgetSecurityId()Gets the identifier of the underlying security.doublegetShortQuantity()Gets the short quantity of the security.inthashCode()static CapitalIndexedBondPosition.Metameta()The meta-bean forCapitalIndexedBondPosition.CapitalIndexedBondPosition.MetametaBean()static CapitalIndexedBondPositionofLongShort(PositionInfo positionInfo, CapitalIndexedBond product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static CapitalIndexedBondPositionofNet(PositionInfo positionInfo, CapitalIndexedBond product, double netQuantity)Obtains an instance from position information, product and net quantity.ResolvedCapitalIndexedBondTraderesolve(ReferenceData refData)Resolves this object using the specified reference data.PortfolioItemSummarysummarize()Summarizes the portfolio item.CapitalIndexedBondPosition.BuildertoBuilder()Returns a builder that allows this bean to be mutated.StringtoString()CapitalIndexedBondPositionwithInfo(PortfolioItemInfo info)Returns an instance with the specified info.CapitalIndexedBondPositionwithQuantity(double quantity)Returns an instance with the specified quantity.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.opengamma.strata.product.PortfolioItem
getId
-
-
-
-
Method Detail
-
ofNet
public static CapitalIndexedBondPosition ofNet(PositionInfo positionInfo, CapitalIndexedBond product, double netQuantity)
Obtains an instance from position information, product and net quantity.The net quantity is the long quantity minus the short quantity, which may be negative. If the quantity is positive it is treated as a long quantity. Otherwise it is treated as a short quantity.
- Parameters:
positionInfo- the position informationproduct- the underlying productnetQuantity- the net quantity of the underlying security- Returns:
- the position
-
ofLongShort
public static CapitalIndexedBondPosition ofLongShort(PositionInfo positionInfo, CapitalIndexedBond product, double longQuantity, double shortQuantity)
Obtains an instance from position information, product, long quantity and short quantity.The long quantity and short quantity must be zero or positive, not negative. In many cases, only a long quantity or short quantity will be present with the other set to zero. However it is also possible for both to be non-zero, allowing long and short positions to be treated separately.
- Parameters:
positionInfo- the position informationproduct- the underlying productlongQuantity- the long quantity of the underlying securityshortQuantity- the short quantity of the underlying security- Returns:
- the position
-
getSecurityId
public SecurityId getSecurityId()
Description copied from interface:PositionGets the identifier of the underlying security.This identifier uniquely identifies the security within the system.
- Specified by:
getSecurityIdin interfacePosition- Specified by:
getSecurityIdin interfaceSecuritizedProductPortfolioItem<CapitalIndexedBond>- Specified by:
getSecurityIdin interfaceSecuritizedProductPosition<CapitalIndexedBond>- Specified by:
getSecurityIdin interfaceSecurityQuantity- Returns:
- the security identifier
-
getCurrency
public Currency getCurrency()
Description copied from interface:SecuritizedProductPortfolioItemGets the currency of the position.This is typically the same as the currency of the product.
- Specified by:
getCurrencyin interfaceSecuritizedProductPortfolioItem<CapitalIndexedBond>- Returns:
- the trading currency
-
getQuantity
public double getQuantity()
Description copied from interface:PositionGets the net quantity of the security.This returns the net quantity of the underlying security. The result is positive if the net position is long and negative if the net position is short.
- Specified by:
getQuantityin interfacePosition- Specified by:
getQuantityin interfaceSecurityQuantity- Returns:
- the net quantity of the underlying security
-
withInfo
public CapitalIndexedBondPosition withInfo(PortfolioItemInfo info)
Description copied from interface:SecuritizedProductPositionReturns an instance with the specified info.- Specified by:
withInfoin interfacePortfolioItem- Specified by:
withInfoin interfacePosition- Specified by:
withInfoin interfaceSecuritizedProductPosition<CapitalIndexedBond>- Parameters:
info- the new info- Returns:
- the instance with the specified info
-
withQuantity
public CapitalIndexedBondPosition withQuantity(double quantity)
Description copied from interface:SecuritizedProductPositionReturns an instance with the specified quantity.- Specified by:
withQuantityin interfacePosition- Specified by:
withQuantityin interfaceSecuritizedProductPortfolioItem<CapitalIndexedBond>- Specified by:
withQuantityin interfaceSecuritizedProductPosition<CapitalIndexedBond>- Parameters:
quantity- the new quantity- Returns:
- the instance with the specified quantity
-
summarize
public PortfolioItemSummary summarize()
Description copied from interface:PortfolioItemSummarizes the portfolio item.This provides a summary, including a human readable description.
- Specified by:
summarizein interfacePortfolioItem- Specified by:
summarizein interfacePosition- Returns:
- the summary of the item
-
resolve
public ResolvedCapitalIndexedBondTrade resolve(ReferenceData refData)
Description copied from interface:ResolvableResolves this object using the specified reference data.This converts the object implementing this interface to the equivalent resolved form. All
ReferenceDataIdidentifiers in this instance will be resolved. The resolved form will typically be a type that is optimized for pricing.Resolved objects may be bound to data that changes over time, such as holiday calendars. If the data changes, such as the addition of a new holiday, the resolved form will not be updated. Care must be taken when placing the resolved form in a cache or persistence layer.
- Specified by:
resolvein interfaceResolvable<ResolvedCapitalIndexedBondTrade>- Parameters:
refData- the reference data to use when resolving- Returns:
- the resolved instance
-
meta
public static CapitalIndexedBondPosition.Meta meta()
The meta-bean forCapitalIndexedBondPosition.- Returns:
- the meta-bean, not null
-
builder
public static CapitalIndexedBondPosition.Builder builder()
Returns a builder used to create an instance of the bean.- Returns:
- the builder, not null
-
metaBean
public CapitalIndexedBondPosition.Meta metaBean()
- Specified by:
metaBeanin interfaceorg.joda.beans.Bean
-
getInfo
public PositionInfo getInfo()
Gets the additional position information, defaulted to an empty instance.This allows additional information to be attached to the position.
- Specified by:
getInfoin interfacePortfolioItem- Specified by:
getInfoin interfacePosition- Returns:
- the value of the property, not null
-
getProduct
public CapitalIndexedBond getProduct()
Gets the bond that was traded.The product captures the contracted financial details.
- Specified by:
getProductin interfaceSecuritizedProductPortfolioItem<CapitalIndexedBond>- Returns:
- the value of the property, not null
-
getLongQuantity
public double getLongQuantity()
Gets the long quantity of the security.This is the quantity of the underlying security that is held. The quantity cannot be negative, as that would imply short selling.
- Returns:
- the value of the property
-
getShortQuantity
public double getShortQuantity()
Gets the short quantity of the security.This is the quantity of the underlying security that has been short sold. The quantity cannot be negative, as that would imply the position is long.
- Returns:
- the value of the property
-
toBuilder
public CapitalIndexedBondPosition.Builder toBuilder()
Returns a builder that allows this bean to be mutated.- Returns:
- the mutable builder, not null
-
-