File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
17561756ELSE
17571757 IF worstUnderlyingFinalPrice >= BarrierLevels[worstUnderlying] THEN
17581758 payoff = Quantity*(1+max(BonusCoupon, worstPerformance-1));
@@ -1776,10 +1776,10 @@ \subsubsection*{Worst Performance Rainbow Option 06}
17761776If a knock-in event was triggered and the Final Reference Price of the Worst Performing Underlying
17771777is 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* }
17811781with 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* }
You can’t perform that action at this time.
0 commit comments