hquantlib-0.0.5.1: HQuantLib is a port of essencial parts of QuantLib to Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

QuantLib.PricingEngines

Documentation

class Event e => PricingEngine a e where Source #

Methods

peCalculate :: e -> a -> e Source #