Docs / nablatensor-quant / com.nablatensor.quant.transform

record

BsmCf

Characteristic function of the Black-Scholes log-return: phi(u) = exp( i u (r - sigma^2/2) T - sigma^2 u^2 T / 2 ). The COS price against this must reproduce the closed form to many digits — it is the oracle for the method itself.

Record components

rate
double
vol
double

Methods

Complex phi(double u, double t)
double cumulant1(double t)
double cumulant2(double t)