Library: | finance |
See also: | optstart bitree |
Quantlet: | asset | |
Description: | program to calculate option prices |
Usage: | asset(vers) | |
Input: | ||
vers | scalar: (=0) - european option, (=1) - american option |
library("finance") asset(1)
option price
Library: | finance |
See also: | optstart bitree |