Class CalibrationSpecProviderSwap

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

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

    • CalibrationSpecProviderSwap

      public CalibrationSpecProviderSwap(String tenorLabel, String frequencyLabel, String maturityLabel, double swapRate)
      Parameters:
      tenorLabel - The tenor label of the IBOR.
      frequencyLabel - The frequency label for the floating leg (fixed leg is assumed to be annual).
      maturityLabel - The maturity label (like 1Y, 2Y).
      swapRate - The par swap rate (use 0.05 for 5%).
  • Method Details