Class InterestRateMonteCarloProductFactory

java.lang.Object
net.finmath.modelling.productfactory.InterestRateMonteCarloProductFactory
All Implemented Interfaces:
ProductFactory<InterestRateProductDescriptor>

public class InterestRateMonteCarloProductFactory extends Object implements ProductFactory<InterestRateProductDescriptor>
Product factory of interest rate derivatives for use with a Monte-Carlo method based model.
Author:
Christian Fries, Roland Bachl
  • Constructor Details

    • InterestRateMonteCarloProductFactory

      public InterestRateMonteCarloProductFactory(LocalDate referenceDate)
      Initialize the factory with the given referenceDate.
      Parameters:
      referenceDate - To be used when converting absolute dates to relative dates in double.
  • Method Details