Uses of Interface
com.opengamma.strata.market.MarketDataView
-
Packages that use MarketDataView Package Description com.opengamma.strata.pricer Calculators for financial instruments.com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.pricer.capfloor Calculators for Ibor cap-floor.com.opengamma.strata.pricer.credit Calculators for credit instruments, such as Credit Default Swap (CDS).com.opengamma.strata.pricer.fx Calculators for FX instruments, such as FX forward and FX swap.com.opengamma.strata.pricer.fxopt Calculators for FX options.com.opengamma.strata.pricer.index Calculators for products based on rate indices, such as Short Term Interest Rate futures (STIRs).com.opengamma.strata.pricer.rate Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap.com.opengamma.strata.pricer.swaption Calculators for swaptions. -
-
Uses of MarketDataView in com.opengamma.strata.pricer
Subinterfaces of MarketDataView in com.opengamma.strata.pricer Modifier and Type Interface Description interface
DiscountFactors
Provides access to discount factors for a single currency.Classes in com.opengamma.strata.pricer that implement MarketDataView Modifier and Type Class Description class
SimpleDiscountFactors
Provides access to discount factors for a currency based on a discount factor curve.class
ZeroRateDiscountFactors
Provides access to discount factors for a currency based on a zero rate continuously compounded curve.class
ZeroRatePeriodicDiscountFactors
Provides access to discount factors for a currency based on a zero rate periodically-compounded curve. -
Uses of MarketDataView in com.opengamma.strata.pricer.bond
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.bond Modifier and Type Interface Description interface
BlackBondFutureVolatilities
Volatility for pricing bond futures and their options in the log-normal or Black model.interface
BondFutureVolatilities
Volatilities for pricing bond futures and their options.interface
BondYieldVolatilities
Volatilities for bond options.Classes in com.opengamma.strata.pricer.bond that implement MarketDataView Modifier and Type Class Description class
BlackBondFutureExpiryLogMoneynessVolatilities
Data provider of volatility for bond future options in the log-normal or Black model.class
NormalBondYieldExpiryDurationVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface. -
Uses of MarketDataView in com.opengamma.strata.pricer.capfloor
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.capfloor Modifier and Type Interface Description interface
BlackIborCapletFloorletVolatilities
Volatility for Ibor caplet/floorlet in the log-normal or Black model.interface
BlackSabrIborCapletFloorletVolatilities
Volatility for Ibor caplet/floorlet in SABR model.interface
IborCapletFloorletVolatilities
Volatilities for pricing Ibor caplet/floorlet.interface
NormalIborCapletFloorletVolatilities
Volatility for Ibor caplet/floorlet in the normal or Bachelier model.interface
NormalSabrIborCapletFloorletVolatilities
Volatility for Ibor/Overnight caplet/floorlet in SABR model.interface
SabrIborCapletFloorletVolatilities
Volatility for Ibor caplet/floorlet in SABR model.Classes in com.opengamma.strata.pricer.capfloor that implement MarketDataView Modifier and Type Class Description class
BlackIborCapletFloorletExpiryFlatVolatilities
Volatility for Ibor caplet/floorlet in the log-normal or Black model based on a curve.class
BlackIborCapletFloorletExpiryStrikeVolatilities
Volatility for Ibor caplet/floorlet in the log-normal or Black model based on a surface.class
NormalIborCapletFloorletExpiryFlatVolatilities
Volatility for Ibor caplet/floorlet in the normal or Bachelier model based on a curve.class
NormalIborCapletFloorletExpiryStrikeVolatilities
Volatility for Ibor caplet/floorlet in the normal or Bachelier model based on a surface.class
NormalSabrParametersIborCapletFloorletVolatilities
Volatility environment for caplet/floorlet in the SABR model.class
SabrParametersIborCapletFloorletVolatilities
Volatility environment for Ibor caplet/floorlet in the SABR model.class
ShiftedBlackIborCapletFloorletExpiryStrikeVolatilities
Volatility for Ibor caplet/floorlet in the shifted log-normal or shifted Black model based on a surface. -
Uses of MarketDataView in com.opengamma.strata.pricer.credit
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.credit Modifier and Type Interface Description interface
CreditDiscountFactors
Provides access to discount factors for a single currency.interface
RecoveryRates
Recovery rates.Classes in com.opengamma.strata.pricer.credit that implement MarketDataView Modifier and Type Class Description class
ConstantRecoveryRates
The constant recovery rate.class
IsdaCreditDiscountFactors
ISDA compliant zero rate discount factors. -
Uses of MarketDataView in com.opengamma.strata.pricer.fx
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.fx Modifier and Type Interface Description interface
FxForwardRates
Provides access to rates for a currency pair.interface
FxIndexRates
Provides access to rates for an FX index.Classes in com.opengamma.strata.pricer.fx that implement MarketDataView Modifier and Type Class Description class
DiscountFxForwardRates
Provides access to discount factors for currencies.class
ForwardFxIndexRates
Provides access to rates for an FX index. -
Uses of MarketDataView in com.opengamma.strata.pricer.fxopt
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.fxopt Modifier and Type Interface Description interface
BlackFxOptionVolatilities
Volatility for FX option in the log-normal or Black model.interface
FxOptionVolatilities
Volatilities for pricing FX options.Classes in com.opengamma.strata.pricer.fxopt that implement MarketDataView Modifier and Type Class Description class
BlackFxOptionFlatVolatilities
Volatility for FX options in the log-normal or Black model based on a curve.class
BlackFxOptionSmileVolatilities
Data provider of volatility for FX options in the log-normal or Black-Scholes model.class
BlackFxOptionSurfaceVolatilities
Volatility for FX options in the log-normal or Black model based on a surface. -
Uses of MarketDataView in com.opengamma.strata.pricer.index
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.index Modifier and Type Interface Description interface
IborFutureOptionVolatilities
Volatilities for pricing Ibor futures.interface
NormalIborFutureOptionVolatilities
Volatility for Ibor future options in the normal or Bachelier model.Classes in com.opengamma.strata.pricer.index that implement MarketDataView Modifier and Type Class Description class
NormalIborFutureOptionExpirySimpleMoneynessVolatilities
Data provider of volatility for Ibor future options in the normal or Bachelier model. -
Uses of MarketDataView in com.opengamma.strata.pricer.rate
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.rate Modifier and Type Interface Description interface
IborIndexRates
Provides access to rates for an Ibor index.interface
OvernightIndexRates
Provides access to rates for an Overnight index.interface
PriceIndexValues
Provides access to the values of a price index.Classes in com.opengamma.strata.pricer.rate that implement MarketDataView Modifier and Type Class Description class
DiscountIborIndexRates
An Ibor index curve providing rates from discount factors.class
DiscountOvernightIndexRates
An Overnight index curve providing rates from discount factors.class
HistoricIborIndexRates
Historic Ibor index rates, used for indices that are no longer active.class
HistoricOvernightIndexRates
Historic Overnight index rates, used for indices that are no longer active.class
HistoricPriceIndexValues
Historic Price index values, used for indices that are no longer active.class
SimpleIborIndexRates
An Ibor index curve providing rates directly from a forward rates curve.class
SimplePriceIndexValues
Provides values for a Price index from a forward curve. -
Uses of MarketDataView in com.opengamma.strata.pricer.swaption
Subinterfaces of MarketDataView in com.opengamma.strata.pricer.swaption Modifier and Type Interface Description interface
BlackSwaptionVolatilities
Volatility for swaptions in the log-normal or Black model.interface
NormalSwaptionVolatilities
Volatility for swaptions in the normal or Bachelier model.interface
SabrSwaptionVolatilities
Volatility for swaptions in SABR model.interface
SwaptionVolatilities
Volatilities for pricing swaptions.Classes in com.opengamma.strata.pricer.swaption that implement MarketDataView Modifier and Type Class Description class
BlackSwaptionExpiryTenorVolatilities
Volatility for swaptions in the log-normal or Black model.class
NormalSwaptionExpirySimpleMoneynessVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.class
NormalSwaptionExpiryStrikeVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.class
NormalSwaptionExpiryTenorVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.class
SabrParametersSwaptionVolatilities
Volatility environment for swaptions in the SABR model.
-