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 classGenericSecurityA 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 SecuritySecurity. 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 interfaceLegalEntitySecurityAn instrument representing a security associated with a legal entity.Classes in com.opengamma.strata.product.bond that implement Security Modifier and Type Class Description classBillSecurityA security representing a bill.classBondFutureOptionSecurityA security representing a futures contract, based on a basket of fixed coupon bonds.classBondFutureSecurityA security representing a futures contract, based on a basket of fixed coupon bonds.classCapitalIndexedBondSecurityA security representing a capital indexed bond.classFixedCouponBondSecurityA 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 classDsfSecurityA 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 interfaceEtdSecurityAn instrument representing an exchange traded derivative (ETD).Classes in com.opengamma.strata.product.etd that implement Security Modifier and Type Class Description classEtdFutureSecurityAn instrument representing an exchange traded derivative (ETD) future.classEtdOptionSecurityAn 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 interfaceRateIndexSecurityAn instrument representing a security associated with a rate index.Classes in com.opengamma.strata.product.index that implement Security Modifier and Type Class Description classIborFutureOptionSecurityA security representing a futures option contract, based on an Ibor index.classIborFutureSecurityA security representing a futures contract based on an Ibor index.classOvernightFutureSecurityA 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 EvaluationResultSecurityTokenEvaluator. evaluate(Security security, CalculationFunctions functions, String firstToken, List<String> remainingTokens)Set<String>SecurityTokenEvaluator. tokens(Security security)
-