/usr/share/dx/java/htmlpages/npvcall.html is in dxsamples 4.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | <html><head>
<title>Open Visualization Data Explorer: Black-Scholes</title>
</head>
<body bgcolor="#dddddd">
<p>
<!-- The following applet describes npvcall.net. It produces a representation
of the visual program's control panels and provides execution control.
-->
<table border = 0>
<tr>
<td>
Key option valuation information is available through this representation
of the portfolio's behavior over time. Strike price and interest rate
have hardcoded values of $40.0 and 15% and the standard deviation of
daily price fluctuations is fixed in this example. The Black-Scholes
option valuation model is used to compute portfolio value. Notice that
as time to maturity gets close to 0, the computed value falls off
rapidly.
</td>
<td>
<applet
code="npvcall.class" width = 280 height = 220
codebase=../
archive=htmlpages/dx.jar,htmlpages/samples.jar
MAYSCRIPT=true
>
<param name="name" value="npvcall">
<param name=NETNAME value="npvcall.net">
<param name=DXUIVERS value="4.1.1">
<param name=BACKGROUND value="[0.86, 0.86, 0.86]">
<param name=EXECUTE_ON_CHANGE value="true">
</applet>
</td>
</tr>
</table>
<table border = 2>
<tr bgcolor=black>
<td>
<applet
code="imageWindow.class" width = 579 height = 518
codebase=../
archive=htmlpages/dx.jar
MAYSCRIPT=true
>
<param name=IMAGE_NODE value="Image_3">
<param name=INITIAL_IMAGE value="htmlpages/npvcall3.0.0.gif">
</applet>
</td>
</tr>
</table>
</body>
</html>
|