You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under a number of assumptions listed in this paper here, the model-free lower bound of the basket call is obtained by solving the following optimization problem.
$$\mathcal{C}_0=\mathcal{C}_1\cup \mathcal{C}_2$$$$\mathcal{C}_1=\left \{s\in \mathbb{R}^n_+ \mid \forall i, s_i=0 \text{ or } K_{ij} \text{ for some }j\right\}$$$$\mathcal{C}_2=\bigcup\limits_{k=1}^n\mathfrak{B}_k$$$$\mathfrak{B}_k=\left\{s\in \mathbb{R}^n_+ \mid \forall i \not= k, s_i=0 \text{ or } K_{ij} \text{ for some }j, \ s_k=w_k^{-1}\Big( K- \sum\limits_{i=1,i\not=k}^n w_is_i \Big)\ge 0\right\}.$$
The resulting linear program can be written as follows.
$$\begin{align*}
&\textbf{Check if } z+ \sum \limits _{i=1}^n \sum \limits_{j=1}^m \left( s_i - K_{ij} \right)^+y_{ij} \le \left( \mathbf{w \cdot s} - K \right)^+, \quad \forall \ \mathbf{s} \in \mathfrak{C}_0, \\\
&\textbf{or find } \quad \mathbf{s^*} \in \mathfrak{C}_0 \ \textbf{ such that the inequality is violated.} \\\
\end{align*}$$
Numerical Results
For the option strikes of the calls for each asset, the starting value is 100 and more calls are added with step size $\text{step} \mathrel{+}=1$ as m
increases.
The algorithm is dependent on the choice of the initial set of constraints $\mathcal{C}$.
Assume that C3 is defined as follows.
$$\mathcal{C}_3=\left \{(s_1,\dots,s_n) \mid \text{ for some } i, s_i=K_{i0} \text{ or } K_{im} \text{ and for some }p, s_j=K_{jp} \ \forall \ j\not=i\right\}$$
Volatilities and weight vectors in the numerical tests.
If $X_t=log(S_t)$
then by applying the Itô's lemma
the aforementioned equations can be written in the equivallent form:
$dX_t= (r-\frac{V_t}{2})dt+\sqrt{V_t}dW_{t}, \quad X_0 =x$
Simulating the stock price of Microsoft for the upcoming 250 trading days MC techniques were used to forecast the prices (100 trajectories were simulated):
Basic automated trading bot which implements strategies on real-time price data of the CRYPTO-market. The Relative Strength Index (RSI) measures the magintude of recent price changes to evaluate overbought or oversold conditions in the price of a stock: