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

QuantLib.Priceable

Synopsis

Documentation

class Priceable a where Source #

All instruments and events have a net present value

Methods

npv :: a -> Double Source #

errorEstimate :: a -> Double Source #