-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathDiscreteHedging.1
44 lines (41 loc) · 1.23 KB
/
DiscreteHedging.1
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
44
.\" Man page contributed by Dirk Eddelbuettel <[email protected]>
.\" and released under the Quantlib license
.TH DISCRETEHEDGING 1 "20 September 2001" QuantLib
.SH NAME
DiscreteHedging - Example of using QuantLib
.SH SYNOPSIS
.B DiscreteHedging
.SH DESCRIPTION
.PP
.B DiscreteHedging
is an example of using the \fIQuantLib\fP Monte Carlo simulation framework.
By simulation,
.B DiscreteHedging
computes profit and loss of a discrete interval hedging
strategy and compares with the outcome with the results of Derman and Kamal's
Goldman Sachs Equity Derivatives Research Note "When You Cannot
Hedge Continuously: The Corrections to Black-Scholes".
.SH SEE ALSO
The source code
.IR DiscreteHedging.cpp ,
.BR BermudanSwaption (1),
.BR Bonds (1),
.BR CallableBonds (1),
.BR CDS (1),
.BR ConvertibleBonds (1),
.BR EquityOption (1),
.BR FittedBondCurve (1),
.BR FRA (1),
.BR MarketModels (1),
.BR MulticurveBootstrapping (1),
.BR Replication (1),
.BR Repo (1),
the QuantLib documentation and website at
.IR https://www.quantlib.org ,
.I http://www.gs.com/qs/doc/when_you_cannot_hedge.pdf
.SH AUTHORS
The QuantLib Group (see
.IR Contributors.txt ).
This manual page was added by Dirk Eddelbuettel
<[email protected]>, the Debian GNU/Linux maintainer for
.BR QuantLib .