HSG-MCS-HS21_Julia/Problemsets/PS08_Volatility.ipynb

580 lines
84 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Load Packages and Extra Functions"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"printyellow (generic function with 1 method)"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"using Printf, Dates, Statistics, Distributions, XLSX\n",
"\n",
"include(\"jlFiles/printmat.jl\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"using Plots\n",
"\n",
"gr(size=(480,320))\n",
"default(fmt = :svg)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Loading Daily S&P 500 Data\n",
"\n",
"The data file contains some missing values indicated by the value -999.99. Do not use those observations when the S&P level is missing. \n",
"\n",
"1. Calculate daily returns (treat missing days as if they do not exist).\n",
"\n",
"2. Create a vector of dates (from the first column in the data set)."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Number of days in the sample: 17864\n"
]
}
],
"source": [
"xx = XLSX.readxlsx(\"Data/PS08_Data.xlsx\") #reads a sheet from the xlsx file\n",
"x = xx[\"SP500RfPs!A2:B17870\"] #pick out some cells\n",
"\n",
"...do the rest"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Task 1\n",
"\n",
"1. Show a normalised histogram of the returns. Use the bins `-5:0.25:5`\n",
"2. Add a curve for the density of the best fitting $N(\\mu,\\sigma)$ distribution."
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"480\" height=\"320\" viewBox=\"0 0 1920 1280\">\n",
"<defs>\n",
" <clipPath id=\"clip000\">\n",
" <rect x=\"0\" y=\"0\" width=\"1920\" height=\"1280\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip000)\" d=\"\n",
"M0 1280 L1920 1280 L1920 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip001\">\n",
" <rect x=\"384\" y=\"0\" width=\"1345\" height=\"1280\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip000)\" d=\"\n",
"M151.798 1119.34 L1872.76 1119.34 L1872.76 106.192 L151.798 106.192 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip002\">\n",
" <rect x=\"151\" y=\"106\" width=\"1722\" height=\"1014\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 399.619,1119.34 399.619,106.192 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 705.948,1119.34 705.948,106.192 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1012.28,1119.34 1012.28,106.192 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1318.61,1119.34 1318.61,106.192 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1624.94,1119.34 1624.94,106.192 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,1119.34 1872.76,1119.34 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 399.619,1119.34 399.619,1100.44 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 705.948,1119.34 705.948,1100.44 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1012.28,1119.34 1012.28,1100.44 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1318.61,1119.34 1318.61,1100.44 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1624.94,1119.34 1624.94,1100.44 \n",
" \"/>\n",
"<path clip-path=\"url(#clip000)\" d=\"M368.519 1161.07 L398.195 1161.07 L398.195 1165.01 L368.519 1165.01 L368.519 1161.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M421.135 1147.41 L409.329 1165.86 L421.135 1165.86 L421.135 1147.41 M419.908 1143.34 L425.787 1143.34 L425.787 1165.86 L430.718 1165.86 L430.718 1169.75 L425.787 1169.75 L425.787 1177.9 L421.135 1177.9 L421.135 1169.75 L405.533 1169.75 L405.533 1165.24 L419.908 1143.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M675.89 1161.07 L705.566 1161.07 L705.566 1165.01 L675.89 1165.01 L675.89 1161.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M719.686 1173.96 L736.006 1173.96 L736.006 1177.9 L714.061 1177.9 L714.061 1173.96 Q716.723 1171.21 721.307 1166.58 Q725.913 1161.93 727.094 1160.59 Q729.339 1158.06 730.219 1156.33 Q731.121 1154.57 731.121 1152.88 Q731.121 1150.12 729.177 1148.39 Q727.256 1146.65 724.154 1146.65 Q721.955 1146.65 719.501 1147.41 Q717.07 1148.18 714.293 1149.73 L714.293 1145.01 Q717.117 1143.87 719.57 1143.29 Q722.024 1142.71 724.061 1142.71 Q729.432 1142.71 732.626 1145.4 Q735.82 1148.09 735.82 1152.58 Q735.82 1154.71 735.01 1156.63 Q734.223 1158.52 732.117 1161.12 Q731.538 1161.79 728.436 1165.01 Q725.334 1168.2 719.686 1173.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1012.28 1146.42 Q1008.67 1146.42 1006.84 1149.98 Q1005.03 1153.52 1005.03 1160.65 Q1005.03 1167.76 1006.84 1171.33 Q1008.67 1174.87 1012.28 1174.87 Q1015.91 1174.87 1017.72 1171.33 Q1019.55 1167.76 1019.55 1160.65 Q1019.55 1153.52 1017.72 1149.98 Q1015.91 1146.42 1012.28 1146.42 M1012.28 1142.71 Q1018.09 1142.71 1021.14 1147.32 Q1024.22 1151.9 1024.22 1160.65 Q1024.22 1169.38 1021.14 1173.99 Q1018.09 1178.57 1012.28 1178.57 Q1006.47 1178.57 1003.39 1173.99 Q1000.33 1169.38 1000.33 1160.65 Q1000.33 1151.9 1003.39 1147.32 Q1006.47 1142.71 1012.28 1142.71 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1313.26 1173.96 L1329.58 1173.96 L1329.58 1177.9 L1307.63 1177.9 L1307.63 1173.96 Q1310.3 1171.21 1314.88 1166.58 Q1319.49 1161.93 1320.67 1160.59 Q1322.91 1158.06 1323.79 1156.33 Q1324.69 1154.57 1324.69 1152.88 Q1324.69 1150.12 1322.75 1148.39 Q1320.83 1146.65 1317.73 1146.65 Q1315.53 1146.65 1313.07 1147.41 Q1310.64 1148.18 1307.87 1149.73 L1307.87 1145.01 Q1310.69 1143.87 1313.14 1143.29 Q1315.6 1142.71 1317.63 1142.71 Q1323 1142.71 1326.2 1145.4 Q1329.39 1148.09 1329.39 1152.58 Q1329.39 1154.71 1328.58 1156.63 Q1327.8 1158.52 1325.69 1161.12 Q1325.11 1161.79 1322.01 1165.01 Q1318.91 1168.2 1313.26 1173.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1627.94 1147.41 L1616.14 1165.86 L1627.94 1165.86 L1627.94 1147.41 M1626.72 1143.34 L1632.6 1143.34 L1632.6 1165.86 L1637.53 1165.86 L1637.53 1169.75 L1632.6 1169.75 L1632.6 1177.9 L1627.94 1177.9 L1627.94 1169.75 L1612.34 1169.75 L1612.34 1165.24 L1626.72 1143.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M916.051 1225.25 Q917.555 1225.76 918.967 1227.42 Q920.403 1229.09 921.838 1232.01 L926.583 1241.45 L921.56 1241.45 L917.139 1232.59 Q915.426 1229.11 913.805 1227.98 Q912.208 1226.85 909.43 1226.85 L904.338 1226.85 L904.338 1241.45 L899.662 1241.45 L899.662 1206.89 L910.217 1206.89 Q916.143 1206.89 919.06 1209.37 Q921.977 1211.85 921.977 1216.85 Q921.977 1220.11 920.449 1222.26 Q918.944 1224.41 916.051 1225.25 M904.338 1210.73 L904.338 1223 L910.217 1223 Q913.597 1223 915.31 1221.45 Q917.046 1219.88 917.046 1216.85 Q917.046 1213.81 915.31 1212.29 Q913.597 1210.73 910.217 1210.73 L904.338 1210.73 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M952.463 1227.42 L952.463 1229.51 L932.879 1229.51 Q933.157 1233.91 935.518 1236.22 Q937.902 1238.51 942.139 1238.51 Q944.592 1238.51 946.884 1237.91 Q949.199 1237.31 951.467 1236.1 L951.467 1240.13 Q949.176 1241.1 946.768 1241.61 Q944.361 1242.12 941.884 1242.12 Q935.68 1242.12 932.046 1238.51 Q928.435 1234.9 928.435 1228.74 Q928.435 1222.38 931.861 1218.65 Q935.31 1214.9 941.143 1214.9 Q946.375 1214.9 949.407 1218.28 Q952.463 1221.64 952.463 1227.42 M948.203 1226.17 Q948.157 1222.68 946.236 1220.6 Q944.338 1218.51 941.189 1218.51 Q937.625 1218.51 935.472 1220.53 Q933.342 1222.54 933.018 1226.2 L948.203 1226.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M963.666 1208.16 L963.666 1215.53 L972.439 1215.53 L972.439 1218.84 L963.666 1218.84 L963.666 1232.91 Q963.666 1236.08 964.523 1236.98 Q965.402 1237.89 968.064 1237.89 L972.439 1237.89 L972.439 1241.45 L968.064 1241.45 Q963.134 1241.45 961.259 1239.62 Q959.384 1237.77 959.384 1232.91 L959.384 1218.84 L956.259 1218.84 L956.259 1215.53 L959.384 1215.53 L959.384 1208.16 L963.666 1208.16 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M977.601 1231.22 L977.601 1215.53 L981.861 1215.53 L981.861 1231.06 Q981.861 1234.74 983.296 1236.59 Q984.731 1238.42 987.601 1238.42 Q991.05 1238.42 993.041 1236.22 Q995.055 1234.02 995.055 1230.23 L995.055 1215.53 L999.314 1215.53 L999.314 1241.45 L995.055 1241.45 L995.055 1237.47 Q993.504 1239.83 991.444 1240.99 Q989.407 1242.12 986.699 1242.12 Q982.231 1242.12 979.916 1239.35 Q977.601 1236.57 977.601 1231.22 M988.319 1214.9 L988.319 1214.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1023.11 1219.51 Q1022.39 1219.09 1021.54 1218.91 Q1020.7 1218.7 1019.68 1218.7 Q1016.07 1218.7 1014.13 1221.06 Q1012.21 1223.4 1012.21 1227.79 L1012.21 1241.45 L1007.93 1241.45 L1007.93 1215.53 L1012.21 1215.53 L1012.21 1219.55 Q1013.55 1217.19 1015.7 1216.06 Q1017.86 1214.9 1020.93 1214.9 Q1021.37 1214.9 1021.91 1214.97 Q1022.44 1215.02 1023.09 1215.13 L1023.11 1219.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1048.3 1225.8 L1048.3 1241.45 L1044.04 1241.45 L1044.04 1225.94 Q1044.04 1222.26 1042.6 1220.43 Q1041.17 1218.6 1038.3 1218.6 Q1034.85 1218.6 1032.86 1220.8 Q1030.86 1223 1030.86 1226.8 L1030.86 1241.45 L1026.58 1241.45 L1026.58 1215.53 L1030.86 1215.53 L1030.86 1219.55 Q1032.39 1217.22 1034.45 1216.06 Q1036.54 1214.9 1039.24 1214.9 Q1043.71 1214.9 1046 1217.68 Q1048.3 1220.43 1048.3 1225.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1057.88 1235.57 L1062.76 1235.57 L1062.76 1239.55 L1058.97 1246.96 L1055.98 1246.96 L1057.88 1239.55 L1057.88 1235.57 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1116.93 1226.24 Q1114.92 1226.24 1113.76 1227.96 Q1112.62 1229.67 1112.62 1232.73 Q1112.62 1235.73 1113.76 1237.47 Q1114.92 1239.18 1116.93 1239.18 Q1118.9 1239.18 1120.03 1237.47 Q1121.19 1235.73 1121.19 1232.73 Q1121.19 1229.69 1120.03 1227.98 Q1118.9 1226.24 1116.93 1226.24 M1116.93 1223.3 Q1120.59 1223.3 1122.74 1225.85 Q1124.89 1228.4 1124.89 1232.73 Q1124.89 1237.05 1122.72 1239.6 Q1120.56 1242.12 1116.93 1242.12 Q1113.23 1242.12 1111.07 1239.6 Q1108.92 1237.05 1108.92 1232.73 Q1108.92 1228.37 1111.07 1225.85 Q1113.25 1223.3 1116.93 1223.3 M1093.04 1209.21 Q1091.05 1209.21 1089.89 1210.94 Q1088.76 1212.66 1088.76 1215.66 Q1088.76 1218.72 1089.89 1220.43 Q1091.03 1222.15 1093.04 1222.15 Q1095.05 1222.15 1096.19 1220.43 Q1097.35 1218.72 1097.35 1215.66 Q1097.35 1212.68 1096.19 1210.94 Q1095.03 1209.21 1093.04 1209.21 M1113.94 1206.27 L1117.65 1206.27 L1096.03 1242.12 L1092.32 1242.12 L1113.94 1206.27 M1093.04 1206.27 Q1096.7 1206.27 1098.87 1208.81 Q1101.05 1211.34 1101.05 1215.66 Q1101.05 1220.04 1098.87 1222.56 Q1096.72 1225.09 1093.04 1225.09 Q1089.36 1225.09 1087.21 1222.56 Q1085.08 1220.02 1085.08 1215.66 Q1085.08 1211.36 1087.23 1208.81 Q1089.38 1206.27 1093.04 1206.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,1090.67 1872.76,1090.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,946.185 1872.76,946.185 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,801.704 1872.76,801.704 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,657.222 1872.76,657.222 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,512.741 1872.76,512.741 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,368.26 1872.76,368.26 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.798,223.779 1872.76,223.779 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,1119.34 151.798,106.192 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,1090.67 170.696,1090.67 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,946.185 170.696,946.185 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,801.704 170.696,801.704 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,657.222 170.696,657.222 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,512.741 170.696,512.741 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,368.26 170.696,368.26 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.798,223.779 170.696,223.779 \n",
" \"/>\n",
"<path clip-path=\"url(#clip000)\" d=\"M65.8226 1076.46 Q62.2115 1076.46 60.3828 1080.03 Q58.5773 1083.57 58.5773 1090.7 Q58.5773 1097.81 60.3828 1101.37 Q62.2115 1104.91 65.8226 1104.91 Q69.4569 1104.91 71.2624 1101.37 Q73.0911 1097.81 73.0911 1090.7 Q73.0911 1083.57 71.2624 1080.03 Q69.4569 1076.46 65.8226 1076.46 M65.8226 1072.76 Q71.6328 1072.76 74.6883 1077.37 Q77.767 1081.95 77.767 1090.7 Q77.767 1099.43 74.6883 1104.03 Q71.6328 1108.62 65.8226 1108.62 Q60.0125 1108.62 56.9338 1104.03 Q53.8782 1099.43 53.8782 1090.7 Q53.8782 1081.95 56.9338 1077.37 Q60.0125 1072.76 65.8226 1072.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M85.9845 1102.07 L90.8688 1102.07 L90.8688 1107.95 L85.9845 1107.95 L85.9845 1102.07 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M111.054 1076.46 Q107.443 1076.46 105.614 1080.03 Q103.809 1083.57 103.809 1090.7 Q103.809 1097.81 105.614 1101.37 Q107.443 1104.91 111.054 1104.91 Q114.688 1104.91 116.494 1101.37 Q118.322 1097.81 118.322 1090.7 Q118.322 1083.57 116.494 1080.03 Q114.688 1076.46 111.054 1076.46 M111.054 1072.76 Q116.864 1072.76 119.92 1077.37 Q122.998 1081.95 122.998 1090.7 Q122.998 1099.43 119.92 1104.03 Q116.864 1108.62 111.054 1108.62 Q105.244 1108.62 102.165 1104.03 Q99.1095 1099.43 99.1095 1090.7 Q99.1095 1081.95 102.165 1077.37 Q105.244 1072.76 111.054 1072.76 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M67.0495 931.983 Q63.4384 931.983 61.6097 935.548 Q59.8041 939.09 59.8041 946.219 Q59.8041 953.326 61.6097 956.891 Q63.4384 960.432 67.0495 960.432 Q70.6837 960.432 72.4892 956.891 Q74.3179 953.326 74.3179 946.219 Q74.3179 939.09 72.4892 935.548 Q70.6837 931.983 67.0495 931.983 M67.0495 928.28 Q72.8596 928.28 75.9152 932.886 Q78.9938 937.469 78.9938 946.219 Q78.9938 954.946 75.9152 959.553 Q72.8596 964.136 67.0495 964.136 Q61.2393 964.136 58.1606 959.553 Q55.1051 954.946 55.1051 946.219 Q55.1051 937.469 58.1606 932.886 Q61.2393 928.28 67.0495 928.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M87.2114 957.585 L92.0956 957.585 L92.0956 963.465 L87.2114 963.465 L87.2114 957.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M103.091 959.53 L110.73 959.53 L110.73 933.164 L102.42 934.831 L102.42 930.571 L110.683 928.905 L115.359 928.905 L115.359 959.53 L122.998 959.53 L122.998 963.465 L103.091 963.465 L103.091 959.53 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M67.4198 787.502 Q63.8087 787.502 61.98 791.067 Q60.1745 794.609 60.1745 801.738 Q60.1745 808.845 61.98 812.409 Q63.8087 815.951 67.4198 815.951 Q71.0541 815.951 72.8596 812.409 Q74.6883 808.845 74.6883 801.738 Q74.6883 794.609 72.8596 791.067 Q71.0541 787.502 67.4198 787.502 M67.4198 783.799 Q73.23 783.799 76.2855 788.405 Q79.3642 792.988 79.3642 801.738 Q79.3642 810.465 76.2855 815.072 Q73.23 819.655 67.4198 819.655 Q61.6097 819.655 58.531 815.072 Q55.4754 810.465 55.4754 801.738 Q55.4754 792.988 58.531 788.405 Q61.6097 783.799 67.4198 783.799 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M87.5818 813.104 L92.466 813.104 L92.466 818.984 L87.5818 818.984 L87.5818 813.104 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M106.679 815.048 L122.998 815.048 L122.998 818.984 L101.054 818.984 L101.054 815.048 Q103.716 812.294 108.299 807.664 Q112.906 803.011 114.086 801.669 Q116.332 799.146 117.211 797.41 Q118.114 795.65 118.114 793.961 Q118.114 791.206 116.17 789.47 Q114.248 787.734 111.146 787.734 Q108.947 787.734 106.494 788.498 Q104.063 789.261 101.285 790.812 L101.285 786.09 Q104.109 784.956 106.563 784.377 Q109.017 783.799 111.054 783.799 Q116.424 783.799 119.619 786.484 Q122.813 789.169 122.813 793.66 Q122.813 795.789 122.003 797.71 Q121.216 799.609 119.109 802.201 Q118.531 802.872 115.429 806.09 Q112.327 809.284 106.679 815.048 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M66.4708 643.021 Q62.8597 643.021 61.031 646.586 Q59.2254 650.127 59.2254 657.257 Q59.2254 664.364 61.031 667.928 Q62.8597 671.47 66.4708 671.47 Q70.105 671.47 71.9105 667.928 Q73.7392 664.364 73.7392 657.257 Q73.7392 650.127 71.9105 646.586 Q70.105 643.021 66.4708 643.021 M66.4708 639.317 Q72.2809 639.317 75.3365 643.924 Q78.4151 648.507 78.4151 657.257 Q78.4151 665.984 75.3365 670.59 Q72.2809 675.174 66.4708 675.174 Q60.6606 675.174 57.5819 670.59 Q54.5264 665.984 54.5264 657.257 Q54.5264 648.507 57.5819 643.924 Q60.6606 639.317 66.4708 639.317 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M86.6327 668.623 L91.5169 668.623 L91.5169 674.502 L86.6327 674.502 L86.6327 668.623 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M115.869 655.868 Q119.225 656.586 121.1 658.854 Q122.998 661.123 122.998 664.456 Q122.998 669.572 119.48 672.373 Q115.961 675.174 109.48 675.174 Q107.304 675.174 104.989 674.734 Q102.697 674.317 100.244 673.461 L100.244 668.947 Q102.188 670.081 104.503 670.66 Q106.818 671.238 109.341 671.238 Q113.739 671.238 116.031 669.502 Q118.345 667.766 118.345 664.456 Q118.345 661.401 116.193 659.688 Q114.063 657.952 110.244 657.952 L106.216 657.952 L106.216 654.109 L110.429 654.109 Q113.878 654.109 115.707 652.743 Q117.535 651.354 117.535 648.762 Q117.535 646.1 115.637 644.688 Q113.762 643.253 110.244 643.253 Q108.322 643.253 106.123 643.669 Q103.924 644.086 101.285 644.965 L101.285 640.799 Q103.947 640.058 106.262 639.688 Q108.6 639.317 110.66 639.317 Q115.984 639.317 119.086 641.748 Q122.188 644.155 122.188 648.276 Q122.188 651.146 120.545 653.137 Q118.901 655.104 115.869 655.868 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M65.3365 498.54 Q61.7254 498.54 59.8967 502.105 Q58.0912 505.646 58.0912 512.776 Q58.0912 519.882 59.8967 523.447 Q61.7254 526.989 65.3365 526.989 Q68.9707 526.989 70.7763 523.447 Q72.605 519.882 72.605 512.776 Q72.605 505.646 70.7763 502.105 Q68.9707 498.54 65.3365 498.54 M65.3365 494.836 Q71.1467 494.836 74.2022 499.443 Q77.2809 504.026 77.2809 512.776 Q77.2809 521.503 74.2022 526.109 Q71.1467 530.692 65.3365 530.692 Q59.5264 530.692 56.4477 526.109 Q53.3921 521.503 53.3921 512.776 Q53.3921 504.026 56.4477 499.443 Q59.5264 494.836 65.3365 494.836 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M85.4984 524.142 L90.3827 524.142 L90.3827 530.021 L85.4984 530.021 L85.4984 524.142 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M113.415 499.535 L101.609 517.984 L113.415 517.984 L113.415 499.535 M112.188 495.461 L118.068 495.461 L118.068 517.984 L122.998 517.984 L122.998 521.873 L118.068 521.873 L118.068 530.021 L113.415 530.021 L113.415 521.873 L97.8132 521.873 L97.8132 517.359 L112.188 495.461 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M66.818 354.059 Q63.2069 354.059 61.3782 357.624 Q59.5726 361.165 59.5726 368.295 Q59.5726 375.401 61.3782 378.966 Q63.2069 382.508 66.818 382.508 Q70.4522 382.508 72.2578 378.966 Q74.0865 375.401 74.0865 368.295 Q74.0865 361.165 72.2578 357.624 Q70.4522 354.059 66.818 354.059 M66.818 350.355 Q72.6281 350.355 75.6837 354.961 Q78.7624 359.545 78.7624 368.295 Q78.7624 377.022 75.6837 381.628 Q72.6281 386.211 66.818 386.211 Q61.0078 386.211 57.9291 381.628 Q54.8736 377.022 54.8736 368.295 Q54.8736 359.545 57.9291 354.961 Q61.0078 350.355 66.818 350.355 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M86.9799 379.66 L91.8641 379.66 L91.8641 385.54 L86.9799 385.54 L86.9799 379.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M102.096 350.98 L120.452 350.98 L120.452 354.915 L106.378 354.915 L106.378 363.387 Q107.396 363.04 108.415 362.878 Q109.433 362.693 110.452 362.693 Q116.239 362.693 119.619 365.864 Q122.998 369.035 122.998 374.452 Q122.998 380.031 119.526 383.133 Q116.054 386.211 109.734 386.211 Q107.559 386.211 105.29 385.841 Q103.045 385.471 100.637 384.73 L100.637 380.031 Q102.721 381.165 104.943 381.721 Q107.165 382.276 109.642 382.276 Q113.646 382.276 115.984 380.17 Q118.322 378.063 118.322 374.452 Q118.322 370.841 115.984 368.735 Q113.646 366.628 109.642 366.628 Q107.767 366.628 105.892 367.045 Q104.04 367.461 102.096 368.341 L102.096 350.98 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M65.6606 209.578 Q62.0495 209.578 60.2208 213.142 Q58.4152 216.684 58.4152 223.814 Q58.4152 230.92 60.2208 234.485 Q62.0495 238.026 65.6606 238.026 Q69.2948 238.026 71.1004 234.485 Q72.9291 230.92 72.9291 223.814 Q72.9291 216.684 71.1004 213.142 Q69.2948 209.578 65.6606 209.578 M65.6606 205.874 Q71.4707 205.874 74.5263 210.48 Q77.605 215.064 77.605 223.814 Q77.605 232.54 74.5263 237.147 Q71.4707 241.73 65.6606 241.73 Q59.8504 241.73 56.7717 237.147 Q53.7162 232.54 53.7162 223.814 Q53.7162 215.064 56.7717 210.48 Q59.8504 205.874 65.6606 205.874 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M85.8225 235.179 L90.7067 235.179 L90.7067 241.059 L85.8225 241.059 L85.8225 235.179 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M111.471 221.915 Q108.322 221.915 106.471 224.068 Q104.642 226.221 104.642 229.971 Q104.642 233.698 106.471 235.874 Q108.322 238.026 111.471 238.026 Q114.619 238.026 116.447 235.874 Q118.299 233.698 118.299 229.971 Q118.299 226.221 116.447 224.068 Q114.619 221.915 111.471 221.915 M120.753 207.263 L120.753 211.522 Q118.994 210.689 117.188 210.249 Q115.406 209.809 113.646 209.809 Q109.017 209.809 106.563 212.934 Q104.133 216.059 103.785 222.378 Q105.151 220.365 107.211 219.3 Q109.271 218.212 111.748 218.212 Q116.957 218.212 119.966 221.383 Q122.998 224.531 122.998 229.971 Q122.998 235.295 119.85 238.513 Q116.702 241.73 111.471 241.73 Q105.475 241.73 102.304 237.147 Q99.1326 232.54 99.1326 223.814 Q99.1326 215.619 103.021 210.758 Q106.91 205.874 113.461 205.874 Q115.22 205.874 117.003 206.221 Q118.808 206.568 120.753 207.263 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M554.496 8.64 L560.341 8.64 L560.341 26.3482 L581.579 26.3482 L581.579 8.64 L587.424 8.64 L587.424 51.84 L581.579 51.84 L581.579 31.2672 L560.341 31.2672 L560.341 51.84 L554.496 51.84 L554.496 8.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M598.824 19.4328 L604.148 19.4328 L604.148 51.84 L598.824 51.84 L598.824 19.4328 M598.824 6.81709 L604.148 6.81709 L604.148 13.559 L598.824 13.559 L598.824 6.81709 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M635.948 20.3876 L635.948 25.4223 Q633.691 24.2649 631.261 23.6862 Q628.83 23.1075 626.226 23.1075 Q622.262 23.1075 620.265 24.3228 Q618.298 25.5381 618.298 27.9686 Q618.298 29.8204 619.716 30.891 Q621.133 31.9327 625.416 32.8876 L627.239 33.2926 Q632.91 34.5079 635.283 36.7359 Q637.684 38.935 637.684 42.8991 Q637.684 47.4129 634.096 50.046 Q630.537 52.6791 624.287 52.6791 Q621.683 52.6791 618.847 52.1583 Q616.041 51.6664 612.916 50.6537 L612.916 45.156 Q615.867 46.6896 618.732 47.4708 Q621.596 48.2231 624.403 48.2231 Q628.165 48.2231 630.19 46.95 Q632.215 45.6479 632.215 43.3042 Q632.215 41.134 630.74 39.9766 Q629.293 38.8192 624.345 37.7486 L622.493 37.3146 Q617.545 36.273 615.346 34.1318 Q613.147 31.9616 613.147 28.2001 Q613.147 23.6283 616.388 21.1399 Q619.629 18.6515 625.589 18.6515 Q628.541 18.6515 631.145 19.0855 Q633.749 19.5196 635.948 20.3876 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M651.428 10.2314 L651.428 19.4328 L662.395 19.4328 L662.395 23.5705 L651.428 23.5705 L651.428 41.163 Q651.428 45.1271 652.499 46.2555 Q653.598 47.384 656.926 47.384 L662.395 47.384 L662.395 51.84 L656.926 51.84 Q650.763 51.84 648.419 49.5541 Q646.075 47.2393 646.075 41.163 L646.075 23.5705 L642.169 23.5705 L642.169 19.4328 L646.075 19.4328 L646.075 10.2314 L651.428 10.2314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M681.955 23.1654 Q677.672 23.1654 675.184 26.5218 Q672.696 29.8494 672.696 35.6653 Q672.696 41.4813 675.155 44.8377 Q677.643 48.1653 681.955 48.1653 Q686.208 48.1653 688.697 44.8088 Q691.185 41.4523 691.185 35.6653 Q691.185 29.9072 688.697 26.5508 Q686.208 23.1654 681.955 23.1654 M681.955 18.6515 Q688.899 18.6515 692.863 23.1654 Q696.827 27.6792 696.827 35.6653 Q696.827 43.6225 692.863 48.1653 Q688.899 52.6791 681.955 52.6791 Q674.981 52.6791 671.017 48.1653 Q667.082 43.6225 667.082 35.6653 Q667.082 27.6792 671.017 23.1654 Q674.981 18.6515 681.955 18.6515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M726.978 35.2602 Q726.978 29.4732 724.576 26.2904 Q722.203 23.1075 717.892 23.1075 Q713.61 23.1075 711.208 26.2904 Q708.835 29.4732 708.835 35.2602 Q708.835 41.0183 711.208 44.2012 Q713.61 47.384 717.892 47.384 Q722.203 47.384 724.576 44.2012 Q726.978 41.0183 726.978 35.2602 M732.302 47.818 Q732.302 56.0934 728.627 60.1154 Q724.952 64.1663 717.371 64.1663 Q714.565 64.1663 712.076 63.7323 Q709.588 63.3272 707.244 62.4592 L707.244 57.2798 Q709.588 58.5529 711.874 59.1606 Q714.159 59.7682 716.532 59.7682 Q721.769 59.7682 724.374 57.0194 Q726.978 54.2995 726.978 48.7729 L726.978 46.1398 Q725.328 49.0044 722.753 50.4222 Q720.178 51.84 716.59 51.84 Q710.629 51.84 706.984 47.2972 Q703.338 42.7544 703.338 35.2602 Q703.338 27.7371 706.984 23.1943 Q710.629 18.6515 716.59 18.6515 Q720.178 18.6515 722.753 20.0693 Q725.328 21.4872 726.978 24.3517 L726.978 19.4328 L732.302 19.4328 L732.302 47.818 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M762.047 24.4096 Q761.15 23.8888 760.079 23.6573 Q759.038 23.3969 757.765 23.3969 Q753.251 23.3969 750.82 26.3482 Q748.419 29.2707 748.419 34.7683 L748.419 51.84 L743.066 51.84 L743.066 19.4328 L748.419 19.4328 L748.419 24.4675 Q750.097 21.5161 752.788 20.0983 Q755.479 18.6515 759.327 18.6515 Q759.877 18.6515 760.542 18.7383 Q761.208 18.7962 762.018 18.9409 L762.047 24.4096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M782.359 35.5496 Q775.907 35.5496 773.418 37.0253 Q770.93 38.501 770.93 42.06 Q770.93 44.8956 772.782 46.5738 Q774.663 48.2231 777.874 48.2231 Q782.301 48.2231 784.963 45.0981 Q787.654 41.9442 787.654 36.7359 L787.654 35.5496 L782.359 35.5496 M792.978 33.3505 L792.978 51.84 L787.654 51.84 L787.654 46.921 Q785.832 49.8724 783.112 51.2902 Q780.392 52.6791 776.457 52.6791 Q771.48 52.6791 768.528 49.9014 Q765.606 47.0947 765.606 42.4072 Q765.606 36.9385 769.252 34.1607 Q772.927 31.3829 780.189 31.3829 L787.654 31.3829 L787.654 30.8621 Q787.654 27.1874 785.224 25.1908 Q782.822 23.1654 778.453 23.1654 Q775.675 23.1654 773.042 23.8309 Q770.409 24.4964 767.979 25.8274 L767.979 20.9085 Q770.901 19.78 773.65 19.2302 Q776.399 18.6515 779.003 18.6515 Q786.034 18.6515 789.506 22.2973 Q792.978 25.9431 792.978 33.3505 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M829.176 25.6538 Q831.173 22.0659 833.95 20.3587 Q836.728 18.6515 840.49 18.6515 Q845.553 18.6515 848.302 22.2105 Q851.051 25.7406 851.051 32.2799 L851.051 51.84 L845.698 51.84 L845.698 32.4535 Q845.698 27.795 844.049 25.5381 Q842.4 23.2811 839.014 23.2811 Q834.876 23.2811 832.475 26.03 Q830.073 28.7788 830.073 33.5241 L830.073 51.84 L824.72 51.84 L824.72 32.4535 Q824.72 27.7661 823.071 25.5381 Q821.422 23.2811 817.978 23.2811 Q813.899 23.2811 811.497 26.0589 Q809.095 28.8077 809.095 33.5241 L809.095 51.84 L803.742 51.84 L803.742 19.4328 L809.095 19.4328 L809.095 24.4675 Q810.918 21.4872 813.464 20.0693 Q816.011 18.6515 819.512 18.6515 Q823.042 18.6515 825.501 20.4455 Q827.99 22.2395 829.176 25.6538 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M863.03 44.4905 L869.135 44.4905 L869.135 51.84 L863.03 51.84 L863.03 44.4905 M863.03 21.1978 L869.135 21.1978 L869.135 28.5473 L863.03 28.5473 L863.03 21.1978 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M921.797 24.3517 L921.797 6.81709 L927.121 6.81709 L927.121 51.84 L921.797 51.84 L921.797 46.9789 Q920.119 49.8724 917.544 51.2902 Q914.997 52.6791 911.41 52.6791 Q905.536 52.6791 901.832 47.9916 Q898.157 43.3042 898.157 35.6653 Q898.157 28.0265 901.832 23.339 Q905.536 18.6515 911.41 18.6515 Q914.997 18.6515 917.544 20.0693 Q920.119 21.4582 921.797 24.3517 M903.655 35.6653 Q903.655 41.5391 906.057 44.8956 Q908.487 48.2231 912.712 48.2231 Q916.936 48.2231 919.367 44.8956 Q921.797 41.5391 921.797 35.6653 Q921.797 29.7915 919.367 26.464 Q916.936 23.1075 912.712 23.1075 Q908.487 23.1075 906.057 26.464 Q903.655 29.7915 903.655 35.6653 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M952.816 35.5496 Q946.363 35.5496 943.875 37.0253 Q941.386 38.501 941.386 42.06 Q941.386 44.8956 943.238 46.5738 Q945.119 48.2231 948.331 48.2231 Q952.758 48.2231 955.42 45.0981 Q958.111 41.9442 958.111 36.7359 L958.111 35.5496 L952.816 35.5496 M963.435 33.3505 L963.435 51.84 L958.111 51.84 L958.111 46.921 Q956.288 49.8724 953.568 51.2902 Q950.848 52.6791 946.913 52.6791 Q941.936 52.6791 938.985 49.9014 Q936.062 47.0947 936.062 42.4072 Q936.062 36.9385 939.708 34.1607 Q943.383 31.3829 950.645 31.3829 L958.111 31.3829 L958.111 30.8621 Q958.111 27.1874 955.68 25.1908 Q953.279 23.1654 948.909 23.1654 Q946.132 23.1654 943.499 23.8309 Q940.865 24.4964 938.435 25.8274 L938.435 20.9085 Q941.357 19.78 944.106 19.2302 Q946.855 18.6515 949.459 18.6515 Q956.49 18.6515 959.963 22.2973 Q963.435 25.9431 963.435 33.3505 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M974.401 19.4328 L979.725 19.4328 L979.725 51.84 L974.401 51.84 L974.401 19.4328 M974.401 6.81709 L979.725 6.81709 L979.725 13.559 L974.401 13.559 L974.401 6.81709 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M990.865 6.81709 L996.189 6.81709 L996.189 51.84 L990.865 51.84 L990.865 6.81709 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1020.81 54.8492 Q1018.56 60.6362 1016.41 62.4013 Q1014.27 64.1663 1010.69 64.1663 L1006.43 64.1663 L1006.43 59.7103 L1009.56 59.7103 Q1011.76 59.7103 1012.97 58.6687 Q1014.19 57.627 1015.66 53.7497 L1016.62 51.3192 L1003.51 19.4328 L1009.15 19.4328 L1019.28 44.7799 L1029.41 19.4328 L1035.05 19.4328 L1020.81 54.8492 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1088.95 34.3054 L1088.95 36.9095 L1064.48 36.9095 Q1064.82 42.4072 1067.77 45.3007 Q1070.75 48.1653 1076.05 48.1653 Q1079.12 48.1653 1081.98 47.4129 Q1084.88 46.6606 1087.71 45.156 L1087.71 50.1907 Q1084.85 51.406 1081.84 52.0425 Q1078.83 52.6791 1075.73 52.6791 Q1067.98 52.6791 1063.43 48.1653 Q1058.92 43.6514 1058.92 35.9547 Q1058.92 27.9975 1063.2 23.339 Q1067.51 18.6515 1074.81 18.6515 Q1081.34 18.6515 1085.14 22.876 Q1088.95 27.0716 1088.95 34.3054 M1083.63 32.7429 Q1083.57 28.3737 1081.17 25.7695 Q1078.8 23.1654 1074.86 23.1654 Q1070.41 23.1654 1067.72 25.6827 Q1065.05 28.2001 1064.65 32.7718 L1083.63 32.7429 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1100.88 35.6653 Q1100.88 41.5391 1103.28 44.8956 Q1105.71 48.2231 1109.93 48.2231 Q1114.16 48.2231 1116.59 44.8956 Q1119.02 41.5391 1119.02 35.6653 Q1119.02 29.7915 1116.59 26.464 Q1114.16 23.1075 1109.93 23.1075 Q1105.71 23.1075 1103.28 26.464 Q1100.88 29.7915 1100.88 35.6653 M1119.02 46.9789 Q1117.34 49.8724 1114.76 51.2902 Q1112.22 52.6791 1108.63 52.6791 Q1102.76 52.6791 1099.05 47.9916 Q1095.38 43.3042 1095.38 35.6653 Q1095.38 28.0265 1099.05 23.339 Q1102.76 18.6515 1108.63 18.6515 Q1112.22 18.6515 1114.76 20.0693 Q1117.34 21.4582 1119.02 24.3517 L1119.02 19.4328 L1124.34 19.4328 L1124.34 64.1663 L1119.02 64.1663 L1119.02 46.9789 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1134.76 39.0507 L1134.76 19.4328 L1140.08 19.4328 L1140.08 38.8482 Q1140.08 43.4488 1141.88 45.7636 Q1143.67 48.0495 1147.26 48.0495 Q1151.57 48.0495 1154.06 45.3007 Q1156.58 42.5519 1156.58 37.8065 L1156.58 19.4328 L1161.9 19.4328 L1161.9 51.84 L1156.58 51.84 L1156.58 46.8632 Q1154.64 49.8145 1152.06 51.2613 Q1149.52 52.6791 1146.13 52.6791 Q1140.55 52.6791 1137.65 49.2069 Q1134.76 45.7347 1134.76 39.0507 M1148.16 18.6515 L1148.16 18.6515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1172.87 19.4328 L1178.19 19.4328 L1178.19 51.84 L1172.87 51.84 L1172.87 19.4328 M1172.87 6.81709 L1178.19 6.81709 L1178.19 13.559 L1172.87 13.559 L1172.87 6.81709 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1194.6 10.2314 L1194.6 19.4328 L1205.56 19.4328 L1205.56 23.5705 L1194.6 23.5705 L1194.6 41.163 Q1194.6 45.1271 1195.67 46.2555 Q1196.77 47.384 1200.09 47.384 L1205.56 47.384 L1205.56 51.84 L1200.09 51.84 Q1193.93 51.84 1191.59 49.5541 Q1189.24 47.2393 1189.24 41.163 L1189.24 23.5705 L1185.34 23.5705 L1185.34 19.4328 L1189.24 19.4328 L1189.24 10.2314 L1194.6 10.2314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1226.05 54.8492 Q1223.79 60.6362 1221.65 62.4013 Q1219.51 64.1663 1215.92 64.1663 L1211.67 64.1663 L1211.67 59.7103 L1214.79 59.7103 Q1216.99 59.7103 1218.21 58.6687 Q1219.42 57.627 1220.9 53.7497 L1221.85 51.3192 L1208.75 19.4328 L1214.39 19.4328 L1224.52 44.7799 L1234.64 19.4328 L1240.29 19.4328 L1226.05 54.8492 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1285.25 24.4096 Q1284.35 23.8888 1283.28 23.6573 Q1282.24 23.3969 1280.97 23.3969 Q1276.45 23.3969 1274.02 26.3482 Q1271.62 29.2707 1271.62 34.7683 L1271.62 51.84 L1266.27 51.84 L1266.27 19.4328 L1271.62 19.4328 L1271.62 24.4675 Q1273.3 21.5161 1275.99 20.0983 Q1278.68 18.6515 1282.53 18.6515 Q1283.08 18.6515 1283.75 18.7383 Q1284.41 18.7962 1285.22 18.9409 L1285.25 24.4096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1317.25 34.3054 L1317.25 36.9095 L1292.77 36.9095 Q1293.12 42.4072 1296.07 45.3007 Q1299.05 48.1653 1304.35 48.1653 Q1307.41 48.1653 1310.28 47.4129 Q1313.17 46.6606 1316.01 45.156 L1316.01 50.1907 Q1313.14 51.406 1310.13 52.0425 Q1307.13 52.6791 1304.03 52.6791 Q1296.27 52.6791 1291.73 48.1653 Q1287.22 43.6514 1287.22 35.9547 Q1287.22 27.9975 1291.5 23.339 Q1295.81 18.6515 1303.1 18.6515 Q1309.64 18.6515 1313.43 22.876 Q1317.25 27.0716 1317.25 34.3054 M1311.93 32.7429 Q1311.87 28.3737 1309.47 25.7695 Q1307.1 23.1654 1303.16 23.1654 Q1298.7 23.1654 1296.01 25.6827 Q1293.35 28.2001 1292.95 32.7718 L1311.93 32.7429 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1331.26 10.2314 L1331.26 19.4328 L1342.22 19.4328 L1342.22 23.5705 L1331.26 23.5705 L1331.26 41.163 Q1331.26 45.1271 1332.33 46.2555 Q1333.43 47.384 1336.75 47.384 L1342.22 47.384 L1342.22 51.84 L1336.75 51.84 Q1330.59 51.84 1328.25 49.5541 Q1325.9 47.2393 1325.9 41.163 L1325.9 23.5705 L1322 23.5705 L1322 19.4328 L1325.9 19.4328 L1325.9 10.2314 L1331.26 10.2314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1348.68 39.0507 L1348.68 19.4328 L1354 19.4328 L1354 38.8482 Q1354 43.4488 1355.79 45.7636 Q1357.59 48.0495 1361.18 48.0495 Q1365.49 48.0495 1367.98 45.3007 Q1370.49 42.5519 1370.49 37.8065 L1370.49 19.4328 L1375.82 19.4328 L1375.82 51.84 L1370.49 51.84 L1370.49 46.8632 Q1368.55 49.8145 1365.98 51.2613 Q1363.43 52.6791 1360.05 52.6791 Q1354.46 52.6791 1351.57 49.2069 Q1348.68 45.7347 1348.68 39.0507 M1362.07 18.6515 L1362.07 18.6515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1405.56 24.4096 Q1404.67 23.8888 1403.59 23.6573 Q1402.55 23.3969 1401.28 23.3969 Q1396.77 23.3969 1394.34 26.3482 Q1391.93 29.2707 1391.93 34.7683 L1391.93 51.84 L1386.58 51.84 L1386.58 19.4328 L1391.93 19.4328 L1391.93 24.4675 Q1393.61 21.5161 1396.3 20.0983 Q1398.99 18.6515 1402.84 18.6515 Q1403.39 18.6515 1404.06 18.7383 Q1404.72 18.7962 1405.53 18.9409 L1405.56 24.4096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1437.04 32.2799 L1437.04 51.84 L1431.72 51.84 L1431.72 32.4535 Q1431.72 27.8529 1429.93 25.567 Q1428.13 23.2811 1424.54 23.2811 Q1420.23 23.2811 1417.74 26.03 Q1415.26 28.7788 1415.26 33.5241 L1415.26 51.84 L1409.9 51.84 L1409.9 19.4328 L1415.26 19.4328 L1415.26 24.4675 Q1417.16 21.545 1419.74 20.0983 Q1422.34 18.6515 1425.73 18.6515 Q1431.31 18.6515 1434.18 22.1237 Q1437.04 25.567 1437.04 32.2799 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M1468.32 20.3876 L1468.32 25.4223 Q1466.07 24.2649 1463.63 23.6862 Q1461.2 23.1075 1458.6 23.1075 Q1454.64 23.1075 1452.64 24.3228 Q1450.67 25.5381 1450.67 27.9686 Q1450.67 29.8204 1452.09 30.891 Q1453.51 31.9327 1457.79 32.8876 L1459.61 33.2926 Q1465.28 34.5079 1467.66 36.7359 Q1470.06 38.935 1470.06 42.8991 Q1470.06 47.4129 1466.47 50.046 Q1462.91 52.6791 1456.66 52.6791 Q1454.06 52.6791 1451.22 52.1583 Q1448.41 51.6664 1445.29 50.6537 L1445.29 45.156 Q1448.24 46.6896 1451.11 47.4708 Q1453.97 48.2231 1456.78 48.2231 Q1460.54 48.2231 1462.56 46.95 Q1464.59 45.6479 1464.59 43.3042 Q1464.59 41.134 1463.11 39.9766 Q1461.67 38.8192 1456.72 37.7486 L1454.87 37.3146 Q1449.92 36.273 1447.72 34.1318 Q1445.52 31.9616 1445.52 28.2001 Q1445.52 23.6283 1448.76 21.1399 Q1452 18.6515 1457.96 18.6515 Q1460.91 18.6515 1463.52 19.0855 Q1466.12 19.5196 1468.32 20.3876 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip002)\" d=\"\n",
"M246.454 1089.04 L246.454 1090.67 L284.745 1090.67 L284.745 1089.04 L246.454 1089.04 L246.454 1089.04 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 246.454,1089.04 246.454,1090.67 284.745,1090.67 284.745,1089.04 246.454,1089.04 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M284.745 1089.37 L284.745 1090.67 L323.036 1090.67 L323.036 1089.37 L284.745 1089.37 L284.745 1089.37 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 284.745,1089.37 284.745,1090.67 323.036,1090.67 323.036,1089.37 284.745,1089.37 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M323.036 1087.75 L323.036 1090.67 L361.327 1090.67 L361.327 1087.75 L323.036 1087.75 L323.036 1087.75 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 323.036,1087.75 323.036,1090.67 361.327,1090.67 361.327,1087.75 323.036,1087.75 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M361.327 1089.04 L361.327 1090.67 L399.619 1090.67 L399.619 1089.04 L361.327 1089.04 L361.327 1089.04 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 361.327,1089.04 361.327,1090.67 399.619,1090.67 399.619,1089.04 361.327,1089.04 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M399.619 1087.42 L399.619 1090.67 L437.91 1090.67 L437.91 1087.42 L399.619 1087.42 L399.619 1087.42 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 399.619,1087.42 399.619,1090.67 437.91,1090.67 437.91,1087.42 399.619,1087.42 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M437.91 1086.77 L437.91 1090.67 L476.201 1090.67 L476.201 1086.77 L437.91 1086.77 L437.91 1086.77 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 437.91,1086.77 437.91,1090.67 476.201,1090.67 476.201,1086.77 437.91,1086.77 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M476.201 1085.15 L476.201 1090.67 L514.492 1090.67 L514.492 1085.15 L476.201 1085.15 L476.201 1085.15 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 476.201,1085.15 476.201,1090.67 514.492,1090.67 514.492,1085.15 476.201,1085.15 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M514.492 1080.93 L514.492 1090.67 L552.783 1090.67 L552.783 1080.93 L514.492 1080.93 L514.492 1080.93 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 514.492,1080.93 514.492,1090.67 552.783,1090.67 552.783,1080.93 514.492,1080.93 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M552.783 1077.36 L552.783 1090.67 L591.074 1090.67 L591.074 1077.36 L552.783 1077.36 L552.783 1077.36 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 552.783,1077.36 552.783,1090.67 591.074,1090.67 591.074,1077.36 552.783,1077.36 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M591.074 1073.79 L591.074 1090.67 L629.366 1090.67 L629.366 1073.79 L591.074 1073.79 L591.074 1073.79 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 591.074,1073.79 591.074,1090.67 629.366,1090.67 629.366,1073.79 591.074,1073.79 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M629.366 1063.41 L629.366 1090.67 L667.657 1090.67 L667.657 1063.41 L629.366 1063.41 L629.366 1063.41 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 629.366,1063.41 629.366,1090.67 667.657,1090.67 667.657,1063.41 629.366,1063.41 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M667.657 1056.92 L667.657 1090.67 L705.948 1090.67 L705.948 1056.92 L667.657 1056.92 L667.657 1056.92 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 667.657,1056.92 667.657,1090.67 705.948,1090.67 705.948,1056.92 667.657,1056.92 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M705.948 1036.81 L705.948 1090.67 L744.239 1090.67 L744.239 1036.81 L705.948 1036.81 L705.948 1036.81 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 705.948,1036.81 705.948,1090.67 744.239,1090.67 744.239,1036.81 705.948,1036.81 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M744.239 1003.72 L744.239 1090.67 L782.53 1090.67 L782.53 1003.72 L744.239 1003.72 L744.239 1003.72 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 744.239,1003.72 744.239,1090.67 782.53,1090.67 782.53,1003.72 744.239,1003.72 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M782.53 966.405 L782.53 1090.67 L820.821 1090.67 L820.821 966.405 L782.53 966.405 L782.53 966.405 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 782.53,966.405 782.53,1090.67 820.821,1090.67 820.821,966.405 782.53,966.405 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M820.821 915.144 L820.821 1090.67 L859.112 1090.67 L859.112 915.144 L820.821 915.144 L820.821 915.144 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 820.821,915.144 820.821,1090.67 859.112,1090.67 859.112,915.144 820.821,915.144 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M859.112 819.434 L859.112 1090.67 L897.404 1090.67 L897.404 819.434 L859.112 819.434 L859.112 819.434 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 859.112,819.434 859.112,1090.67 897.404,1090.67 897.404,819.434 859.112,819.434 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M897.404 675.707 L897.404 1090.67 L935.695 1090.67 L935.695 675.707 L897.404 675.707 L897.404 675.707 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 897.404,675.707 897.404,1090.67 935.695,1090.67 935.695,675.707 897.404,675.707 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M935.695 499.212 L935.695 1090.67 L973.986 1090.67 L973.986 499.212 L935.695 499.212 L935.695 499.212 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 935.695,499.212 935.695,1090.67 973.986,1090.67 973.986,499.212 935.695,499.212 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M973.986 261.398 L973.986 1090.67 L1012.28 1090.67 L1012.28 261.398 L973.986 261.398 L973.986 261.398 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 973.986,261.398 973.986,1090.67 1012.28,1090.67 1012.28,261.398 973.986,261.398 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1012.28 134.866 L1012.28 1090.67 L1050.57 1090.67 L1050.57 134.866 L1012.28 134.866 L1012.28 134.866 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1012.28,134.866 1012.28,1090.67 1050.57,1090.67 1050.57,134.866 1012.28,134.866 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1050.57 377.872 L1050.57 1090.67 L1088.86 1090.67 L1088.86 377.872 L1050.57 377.872 L1050.57 377.872 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1050.57,377.872 1050.57,1090.67 1088.86,1090.67 1088.86,377.872 1050.57,377.872 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1088.86 589.406 L1088.86 1090.67 L1127.15 1090.67 L1127.15 589.406 L1088.86 589.406 L1088.86 589.406 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1088.86,589.406 1088.86,1090.67 1127.15,1090.67 1127.15,589.406 1088.86,589.406 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1127.15 752.924 L1127.15 1090.67 L1165.44 1090.67 L1165.44 752.924 L1127.15 752.924 L1127.15 752.924 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1127.15,752.924 1127.15,1090.67 1165.44,1090.67 1165.44,752.924 1127.15,752.924 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1165.44 879.456 L1165.44 1090.67 L1203.73 1090.67 L1203.73 879.456 L1165.44 879.456 L1165.44 879.456 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1165.44,879.456 1165.44,1090.67 1203.73,1090.67 1203.73,879.456 1165.44,879.456 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1203.73 958.619 L1203.73 1090.67 L1242.02 1090.67 L1242.02 958.619 L1203.73 958.619 L1203.73 958.619 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1203.73,958.619 1203.73,1090.67 1242.02,1090.67 1242.02,958.619 1203.73,958.619 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1242.02 1003.07 L1242.02 1090.67 L1280.32 1090.67 L1280.32 1003.07 L1242.02 1003.07 L1242.02 1003.07 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1242.02,1003.07 1242.02,1090.67 1280.32,1090.67 1280.32,1003.07 1242.02,1003.07 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1280.32 1037.78 L1280.32 1090.67 L1318.61 1090.67 L1318.61 1037.78 L1280.32 1037.78 L1280.32 1037.78 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1280.32,1037.78 1280.32,1090.67 1318.61,1090.67 1318.61,1037.78 1280.32,1037.78 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1318.61 1054.33 L1318.61 1090.67 L1356.9 1090.67 L1356.9 1054.33 L1318.61 1054.33 L1318.61 1054.33 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1318.61,1054.33 1318.61,1090.67 1356.9,1090.67 1356.9,1054.33 1318.61,1054.33 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1356.9 1066.01 L1356.9 1090.67 L1395.19 1090.67 L1395.19 1066.01 L1356.9 1066.01 L1356.9 1066.01 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1356.9,1066.01 1356.9,1090.67 1395.19,1090.67 1395.19,1066.01 1356.9,1066.01 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1395.19 1075.09 L1395.19 1090.67 L1433.48 1090.67 L1433.48 1075.09 L1395.19 1075.09 L1395.19 1075.09 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1395.19,1075.09 1395.19,1090.67 1433.48,1090.67 1433.48,1075.09 1395.19,1075.09 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1433.48 1078.99 L1433.48 1090.67 L1471.77 1090.67 L1471.77 1078.99 L1433.48 1078.99 L1433.48 1078.99 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1433.48,1078.99 1433.48,1090.67 1471.77,1090.67 1471.77,1078.99 1433.48,1078.99 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1471.77 1085.8 L1471.77 1090.67 L1510.06 1090.67 L1510.06 1085.8 L1471.77 1085.8 L1471.77 1085.8 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1471.77,1085.8 1471.77,1090.67 1510.06,1090.67 1510.06,1085.8 1471.77,1085.8 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1510.06 1082.88 L1510.06 1090.67 L1548.35 1090.67 L1548.35 1082.88 L1510.06 1082.88 L1510.06 1082.88 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1510.06,1082.88 1510.06,1090.67 1548.35,1090.67 1548.35,1082.88 1510.06,1082.88 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1548.35 1086.45 L1548.35 1090.67 L1586.64 1090.67 L1586.64 1086.45 L1548.35 1086.45 L1548.35 1086.45 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1548.35,1086.45 1548.35,1090.67 1586.64,1090.67 1586.64,1086.45 1548.35,1086.45 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1586.64 1086.12 L1586.64 1090.67 L1624.94 1090.67 L1624.94 1086.12 L1586.64 1086.12 L1586.64 1086.12 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1586.64,1086.12 1586.64,1090.67 1624.94,1090.67 1624.94,1086.12 1586.64,1086.12 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1624.94 1087.1 L1624.94 1090.67 L1663.23 1090.67 L1663.23 1087.1 L1624.94 1087.1 L1624.94 1087.1 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1624.94,1087.1 1624.94,1090.67 1663.23,1090.67 1663.23,1087.1 1624.94,1087.1 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1663.23 1088.39 L1663.23 1090.67 L1701.52 1090.67 L1701.52 1088.39 L1663.23 1088.39 L1663.23 1088.39 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1663.23,1088.39 1663.23,1090.67 1701.52,1090.67 1701.52,1088.39 1663.23,1088.39 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1701.52 1088.72 L1701.52 1090.67 L1739.81 1090.67 L1739.81 1088.72 L1701.52 1088.72 L1701.52 1088.72 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1701.52,1088.72 1701.52,1090.67 1739.81,1090.67 1739.81,1088.72 1701.52,1088.72 \n",
" \"/>\n",
"<path clip-path=\"url(#clip002)\" d=\"\n",
"M1739.81 1088.72 L1739.81 1090.67 L1778.1 1090.67 L1778.1 1088.72 L1739.81 1088.72 L1739.81 1088.72 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1739.81,1088.72 1739.81,1090.67 1778.1,1090.67 1778.1,1088.72 1739.81,1088.72 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"265.6\" cy=\"1089.04\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"303.891\" cy=\"1089.37\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"342.182\" cy=\"1087.75\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"380.473\" cy=\"1089.04\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"418.764\" cy=\"1087.42\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"457.055\" cy=\"1086.77\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"495.346\" cy=\"1085.15\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"533.638\" cy=\"1080.93\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"571.929\" cy=\"1077.36\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"610.22\" cy=\"1073.79\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"648.511\" cy=\"1063.41\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"686.802\" cy=\"1056.92\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"725.093\" cy=\"1036.81\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"763.385\" cy=\"1003.72\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"801.676\" cy=\"966.405\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"839.967\" cy=\"915.144\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"878.258\" cy=\"819.434\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"916.549\" cy=\"675.707\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"954.84\" cy=\"499.212\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"993.131\" cy=\"261.398\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1031.42\" cy=\"134.866\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1069.71\" cy=\"377.872\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1108\" cy=\"589.406\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1146.3\" cy=\"752.924\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1184.59\" cy=\"879.456\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1222.88\" cy=\"958.619\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1261.17\" cy=\"1003.07\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1299.46\" cy=\"1037.78\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1337.75\" cy=\"1054.33\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1376.04\" cy=\"1066.01\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1414.33\" cy=\"1075.09\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1452.63\" cy=\"1078.99\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1490.92\" cy=\"1085.8\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1529.21\" cy=\"1082.88\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1567.5\" cy=\"1086.45\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1605.79\" cy=\"1086.12\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1644.08\" cy=\"1087.1\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1682.37\" cy=\"1088.39\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1720.66\" cy=\"1088.72\" r=\"2\"/>\n",
"<circle clip-path=\"url(#clip002)\" style=\"fill:#009af9; stroke:none; fill-opacity:0\" cx=\"1758.95\" cy=\"1088.72\" r=\"2\"/>\n",
"<polyline clip-path=\"url(#clip002)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:12; stroke-opacity:1; fill:none\" points=\"\n",
" 246.454,1090.66 284.745,1090.66 323.036,1090.65 361.327,1090.62 399.619,1090.53 437.91,1090.29 476.201,1089.7 514.492,1088.36 552.783,1085.48 591.074,1079.72 \n",
" 629.366,1069.03 667.657,1050.53 705.948,1020.85 744.239,976.747 782.53,916.323 820.821,840.408 859.112,753.736 897.404,665.201 935.695,586.749 973.986,530.876 \n",
" 1012.28,507.407 1050.57,520.673 1088.86,568.212 1127.15,641.509 1165.44,728.49 1203.73,816.754 1242.02,896.365 1280.32,961.393 1318.61,1010 1356.9,1043.45 \n",
" 1395.19,1064.75 1433.48,1077.32 1471.77,1084.22 1510.06,1087.75 1548.35,1089.43 1586.64,1090.17 1624.94,1090.48 1663.23,1090.6 1701.52,1090.64 1739.81,1090.66 \n",
" 1778.1,1090.66 \n",
" \"/>\n",
"<path clip-path=\"url(#clip000)\" d=\"\n",
"M209.163 664.606 L632.371 664.606 L632.371 509.086 L209.163 509.086 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.163,664.606 632.371,664.606 632.371,509.086 209.163,509.086 209.163,664.606 \n",
" \"/>\n",
"<path clip-path=\"url(#clip000)\" d=\"\n",
"M228.285 581.662 L343.016 581.662 L343.016 540.19 L228.285 540.19 L228.285 581.662 Z\n",
" \" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip000)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 228.285,581.662 343.016,581.662 343.016,540.19 228.285,540.19 228.285,581.662 \n",
" \"/>\n",
"<path clip-path=\"url(#clip000)\" d=\"M383.85 562.558 L383.85 578.206 L379.591 578.206 L379.591 562.697 Q379.591 559.016 378.156 557.188 Q376.721 555.359 373.85 555.359 Q370.401 555.359 368.411 557.558 Q366.42 559.757 366.42 563.553 L366.42 578.206 L362.138 578.206 L362.138 542.188 L366.42 542.188 L366.42 556.308 Q367.948 553.97 370.008 552.813 Q372.091 551.655 374.799 551.655 Q379.267 551.655 381.559 554.433 Q383.85 557.188 383.85 562.558 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M392.346 552.28 L396.605 552.28 L396.605 578.206 L392.346 578.206 L392.346 552.28 M392.346 542.188 L396.605 542.188 L396.605 547.581 L392.346 547.581 L392.346 542.188 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M422.045 553.044 L422.045 557.072 Q420.239 556.146 418.295 555.683 Q416.35 555.22 414.267 555.22 Q411.096 555.22 409.498 556.192 Q407.924 557.164 407.924 559.109 Q407.924 560.59 409.059 561.447 Q410.193 562.28 413.619 563.044 L415.077 563.368 Q419.614 564.34 421.512 566.123 Q423.433 567.882 423.433 571.053 Q423.433 574.664 420.563 576.771 Q417.716 578.877 412.716 578.877 Q410.633 578.877 408.364 578.461 Q406.119 578.067 403.619 577.257 L403.619 572.859 Q405.98 574.086 408.272 574.711 Q410.563 575.312 412.809 575.312 Q415.818 575.312 417.438 574.294 Q419.058 573.252 419.058 571.377 Q419.058 569.641 417.878 568.715 Q416.721 567.789 412.762 566.933 L411.281 566.586 Q407.322 565.752 405.563 564.039 Q403.804 562.303 403.804 559.294 Q403.804 555.637 406.397 553.646 Q408.989 551.655 413.758 551.655 Q416.119 551.655 418.202 552.002 Q420.285 552.35 422.045 553.044 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M434.429 544.919 L434.429 552.28 L443.202 552.28 L443.202 555.59 L434.429 555.59 L434.429 569.664 Q434.429 572.836 435.285 573.738 Q436.165 574.641 438.827 574.641 L443.202 574.641 L443.202 578.206 L438.827 578.206 Q433.896 578.206 432.021 576.377 Q430.146 574.525 430.146 569.664 L430.146 555.59 L427.021 555.59 L427.021 552.28 L430.146 552.28 L430.146 544.919 L434.429 544.919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M458.85 555.266 Q455.424 555.266 453.433 557.951 Q451.443 560.613 451.443 565.266 Q451.443 569.919 453.41 572.604 Q455.401 575.266 458.85 575.266 Q462.253 575.266 464.243 572.581 Q466.234 569.896 466.234 565.266 Q466.234 560.66 464.243 557.975 Q462.253 555.266 458.85 555.266 M458.85 551.655 Q464.405 551.655 467.577 555.266 Q470.748 558.877 470.748 565.266 Q470.748 571.632 467.577 575.266 Q464.405 578.877 458.85 578.877 Q453.271 578.877 450.1 575.266 Q446.952 571.632 446.952 565.266 Q446.952 558.877 450.1 555.266 Q453.271 551.655 458.85 551.655 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M494.868 564.942 Q494.868 560.313 492.947 557.766 Q491.049 555.22 487.6 555.22 Q484.174 555.22 482.253 557.766 Q480.354 560.313 480.354 564.942 Q480.354 569.549 482.253 572.095 Q484.174 574.641 487.6 574.641 Q491.049 574.641 492.947 572.095 Q494.868 569.549 494.868 564.942 M499.128 574.988 Q499.128 581.609 496.188 584.826 Q493.248 588.067 487.183 588.067 Q484.938 588.067 482.947 587.72 Q480.956 587.396 479.081 586.701 L479.081 582.558 Q480.956 583.576 482.785 584.062 Q484.614 584.549 486.512 584.549 Q490.702 584.549 492.785 582.349 Q494.868 580.174 494.868 575.752 L494.868 573.646 Q493.549 575.937 491.489 577.072 Q489.428 578.206 486.558 578.206 Q481.79 578.206 478.873 574.572 Q475.956 570.938 475.956 564.942 Q475.956 558.924 478.873 555.289 Q481.79 551.655 486.558 551.655 Q489.428 551.655 491.489 552.789 Q493.549 553.924 494.868 556.215 L494.868 552.28 L499.128 552.28 L499.128 574.988 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M522.924 556.262 Q522.206 555.845 521.35 555.66 Q520.516 555.451 519.498 555.451 Q515.887 555.451 513.942 557.813 Q512.021 560.151 512.021 564.549 L512.021 578.206 L507.739 578.206 L507.739 552.28 L512.021 552.28 L512.021 556.308 Q513.364 553.947 515.516 552.813 Q517.669 551.655 520.748 551.655 Q521.188 551.655 521.72 551.725 Q522.252 551.771 522.901 551.887 L522.924 556.262 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M539.174 565.174 Q534.012 565.174 532.021 566.354 Q530.03 567.535 530.03 570.382 Q530.03 572.65 531.512 573.993 Q533.016 575.312 535.586 575.312 Q539.127 575.312 541.257 572.812 Q543.41 570.289 543.41 566.123 L543.41 565.174 L539.174 565.174 M547.669 563.414 L547.669 578.206 L543.41 578.206 L543.41 574.271 Q541.951 576.632 539.775 577.766 Q537.6 578.877 534.451 578.877 Q530.47 578.877 528.109 576.655 Q525.771 574.41 525.771 570.66 Q525.771 566.285 528.688 564.063 Q531.627 561.84 537.437 561.84 L543.41 561.84 L543.41 561.424 Q543.41 558.484 541.465 556.887 Q539.544 555.266 536.049 555.266 Q533.826 555.266 531.72 555.799 Q529.613 556.331 527.669 557.396 L527.669 553.461 Q530.007 552.558 532.206 552.118 Q534.405 551.655 536.488 551.655 Q542.113 551.655 544.891 554.572 Q547.669 557.489 547.669 563.414 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M576.627 557.257 Q578.224 554.387 580.447 553.021 Q582.669 551.655 585.678 551.655 Q589.729 551.655 591.928 554.502 Q594.127 557.326 594.127 562.558 L594.127 578.206 L589.845 578.206 L589.845 562.697 Q589.845 558.97 588.525 557.164 Q587.206 555.359 584.497 555.359 Q581.187 555.359 579.266 557.558 Q577.345 559.757 577.345 563.553 L577.345 578.206 L573.062 578.206 L573.062 562.697 Q573.062 558.947 571.743 557.164 Q570.423 555.359 567.669 555.359 Q564.405 555.359 562.484 557.581 Q560.562 559.78 560.562 563.553 L560.562 578.206 L556.28 578.206 L556.28 552.28 L560.562 552.28 L560.562 556.308 Q562.021 553.924 564.058 552.789 Q566.095 551.655 568.896 551.655 Q571.72 551.655 573.687 553.09 Q575.678 554.526 576.627 557.257 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip000)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 228.285,612.766 343.016,612.766 \n",
" \"/>\n",
"<path clip-path=\"url(#clip000)\" d=\"M378.642 594.028 L378.642 597.569 L374.568 597.569 Q372.276 597.569 371.374 598.495 Q370.494 599.421 370.494 601.829 L370.494 604.12 L377.508 604.12 L377.508 607.43 L370.494 607.43 L370.494 630.046 L366.212 630.046 L366.212 607.43 L362.138 607.43 L362.138 604.12 L366.212 604.12 L366.212 602.315 Q366.212 597.986 368.225 596.018 Q370.239 594.028 374.614 594.028 L378.642 594.028 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M382.207 604.12 L386.466 604.12 L386.466 630.046 L382.207 630.046 L382.207 604.12 M382.207 594.028 L386.466 594.028 L386.466 599.421 L382.207 599.421 L382.207 594.028 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M399.591 596.759 L399.591 604.12 L408.364 604.12 L408.364 607.43 L399.591 607.43 L399.591 621.504 Q399.591 624.676 400.447 625.578 Q401.327 626.481 403.989 626.481 L408.364 626.481 L408.364 630.046 L403.989 630.046 Q399.059 630.046 397.184 628.217 Q395.309 626.365 395.309 621.504 L395.309 607.43 L392.184 607.43 L392.184 604.12 L395.309 604.12 L395.309 596.759 L399.591 596.759 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M418.179 596.759 L418.179 604.12 L426.952 604.12 L426.952 607.43 L418.179 607.43 L418.179 621.504 Q418.179 624.676 419.035 625.578 Q419.915 626.481 422.577 626.481 L426.952 626.481 L426.952 630.046 L422.577 630.046 Q417.646 630.046 415.771 628.217 Q413.896 626.365 413.896 621.504 L413.896 607.43 L410.772 607.43 L410.772 604.12 L413.896 604.12 L413.896 596.759 L418.179 596.759 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M454.73 616.018 L454.73 618.102 L435.146 618.102 Q435.424 622.5 437.785 624.815 Q440.169 627.106 444.406 627.106 Q446.859 627.106 449.151 626.504 Q451.466 625.902 453.734 624.699 L453.734 628.727 Q451.443 629.699 449.035 630.208 Q446.628 630.717 444.151 630.717 Q437.947 630.717 434.313 627.106 Q430.702 623.495 430.702 617.338 Q430.702 610.972 434.128 607.245 Q437.577 603.495 443.41 603.495 Q448.642 603.495 451.674 606.875 Q454.73 610.231 454.73 616.018 M450.47 614.768 Q450.424 611.273 448.503 609.19 Q446.605 607.106 443.457 607.106 Q439.892 607.106 437.739 609.12 Q435.609 611.134 435.285 614.791 L450.47 614.768 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M478.78 608.055 L478.78 594.028 L483.04 594.028 L483.04 630.046 L478.78 630.046 L478.78 626.157 Q477.438 628.472 475.378 629.606 Q473.341 630.717 470.47 630.717 Q465.771 630.717 462.808 626.967 Q459.868 623.217 459.868 617.106 Q459.868 610.995 462.808 607.245 Q465.771 603.495 470.47 603.495 Q473.341 603.495 475.378 604.629 Q477.438 605.741 478.78 608.055 M464.267 617.106 Q464.267 621.805 466.188 624.49 Q468.132 627.152 471.512 627.152 Q474.892 627.152 476.836 624.49 Q478.78 621.805 478.78 617.106 Q478.78 612.407 476.836 609.745 Q474.892 607.06 471.512 607.06 Q468.132 607.06 466.188 609.745 Q464.267 612.407 464.267 617.106 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M507.067 595.486 L513.364 595.486 L528.688 624.398 L528.688 595.486 L533.225 595.486 L533.225 630.046 L526.928 630.046 L511.604 601.134 L511.604 630.046 L507.067 630.046 L507.067 595.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M552.576 594.074 Q549.474 599.398 547.97 604.606 Q546.465 609.815 546.465 615.162 Q546.465 620.509 547.97 625.764 Q549.498 630.995 552.576 636.296 L548.873 636.296 Q545.4 630.856 543.664 625.602 Q541.951 620.347 541.951 615.162 Q541.951 610 543.664 604.768 Q545.377 599.537 548.873 594.074 L552.576 594.074 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip000)\" d=\"M560.169 594.074 L563.873 594.074 Q567.345 599.537 569.058 604.768 Q570.794 610 570.794 615.162 Q570.794 620.347 569.058 625.602 Q567.345 630.856 563.873 636.296 L560.169 636.296 Q563.248 630.995 564.752 625.764 Q566.28 620.509 566.28 615.162 Q566.28 609.815 564.752 604.606 Q563.248 599.398 560.169 594.074 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"(μ,σ) = (mean(R),std(R))\n",
"\n",
"xGrid = -5:0.25:5\n",
"pdfX = pdf.(Normal(μ,σ),xGrid) #\"Distributions\" wants σ, not σ^2\n",
"\n",
"do the rest..."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Task 2\n",
"\n",
"1. Calculate the quantile 0.01 in the data and according to the fitted normal distribution. Change the sign and call it \"99% Value at Risk\". Hint: `quantile(R,0.01)`and `quantile(Normal(μ,σ),0.01)`\n",
"\n",
"2. Calculate the expected return conditional on the return being less than the 5th quantile, both in data and according to the normal distribution. Change sign and call it \"expected shortfall\". Hint: `mean(TruncatedNormal(μ,σ,-Inf,quantile001))`\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Task 3\n",
"\n",
"Construct an simple estimate of $\\sigma_t^2$ as a backward looking exponential moving average\n",
"\n",
"$\\sigma_t^2 = \\lambda \\sigma_{t-1}^2 + (1-\\lambda) (R_{t-1} -\\mu_{t-1})^2$,\n",
"where $\\mu_{t}=\\lambda \\mu_{t-1} + (1-\\lambda) R_{t-1}$ \n",
"\n",
"Use $\\lambda=0.94$\n",
"\n",
"Plot the standard deviation in a time series plot."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Task 4\n",
"\n",
"Calculate 99% VaR and ES according to time-varying normal distributions `Normal(μ[t],sqrt(σ²[t]))` and plot the results (as time series plots)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"@webio": {
"lastCommId": null,
"lastKernelId": null
},
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Julia 1.6.3",
"language": "julia",
"name": "julia-1.6"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.6.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}