Skip to content

Commit decb7c5

Browse files
authored
Fix typos in math doc (#618)
1 parent 662fa81 commit decb7c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
-5.49 KB
Binary file not shown.

README/MATH/Prediction_Market_Math.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ \section{Conventions}
3535
\item \textbf{Only NO or YES Positions Held:} By convention, a user can only hold either a NO or a YES position, but not both. There is a force sale in the selling function when one attempts to buy the opposite amount of shares currently held. One must neutralize one's own position prior to buying an opposite position.
3636
\end{itemize}
3737

38-
\section{Positions Flow Cart}
38+
\section{Positions Flow Chart}
3939

4040
\begin{itemize}
4141
\item \textbf{Exchange, Transform, Load:} The net positions that every trader has on any given market are calculated through what is basically an Exchange, Transform and Load (ETL) pipeline. We Exchange the data in the form of transactions, Transform it through a series of steps as shown in the chart below, and finally we Load the net positions as an object.
42-
\item \textbf{Works Anytime:} The ETL pipeline shown in the chart works at any point in the market's history, including after the resolution. Positions could be calculated for a market resolution at ay given percentage between 0 pc and 100 pc or at 0 (NO) or 100 (YES) pc resolutions.
42+
\item \textbf{Works Anytime:} The ETL pipeline shown in the chart works at any point in the market's history, including after the resolution. Positions could be calculated for a market resolution at any given percentage between 0 pc and 100 pc or at 0 (NO) or 100 (YES) pc resolutions.
4343
\end{itemize}
4444

4545

@@ -1517,7 +1517,7 @@ \section*{Scaled Payout Calculation for Fourth Transaction}
15171517
\begin{itemize}
15181518
\item \textbf{Fourth Transaction:}
15191519
\begin{itemize}
1520-
\item We can now see the effects of the course payout on scaling toward older transactions. While both Bet 2 and Bet 3 were of equal amounts, because Bet 2 was made at at a point when the YES outcome was less likely based upon the price, there is proportionally more weight given to this bet.
1520+
\item We can now see the effects of the course payout on scaling toward older transactions. While both Bet 2 and Bet 3 were of equal amounts, because Bet 2 was made at a point when the YES outcome was less likely based upon the price, there is proportionally more weight given to this bet.
15211521
\item The fourth bet is a negative amount because it was a sale. Because the fourth bet occurs at the resolution price R, the Scaled Payout is zero. However in a future transaction, the Scaled Payout for this transaction could become negative, which would reduce the user's final payout, because they are no longer participating in the market at this amount.
15221522
\end{itemize}
15231523
\end{itemize}
@@ -1760,4 +1760,4 @@ \subsection*{Output}
17601760
\end{center}
17611761

17621762

1763-
\end{document}
1763+
\end{document}

0 commit comments

Comments
 (0)