File: EquityOption.1

package info (click to toggle)
quantlib 0.3.13-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,964 kB
  • ctags: 11,071
  • sloc: cpp: 69,443; ansic: 21,483; sh: 8,860; makefile: 1,824; lisp: 86
file content (43 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
.\" and released under the Quantlib license
.TH EQUITYOPTION 1 "25 February 2006" QuantLib
.SH NAME
EquityOption - Example of using QuantLib to value equity options
.SH SYNOPSIS
.B EquityOption
.SH DESCRIPTION
.PP
.B EquityOption
is an example of using \fIQuantLib\fP.

For a given set of option parameters, it computes the value of three
different equity options types (with european, bermudan and american exercise
features) using different valuation algorithms.

The calculation methods are Black-Scholes (for european options only),
Barone-Adesi/Whaley (american-only), Bjerksund/Stensland (american), Integral
(european), Finite differences, Binomial Jarrow-Rudd, Binomial
Cox-Ross-Rubinstein, Additive equiprobabilities, Binomial Trigeorgis,
Binomial Tian, Binomial Leisen-Reimer, crude Monte Carlo (european-only) and
Sobol-sequence Monte Carlo (european-only).

.SH SEE ALSO
The source code
.IR EquityOption.cpp ,
.BR BermudanSwaption (1),
.BR ConvertibleBonds (1),
.BR DiscreteHedging (1),
.BR FRA (1),
.BR Replication (1),
.BR Repo (1),
.BR SwapValuation (1),
the QuantLib documentation and website at
.IR http://quantlib.org .

.SH AUTHORS
The QuantLib Group (see
.IR Authors.txt ).

This manual page was added by Dirk Eddelbuettel <edd@debian.org>,
the Debian GNU/Linux maintainer for
.BR QuantLib .