Skip to content

Commit be0f4b4

Browse files
committed
latex fix 2
1 parent 0c32f78 commit be0f4b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

XLS-0065-single-asset-vault/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,15 +281,15 @@ The vault's totals are reduced after the redemption.
281281

282282
The withdraw function handles a request for a specific amount of assets, which involves a two-step process to determine the final payout.
283283

284-
First, the requested asset amount ($\Delta_{assets\_requested}$) is converted into the equivalent number of shares to burn, based on the vault's withdrawal NAV ($\Gamma_{assets} - \Omega - \iota$).
284+
First, the requested asset amount ($\Delta_{assets\\_requested}$) is converted into the equivalent number of shares to burn, based on the vault's withdrawal NAV ($\Gamma_{assets} - \Omega - \iota$).
285285

286-
$$\Delta_{shares} = \frac{\Delta_{assets\_requested} \times \Gamma_{shares}}{(\Gamma_{assets} - \Omega - \iota)}$$
286+
$$\Delta_{shares} = \frac{\Delta_{assets\\_requested} \times \Gamma_{shares}}{(\Gamma_{assets} - \Omega - \iota)}$$
287287

288288
This calculated $\Delta_{shares}$ amount is **rounded down (floor)** to the nearest whole number.
289289

290-
Next, the floored number of shares from Step 1 is used to calculate the final asset payout ($\Delta_{assets\_out}$), using the same logic as a redemption.
290+
Next, the floored number of shares from Step 1 is used to calculate the final asset payout ($\Delta_{assets\\_out}$), using the same logic as a redemption.
291291

292-
$$\Delta_{assets\_out} = \frac{\Delta_{shares} \times (\Gamma_{assets} - \Omega - \iota)}{\Gamma_{shares}}$$
292+
$$\Delta_{assets\\_out} = \frac{\Delta_{shares} \times (\Gamma_{assets} - \Omega - \iota)}{\Gamma_{shares}}$$
293293

294294
Due to the floor rounding in Step 1, this final payout may be slightly less than the user's requested amount.
295295

0 commit comments

Comments
 (0)