hquantlib-0.0.5.0: HQuantLib is a port of essencial parts of QuantLib to Haskell

Safe HaskellSafe
LanguageHaskell2010

QuantLib.PricingEngines

Documentation

class Event e => PricingEngine a e where Source #

Methods

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