Skip to content

Commit ec05e9c

Browse files
author
sebastien.bouvard
committed
QPR-13698 Modify Doc
1 parent e1f3266 commit ec05e9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Docs/UserGuide/tradedata/rainbow_option.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ \subsubsection*{Worst Performance Rainbow Option 06}
17521752
fractionalAmount = frac(deliverableAsset);
17531753
fractionalAmount = round(fractionalAmount,4);
17541754
fractionalCashAmount = worstUnderlyingFinalPrice*fractionalAmount;
1755-
payoff = round(fractionalCashAmount,2);
1755+
payoff = round(fractionalCashAmount,2)+deliverableAsset;
17561756
ELSE
17571757
IF worstUnderlyingFinalPrice >= BarrierLevels[worstUnderlying] THEN
17581758
payoff = Quantity*(1+max(BonusCoupon, worstPerformance-1));
@@ -1776,10 +1776,10 @@ \subsubsection*{Worst Performance Rainbow Option 06}
17761776
If a knock-in event was triggered and the Final Reference Price of the Worst Performing Underlying
17771777
is below its Strike Price,
17781778
\begin{equation*}
1779-
Payout = \text{\lstinline!Quantity!} * S * \text{FractionalAmount}
1779+
Payout = \text{\lstinline!Quantity!} * S * \text{FractionalAmount} + \text{round}(\text{fractionalCashAmount})
17801780
\end{equation*}
17811781
with Fractional Amount being the fractional share resulting from the calculation of the Deliverable Assets. $K$ being the strike level of the
1782-
worst underlying performing asset.
1782+
worst underlying performing asset, $S$ that underlying final price.
17831783
\begin{equation*}
17841784
FractionalAmount = \text{\lstinline!Quantity!} / \text{K}
17851785
\end{equation*}

0 commit comments

Comments
 (0)