Class FRAMarketComponent

All Implemented Interfaces:
ComponentMarketParamRef

public class FRAMarketComponent
extends FRAStandardComponent
FRAMarketComponent contains the implementation of the Standard Multi-Curve FRA product whose payoff is dictated off of Market FRA Conventions.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • FRAMarketComponent

      public FRAMarketComponent​(java.lang.String strName, Stream stream, double dblStrike, CashSettleParams csp) throws java.lang.Exception
      FRAMarketComponent constructor
      Parameters:
      strName - Futures Component Name
      stream - Futures Stream
      dblStrike - Futures Strike
      csp - Cash Settle Parameters Instance
      Throws:
      java.lang.Exception - Thrown if Inputs are Invalid
  • Method Details