Uses of Interface
com.opengamma.strata.product.Security
-
Packages that use Security Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs).com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs).com.opengamma.strata.product.index Entity objects describing contracts based on rate indices.com.opengamma.strata.report.framework.expression Provide the ability to extract data using textual expressions. -
-
Uses of Security in com.opengamma.strata.product
Classes in com.opengamma.strata.product that implement Security Modifier and Type Class Description class
GenericSecurity
A generic security, defined in terms of the value of each tick.Methods in com.opengamma.strata.product that return Security Modifier and Type Method Description Security
Security. withInfo(SecurityInfo info)
Returns an instance with the specified info.Methods in com.opengamma.strata.product that return types with arguments of type Security Modifier and Type Method Description Class<Security>
SecurityId. getReferenceDataType()
Gets the type of data this identifier refers to. -
Uses of Security in com.opengamma.strata.product.bond
Subinterfaces of Security in com.opengamma.strata.product.bond Modifier and Type Interface Description interface
LegalEntitySecurity
An instrument representing a security associated with a legal entity.Classes in com.opengamma.strata.product.bond that implement Security Modifier and Type Class Description class
BillSecurity
A security representing a bill.class
BondFutureOptionSecurity
A security representing a futures contract, based on a basket of fixed coupon bonds.class
BondFutureSecurity
A security representing a futures contract, based on a basket of fixed coupon bonds.class
CapitalIndexedBondSecurity
A security representing a capital indexed bond.class
FixedCouponBondSecurity
A security representing a fixed coupon bond. -
Uses of Security in com.opengamma.strata.product.dsf
Classes in com.opengamma.strata.product.dsf that implement Security Modifier and Type Class Description class
DsfSecurity
A security representing a deliverable swap futures security. -
Uses of Security in com.opengamma.strata.product.etd
Subinterfaces of Security in com.opengamma.strata.product.etd Modifier and Type Interface Description interface
EtdSecurity
An instrument representing an exchange traded derivative (ETD).Classes in com.opengamma.strata.product.etd that implement Security Modifier and Type Class Description class
EtdFutureSecurity
An instrument representing an exchange traded derivative (ETD) future.class
EtdOptionSecurity
An instrument representing an exchange traded derivative (ETD) option. -
Uses of Security in com.opengamma.strata.product.index
Subinterfaces of Security in com.opengamma.strata.product.index Modifier and Type Interface Description interface
RateIndexSecurity
An instrument representing a security associated with a rate index.Classes in com.opengamma.strata.product.index that implement Security Modifier and Type Class Description class
IborFutureOptionSecurity
A security representing a futures option contract, based on an Ibor index.class
IborFutureSecurity
A security representing a futures contract based on an Ibor index.class
OvernightFutureSecurity
A security representing a futures contract based on an Overnight rate index. -
Uses of Security in com.opengamma.strata.report.framework.expression
Methods in com.opengamma.strata.report.framework.expression that return types with arguments of type Security Modifier and Type Method Description Class<Security>
SecurityTokenEvaluator. getTargetType()
Methods in com.opengamma.strata.report.framework.expression with parameters of type Security Modifier and Type Method Description EvaluationResult
SecurityTokenEvaluator. evaluate(Security security, CalculationFunctions functions, String firstToken, List<String> remainingTokens)
Set<String>
SecurityTokenEvaluator. tokens(Security security)
-