hquantlib-0.0.4.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 #

Minimal complete definition

peCalculate

Methods

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