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

Safe HaskellSafe
LanguageHaskell2010

QuantLib.Priceable

Synopsis

Documentation

class Priceable a where Source #

All instruments and events have a net present value

Minimal complete definition

npv, errorEstimate

Methods

npv :: a -> Double Source #

errorEstimate :: a -> Double Source #