Class CalibrationSpecProviderFRA

java.lang.Object
net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationSpecProviderFRA
All Implemented Interfaces:
CalibrationSpecProvider

public class CalibrationSpecProviderFRA extends Object implements CalibrationSpecProvider
A calibration spec provider for fras.
Author:
Luca Del Re, Peter Kohl-Landgraf, Christian Fries
  • Constructor Details

    • CalibrationSpecProviderFRA

      public CalibrationSpecProviderFRA(String tenorLabel, String maturityLabel, double fraRate)
      Parameters:
      tenorLabel - The tenor label of the IBOR.
      maturityLabel - The maturity label provided in months
      fraRate - The fra rate (use 0.05 for 5%).
  • Method Details