ASIAN.CALL

Asian call on the geometric average of n_avg observations (exact closed form; approximates the arithmetic Asian) · a deepcalc original · no excel equivalent · no sheets equivalent

signature

ASIAN.CALL(S, K, T, r, sigma, n_avg)

returns: number

argumentrequired
S required
K required
T required
r required
sigma required
n_avg required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =ASIAN.CALL(100, 100, 1, 0.05, 0.2, 12) 5.94019155743595

related