@@ -1250,7 +1250,7 @@ \subsection{ORE Web Service}\label{sec:service}
12501250 requests on port 5001.
12511251\item {\bf oreApi.py} reads the json body, compiles all ORE input parameters, calls into a
12521252 data service (see below) to retrieve additional data. Then it kicks off an ORE run to process
1253- the request. And finally it posts resulting reports through the data service.
1253+ the request. Finally it posts resulting reports through the data service.
12541254\item {\bf simplefileserver.py} runs a flask api as a data service. It takes requests from the
12551255 analytics service above in the form of urls of xml files that contain additional data required
12561256 by ORE (market data, portfolio, configuration). By default, the data service
@@ -1267,12 +1267,12 @@ \subsection{ORE Web Service}\label{sec:service}
12671267 {\tt python3 restapi.py \&}
12681268\item send a request to run the equivalent of Example 1: \\
12691269 {\tt python3 request.py} \\
1270- Note that the json equivalent of Example\_1/Input/ore.xml is contained in request.py,
1270+ Note that the json equivalent of {\tt Example\_1/Input/ore.xml} is contained in request.py,
12711271 and all other inputs are retrieved from folder Examples/API/Input via the data service.
12721272\end{itemize}
12731273
1274- See {\tt Examples/API/ReadMe.txt} for further ways to utilise the service, e.g. to run all
1275- examples in this section, deploy via docker etc.
1274+ % See {\tt Examples/API/ReadMe.txt} for further ways to utilise the service, e.g. to run all
1275+ % examples in this section, deploy via docker etc.
12761276
12771277%--------------------------------------------------------
12781278\subsection{Interest Rate Swap Exposure, Flat Market}\label{sec:example1}
0 commit comments