mirror of
https://github.com/gryf/coach.git
synced 2026-04-03 18:53:31 +02:00
Itaicaspi/episode reset refactoring (#105)
* reordering of the episode reset operation and allowing to store episodes only when they are terminated * reordering of the episode reset operation and allowing to store episodes only when they are terminated * revert tensorflow-gpu to 1.9.0 + bug fix in should_train() * tests readme file and refactoring of policy optimization agent train function * Update README.md * Update README.md * additional policy optimization train function simplifications * Updated the traces after the reordering of the environment reset * docker and jenkins files * updated the traces to the ones from within the docker container * updated traces and added control suite to the docker * updated jenkins file with the intel proxy + updated doom basic a3c test params * updated line breaks in jenkins file * added a missing line break in jenkins file * refining trace tests ignored presets + adding a configurable beta entropy value * switch the order of trace and golden tests in jenkins + fix golden tests processes not killed issue * updated benchmarks for dueling ddqn breakout and pong * allowing dynamic updates to the loss weights + bug fix in episode.update_returns * remove docker and jenkins file
This commit is contained in:
@@ -37,185 +37,185 @@ Episode #,Training Iter,In Heatup,ER #Transitions,ER #Episodes,Episode Length,To
|
||||
36,0.0,1.0,972.0,972.0,27.0,972.0,0.0,,,0.0,,,,,,,,,,,,,,,,,,,
|
||||
37,0.0,1.0,999.0,999.0,27.0,999.0,0.0,,,0.0,,,,,,,,,,,,,,,,,,,
|
||||
38,0.0,1.0,1026.0,1026.0,27.0,1026.0,0.0,,,0.0,,,,,,,,,,,,,,,,,,,
|
||||
39,7.0,0.0,1053.0,1053.0,27.0,1053.0,0.057992544025182724,0.014000000000000005,0.014000000000000005,0.0,,,,0.0043387463915028745,0.0006968587122861909,0.0053054760210216045,0.003297679824754596,0.00025,0.0,0.00025,0.00025,0.02278989,0.0034529679,0.027866598,0.01751793,0.51721126,0.08188614,0.6236636999999999,0.41936309999999993
|
||||
40,14.0,0.0,1080.0,1080.0,27.0,1080.0,0.055243924260139465,0.014000000000000005,0.014000000000000005,0.0,,,,0.003263537273077028,0.00034900659829336365,0.003787685185670853,0.002796899760141969,0.00025,0.0,0.00025,0.00025,0.01836949,0.002175223,0.020766005,0.015099708,0.5005085,0.07697456,0.6034933000000001,0.40657747
|
||||
41,20.0,0.0,1107.0,1107.0,27.0,1107.0,0.053281426429748535,0.014000000000000005,0.014000000000000005,0.0,,,,0.002708551629136006,0.0003244631539319667,0.0032382309436798096,0.002362117171287537,0.00025,0.0,0.00025,0.00025,0.016157916,0.0016990112,0.018861381,0.014032019,0.48558784,0.07251748400000001,0.5766541000000001,0.394966
|
||||
42,27.0,0.0,1134.0,1134.0,27.0,1134.0,0.05162084475159645,0.014000000000000005,0.014000000000000005,0.0,,,,0.0021385668743667857,0.0002695543840029277,0.002605351386591792,0.0016886017983779313,0.00025,0.0,0.00025,0.00025,0.011271608999999998,0.0010141477,0.012700078,0.0093252,0.47515178,0.06831925,0.5530425,0.3883954
|
||||
43,34.0,0.0,1161.0,1161.0,27.0,1161.0,0.07580290734767914,0.005,0.005,0.0,,,,0.0019028952478298122,0.00023889847541133297,0.002283792477101088,0.0015188944526016712,0.00025,0.0,0.00025,0.00025,0.00850409,0.0010576539999999999,0.010172525,0.007556286,0.6519805999999999,0.15571265,0.8359267,0.3864807
|
||||
44,41.0,0.0,1188.0,1188.0,27.0,1188.0,0.07539456337690352,0.0,0.0,0.0,,,,0.001781589218548366,0.00039996616364627717,0.002429100451990962,0.0011926363222301006,0.00025,0.0,0.00025,0.00025,0.008403927,0.001196222,0.009784005,0.006175944599999999,0.79582125,0.07636898,0.9119153,0.52580005
|
||||
45,47.0,0.0,1215.0,1215.0,27.0,1215.0,0.19524630904197693,10.0,10.0,0.0,,,,0.0021353340707719326,0.00017143989615825533,0.0024541905149817467,0.0018705911934375765,0.00025,0.0,0.00025,0.00025,0.008941197,0.0005029454,0.009882626,0.008310828000000001,1.6305698999999998,0.51573205,2.2881837000000003,0.5170174
|
||||
46,54.0,0.0,1242.0,1242.0,27.0,1242.0,0.1914672255516052,10.0,10.0,0.0,,,,0.011453781143895215,0.016378098490558234,0.04929764196276665,0.0020174616947770123,0.00025,0.0,0.00025,0.00025,0.021927392,0.021386122,0.07272291,0.008542189,1.6087042,0.5145962000000001,2.2994907,0.5123366
|
||||
47,61.0,0.0,1269.0,1269.0,27.0,1269.0,0.1866433322429657,10.0,10.0,0.0,,,,0.014888078306934662,0.015649908735632545,0.042782556265592575,0.0020745284855365753,0.00025,0.0,0.00025,0.00025,0.027217822000000003,0.021114927000000002,0.06970189999999998,0.009891949,1.5874902,0.5079273,2.2829878,0.5126784000000001
|
||||
48,68.0,0.0,1296.0,1296.0,27.0,1296.0,0.18168774247169492,10.0,10.0,0.0,,,,0.013028566259890795,0.012407914528677741,0.04022039845585823,0.002323672641068697,0.00025,0.0,0.00025,0.00025,0.023335846,0.015747119,0.061236112999999995,0.012635866,1.5651278,0.49541333,2.2417147,0.52095824
|
||||
49,74.0,0.0,1323.0,1323.0,27.0,1323.0,0.1791699081659317,10.0,10.0,0.0,,,,0.018709457557027537,0.01405022394082618,0.03807007893919945,0.00296428008005023,0.00025,0.0,0.00025,0.00025,0.035291012000000004,0.020294134,0.06676049,0.016613543,1.5534635,0.48891282,2.2051237,0.5321669
|
||||
50,81.0,0.0,1350.0,1350.0,27.0,1350.0,0.1780546009540558,10.0,10.0,0.0,,,,0.010705561244062014,0.007359308200128895,0.02463645301759243,0.0028691438492387533,0.00025,0.0,0.00025,0.00025,0.021094391,0.006133930300000001,0.03381875,0.015779484,1.5548822,0.49199015,2.1888834999999998,0.5413425000000001
|
||||
51,88.0,0.0,1377.0,1377.0,27.0,1377.0,0.17884626984596252,10.0,10.0,0.0,,,,0.02009111163871629,0.013951875151151878,0.0530768409371376,0.01206662505865097,0.00025,0.0,0.00025,0.00025,0.03047247,0.03459239,0.114092976,0.009864051,1.5664850000000001,0.5008403,2.1768477,0.54639435
|
||||
52,95.0,0.0,1404.0,1404.0,27.0,1404.0,0.18082347512245175,10.0,10.0,0.0,,,,0.017292366828769445,0.01121049883906223,0.0323893241584301,0.0040491120889782906,0.00025,0.0,0.00025,0.00025,0.035948247,0.011019943,0.057609352999999995,0.021889536,1.5951166,0.52327454,2.2551718,0.5532971
|
||||
53,101.0,0.0,1431.0,1431.0,27.0,1431.0,0.1830419898033142,10.0,10.0,0.0,,,,0.016505283730415002,0.010052533312780613,0.026753989979624748,0.0022609436418861146,0.00025,0.0,0.00025,0.00025,0.028884342,0.010667041,0.048619002,0.013220328,1.6223661,0.5481093,2.334187,0.55110735
|
||||
54,108.0,0.0,1458.0,1458.0,27.0,1458.0,0.18651598691940308,10.0,10.0,0.0,,,,0.014443045082901203,0.006396692589378624,0.02941497601568699,0.009294764138758184,0.00025,0.0,0.00025,0.00025,0.025422955,0.016094848999999998,0.063338384,0.012858705,1.6505686000000002,0.5798985,2.4401903,0.5412235
|
||||
55,115.0,0.0,1485.0,1485.0,27.0,1485.0,0.18997621536254886,10.0,10.0,0.0,,,,0.012577763891645841,0.003191877845386482,0.01950498484075069,0.009775606915354729,0.00025,0.0,0.00025,0.00025,0.026366242999999998,0.013769895,0.048869517,0.014128702,1.6824518,0.6138814,2.5343392000000002,0.53234774
|
||||
56,122.0,0.0,1512.0,1512.0,27.0,1512.0,0.18950283527374268,10.0,10.0,0.0,,,,0.015846111412559236,0.00422665568802778,0.022747159004211426,0.009709787555038929,0.00025,0.0,0.00025,0.00025,0.027816162000000002,0.008497436,0.04195925599999999,0.018677907,1.6893226000000003,0.62505686,2.5470324,0.5216603
|
||||
57,128.0,0.0,1539.0,1539.0,27.0,1539.0,0.18841636180877688,10.0,10.0,0.0,,,,0.01519886124879122,0.005722280394448089,0.022449135780334476,0.008949719369411469,0.00025,0.0,0.00025,0.00025,0.026353843999999998,0.011864923000000001,0.052098464000000004,0.017802633,1.6806813000000003,0.62667906,2.541562,0.50587034
|
||||
58,135.0,0.0,1566.0,1566.0,27.0,1566.0,0.18841375410556796,10.0,10.0,0.0,,,,0.01337198314390012,0.0036438622283393135,0.019790036603808403,0.006925039924681187,0.00025,0.0,0.00025,0.00025,0.026270072999999998,0.011333478999999999,0.04137161,0.0089683365,1.68095,0.63505757,2.5681677000000005,0.49716648
|
||||
59,142.0,0.0,1593.0,1593.0,27.0,1593.0,0.1900555789470673,10.0,10.0,0.0,,,,0.016118276199059832,0.004135939511677799,0.022543622180819508,0.008828505873680116,0.00025,0.0,0.00025,0.00025,0.02305494,0.010248854,0.04365691,0.012203758,1.6987671000000002,0.65533704,2.6376548,0.49205944
|
||||
60,149.0,0.0,1620.0,1620.0,27.0,1620.0,0.1920680105686188,10.0,10.0,0.0,,,,0.011978056680943285,0.0033980818531835016,0.01932261325418949,0.0072553642094135284,0.00025,0.0,0.00025,0.00025,0.019828511,0.0029847442999999998,0.025272164,0.016814932,1.7192435000000001,0.6748271,2.6976254,0.48756728
|
||||
61,155.0,0.0,1647.0,1647.0,27.0,1647.0,0.19311052560806274,10.0,10.0,0.0,,,,0.011753566718349855,0.0016919120963863553,0.014948131516575813,0.010210491716861723,0.00025,0.0,0.00025,0.00025,0.014820644,0.0023828826,0.018026533,0.011749411000000001,1.7326378,0.6889903,2.7293262,0.48131356
|
||||
62,162.0,0.0,1674.0,1674.0,27.0,1674.0,0.19418686628341675,10.0,10.0,0.0,,,,0.012733433861285448,0.00334473826772652,0.01868120022118092,0.007648903410881758,0.00025,0.0,0.00025,0.00025,0.027727349,0.010403143,0.04322538,0.011214367,1.7468544999999998,0.69813097,2.7554884,0.47951332
|
||||
63,169.0,0.0,1701.0,1701.0,27.0,1701.0,0.19234299659729004,10.0,10.0,0.0,,,,0.014296790451875752,0.0056660812883881535,0.02210049144923687,0.0044501423835754395,0.00025,0.0,0.00025,0.00025,0.02190982,0.009021605,0.03960905,0.011791318,1.7416161000000001,0.6834684,2.721649,0.48073182
|
||||
64,176.0,0.0,1728.0,1728.0,27.0,1728.0,0.1891438215970993,10.0,10.0,0.0,,,,0.009568261182201759,0.002597215507689046,0.013942203484475613,0.00608404353260994,0.00025,0.0,0.00025,0.00025,0.022828376,0.0077449945,0.037068684,0.012290223000000001,1.7125796000000002,0.66539896,2.6641004,0.4824286
|
||||
65,182.0,0.0,1755.0,1755.0,27.0,1755.0,0.18890711665153506,10.0,10.0,0.0,,,,0.010611684837689005,0.0007197939258173548,0.011653917841613293,0.009294550865888596,0.00025,0.0,0.00025,0.00025,0.02252912,0.008629619,0.034518383,0.012660898,1.6987158,0.65671426,2.6302397,0.4739380999999999
|
||||
66,189.0,0.0,1782.0,1782.0,27.0,1782.0,0.19279012084007266,10.0,10.0,0.0,,,,0.009892413725278206,0.003557342572612017,0.016686685383319855,0.004653218667954207,0.00025,0.0,0.00025,0.00025,0.021010627999999996,0.008190216,0.037585173,0.010539786,1.7160163,0.66589147,2.6620135,0.46193615
|
||||
67,196.0,0.0,1809.0,1809.0,27.0,1809.0,0.19495932757854464,10.0,10.0,0.0,,,,0.011500597465783358,0.004859933118707378,0.02048144675791264,0.007428366225212812,0.00025,0.0,0.00025,0.00025,0.018973768000000002,0.007609178,0.030834362,0.010107368,1.7356234,0.66582274,2.6600222999999996,0.45440823
|
||||
68,203.0,0.0,1836.0,1836.0,27.0,1836.0,0.2002386748790741,10.0,10.0,0.0,,,,0.00972901058516332,0.0048465523311882475,0.01980426162481308,0.005404774099588394,0.00025,0.0,0.00025,0.00025,0.024898734,0.007611700000000001,0.040223867,0.013158685,1.7655265,0.6799103,2.7324342999999995,0.44903693
|
||||
69,209.0,0.0,1863.0,1863.0,27.0,1863.0,0.2030712366104126,10.0,10.0,0.0,,,,0.00900825345888734,0.0033606615320308,0.015035434626042845,0.004070436116307974,0.00025,0.0,0.00025,0.00025,0.023395585,0.015692236000000002,0.056092545,0.0089356145,1.8100166000000002,0.6966325,2.7787118,0.44653909999999997
|
||||
70,216.0,0.0,1890.0,1890.0,27.0,1890.0,0.20452801883220675,10.0,10.0,0.0,,,,0.008325381836454784,0.0035932181357858314,0.015293264761567116,0.003836163086816669,0.00025,0.0,0.00025,0.00025,0.021429967,0.009250209,0.041171525,0.013748588999999999,1.8276991000000002,0.693357,2.7857409,0.444666
|
||||
71,223.0,0.0,1917.0,1917.0,27.0,1917.0,0.20429609715938568,10.0,10.0,0.0,,,,0.007689878211489746,0.0020212330788278187,0.010546524077653885,0.004597754217684269,0.00025,0.0,0.00025,0.00025,0.021768805,0.006404705300000001,0.03149066,0.011161217,1.8198861000000002,0.68408895,2.7680607000000004,0.4432026
|
||||
72,230.0,0.0,1944.0,1944.0,27.0,1944.0,0.20322509109973907,10.0,10.0,0.0,,,,0.009138340729155713,0.00386077548733876,0.01749357208609581,0.004972477909177543,0.00025,0.0,0.00025,0.00025,0.020701963,0.010339053,0.037749927,0.009598033,1.8104639,0.6853376,2.7762985000000002,0.4377475
|
||||
73,236.0,0.0,1971.0,1971.0,27.0,1971.0,0.20028188824653625,10.0,10.0,0.0,,,,0.007315676232489447,0.0046272756743189,0.016831396147608757,0.002862709341570735,0.00025,0.0,0.00025,0.00025,0.014012962,0.0027999643,0.017911697,0.009434624,1.7922354999999999,0.6787625,2.7695239,0.43232685
|
||||
74,243.0,0.0,1998.0,1998.0,27.0,1998.0,0.19673681259155276,10.0,10.0,0.0,,,,0.010028377275115677,0.004732695807346383,0.0165257565677166,0.003166794078424573,0.00025,0.0,0.00025,0.00025,0.023712495,0.013268948999999999,0.051498134,0.009384003,1.7672919999999999,0.67006236,2.7534757,0.42583174
|
||||
75,250.0,0.0,2025.0,2025.0,27.0,2025.0,0.1930746138095856,10.0,10.0,0.0,,,,0.009250332534845387,0.002121439194203207,0.013139652088284492,0.005807096604257822,0.00025,0.0,0.00025,0.00025,0.019585898,0.0035480368,0.026354866,0.014418512,1.7280808999999997,0.6458458,2.6573147999999995,0.41946453
|
||||
76,257.0,0.0,2052.0,2052.0,27.0,2052.0,0.19559484720230105,10.0,10.0,0.0,,,,0.007140492621277059,0.0026526449675679012,0.010779328644275664,0.00373585568740964,0.00025,0.0,0.00025,0.00025,0.01858292,0.008273431,0.035947315,0.010307549000000001,1.7294741000000002,0.6509206999999999,2.668487,0.4152693
|
||||
77,263.0,0.0,2079.0,2079.0,27.0,2079.0,0.1989271938800812,10.0,10.0,0.0,,,,0.006920010511142512,0.002268616185964897,0.010791375301778315,0.003301385557278991,0.00025,0.0,0.00025,0.00025,0.016678447,0.0050502233,0.025980563999999998,0.010903115,1.7551141,0.6714053000000001,2.7412753,0.41665107
|
||||
78,270.0,0.0,2106.0,2106.0,27.0,2106.0,0.16308818757534027,0.0,0.0,0.0,,,,0.006310369154172284,0.0011711501937221704,0.00899706594645977,0.005403924733400346,0.00025,0.0,0.00025,0.00025,0.021183895,0.0054160175,0.029486363999999998,0.014483052,1.4679053,0.39069098,1.9223924,0.41781133
|
||||
79,277.0,0.0,2133.0,2133.0,27.0,2133.0,0.1625591218471527,0.0,0.0,0.0,,,,0.008135554813114659,0.004160299542991215,0.015224920585751534,0.0027791138272732496,0.00025,0.0,0.00025,0.00025,0.025440183999999998,0.014056036000000001,0.05353177,0.008880409,1.4612691,0.37987584,1.8819546000000003,0.42172440000000005
|
||||
80,284.0,0.0,2160.0,2160.0,27.0,2160.0,0.16325031220912933,0.0,0.0,0.0,,,,0.005148593170036163,0.0021812528356294075,0.008873889222741127,0.003107504919171333,0.00025,0.0,0.00025,0.00025,0.015709722,0.004947898,0.02430231,0.00856198,1.4520429,0.3751175,1.8404112000000001,0.42860729
|
||||
81,290.0,0.0,2187.0,2187.0,27.0,2187.0,0.16446077823638916,0.0,0.0,0.0,,,,0.005455536573814849,0.0019524691537296558,0.00831680465489626,0.002857750048860908,0.00025,0.0,0.00025,0.00025,0.013056557,0.0042115985,0.01882163,0.0075250687,1.4556311000000002,0.37639472,1.8316675,0.43376657
|
||||
82,297.0,0.0,2214.0,2214.0,27.0,2214.0,0.167178213596344,0.0,0.0,0.0,,,,0.005145879229530692,0.002382790322319743,0.008757264353334905,0.002442737342789769,0.00025,0.0,0.00025,0.00025,0.011435262,0.0027028165999999996,0.016723748,0.008361481,1.473301,0.38319644,1.8466796000000003,0.44210306
|
||||
83,304.0,0.0,2241.0,2241.0,27.0,2241.0,0.16657765209674835,0.0,0.0,0.0,,,,0.0058590846601873645,0.003230485976890709,0.013095376081764698,0.002958285855129361,0.00025,0.0,0.00025,0.00025,0.016995873,0.008854252,0.035910916,0.008269897,1.4772607,0.37739864,1.8546247,0.45036465
|
||||
84,311.0,0.0,2268.0,2268.0,27.0,2268.0,0.16434246301651,0.0,0.0,0.0,,,,0.006359617525179472,0.0046157389782767065,0.01663029007613659,0.002673121867701411,0.00025,0.0,0.00025,0.00025,0.01621845,0.0094109615,0.038018968,0.008613746,1.4628546999999998,0.36584607,1.8334599999999999,0.45229167
|
||||
85,317.0,0.0,2295.0,2295.0,27.0,2295.0,0.1603991687297821,0.0,0.0,0.0,,,,0.005307995248585939,0.0011080444329264322,0.006576632149517536,0.003427783027291298,0.00025,0.0,0.00025,0.00025,0.011559679,0.0024279442,0.015818998,0.00916093,1.4313191,0.34927976,1.8085964,0.44728833
|
||||
86,324.0,0.0,2322.0,2322.0,27.0,2322.0,0.15788990259170532,0.0,0.0,0.0,,,,0.005125501060060093,0.0012878190746259462,0.008073499426245691,0.004071009811013937,0.00025,0.0,0.00025,0.00025,0.017040964,0.006371474,0.027294362000000003,0.010289427,1.4088488000000001,0.34515968,1.8084615000000002,0.4351728
|
||||
87,331.0,0.0,2349.0,2349.0,27.0,2349.0,0.19673296809196472,10.0,10.0,0.0,,,,0.00569963821076921,0.002425127322725288,0.010228198952972887,0.0021718952339142557,0.00025,0.0,0.00025,0.00025,0.014250168,0.0073646973,0.030383762,0.008412069,1.747112,0.6940645000000001,2.9008255000000003,0.42582896
|
||||
88,338.0,0.0,2376.0,2376.0,27.0,2376.0,0.15557432174682614,0.0,0.0,0.0,,,,0.00598477918122496,0.0033223265799820953,0.012808955274522305,0.002481694566085934,0.00025,0.0,0.00025,0.00025,0.014883026,0.006440550600000001,0.02954253,0.009082785,1.4069479,0.34064075,1.8276029999999999,0.42513892
|
||||
89,344.0,0.0,2403.0,2403.0,27.0,2403.0,0.15280744433403015,0.0,0.0,0.0,,,,0.006793537526391447,0.002786715234210916,0.012640416622161863,0.0035815236624330282,0.00025,0.0,0.00025,0.00025,0.013510764,0.0026396452,0.01783389,0.010335726,1.3858207,0.32446240000000004,1.7679401999999997,0.42692667
|
||||
90,351.0,0.0,2430.0,2430.0,27.0,2430.0,0.15103816986083984,0.0,0.0,0.0,,,,0.005457890851955328,0.002819900018752806,0.010395469143986702,0.002284963149577379,0.00025,0.0,0.00025,0.00025,0.014860677,0.00470622,0.021280427,0.00745055,1.3662233,0.31747359999999997,1.7510793000000002,0.42394647
|
||||
91,358.0,0.0,2457.0,2457.0,27.0,2457.0,0.1911977231502533,10.0,10.0,0.0,,,,0.004424069259714868,0.002019339862217555,0.007991914637386799,0.0018608818063512444,0.00025,0.0,0.00025,0.00025,0.013050741000000001,0.0019244784,0.015622094,0.01017169,1.7151580000000002,0.6824971,2.8785791,0.41832522
|
||||
92,365.0,0.0,2484.0,2484.0,27.0,2484.0,0.1925844252109528,10.0,10.0,0.0,,,,0.005117625031354172,0.004560295456263362,0.015929704532027245,0.0017524305731058119,0.00025,0.0,0.00025,0.00025,0.017679397,0.015333513,0.05460896,0.008951084,1.7275831999999998,0.68562925,2.8918507,0.40793204
|
||||
93,371.0,0.0,2511.0,2511.0,27.0,2511.0,0.14963850378990173,0.0,0.0,0.0,,,,0.003186609712429345,0.0009329624898784279,0.004422273952513933,0.0014013312757015226,0.00025,0.0,0.00025,0.00025,0.011557708500000001,0.0026493522,0.015426077,0.008357721,1.3701208999999999,0.31633142,1.7778468,0.40689877
|
||||
94,378.0,0.0,2538.0,2538.0,27.0,2538.0,0.1473621428012848,0.0,0.0,0.0,,,,0.0033696660372827736,0.0007851238821640735,0.004987358581274748,0.00233892141841352,0.00025,0.0,0.00025,0.00025,0.011692622,0.004003793,0.018182844,0.007326123,1.3605698,0.30685198,1.7401162000000001,0.40767276
|
||||
95,385.0,0.0,2565.0,2565.0,27.0,2565.0,0.14755994081497192,0.0,0.0,0.0,,,,0.003503326858792986,0.001392644825266962,0.006326764822006226,0.0020790316630154852,0.00025,0.0,0.00025,0.00025,0.011330502,0.0015867264999999998,0.014064748,0.009047707,1.3613486000000001,0.3047308,1.7222064,0.4111326
|
||||
96,392.0,0.0,2592.0,2592.0,27.0,2592.0,0.14813876152038574,0.0,0.0,0.0,,,,0.004285602497735194,0.002373081893810003,0.008166133426129818,0.0015436890535056589,0.00025,0.0,0.00025,0.00025,0.015738623,0.008960679000000001,0.034150243,0.0067676559999999995,1.3648171,0.30465704,1.7303183000000002,0.4134299
|
||||
97,398.0,0.0,2619.0,2619.0,27.0,2619.0,0.14615964889526367,0.0,0.0,0.0,,,,0.004374472773633897,0.0014049114933432328,0.005874775815755129,0.0019896018784493212,0.00025,0.0,0.00025,0.00025,0.013309178,0.003991395,0.021703487,0.009446485,1.3547394,0.30221754,1.7280939999999998,0.41340145
|
||||
98,405.0,0.0,2646.0,2646.0,27.0,2646.0,0.14285758137702942,0.0,0.0,0.0,,,,0.004873022071218917,0.001879910861797904,0.007988165132701397,0.001969142816960812,0.00025,0.0,0.00025,0.00025,0.013305962,0.002970253,0.019597303,0.009792785,1.3299883999999997,0.2943805,1.7011023999999997,0.40862235
|
||||
99,412.0,0.0,2673.0,2673.0,27.0,2673.0,0.14270934462547302,0.0,0.0,0.0,,,,0.0041629729925521785,0.000931909000974234,0.005175815429538488,0.002754491288214922,0.00025,0.0,0.00025,0.00025,0.014503673,0.002638085,0.018581359,0.011650562,1.3266617,0.29520032,1.6948549,0.4028055
|
||||
100,419.0,0.0,2700.0,2700.0,27.0,2700.0,0.1433345377445221,0.0,0.0,0.0,,,,0.004988441742690546,0.002975286859343775,0.010006549768149851,0.002030564472079277,0.00025,0.0,0.00025,0.00025,0.016723583,0.0055048624,0.027910901000000002,0.010689506000000001,1.3607875,0.31271884,1.6890486,0.39642227
|
||||
101,425.0,0.0,2727.0,2727.0,27.0,2727.0,0.14440758526325226,0.0,0.0,0.0,,,,0.0038712616466606655,0.001840994058420819,0.007207614369690419,0.0019387276843190195,0.00025,0.0,0.00025,0.00025,0.014957625,0.005288059,0.022964527999999998,0.008558682,1.3724153000000001,0.31647128,1.6940165,0.39032122
|
||||
102,432.0,0.0,2754.0,2754.0,27.0,2754.0,0.1441369354724884,0.0,0.0,0.0,,,,0.0035228125551449397,0.001408844159144232,0.00569795584306121,0.001777525641955435,0.00025,0.0,0.00025,0.00025,0.009330181,0.0006987597,0.010510006,0.008582395,1.3452169,0.3005047,1.7222391,0.38714707
|
||||
103,439.0,0.0,2781.0,2781.0,27.0,2781.0,0.14110250771045685,0.0,0.0,0.0,,,,0.00419683159062905,0.00152899843093447,0.006058924365788697,0.0019324247259646652,0.00025,0.0,0.00025,0.00025,0.013231711,0.004616047,0.021734357000000003,0.008283799,1.3295928,0.2933567,1.7266433,0.39038658
|
||||
104,446.0,0.0,2808.0,2808.0,27.0,2808.0,0.13669300079345706,0.0,0.0,0.0,,,,0.0038508839705692867,0.001379447333049307,0.005612154956907035,0.002096889540553093,0.00025,0.0,0.00025,0.00025,0.015725369,0.007303843000000001,0.027609988999999998,0.008643229,1.3034294,0.2815818,1.7237816000000004,0.3997487
|
||||
105,452.0,0.0,2835.0,2835.0,27.0,2835.0,0.13549058139324188,0.0,0.0,0.0,,,,0.0033090729460430643,0.0013252500632666864,0.005760046187788248,0.001749384100548923,0.00025,0.0,0.00025,0.00025,0.011529443,0.0037493903999999997,0.01850636,0.008360911,1.2916566999999999,0.27494450000000004,1.7109133,0.41003016
|
||||
106,459.0,0.0,2862.0,2862.0,27.0,2862.0,0.13632173836231232,0.0,0.0,0.0,,,,0.0038403412327170368,0.0009998831143551985,0.005665432196110487,0.002786867786198855,0.00025,0.0,0.00025,0.00025,0.0152349025,0.0026284095,0.017987909,0.010915471999999999,1.3372178,0.29527462,1.7070664,0.41627878
|
||||
107,466.0,0.0,2889.0,2889.0,27.0,2889.0,0.13755515217781067,0.0,0.0,0.0,,,,0.0030347896473748343,0.0012493959107173953,0.005443056114017963,0.0016368472715839744,0.00025,0.0,0.00025,0.00025,0.012537075,0.004412516,0.019852707,0.0071293246,1.3279471,0.28668213,1.7302285,0.41614878
|
||||
108,473.0,0.0,2916.0,2916.0,27.0,2916.0,0.13800689578056335,0.0,0.0,0.0,,,,0.003996309940703213,0.0022306449891770696,0.008660467341542244,0.001665029558353126,0.00025,0.0,0.00025,0.00025,0.014577078,0.007622224,0.02947384,0.008348334,1.3037133,0.2748913,1.7462091,0.41035745
|
||||
109,479.0,0.0,2943.0,2943.0,27.0,2943.0,0.13769815862178802,0.0,0.0,0.0,,,,0.0029449378295491138,0.0011614451545184706,0.004580409731715918,0.0017005623085424304,0.00025,0.0,0.00025,0.00025,0.015638338,0.005273733,0.026523711000000002,0.01002001,1.3056674,0.27891818,1.7710258,0.4061189
|
||||
110,486.0,0.0,2970.0,2970.0,27.0,2970.0,0.13561680912971494,0.0,0.0,0.0,,,,0.003666766353749803,0.0011808698252407516,0.0058990935795009145,0.0021004711743444204,0.00025,0.0,0.00025,0.00025,0.014663935,0.0034226156,0.020886807,0.008848936,1.3051736,0.27809718,1.7778828999999998,0.40586287
|
||||
111,493.0,0.0,2997.0,2997.0,27.0,2997.0,0.13626918196678162,0.0,0.0,0.0,,,,0.0038905471862692924,0.0015459305797605382,0.00665094843134284,0.0018242556834593413,0.00025,0.0,0.00025,0.00025,0.017965698999999998,0.006961690699999999,0.034086317000000005,0.011715123000000001,1.3529159,0.29801682,1.7555266999999999,0.41035622
|
||||
112,500.0,0.0,3024.0,3024.0,27.0,3024.0,0.1355539858341217,0.0,0.0,0.0,,,,0.0023480942639123115,0.0010213437034105142,0.004556791391223669,0.0013456344604492188,0.00025,0.0,0.00025,0.00025,0.011537432,0.0035207247999999997,0.016684698,0.0071919453000000005,1.3472267,0.29037040000000003,1.7258756999999998,0.42748696
|
||||
113,506.0,0.0,3051.0,3051.0,27.0,3051.0,0.13318607211112976,0.0,0.0,0.0,,,,0.0040570055522645525,0.0016621554359033336,0.006229510996490717,0.002137911971658468,0.00025,0.0,0.00025,0.00025,0.012588452,0.0034404391999999996,0.017237652,0.007867925999999999,1.2822391000000002,0.25941759999999997,1.7269136000000003,0.43425113
|
||||
114,513.0,0.0,3078.0,3078.0,27.0,3078.0,0.12914450466632846,0.0,0.0,0.0,,,,0.00329210060382528,0.0007699738307377548,0.004704022314399481,0.002297415630891919,0.00025,0.0,0.00025,0.00025,0.013808675,0.00212167,0.016944433999999998,0.010507792,1.2561723,0.25247157,1.7245281000000003,0.42931727
|
||||
115,520.0,0.0,3105.0,3105.0,27.0,3105.0,0.12952278554439545,0.0,0.0,0.0,,,,0.004631309637001583,0.002237619339864699,0.00941732432693243,0.0021790943574160337,0.00025,0.0,0.00025,0.00025,0.016239947,0.0041440795,0.024279471,0.0123010175,1.2466478,0.25190538,1.7371855,0.41818359999999993
|
||||
116,527.0,0.0,3132.0,3132.0,27.0,3132.0,0.19519558548927307,10.0,10.0,0.0,,,,0.0042279223645372045,0.0011700214985739654,0.006446634419262409,0.00245509366504848,0.00025,0.0,0.00025,0.00025,0.017141832,0.0037388033000000003,0.025642676,0.014087905,1.7116593,0.68216395,2.9479982999999996,0.40761578
|
||||
117,533.0,0.0,3159.0,3159.0,27.0,3159.0,0.20468267798423767,10.0,10.0,0.0,,,,0.004076744623792668,0.001953604542256657,0.007685117423534394,0.0020279919262975454,0.00025,0.0,0.00025,0.00025,0.017718604,0.0055082887,0.025624081,0.009908123000000001,1.8103582999999999,0.71451664,3.061092,0.4201362
|
||||
118,540.0,0.0,3186.0,3186.0,27.0,3186.0,0.15256153047084808,0.0,0.0,0.0,,,,0.0036972613140408474,0.001453554947708973,0.005866451654583216,0.0020792910363525152,0.00025,0.0,0.00025,0.00025,0.018605465,0.0061600013,0.02904009,0.010264778,1.4863671,0.32603854,1.904859,0.44721296
|
||||
119,547.0,0.0,3213.0,3213.0,27.0,3213.0,0.1447359323501587,0.0,0.0,0.0,,,,0.0038576900426830563,0.0015195351473401926,0.006844310555607081,0.002099438803270459,0.00025,0.0,0.00025,0.00025,0.0155498525,0.0040077306,0.022155836,0.010517691000000001,1.4468331,0.3063886,1.8382011999999999,0.45758533
|
||||
120,554.0,0.0,3240.0,3240.0,27.0,3240.0,0.13500773906707764,0.0,0.0,0.0,,,,0.0027518303166808827,0.0008117513963796416,0.003806030144914985,0.0015053298557177186,0.00025,0.0,0.00025,0.00025,0.01295309,0.0011911396000000001,0.014483107,0.0109184785,1.3684326,0.28554165,1.7720108,0.43677995
|
||||
121,560.0,0.0,3267.0,3267.0,27.0,3267.0,0.12847542762756348,0.0,0.0,0.0,,,,0.0029467812661702433,0.0007827261230763389,0.003923594951629639,0.0019155361223965888,0.00025,0.0,0.00025,0.00025,0.013087016000000002,0.0026731579999999997,0.01570803,0.0077510127000000005,1.3047698,0.2726531,1.7257501,0.40852788
|
||||
122,567.0,0.0,3294.0,3294.0,27.0,3294.0,0.12802258133888245,0.0,0.0,0.0,,,,0.004151681072211691,0.0010913010163046324,0.005146736279129982,0.0024443899746984248,0.00025,0.0,0.00025,0.00025,0.016640315,0.0035202265999999998,0.022811038,0.012358771000000001,1.2694663,0.26760942,1.7142978,0.39363667
|
||||
123,574.0,0.0,3321.0,3321.0,27.0,3321.0,0.13501977920532227,0.0,0.0,0.0,,,,0.004174579001430955,0.0009178364909112727,0.005468504037708044,0.002872794633731246,0.00025,0.0,0.00025,0.00025,0.017631402,0.0031844340000000003,0.022188222,0.013681428999999998,1.3159551999999999,0.288502,1.7344921999999998,0.39158687
|
||||
124,581.0,0.0,3348.0,3348.0,27.0,3348.0,0.1458694338798523,0.0,0.0,0.0,,,,0.0048870801526520935,0.0013315788155657804,0.006780469324439764,0.002723157871514559,0.00025,0.0,0.00025,0.00025,0.01959546,0.0067958855,0.029709946,0.008702183,1.3835319,0.31445387,1.7844421999999998,0.38531533
|
||||
125,587.0,0.0,3375.0,3375.0,27.0,3375.0,0.15233883261680606,0.0,0.0,0.0,,,,0.00377329986076802,0.001164248959331166,0.005625755991786718,0.002500563394278288,0.00025,0.0,0.00025,0.00025,0.015662153999999998,0.0033387444,0.020651213999999998,0.011010121999999999,1.4460146,0.33619672,1.8553971000000002,0.39021114
|
||||
126,594.0,0.0,3402.0,3402.0,27.0,3402.0,0.15951594710350034,0.0,0.0,0.0,,,,0.003540788178465196,0.0009171649266899226,0.0046352269127964965,0.0020746130030602217,0.00025,0.0,0.00025,0.00025,0.012962979,0.0017727038,0.015655182,0.010708053,1.4951136,0.35223899999999997,1.8995374,0.4041925
|
||||
127,601.0,0.0,3429.0,3429.0,27.0,3429.0,0.164793461561203,0.0,0.0,0.0,,,,0.00376742662462805,0.0013117051351419948,0.005693171173334122,0.001798800425603986,0.00025,0.0,0.00025,0.00025,0.012883028999999999,0.0032283945,0.018317373,0.007813201,1.5326921999999998,0.3635172,1.9318776999999998,0.42043027
|
||||
128,608.0,0.0,3456.0,3456.0,27.0,3456.0,0.1811794340610504,0.0,0.0,0.0,,,,0.0042777489870786676,0.0015589116827154693,0.006642123218625785,0.0026249585207551718,0.00025,0.0,0.00025,0.00025,0.017205495,0.0069214435999999996,0.032487307,0.009666896,1.5829091999999998,0.38600206,1.9373896000000002,0.4271504
|
||||
129,614.0,0.0,3483.0,3483.0,27.0,3483.0,0.18047940731048584,0.0,0.0,0.0,,,,0.0037319057543451595,0.0021702445765148,0.007370309438556433,0.0019510204438120129,0.00025,0.0,0.00025,0.00025,0.013434892,0.0052002813,0.021169517000000002,0.0070276363,1.5819885,0.38750159999999995,1.9269447,0.42526442
|
||||
130,621.0,0.0,3510.0,3510.0,27.0,3510.0,0.17837250232696533,0.0,0.0,0.0,,,,0.004366023698821664,0.001531606484963737,0.007207655813544989,0.002550836419686675,0.00025,0.0,0.00025,0.00025,0.016241157,0.0041271783,0.025414709,0.012216506,1.5618396,0.38443023,1.8927968999999998,0.40684757
|
||||
131,628.0,0.0,3537.0,3537.0,27.0,3537.0,0.17864252626895905,0.0,0.0,0.0,,,,0.0037250927582915343,0.001735733145025649,0.006434694863855839,0.0017695286078378558,0.00025,0.0,0.00025,0.00025,0.012527372,0.0019756479,0.015323968,0.008832544,1.5604693,0.39163515,1.910593,0.38962096
|
||||
132,635.0,0.0,3564.0,3564.0,27.0,3564.0,0.16861024498939514,0.0,0.0,0.0,,,,0.002895736933818885,0.0013396001667551024,0.00610575033351779,0.00204089586623013,0.00025,0.0,0.00025,0.00025,0.012297955,0.0016510519,0.01502971,0.009379149,1.5408600000000001,0.38323343,1.9437432000000001,0.38087177
|
||||
133,641.0,0.0,3591.0,3591.0,27.0,3591.0,0.17192116379737854,0.0,0.0,0.0,,,,0.003283445703952263,0.0013915582551185645,0.005824391730129719,0.0014150020433589814,0.00025,0.0,0.00025,0.00025,0.015307568,0.007032246,0.029670045,0.009140377,1.5735563999999997,0.39574897,1.9860226000000003,0.39198548
|
||||
134,648.0,0.0,3618.0,3618.0,27.0,3618.0,0.1824021637439728,0.0,0.0,0.0,,,,0.004309226093547685,0.001529892507912977,0.0062168994918465606,0.002001074142754078,0.00025,0.0,0.00025,0.00025,0.016400708,0.0029757007,0.02086451,0.011642062,1.616175,0.40546817,1.9755074000000001,0.41555813
|
||||
135,655.0,0.0,3645.0,3645.0,27.0,3645.0,0.17750337719917295,0.0,0.0,0.0,,,,0.004582916818825261,0.0013105285930053512,0.006425940897315741,0.0029185086023062468,0.00025,0.0,0.00025,0.00025,0.01892807,0.0022712257000000002,0.021309229,0.015061602,1.5643823000000001,0.3833483,1.9090946,0.42306468
|
||||
136,662.0,0.0,3672.0,3672.0,27.0,3672.0,0.1736314743757248,0.0,0.0,0.0,,,,0.003837835343022432,0.0013348917421979528,0.0068754474632442,0.0026891313027590518,0.00025,0.0,0.00025,0.00025,0.015173391000000001,0.0015898934,0.01677437,0.012661196000000001,1.5263585,0.37411654,1.8583374,0.40807974
|
||||
137,668.0,0.0,3699.0,3699.0,27.0,3699.0,0.16874068975448608,0.0,0.0,0.0,,,,0.0034948931618904075,0.0012482476296117955,0.005597734823822975,0.0021541803143918514,0.00025,0.0,0.00025,0.00025,0.013505816,0.0032479116,0.017313628,0.008794505,1.4858581,0.3601318,1.8139602,0.39698672
|
||||
138,675.0,0.0,3726.0,3726.0,27.0,3726.0,0.16753122210502625,0.0,0.0,0.0,,,,0.002932449320464262,0.0008012664971653161,0.00401323800906539,0.0018951663514599204,0.00025,0.0,0.00025,0.00025,0.012933766000000001,0.0026344256,0.015789561,0.008520301,1.4596703000000002,0.3556811,1.7823474,0.39750406
|
||||
139,682.0,0.0,3753.0,3753.0,27.0,3753.0,0.16940048336982727,0.0,0.0,0.0,,,,0.002985040657222271,0.0007850208065917421,0.004390454385429621,0.002055432880297303,0.00025,0.0,0.00025,0.00025,0.013451745,0.0032606958000000004,0.018787542,0.009727287,1.49675,0.36731908,1.804428,0.40815884
|
||||
140,689.0,0.0,3780.0,3780.0,27.0,3780.0,0.16656631231307986,0.0,0.0,0.0,,,,0.0031997837192778078,0.00045331012628114153,0.0037484839558601384,0.0025532592553645372,0.00025,0.0,0.00025,0.00025,0.015795097,0.0027855309000000003,0.02156955,0.012010018,1.5205144,0.37006256,1.8354781000000002,0.4310567
|
||||
141,695.0,0.0,3807.0,3807.0,27.0,3807.0,0.16445782780647278,0.0,0.0,0.0,,,,0.003476952474253873,0.001125568170823578,0.005277395248413086,0.0020165531896054745,0.00025,0.0,0.00025,0.00025,0.016661273,0.003966734699999999,0.022656903,0.01010582,1.5151306,0.35671762,1.8866249,0.45360625
|
||||
142,702.0,0.0,3834.0,3834.0,27.0,3834.0,0.15677857398986814,0.0,0.0,0.0,,,,0.0035435404029807885,0.0011175935839016953,0.005024375859647989,0.0019534127786755557,0.00025,0.0,0.00025,0.00025,0.015783718000000002,0.0047662123,0.022788008999999998,0.010546369,1.4415061000000002,0.31435668,1.8789778000000001,0.45814866
|
||||
143,709.0,0.0,3861.0,3861.0,27.0,3861.0,0.14887630939483645,0.0,0.0,0.0,,,,0.003660067383732115,0.0009315007124966284,0.005397274158895016,0.00260542705655098,0.00025,0.0,0.00025,0.00025,0.015421385,0.0028853575,0.020569841999999998,0.012111523999999999,1.3971293,0.28828925,1.8212328999999998,0.46166229999999997
|
||||
144,716.0,0.0,3888.0,3888.0,27.0,3888.0,0.15101352334022522,0.0,0.0,0.0,,,,0.002807885807539736,0.0005256081115417262,0.003940276801586151,0.0021426191087812185,0.00025,0.0,0.00025,0.00025,0.01721339,0.0023153035,0.019334586,0.0129119,1.4201504999999999,0.28655255,1.7376518,0.47545037
|
||||
145,722.0,0.0,3915.0,3915.0,27.0,3915.0,0.14564979076385498,0.0,0.0,0.0,,,,0.003096974571235478,0.000983927436282218,0.004515019711107016,0.002121630823239684,0.00025,0.0,0.00025,0.00025,0.015383359,0.0034432704999999997,0.020618131,0.011424558000000001,1.3684789,0.2643501,1.6337485,0.48420915
|
||||
146,729.0,0.0,3942.0,3942.0,27.0,3942.0,0.12726767361164093,0.0,0.0,0.0,,,,0.004032496562493699,0.0012003998085958116,0.006297958083450793,0.00226510944776237,0.00025,0.0,0.00025,0.00025,0.017620448,0.0033991006,0.02204628,0.012977981000000001,1.297542,0.23368526,1.5897569999999999,0.49025133
|
||||
147,736.0,0.0,3969.0,3969.0,27.0,3969.0,0.12327605485916138,0.0,0.0,0.0,,,,0.003047212808659034,0.0012788855466058615,0.005340300034731626,0.001840857672505081,0.00025,0.0,0.00025,0.00025,0.012989668000000001,0.0041703274,0.021431161,0.008905439,1.2055635,0.19929251,1.5686258999999998,0.49237502
|
||||
148,743.0,0.0,3996.0,3996.0,27.0,3996.0,0.1193978637456894,0.0,0.0,0.0,,,,0.0032997160285179105,0.0011964114616133152,0.005124196410179138,0.0019756078254431486,0.00025,0.0,0.00025,0.00025,0.015461828,0.0033377046,0.022603964,0.011941285,1.1731504,0.18951382,1.5396428,0.48979703
|
||||
149,749.0,0.0,4023.0,4023.0,27.0,4023.0,0.12013907730579375,0.0,0.0,0.0,,,,0.0030701151117682453,0.0014295858934338995,0.005088443402200936,0.0016579068033024669,0.00025,0.0,0.00025,0.00025,0.01860047,0.0035833942,0.025280386000000002,0.01379604,1.1685059,0.19054876,1.5283699,0.48314017
|
||||
150,756.0,0.0,4050.0,4050.0,27.0,4050.0,0.13359299302101135,0.0,0.0,0.0,,,,0.003185565466992557,0.0011263939584303141,0.005171798635274172,0.0015847977483645082,0.00025,0.0,0.00025,0.00025,0.015548626999999999,0.0045483285,0.022550886000000003,0.0075520119999999994,1.2032973,0.20776461,1.5869392,0.47767916
|
||||
151,763.0,0.0,4077.0,4077.0,27.0,4077.0,0.1925273835659027,10.0,10.0,0.0,,,,0.002837570317621742,0.0009558529379628637,0.0044117746874690065,0.0016609309241175652,0.00025,0.0,0.00025,0.00025,0.013019745,0.0012907355999999999,0.014934228,0.011129209,1.6828296999999999,0.6953486,2.9641595,0.46752334
|
||||
152,770.0,0.0,4104.0,4104.0,27.0,4104.0,0.19432447850704196,10.0,10.0,0.0,,,,0.003746943648106285,0.0011729242185456136,0.005837456323206425,0.0020735771395266056,0.00025,0.0,0.00025,0.00025,0.015643623,0.003191875,0.020084716000000002,0.010985313,1.7129265,0.694295,2.9742584,0.45169353
|
||||
153,776.0,0.0,4131.0,4131.0,27.0,4131.0,0.13184888660907745,0.0,0.0,0.0,,,,0.002512605356362959,0.0005189722682591686,0.0032849200069904327,0.0018994425190612676,0.00025,0.0,0.00025,0.00025,0.012632125,0.0025198937,0.016658113999999998,0.009392707,1.2786001,0.23648039,1.697142,0.4427238
|
||||
154,783.0,0.0,4158.0,4158.0,27.0,4158.0,0.142030730843544,0.0,0.0,0.0,,,,0.003356365952640772,0.001139115729192593,0.004994940012693404,0.002053732518106699,0.00025,0.0,0.00025,0.00025,0.019013418,0.004639024,0.024849035,0.012314648000000001,1.3481413,0.26636538,1.6501647000000002,0.44396058
|
||||
155,790.0,0.0,4185.0,4185.0,27.0,4185.0,0.13700200617313385,0.0,0.0,0.0,,,,0.0034205807439450712,0.001109039703192866,0.0058522745966911325,0.002262493129819632,0.00025,0.0,0.00025,0.00025,0.016521972,0.0019120564000000002,0.020446531,0.014436553000000001,1.3044167,0.25001004,1.5697908,0.44689697
|
||||
156,797.0,0.0,4212.0,4212.0,27.0,4212.0,0.1321137249469757,0.0,0.0,0.0,,,,0.002741791956525828,0.0007842110848417793,0.003786424174904823,0.0019132118904963136,0.00025,0.0,0.00025,0.00025,0.013304695,0.00265369,0.019684384,0.011494743,1.2526156000000002,0.23440352,1.4756312,0.44313094
|
||||
157,803.0,0.0,4239.0,4239.0,27.0,4239.0,0.12944409251213074,0.0,0.0,0.0,,,,0.0031596055487170807,0.0006040168379332968,0.003983547445386647,0.002169068669900298,0.00025,0.0,0.00025,0.00025,0.01327094,0.0021660795999999998,0.017479101,0.010882089,1.2152806999999999,0.22781865,1.425542,0.4345906
|
||||
158,810.0,0.0,4266.0,4266.0,27.0,4266.0,0.11331181228160858,0.0,0.0,0.0,,,,0.003971081859033022,0.0007963531906746099,0.005516765173524618,0.002909573493525386,0.00025,0.0,0.00025,0.00025,0.018488163000000002,0.0068030059999999995,0.03280248,0.01276258,1.1017556,0.18717223,1.4190166000000002,0.42490843
|
||||
159,817.0,0.0,4293.0,4293.0,27.0,4293.0,0.11642710864543915,0.0,0.0,0.0,,,,0.003808691731787153,0.0011233383459024087,0.005600836593657732,0.002479015616700053,0.00025,0.0,0.00025,0.00025,0.017315844,0.0033235052,0.021793976,0.012199598,1.1200491000000001,0.19816117,1.4359781999999999,0.42198148
|
||||
160,824.0,0.0,4320.0,4320.0,27.0,4320.0,0.13177049160003662,0.0,0.0,0.0,,,,0.003124159760773182,0.0008121112482481338,0.00480430806055665,0.002273869002237916,0.00025,0.0,0.00025,0.00025,0.015516644,0.0036155751000000002,0.021359466,0.010743949,1.2174981000000002,0.23563792,1.4557434,0.43540624
|
||||
161,830.0,0.0,4347.0,4347.0,27.0,4347.0,0.13509733974933624,0.0,0.0,0.0,,,,0.00474676163867116,0.0011034814878293046,0.006508564110845327,0.0029385443776845928,0.00025,0.0,0.00025,0.00025,0.023044618,0.0037213787,0.026424691,0.01659822,1.2446178999999997,0.2374476,1.5075235,0.44767582
|
||||
162,837.0,0.0,4374.0,4374.0,27.0,4374.0,0.198745459318161,2.0,2.0,0.0,,,,0.003675298416055739,0.0011765943141001033,0.0059211431071162215,0.0019024143693968652,0.00025,0.0,0.00025,0.00025,0.017195122,0.00549698,0.028572736,0.01013213,1.3611090000000001,0.43225682,3.1256852000000004,0.45349804
|
||||
163,844.0,0.0,4401.0,4401.0,27.0,4401.0,0.1981309950351715,10.0,10.0,0.0,,,,0.00396500454683389,0.0010919082301744153,0.006006012670695782,0.002878422383219004,0.00025,0.0,0.00025,0.00025,0.015945299,0.004043433,0.02428512,0.011839088999999999,1.7412279999999998,0.7409576999999999,3.1382008,0.45467636
|
||||
164,851.0,0.0,4428.0,4428.0,27.0,4428.0,0.1949880123138428,10.0,10.0,0.0,,,,0.003270125814846584,0.0013469374874733693,0.0059540471993386745,0.0020184395834803577,0.00025,0.0,0.00025,0.00025,0.014867934,0.0040103816,0.021557681000000002,0.010999685,1.7299947,0.7076708,3.041269,0.45136133
|
||||
165,857.0,0.0,4455.0,4455.0,27.0,4455.0,0.1941044330596924,10.0,10.0,0.0,,,,0.0029379386299600205,0.0004049241493516928,0.0035994206555187702,0.002415774390101433,0.00025,0.0,0.00025,0.00025,0.012911768,0.0014334904999999999,0.014680633,0.010706993,1.7305946,0.68417364,2.9707055,0.44465524
|
||||
166,864.0,0.0,4482.0,4482.0,27.0,4482.0,0.1503816843032837,0.0,0.0,0.0,,,,0.004023138367171798,0.0012559187576149347,0.0062470026314258575,0.002007295843213797,0.00025,0.0,0.00025,0.00025,0.022759454,0.007441857,0.03442511,0.010933191,1.3975608,0.279496,1.7033486,0.43974674
|
||||
167,871.0,0.0,4509.0,4509.0,27.0,4509.0,0.15212920308113098,0.0,0.0,0.0,,,,0.004336781866316285,0.001245055866416026,0.006330727133899927,0.002321218140423298,0.00025,0.0,0.00025,0.00025,0.023711529,0.006017054,0.032605704,0.012554163,1.3957025,0.2835547,1.669584,0.43409944
|
||||
168,878.0,0.0,4536.0,4536.0,27.0,4536.0,0.14231663942337036,0.0,0.0,0.0,,,,0.003286675566674343,0.0007542811385408487,0.004428946413099766,0.0018984932685270905,0.00025,0.0,0.00025,0.00025,0.01601088,0.0037058205,0.020256233999999998,0.008139561,1.3198985,0.24726354,1.6705126000000001,0.43666533
|
||||
169,884.0,0.0,4563.0,4563.0,27.0,4563.0,0.14636999368667605,0.0,0.0,0.0,,,,0.002926861964321385,0.0011315985442443214,0.005065725184977055,0.001743005937896669,0.00025,0.0,0.00025,0.00025,0.012682174,0.0032319312,0.01825863,0.008956275999999999,1.3430487,0.25155962,1.6811502,0.45716485
|
||||
170,891.0,0.0,4590.0,4590.0,27.0,4590.0,0.15737614035606384,0.0,0.0,0.0,,,,0.003904360812157393,0.0011428340201605752,0.00575034786015749,0.002631552517414093,0.00025,0.0,0.00025,0.00025,0.021407912,0.00540394,0.030060813,0.012765481,1.4333102,0.28518119999999997,1.6586928,0.49084535
|
||||
171,898.0,0.0,4617.0,4617.0,27.0,4617.0,0.10581672191619873,0.0,0.0,0.0,,,,0.00505111416402672,0.0006450433055694258,0.0057849385775625714,0.0038256279658526174,0.00025,0.0,0.00025,0.00025,0.026001945,0.0054121640000000006,0.036187664,0.018884372,1.0933697,0.14595546,1.2265768999999997,0.49497749999999996
|
||||
172,905.0,0.0,4644.0,4644.0,27.0,4644.0,0.14544159173965454,0.0,0.0,0.0,,,,0.003996916048760925,0.000699323008420517,0.005091533064842224,0.0028890136163681746,0.00025,0.0,0.00025,0.00025,0.020052308,0.0023398097000000002,0.022899082,0.017511697,1.111515,0.2115109,1.5392264999999998,0.46675920000000004
|
||||
173,911.0,0.0,4671.0,4671.0,27.0,4671.0,0.14512905478477478,0.0,0.0,0.0,,,,0.0037707333685830244,0.0005003397325224297,0.0044131074100732795,0.002806165954098105,0.00025,0.0,0.00025,0.00025,0.021758685,0.00361409,0.026913911000000002,0.015980354,1.2826388000000002,0.2759926,1.5118613,0.42381579999999996
|
||||
174,918.0,0.0,4698.0,4698.0,27.0,4698.0,0.1434290111064911,0.0,0.0,0.0,,,,0.0038357445571039405,0.000920570469477226,0.005571841262280941,0.002686709398403764,0.00025,0.0,0.00025,0.00025,0.01711814,0.004733074,0.02337636,0.009766301,1.2731848,0.28525928,1.5035284,0.38757294
|
||||
175,925.0,0.0,4725.0,4725.0,27.0,4725.0,0.14204442501068115,0.0,0.0,0.0,,,,0.0031039840541779995,0.0006705468226719944,0.004108091350644828,0.0023285055067390203,0.00025,0.0,0.00025,0.00025,0.015117268,0.0019099909,0.018944519,0.012425994,1.2778738,0.2852091,1.533094,0.37513873
|
||||
176,932.0,0.0,4752.0,4752.0,27.0,4752.0,0.2036670744419098,10.0,10.0,0.0,,,,0.0032131248486361326,0.0007248226935549401,0.004221877083182335,0.0021908683702349663,0.00025,0.0,0.00025,0.00025,0.015585241000000001,0.004261554,0.023793109,0.010237643000000001,1.7329826000000002,0.80581254,3.2347004,0.36879954
|
||||
177,938.0,0.0,4779.0,4779.0,27.0,4779.0,0.20233340561389926,10.0,10.0,0.0,,,,0.003890310530550778,0.0008464712071595709,0.005043478216975927,0.0028738584369421005,0.00025,0.0,0.00025,0.00025,0.018770454,0.003839054,0.022444983999999998,0.012431641,1.7406419999999998,0.786786,3.197652,0.36513257
|
||||
178,945.0,0.0,4806.0,4806.0,27.0,4806.0,0.2063037008047104,10.0,10.0,0.0,,,,0.00492290104739368,0.0009625042899798644,0.006619084160774946,0.0035157122183591127,0.00025,0.0,0.00025,0.00025,0.024544487,0.0033798981,0.03193969,0.020271176000000002,1.7697952000000001,0.77663314,3.1684692,0.37808552
|
||||
179,952.0,0.0,4833.0,4833.0,27.0,4833.0,0.2030637562274933,10.0,10.0,0.0,,,,0.0049521637348724275,0.000906722110661398,0.006255057640373707,0.003559066681191325,0.00025,0.0,0.00025,0.00025,0.023954800000000002,0.0032272937,0.02791608,0.01945192,1.7880398999999998,0.7235161999999999,3.0553877000000003,0.40297773
|
||||
180,959.0,0.0,4860.0,4860.0,27.0,4860.0,0.15677551925182345,0.0,0.0,0.0,,,,0.004312926204875112,0.0010629225346703915,0.005837676115334034,0.0029473314061760907,0.00025,0.0,0.00025,0.00025,0.020079942,0.004290167,0.025114961,0.013516656,1.3985978000000001,0.29605043,1.696115,0.43269834
|
||||
181,965.0,0.0,4887.0,4887.0,27.0,4887.0,0.162977933883667,0.0,0.0,0.0,,,,0.003488194857103129,0.0010621013746044989,0.005001019686460495,0.002093544928357005,0.00025,0.0,0.00025,0.00025,0.013485044,0.0021114351999999997,0.015608728999999998,0.009160339,1.4417971,0.3081107,1.6566686999999998,0.45959756
|
||||
182,972.0,0.0,4914.0,4914.0,27.0,4914.0,0.10809439420700072,0.0,0.0,0.0,,,,0.004042686728228415,0.0007487161984790732,0.005372281651943922,0.0032064381521195173,0.00025,0.0,0.00025,0.00025,0.023058156,0.00277644,0.025875976000000002,0.017988225,1.1134747,0.15976214,1.2631808999999998,0.47913343
|
||||
183,979.0,0.0,4941.0,4941.0,27.0,4941.0,0.10183872282505037,0.0,0.0,0.0,,,,0.0038582649348037584,0.0010416487575259613,0.006291778292506933,0.003063841024413705,0.00025,0.0,0.00025,0.00025,0.021872286,0.0032515675,0.028097594,0.01799433,1.0610807,0.14609252,1.2356396,0.48128656
|
||||
184,986.0,0.0,4968.0,4968.0,27.0,4968.0,0.09707055985927583,0.0,0.0,0.0,,,,0.003594105398016317,0.0009075008133141774,0.005580903962254524,0.002603800967335701,0.00025,0.0,0.00025,0.00025,0.017382557,0.0021960153,0.020808516000000003,0.015215855,1.0064136000000001,0.1380922,1.1749969999999998,0.45880014
|
||||
185,992.0,0.0,4995.0,4995.0,27.0,4995.0,0.09516607224941254,0.0,0.0,0.0,,,,0.0028861839867507424,0.0007544552236153861,0.004289008677005768,0.0021567759104073048,0.00025,0.0,0.00025,0.00025,0.013050147,0.0017972097,0.015202913,0.010127486,0.97436404,0.13651988,1.1122608999999999,0.43553459999999994
|
||||
186,999.0,0.0,5022.0,5022.0,27.0,5022.0,0.13146623969078064,0.0,0.0,0.0,,,,0.00340037007949182,0.0009290465427215592,0.0054065361618995675,0.0026254297699779268,0.00025,0.0,0.00025,0.00025,0.018136192,0.003750705,0.023143382999999997,0.011495673999999999,1.1852453,0.23688248,1.3791353000000002,0.42115617
|
||||
187,1006.0,0.0,5049.0,5049.0,27.0,5049.0,0.13475078344345093,0.0,0.0,0.0,,,,0.002855107753670641,0.00046850765588378045,0.003524251282215119,0.0023256917484104638,0.00025,0.0,0.00025,0.00025,0.016195307,0.0022276747,0.019009593999999998,0.012820656000000001,1.206628,0.24847227,1.4057968,0.41835216
|
||||
188,1013.0,0.0,5076.0,5076.0,27.0,5076.0,0.13601452112197876,0.0,0.0,0.0,,,,0.0033012270328721827,0.0009846647565085738,0.004602366592735052,0.0020104728173464537,0.00025,0.0,0.00025,0.00025,0.013235483999999999,0.0022327548000000003,0.017574815,0.010440649,1.239009,0.25762229999999997,1.4581754,0.41454518
|
||||
189,1019.0,0.0,5103.0,5103.0,27.0,5103.0,0.190800815820694,10.0,10.0,0.0,,,,0.0036746697345127663,0.0009024381976209436,0.004817408975213765,0.002237027045339346,0.00025,0.0,0.00025,0.00025,0.014781958999999999,0.0028291621999999997,0.01885741,0.011838403,1.6695099999999998,0.7213472,2.9832897000000003,0.40204242
|
||||
190,1026.0,0.0,5130.0,5130.0,27.0,5130.0,0.13873839378356936,0.0,0.0,0.0,,,,0.004629588220268488,0.0008070015804584855,0.006302951369434595,0.003610450774431229,0.00025,0.0,0.00025,0.00025,0.023890352000000004,0.0040522655,0.030892966,0.017970508,1.2731562,0.27250504,1.5419606000000001,0.3822923
|
||||
191,1033.0,0.0,5157.0,5157.0,27.0,5157.0,0.1446211040019989,0.0,0.0,0.0,,,,0.0048576872795820245,0.0011620157951218314,0.007268983870744704,0.0036676998715847726,0.00025,0.0,0.00025,0.00025,0.02185133,0.003914817199999999,0.028394556,0.016414868,1.2839475,0.2867438,1.523068,0.36599309999999996
|
||||
192,1040.0,0.0,5184.0,5184.0,27.0,5184.0,0.19871839880943296,8.0,8.0,0.0,,,,0.0044461226955588365,0.00081023729405335,0.005780169274657965,0.0038125582505017523,0.00025,0.0,0.00025,0.00025,0.02114731,0.0033534712,0.025784556,0.016441295,1.597615,0.6953013000000001,3.0347,0.35203597
|
||||
193,1046.0,0.0,5211.0,5211.0,27.0,5211.0,0.20456735789775848,10.0,10.0,0.0,,,,0.0039827002910897144,0.0005542095296911917,0.004551758524030447,0.003100531175732613,0.00025,0.0,0.00025,0.00025,0.017630095,0.0033741096999999995,0.022770653999999998,0.011811038500000001,1.7255933,0.7815097,3.1338562999999997,0.34605902
|
||||
194,1053.0,0.0,5238.0,5238.0,27.0,5238.0,0.20795637369155884,10.0,10.0,0.0,,,,0.0035664592204349382,0.0005171933870331052,0.004506491124629974,0.0028477255254983898,0.00025,0.0,0.00025,0.00025,0.014906301,0.0034110586,0.020601172,0.0107179135,1.7573595000000002,0.7781339,3.1359797,0.35622832
|
||||
195,1060.0,0.0,5265.0,5265.0,27.0,5265.0,0.16818208992481232,0.0,0.0,0.0,,,,0.003241216431238821,0.0008114591657553584,0.004233674611896277,0.0020669186487793922,0.00025,0.0,0.00025,0.00025,0.015302835,0.004313202,0.024478134,0.010506376000000001,1.3934483999999998,0.34945536,1.7211318,0.37428918
|
||||
196,1067.0,0.0,5292.0,5292.0,27.0,5292.0,0.1689818799495697,0.0,0.0,0.0,,,,0.003395256885726537,0.0008621316687930447,0.005346293095499277,0.002591541968286037,0.00025,0.0,0.00025,0.00025,0.014921852,0.0058696135,0.02822688,0.010693488999999999,1.4194124,0.36422744,1.736762,0.38437223
|
||||
197,1073.0,0.0,5319.0,5319.0,27.0,5319.0,0.1628604531288147,0.0,0.0,0.0,,,,0.004886102008943756,0.0008671080834328691,0.00565685424953699,0.003228739369660616,0.00025,0.0,0.00025,0.00025,0.02794881,0.0037578545000000003,0.033358276,0.023090634,1.397686,0.35980229999999996,1.6977866000000001,0.37786207
|
||||
198,1080.0,0.0,5346.0,5346.0,27.0,5346.0,0.1548498570919037,0.0,0.0,0.0,,,,0.0042827846482396134,0.0008362767096341933,0.005426105577498674,0.0031944250222295523,0.00025,0.0,0.00025,0.00025,0.02402669,0.003828153,0.029498005,0.018935138,1.3353918,0.3343619,1.6218209,0.36281574
|
||||
199,1087.0,0.0,5373.0,5373.0,27.0,5373.0,0.15370453894138336,0.0,0.0,0.0,,,,0.003487121979040759,0.00046323045034590637,0.0041689383797347546,0.002859116066247225,0.00025,0.0,0.00025,0.00025,0.018088788,0.001740179,0.021546941,0.016176395,1.3513964,0.33766156,1.5973626,0.35410178
|
||||
200,1094.0,0.0,5400.0,5400.0,27.0,5400.0,0.1572994440793991,0.0,0.0,0.0,,,,0.003221618477255106,0.00100605893097632,0.00487148854881525,0.001990749966353178,0.00025,0.0,0.00025,0.00025,0.013310077,0.0028411304,0.017737648,0.008864720999999999,1.3671594,0.33471290000000004,1.6264732,0.35383067
|
||||
201,1100.0,0.0,5427.0,5427.0,27.0,5427.0,0.15382927656173706,0.0,0.0,0.0,,,,0.0035641290402660774,0.0008417798458408236,0.0048243002966046325,0.002418739022687077,0.00025,0.0,0.00025,0.00025,0.01600943,0.002959598,0.021005856,0.011073537,1.3653997,0.32566112,1.6241723,0.36185074
|
||||
202,1107.0,0.0,5454.0,5454.0,27.0,5454.0,0.1451771855354309,0.0,0.0,0.0,,,,0.003134706589792456,0.0007176641212443907,0.003955166321247815,0.002128731459379196,0.00025,0.0,0.00025,0.00025,0.01883528,0.0039203987,0.024327721,0.014238832,1.3185128000000002,0.30264422,1.5777188999999998,0.36211798
|
||||
203,1114.0,0.0,5481.0,5481.0,27.0,5481.0,0.13464665412902832,0.0,0.0,0.0,,,,0.005764067106481109,0.0009959312251036278,0.007239598780870438,0.0041459850035607815,0.00025,0.0,0.00025,0.00025,0.032268144,0.004311954000000001,0.03984771,0.026140387999999997,1.2526583999999998,0.28065684,1.4709339,0.3515228
|
||||
204,1121.0,0.0,5508.0,5508.0,27.0,5508.0,0.1354578137397766,0.0,0.0,0.0,,,,0.004949829607669797,0.0006883227200732207,0.006307411938905716,0.004130910150706768,0.00025,0.0,0.00025,0.00025,0.023131471,0.0042769094,0.029057193999999998,0.01675723,1.1999627,0.26988396,1.4312548999999999,0.33850646
|
||||
205,1127.0,0.0,5535.0,5535.0,27.0,5535.0,0.13768398761749268,0.0,0.0,0.0,,,,0.003957702584254245,0.0005539490648720799,0.005062350537627935,0.003357660723850131,0.00025,0.0,0.00025,0.00025,0.01964417,0.0020610276,0.022441082,0.017229902,1.2221715,0.28856108,1.4992694,0.3376522
|
||||
206,1134.0,0.0,5562.0,5562.0,27.0,5562.0,0.1806689202785492,10.0,10.0,0.0,,,,0.003483360167592764,0.0007525021761614027,0.004575395490974188,0.0024001975543797016,0.00025,0.0,0.00025,0.00025,0.015572286000000001,0.0018785666000000001,0.018567558,0.012796552,1.6069114,0.6516283,2.697121,0.35373637
|
||||
207,1141.0,0.0,5589.0,5589.0,27.0,5589.0,0.19183281064033508,10.0,10.0,0.0,,,,0.003157484112307429,0.000869452945956475,0.005075483117252588,0.002447869628667832,0.00025,0.0,0.00025,0.00025,0.013915488,0.003316443,0.019638577,0.010194705,1.6974334,0.68842626,2.847311,0.3717218
|
||||
208,1148.0,0.0,5616.0,5616.0,27.0,5616.0,0.19771410524845126,10.0,10.0,0.0,,,,0.002687437459826469,0.00034381800943640795,0.0033136929851025343,0.0022719986736774445,0.00025,0.0,0.00025,0.00025,0.014193576999999999,0.0018598675,0.016162159,0.010569924,1.7489028999999998,0.69712025,2.883945,0.39778757
|
||||
209,1154.0,0.0,5643.0,5643.0,27.0,5643.0,0.16558021306991574,0.0,0.0,0.0,,,,0.003730282303877175,0.0009141512974139164,0.004778043832629919,0.002107474487274885,0.00025,0.0,0.00025,0.00025,0.018723106,0.0049709626,0.024691874,0.009988128,1.4276438999999999,0.35399088,1.7461871,0.42529120000000004
|
||||
210,1161.0,0.0,5670.0,5670.0,27.0,5670.0,0.1592196375131607,0.0,0.0,0.0,,,,0.0042761973038847965,0.0008937406564606939,0.005788710433989763,0.0024984360206872225,0.00025,0.0,0.00025,0.00025,0.024409623999999998,0.0054035783,0.030706339,0.013105700000000001,1.409458,0.34653613,1.6684941999999998,0.43462470000000003
|
||||
211,1168.0,0.0,5697.0,5697.0,27.0,5697.0,0.14876678586006165,0.0,0.0,0.0,,,,0.004137496397431407,0.0004764527407285222,0.0047465115785598755,0.003201628802344203,0.00025,0.0,0.00025,0.00025,0.023255913,0.0026858377,0.02807924,0.018481296,1.3420861000000002,0.32028377,1.5959383999999999,0.41647413
|
||||
212,1175.0,0.0,5724.0,5724.0,27.0,5724.0,0.14401096105575562,0.0,0.0,0.0,,,,0.0034436765792114393,0.0011107657323787279,0.005687424447387457,0.002071001334115863,0.00025,0.0,0.00025,0.00025,0.016572058,0.0037247564,0.021208066,0.009518473000000001,1.29705,0.30365852,1.5412289,0.38846472
|
||||
213,1181.0,0.0,5751.0,5751.0,27.0,5751.0,0.1425890028476715,0.0,0.0,0.0,,,,0.0025368844508193433,0.0007108930122997981,0.003914393484592439,0.0017269181553274393,0.00025,0.0,0.00025,0.00025,0.013856832,0.00245818,0.017976021000000002,0.0109399175,1.2947329,0.29964235,1.5363948,0.37713706
|
||||
214,1188.0,0.0,5778.0,5778.0,27.0,5778.0,0.1442112922668457,0.0,0.0,0.0,,,,0.002424820958237563,0.000664400157131761,0.0033524164464324713,0.0014538661343976855,0.00025,0.0,0.00025,0.00025,0.013445268,0.0022974932,0.016138192,0.010097854,1.3077393,0.30081620000000003,1.5360798999999998,0.37435654
|
||||
215,1195.0,0.0,5805.0,5805.0,27.0,5805.0,0.14045903086662292,0.0,0.0,0.0,,,,0.002867315696286304,0.0006140360634837313,0.00389226502738893,0.0020037253852933645,0.00025,0.0,0.00025,0.00025,0.013522491000000001,0.0018575501000000002,0.016936416,0.010859613999999998,1.2943871999999998,0.28831890000000004,1.5120684,0.3761059
|
||||
216,1202.0,0.0,5832.0,5832.0,27.0,5832.0,0.1380016803741455,0.0,0.0,0.0,,,,0.003305441600137523,0.00090704332745535,0.005191931501030922,0.002262128982692957,0.00025,0.0,0.00025,0.00025,0.018876404,0.0041406596999999995,0.025414693999999998,0.012321105,1.2836922,0.28248328,1.4873701000000001,0.38094145
|
||||
217,1208.0,0.0,5859.0,5859.0,27.0,5859.0,0.13749077916145325,0.0,0.0,0.0,,,,0.0049300265188018475,0.0008382527755969771,0.006268200464546681,0.003719073254615069,0.00025,0.0,0.00025,0.00025,0.026259819,0.0032122328000000005,0.030411922999999997,0.02130542,1.2550985000000001,0.2752015,1.449318,0.38200963
|
||||
218,1215.0,0.0,5886.0,5886.0,27.0,5886.0,0.14036357402801514,0.0,0.0,0.0,,,,0.004035552830568382,0.0005763880706321414,0.00472211092710495,0.003167089773342013,0.00025,0.0,0.00025,0.00025,0.022014452,0.0058720554,0.030583627999999998,0.013653728,1.2339765,0.28333914,1.4651124,0.36991563
|
||||
219,1222.0,0.0,5913.0,5913.0,27.0,5913.0,0.1496250033378601,0.0,0.0,0.0,,,,0.002853438474370965,0.00070154726210302,0.0037462085019797095,0.001912359963171184,0.00025,0.0,0.00025,0.00025,0.014272979,0.0034129075,0.018432353000000002,0.010021509,1.2746906999999998,0.32388547,1.5923536,0.3538116
|
||||
220,1229.0,0.0,5940.0,5940.0,27.0,5940.0,0.15610620379447934,0.0,0.0,0.0,,,,0.00310713829406138,0.0006304917729695119,0.003832987044006586,0.0018037032568827274,0.00025,0.0,0.00025,0.00025,0.014846749,0.004001114,0.021080900000000003,0.008601223,1.3164421,0.35211644,1.6822805,0.33941483
|
||||
39,7.0,0.0,1053.0,1053.0,27.0,1053.0,0.20014935731887815,10.0,10.0,0.0,,,,0.004233687284535596,0.0010649686017847214,0.0059057637117803105,0.00310257519595325,0.00025,0.0,0.00025,0.00025,0.021676315,0.00427681,0.028661338999999997,0.01659768,1.6282502,0.51930505,2.279541,0.49263093
|
||||
40,14.0,0.0,1080.0,1080.0,27.0,1080.0,0.1952069699764252,10.0,10.0,0.0,,,,0.01528304093517363,0.015208199203571509,0.04457402229309082,0.0026703563053160906,0.00025,0.0,0.00025,0.00025,0.03052379,0.015618798,0.060653715999999996,0.016307708,1.5941153000000001,0.5151435999999999,2.24143,0.46785137
|
||||
41,20.0,0.0,1107.0,1107.0,27.0,1107.0,0.1907709240913391,10.0,10.0,0.0,,,,0.0067478752074142286,0.007511906990504133,0.023524709045886997,0.002879225416108966,0.00025,0.0,0.00025,0.00025,0.021719264,0.0063964217,0.03574904,0.017044138,1.5724341999999998,0.5158267,2.2205652999999996,0.4356979
|
||||
42,27.0,0.0,1134.0,1134.0,27.0,1134.0,0.18548697233200076,10.0,10.0,0.0,,,,0.0246266065708672,0.012207103623468005,0.03998236358165741,0.0037822767626494174,0.00025,0.0,0.00025,0.00025,0.03776554,0.012856058,0.05364871400000001,0.016670968,1.5491129,0.50854105,2.1717796000000003,0.41033983
|
||||
43,34.0,0.0,1161.0,1161.0,27.0,1161.0,0.18135544657707212,10.0,10.0,0.0,,,,0.01393864396959543,0.007253728729743406,0.01964482106268406,0.002354782773181796,0.00025,0.0,0.00025,0.00025,0.021423444,0.0053912536,0.026029909,0.01290866,1.5392903,0.50032717,2.1405112999999996,0.39758715
|
||||
44,41.0,0.0,1188.0,1188.0,27.0,1188.0,0.1783929467201233,10.0,10.0,0.0,,,,0.02515974351471024,0.012899813786041771,0.04484918341040611,0.0019609055016189814,0.00025,0.0,0.00025,0.00025,0.035197478,0.01602634,0.062246155,0.010711741,1.538838,0.49087018,2.1119764,0.39924964
|
||||
45,47.0,0.0,1215.0,1215.0,27.0,1215.0,0.17602387070655826,10.0,10.0,0.0,,,,0.026952529093250632,0.024044458548283028,0.07243914157152176,0.003283446421846748,0.00025,0.0,0.00025,0.00025,0.044701452999999995,0.03893298,0.12521571,0.016552746,1.5498229,0.48783833,2.1036286,0.40903538
|
||||
46,54.0,0.0,1242.0,1242.0,27.0,1242.0,0.17508408427238464,10.0,10.0,0.0,,,,0.02783954329788685,0.011505015315907958,0.04184209182858467,0.014067751355469229,0.00025,0.0,0.00025,0.00025,0.039994773,0.020719958,0.06441221,0.017112326,1.5670978000000002,0.48441395,2.1232553,0.42683205
|
||||
47,61.0,0.0,1269.0,1269.0,27.0,1269.0,0.17712029814720154,10.0,10.0,0.0,,,,0.02655036561191082,0.006382696830469787,0.04064619541168213,0.02112333476543426,0.00025,0.0,0.00025,0.00025,0.03171124,0.014267307,0.06415105,0.021137008,1.6058464,0.49666435,2.2103903,0.44817227
|
||||
48,68.0,0.0,1296.0,1296.0,27.0,1296.0,0.17934486269950867,10.0,10.0,0.0,,,,0.019079164269247224,0.01114925353047563,0.042177677154541016,0.006760717835277319,0.00025,0.0,0.00025,0.00025,0.035059277,0.013646799999999999,0.062126897,0.023719845,1.64041,0.50236744,2.2643743,0.47222218
|
||||
49,74.0,0.0,1323.0,1323.0,27.0,1323.0,0.18366870284080505,10.0,10.0,0.0,,,,0.022429955347130697,0.00983648175249477,0.04387006908655167,0.015327542088925837,0.00025,0.0,0.00025,0.00025,0.048959702,0.025220147999999998,0.09473087,0.021827579,1.679244,0.50913566,2.325511,0.50273466
|
||||
50,81.0,0.0,1350.0,1350.0,27.0,1350.0,0.1909738779067993,10.0,10.0,0.0,,,,0.017656879965215918,0.004006543267382543,0.021405911073088646,0.008999123238027096,0.00025,0.0,0.00025,0.00025,0.031349886,0.0077092224,0.0391537,0.02040486,1.7278268,0.5310919,2.4385269,0.5147417000000001
|
||||
51,88.0,0.0,1377.0,1377.0,27.0,1377.0,0.19833016395568848,10.0,10.0,0.0,,,,0.01458183037383216,0.005104276836223812,0.024864329025149345,0.008044804446399212,0.00025,0.0,0.00025,0.00025,0.030350957,0.01322113,0.057888800000000004,0.017154587,1.7760422999999999,0.5651096,2.5743191000000003,0.5210117
|
||||
52,95.0,0.0,1404.0,1404.0,27.0,1404.0,0.2035542875528336,10.0,10.0,0.0,,,,0.017604305808033262,0.007053714725834387,0.0278977993875742,0.008141561411321163,0.00025,0.0,0.00025,0.00025,0.038538847,0.014988043999999999,0.06294183,0.016534409,1.810414,0.59557974,2.6800878,0.5209303
|
||||
53,101.0,0.0,1431.0,1431.0,27.0,1431.0,0.2058320939540863,10.0,10.0,0.0,,,,0.0145660776955386,0.007596566274043156,0.0258107241243124,0.00541717791929841,0.00025,0.0,0.00025,0.00025,0.031613382999999995,0.018046413,0.06565159599999999,0.0105032725,1.8265451000000001,0.6177473000000001,2.740036,0.5161429
|
||||
54,108.0,0.0,1458.0,1458.0,27.0,1458.0,0.2066093385219574,10.0,10.0,0.0,,,,0.015713093647112448,0.00431026385401374,0.02482857741415501,0.012700815685093405,0.00025,0.0,0.00025,0.00025,0.029673524,0.012567266,0.054547495999999994,0.017085895,1.8364694,0.6356184,2.7913375,0.5073055000000001
|
||||
55,115.0,0.0,1485.0,1485.0,27.0,1485.0,0.20788051187992096,10.0,10.0,0.0,,,,0.012457670577402626,0.003820578244709771,0.020931852981448174,0.007658372167497873,0.00025,0.0,0.00025,0.00025,0.026737722000000002,0.014177127,0.048359904,0.010764058,1.8494781999999999,0.654954,2.8423947999999997,0.5004615
|
||||
56,122.0,0.0,1512.0,1512.0,27.0,1512.0,0.20667105913162231,10.0,10.0,0.0,,,,0.015740321816078255,0.003132261510426532,0.02058679610490799,0.010329236276447771,0.00025,0.0,0.00025,0.00025,0.029994901,0.010209668,0.046925727,0.016977152,1.8513862,0.66498214,2.8595,0.49439594
|
||||
57,128.0,0.0,1539.0,1539.0,27.0,1539.0,0.20567837357521054,10.0,10.0,0.0,,,,0.011572736470649641,0.003526071366702346,0.015098124742507938,0.005210543982684611,0.00025,0.0,0.00025,0.00025,0.021413897999999997,0.0059944130000000005,0.03283504,0.013725579,1.8407086,0.6714385,2.867485,0.48510742
|
||||
58,135.0,0.0,1566.0,1566.0,27.0,1566.0,0.20428389310836792,10.0,10.0,0.0,,,,0.010816178595026336,0.003395165372038753,0.014105930924415587,0.00597673375159502,0.00025,0.0,0.00025,0.00025,0.021921617999999997,0.0052687814,0.028292482999999997,0.01298866,1.832828,0.67862165,2.8804407000000003,0.48023868
|
||||
59,142.0,0.0,1593.0,1593.0,27.0,1593.0,0.20467624068260196,10.0,10.0,0.0,,,,0.011974083326224771,0.003056227580507068,0.015221053734421732,0.00780598958954215,0.00025,0.0,0.00025,0.00025,0.020179933,0.006802591,0.03401877,0.014251612,1.8305498,0.69283754,2.921133,0.47654912
|
||||
60,149.0,0.0,1620.0,1620.0,27.0,1620.0,0.20370009541511536,10.0,10.0,0.0,,,,0.010769461946828023,0.0045441916232259435,0.017828889191150662,0.004670297726988792,0.00025,0.0,0.00025,0.00025,0.02011852,0.0048684785,0.029497929,0.014658033,1.8257491999999997,0.6984816,2.9180875,0.4741165
|
||||
61,155.0,0.0,1647.0,1647.0,27.0,1647.0,0.20272338390350345,10.0,10.0,0.0,,,,0.011171883825833598,0.0027060687874401923,0.0149253997951746,0.007118745241314174,0.00025,0.0,0.00025,0.00025,0.01752298,0.0021193335,0.019618748000000002,0.014365837,1.8104608,0.6963054,2.901151,0.46933416
|
||||
62,162.0,0.0,1674.0,1674.0,27.0,1674.0,0.2011326402425766,10.0,10.0,0.0,,,,0.010749154801790914,0.0028197791594916483,0.014850414358079432,0.007310453336685895,0.00025,0.0,0.00025,0.00025,0.02431286,0.008912426,0.04239124,0.013939894,1.7966657,0.7008696999999999,2.895834,0.46458640000000007
|
||||
63,169.0,0.0,1701.0,1701.0,27.0,1701.0,0.19848649203777316,10.0,10.0,0.0,,,,0.014004303009382315,0.005178269374693847,0.021096281707286838,0.005190640687942505,0.00025,0.0,0.00025,0.00025,0.028563762000000003,0.012900921000000001,0.045518678,0.01002485,1.7681581000000002,0.6920390000000001,2.8587568,0.45715195
|
||||
64,176.0,0.0,1728.0,1728.0,27.0,1728.0,0.1957990825176239,10.0,10.0,0.0,,,,0.007262606972030231,0.002578201819951468,0.012962055392563343,0.004676428623497486,0.00025,0.0,0.00025,0.00025,0.022530017000000003,0.007210068399999999,0.038097918,0.013911911,1.7246199,0.69081604,2.8225865000000003,0.44436616
|
||||
65,182.0,0.0,1755.0,1755.0,27.0,1755.0,0.1947527527809143,10.0,10.0,0.0,,,,0.00805238828373452,0.0017261681842323474,0.011319785378873348,0.005818232428282499,0.00025,0.0,0.00025,0.00025,0.018084414,0.005528285,0.025725683,0.011176828,1.6985371999999999,0.70081943,2.8167853,0.42409465
|
||||
66,189.0,0.0,1782.0,1782.0,27.0,1782.0,0.1954450011253357,10.0,10.0,0.0,,,,0.0060235537821427,0.001475900841651356,0.007723763585090637,0.0035559360403567553,0.00025,0.0,0.00025,0.00025,0.018072775,0.007124737,0.030128647,0.009584873,1.6855018,0.7141803000000001,2.8316486000000003,0.4095698
|
||||
67,196.0,0.0,1809.0,1809.0,27.0,1809.0,0.19400811195373532,10.0,10.0,0.0,,,,0.010298093514783042,0.00612739913799146,0.020265216007828712,0.0052137612365186214,0.00025,0.0,0.00025,0.00025,0.021649582,0.010373843,0.03948021,0.009731591,1.6721929,0.71031857,2.8047872000000003,0.40367487
|
||||
68,203.0,0.0,1836.0,1836.0,27.0,1836.0,0.1952584683895111,10.0,10.0,0.0,,,,0.007835861761122942,0.0048063034927430396,0.01878461055457592,0.004501447547227143,0.00025,0.0,0.00025,0.00025,0.02473184,0.0104563525,0.041588712,0.012359451,1.6627637999999998,0.71413666,2.812354,0.40456640000000005
|
||||
69,209.0,0.0,1863.0,1863.0,27.0,1863.0,0.19706135988235474,10.0,10.0,0.0,,,,0.00945142338362833,0.003709158584682517,0.013389703817665577,0.0035441727377474312,0.00025,0.0,0.00025,0.00025,0.019095823,0.0077696876,0.03385969,0.008116886,1.6753995,0.73156846,2.8584943,0.4070467
|
||||
70,216.0,0.0,1890.0,1890.0,27.0,1890.0,0.19931137561798096,10.0,10.0,0.0,,,,0.006740966113284229,0.0020975564745805493,0.010443950071930884,0.0042076013050973415,0.00025,0.0,0.00025,0.00025,0.016634353,0.0067260102,0.024800837000000003,0.008868552,1.6823593000000001,0.74864995,2.907866,0.4046907
|
||||
71,223.0,0.0,1917.0,1917.0,27.0,1917.0,0.2006825804710388,10.0,10.0,0.0,,,,0.007415912712791136,0.0020489210782883294,0.010048520751297474,0.004237784538418055,0.00025,0.0,0.00025,0.00025,0.015401602,0.0048935837,0.024431772999999997,0.008314095,1.6796645000000001,0.75654143,2.9371996,0.40317023
|
||||
72,230.0,0.0,1944.0,1944.0,27.0,1944.0,0.20148009061813354,10.0,10.0,0.0,,,,0.0078010060159223425,0.002971035208329144,0.014443740248680116,0.0050004213117063046,0.00025,0.0,0.00025,0.00025,0.015235341999999999,0.006974863,0.030368932999999997,0.008376469000000001,1.6794971999999997,0.77018285,2.9739935,0.40242985
|
||||
73,236.0,0.0,1971.0,1971.0,27.0,1971.0,0.1992015540599823,10.0,10.0,0.0,,,,0.006015130590337018,0.003503894176508889,0.01323624886572361,0.0024067501071840525,0.00025,0.0,0.00025,0.00025,0.014323721999999999,0.0044609229999999995,0.020424118,0.008407858,1.6656473000000003,0.76976556,2.974968,0.3997864
|
||||
74,243.0,0.0,1998.0,1998.0,27.0,1998.0,0.19273190200328827,10.0,10.0,0.0,,,,0.010899902670644224,0.00489821638858836,0.017145834863185886,0.0026190688367933035,0.00025,0.0,0.00025,0.00025,0.025389337999999997,0.011945276999999999,0.0464539,0.008222973,1.635936,0.7519491999999999,2.9466357000000003,0.39006054
|
||||
75,250.0,0.0,2025.0,2025.0,27.0,2025.0,0.18715740740299225,10.0,10.0,0.0,,,,0.007620937124426875,0.002270244159080507,0.011882122606039049,0.004814023617655039,0.00025,0.0,0.00025,0.00025,0.017289374,0.0039560604,0.023860957000000002,0.012256416000000001,1.5814164,0.7215024999999999,2.8192456000000004,0.37818444
|
||||
76,257.0,0.0,2052.0,2052.0,27.0,2052.0,0.18978330492973328,10.0,10.0,0.0,,,,0.005474585241505078,0.0020420403123741033,0.008217483758926392,0.0025784214958548546,0.00025,0.0,0.00025,0.00025,0.018258473,0.006853073,0.026087545,0.009657411,1.5789766,0.73619485,2.8727142999999997,0.37196090000000004
|
||||
77,263.0,0.0,2079.0,2079.0,27.0,2079.0,0.19387735426425934,10.0,10.0,0.0,,,,0.006128402426838875,0.00184265159192188,0.008057636208832264,0.0038269818760454655,0.00025,0.0,0.00025,0.00025,0.01566458,0.004898288,0.025362403999999998,0.011506015,1.6101633,0.7704970999999999,2.9770974999999997,0.37616897
|
||||
78,270.0,0.0,2106.0,2106.0,27.0,2106.0,0.1924632489681244,10.0,10.0,0.0,,,,0.0068053232971578845,0.002257155398028609,0.011654933914542198,0.0049938857555389396,0.00025,0.0,0.00025,0.00025,0.020506268,0.0069035296,0.030414741000000002,0.012460746000000002,1.6193423,0.7655807,2.9696187999999997,0.37738177
|
||||
79,277.0,0.0,2133.0,2133.0,27.0,2133.0,0.1212613359093666,0.0,0.0,0.0,,,,0.006986184112195458,0.0025602980742827075,0.01091068983078003,0.003515321761369705,0.00025,0.0,0.00025,0.00025,0.023578282000000002,0.011854761,0.03997248,0.009526966,1.1521344,0.26811278,1.3893046,0.38283503
|
||||
80,284.0,0.0,2160.0,2160.0,27.0,2160.0,0.11994298547506332,0.0,0.0,0.0,,,,0.005448793094339115,0.0019468531166182126,0.0084384148940444,0.003382823197171092,0.00025,0.0,0.00025,0.00025,0.015040786,0.0037273478000000005,0.020265718999999998,0.008882359,1.1405776,0.26068968,1.3901873,0.38553790000000004
|
||||
81,290.0,0.0,2187.0,2187.0,27.0,2187.0,0.12040911614894867,0.0,0.0,0.0,,,,0.004675593770419558,0.001414424413022265,0.006541125476360321,0.003086736658588052,0.00025,0.0,0.00025,0.00025,0.012712628,0.0035118244,0.018790756999999998,0.008127941999999999,1.1374191,0.25763828,1.3882767,0.38803837
|
||||
82,297.0,0.0,2214.0,2214.0,27.0,2214.0,0.12318717688322067,0.0,0.0,0.0,,,,0.0042721180167670045,0.0016386087055504676,0.007181008346378803,0.0020809646230190992,0.00025,0.0,0.00025,0.00025,0.012331854,0.0028915734000000003,0.016645737,0.0074846046,1.1613759,0.26631674,1.3984928,0.39396894
|
||||
83,304.0,0.0,2241.0,2241.0,27.0,2241.0,0.1248941496014595,0.0,0.0,0.0,,,,0.006238425283559731,0.0028304760858961675,0.01264297869056463,0.003833286929875612,0.00025,0.0,0.00025,0.00025,0.018375797,0.00837256,0.03797339,0.009971693,1.1795153999999999,0.26416305,1.4392353,0.4029663
|
||||
84,311.0,0.0,2268.0,2268.0,27.0,2268.0,0.12296712398529053,0.0,0.0,0.0,,,,0.006701333315244743,0.003864797525183407,0.013526983559131622,0.0032028802670538425,0.00025,0.0,0.00025,0.00025,0.020145064,0.008123604,0.033273514,0.009419971,1.1664704,0.24613103,1.4627166,0.41552413
|
||||
85,317.0,0.0,2295.0,2295.0,27.0,2295.0,0.10283954441547394,0.0,0.0,0.0,,,,0.0060205047484487295,0.0014700420173219288,0.008742550387978556,0.004171217326074839,0.00025,0.0,0.00025,0.00025,0.015796054,0.0036241019,0.02119598,0.0106216185,0.9845379000000001,0.14845274,1.1022246,0.42745543
|
||||
86,324.0,0.0,2322.0,2322.0,27.0,2322.0,0.1026802808046341,0.0,0.0,0.0,,,,0.005197954752172032,0.0005990623689784442,0.0056724026799201965,0.0039007780142128468,0.00025,0.0,0.00025,0.00025,0.018632733999999998,0.0042646459999999995,0.024009975,0.011213492,0.9747703999999999,0.14478655,1.0843177,0.42391140000000005
|
||||
87,331.0,0.0,2349.0,2349.0,27.0,2349.0,0.10539253801107408,0.0,0.0,0.0,,,,0.006124592020309397,0.0018362569270223273,0.008221786469221115,0.0025853479746729136,0.00025,0.0,0.00025,0.00025,0.017640738,0.0065394663,0.030443856000000002,0.009737947,0.9886348,0.14892128,1.1255326,0.42311627
|
||||
88,338.0,0.0,2376.0,2376.0,27.0,2376.0,0.12229987233877182,0.0,0.0,0.0,,,,0.005498378238241587,0.0021724385956620115,0.010031584650278091,0.003352509578689933,0.00025,0.0,0.00025,0.00025,0.014691261,0.0039578327,0.02083055,0.0090053305,1.0449515999999999,0.18189903,1.412301,0.42941266
|
||||
89,344.0,0.0,2403.0,2403.0,27.0,2403.0,0.12493870407342912,0.0,0.0,0.0,,,,0.006902902852743864,0.002645304774520971,0.012275755405426024,0.004494849592447281,0.00025,0.0,0.00025,0.00025,0.015454511,0.0051265404999999995,0.023035372000000002,0.008422796,1.1539301000000002,0.21187232,1.305384,0.43617603
|
||||
90,351.0,0.0,2430.0,2430.0,27.0,2430.0,0.1271665096282959,0.0,0.0,0.0,,,,0.005248956770325701,0.0029475429938937933,0.010421269573271276,0.002383126411587,0.00025,0.0,0.00025,0.00025,0.012826424,0.004523639,0.019837137,0.0062197237,1.1710962,0.21563675,1.3391657,0.4404845
|
||||
91,358.0,0.0,2457.0,2457.0,27.0,2457.0,0.12938456237316132,0.0,0.0,0.0,,,,0.00472433991464121,0.0018132882262095766,0.007337106857448815,0.0024039398413151503,0.00025,0.0,0.00025,0.00025,0.0131130675,0.0022059062,0.016888674,0.010152244,1.1920328000000002,0.22294120000000003,1.3689892,0.44494674
|
||||
92,365.0,0.0,2484.0,2484.0,27.0,2484.0,0.12997670471668246,0.0,0.0,0.0,,,,0.0047180626341807,0.0032177342861405183,0.01236602012068033,0.0024737173225730658,0.00025,0.0,0.00025,0.00025,0.01731077,0.01303339,0.048409224,0.008131318,1.2017277,0.22605723,1.3735852,0.44623128
|
||||
93,371.0,0.0,2511.0,2511.0,27.0,2511.0,0.1288197636604309,0.0,0.0,0.0,,,,0.003754024549076953,0.0005792187473681086,0.004369143396615982,0.0026150059420615435,0.00025,0.0,0.00025,0.00025,0.012976601,0.0023325966,0.01706194,0.010308438,1.1943368,0.22584189999999998,1.3723134,0.44194279999999997
|
||||
94,378.0,0.0,2538.0,2538.0,27.0,2538.0,0.10895265638828278,0.0,0.0,0.0,,,,0.005061211297288537,0.0011468596960571462,0.0066292472183704385,0.003062855917960405,0.00025,0.0,0.00025,0.00025,0.01625204,0.0038412192,0.019363357,0.009817966,1.0445387,0.17226742,1.2129364,0.4387977
|
||||
95,385.0,0.0,2565.0,2565.0,27.0,2565.0,0.10564006865024568,0.0,0.0,0.0,,,,0.0052916631767792365,0.0013739126307153815,0.007437532301992178,0.003805208951234817,0.00025,0.0,0.00025,0.00025,0.014059178,0.0018051936999999999,0.016697116,0.010856949,1.0075867,0.16550167,1.1681618999999999,0.425414
|
||||
96,392.0,0.0,2592.0,2592.0,27.0,2592.0,0.10194404423236847,0.0,0.0,0.0,,,,0.004910861241764256,0.0015406306440398922,0.006818862166255713,0.002573284087702632,0.00025,0.0,0.00025,0.00025,0.01634522,0.006019669,0.028812291,0.009403431,0.9682636,0.15756878,1.1102251,0.41321734
|
||||
97,398.0,0.0,2619.0,2619.0,27.0,2619.0,0.0980224832892418,0.0,0.0,0.0,,,,0.004808867350220679,0.0011459953255372544,0.006672088988125324,0.0036301841028034687,0.00025,0.0,0.00025,0.00025,0.01822427,0.0025749595,0.023124166,0.014809916999999999,0.9272623999999999,0.15108745,1.040392,0.39782262
|
||||
98,405.0,0.0,2646.0,2646.0,27.0,2646.0,0.09431086480617523,0.0,0.0,0.0,,,,0.004789711635870238,0.0007745813184494727,0.005675871390849353,0.0034125603269785643,0.00025,0.0,0.00025,0.00025,0.0136158215,0.0035482990000000004,0.021038972000000003,0.010550047,0.88353986,0.14505698,0.98884636,0.38118634
|
||||
99,412.0,0.0,2673.0,2673.0,27.0,2673.0,0.0942891240119934,0.0,0.0,0.0,,,,0.0051829664568815905,0.0006638970096697997,0.006022180896252394,0.004041179548949003,0.00025,0.0,0.00025,0.00025,0.015536351,0.0015940525,0.017427323,0.012329811000000001,0.8697377000000001,0.1437575,0.9666608,0.3733735
|
||||
100,419.0,0.0,2700.0,2700.0,27.0,2700.0,0.09682217985391617,0.0,0.0,0.0,,,,0.005362295578899128,0.0016657901549788651,0.008409219793975353,0.00366900721564889,0.00025,0.0,0.00025,0.00025,0.015407296000000001,0.0033709568,0.02271881,0.011385761000000001,0.88816065,0.14324747,0.98673326,0.38085538
|
||||
101,425.0,0.0,2727.0,2727.0,27.0,2727.0,0.09800170361995696,0.0,0.0,0.0,,,,0.0044108615644897035,0.001665459301557641,0.0069253742694854745,0.0022828909568488602,0.00025,0.0,0.00025,0.00025,0.013991808,0.0061988235,0.02495312,0.008351843000000001,0.91039073,0.13979113,1.0074258,0.40027115
|
||||
102,432.0,0.0,2754.0,2754.0,27.0,2754.0,0.09790948778390884,0.0,0.0,0.0,,,,0.004082531939881544,0.0005555728154086453,0.004748195875436068,0.0032232345547527075,0.00025,0.0,0.00025,0.00025,0.012601224,0.0033797717,0.016998976000000002,0.007915699,0.91941535,0.13920094,1.0265081,0.41474205
|
||||
103,439.0,0.0,2781.0,2781.0,27.0,2781.0,0.09621943533420564,0.0,0.0,0.0,,,,0.004826117273686188,0.0011141347604063116,0.007046841084957124,0.0030012119095772505,0.00025,0.0,0.00025,0.00025,0.013594075,0.0027810137,0.018444313,0.010015399,0.9119113999999999,0.13754527,1.0336478,0.42530474
|
||||
104,446.0,0.0,2808.0,2808.0,27.0,2808.0,0.09370947629213333,0.0,0.0,0.0,,,,0.0046524757718933475,0.0013858422650874873,0.006626111455261707,0.0024117915891110893,0.00025,0.0,0.00025,0.00025,0.016634576,0.0072443523,0.026728176,0.008326945,0.88750625,0.14265648,1.0110615,0.43002504
|
||||
105,452.0,0.0,2835.0,2835.0,27.0,2835.0,0.04181523621082306,0.027000000000000017,0.027000000000000017,0.0,,,,0.004783887726565203,0.002148958049684491,0.009297481738030909,0.002937693614512682,0.00025,0.0,0.00025,0.00025,0.017698428000000002,0.007237986700000001,0.031981185,0.009286787,0.44517708,0.06640589,0.5121074000000001,0.3745193
|
||||
106,459.0,0.0,2862.0,2862.0,27.0,2862.0,0.08883674442768097,0.0,0.0,0.0,,,,0.005185613059438765,0.0009141665446059297,0.006863068323582411,0.0037335881497710943,0.00025,0.0,0.00025,0.00025,0.016633678,0.0031996147999999998,0.020396935,0.010163446,0.84760755,0.13692613,0.9681496999999999,0.41117427
|
||||
107,466.0,0.0,2889.0,2889.0,27.0,2889.0,0.08540239185094832,0.0,0.0,0.0,,,,0.003820292252515044,0.0013065035320913572,0.005759432911872864,0.001970327692106366,0.00025,0.0,0.00025,0.00025,0.012873203500000001,0.0043191295,0.020010023999999998,0.008246472,0.81242114,0.13270321,0.93440056,0.38386205
|
||||
108,473.0,0.0,2916.0,2916.0,27.0,2916.0,0.08123660087585449,0.0,0.0,0.0,,,,0.004274385681908045,0.0017218321850464636,0.007227470632642506,0.002111390233039856,0.00025,0.0,0.00025,0.00025,0.014475229,0.0043921745,0.02243347,0.0075639183999999995,0.77574575,0.120753296,0.9087924999999999,0.36134812
|
||||
109,479.0,0.0,2943.0,2943.0,27.0,2943.0,0.07745951414108276,0.0,0.0,0.0,,,,0.003946614412901303,0.0012570814948377714,0.006272341590374708,0.002527523087337613,0.00025,0.0,0.00025,0.00025,0.016564494,0.0067159245,0.031501338,0.012318137,0.73439455,0.10478541,0.86886954,0.34890443
|
||||
110,486.0,0.0,2970.0,2970.0,27.0,2970.0,0.07579299062490462,0.0,0.0,0.0,,,,0.004916103207506239,0.0011183375197484971,0.0066319978795945644,0.0031173003371804953,0.00025,0.0,0.00025,0.00025,0.016320862,0.003274025,0.020450097,0.011524466,0.7069462,0.10146253,0.83284986,0.34621820000000003
|
||||
111,493.0,0.0,2997.0,2997.0,27.0,2997.0,0.07910630106925964,0.0,0.0,0.0,,,,0.00470779074489006,0.0008789638872500313,0.005985247902572155,0.0035476924385875468,0.00025,0.0,0.00025,0.00025,0.018176975,0.0052141747,0.030044297,0.013335518000000001,0.7229576,0.11044312,0.84715277,0.34636867
|
||||
112,500.0,0.0,3024.0,3024.0,27.0,3024.0,0.08143477141857147,0.0,0.0,0.0,,,,0.003923432435840368,0.0013666457871828982,0.00560365803539753,0.0021807055454701185,0.00025,0.0,0.00025,0.00025,0.015416832,0.0052174632,0.028051684,0.012149326499999998,0.75484383,0.118480146,0.8806001,0.35424542
|
||||
113,506.0,0.0,3051.0,3051.0,27.0,3051.0,0.08123153448104857,0.0,0.0,0.0,,,,0.005057436957334478,0.0019997863698172315,0.00811874773353338,0.002972224028781057,0.00025,0.0,0.00025,0.00025,0.014156741,0.0029924875,0.018830812,0.009293982,0.7626493000000001,0.13239034,0.88642865,0.37206966
|
||||
114,513.0,0.0,3078.0,3078.0,27.0,3078.0,0.04002675414085388,0.027000000000000017,0.027000000000000017,0.0,,,,0.004421748414946099,0.0010364560050183083,0.006510995328426361,0.0031329039484262466,0.00025,0.0,0.00025,0.00025,0.014271356,0.0029094531,0.018973656000000002,0.010800611000000002,0.42157465,0.06639424,0.49113357,0.35073509999999997
|
||||
115,520.0,0.0,3105.0,3105.0,27.0,3105.0,0.04044163972139359,0.027000000000000017,0.027000000000000017,0.0,,,,0.005463156084130917,0.00276365260720805,0.011787923984229565,0.002420054515823722,0.00025,0.0,0.00025,0.00025,0.013549141,0.004600525,0.023767467999999996,0.008089966,0.42639232,0.06679448,0.49534422,0.3566959
|
||||
116,527.0,0.0,3132.0,3132.0,27.0,3132.0,0.0406852625310421,0.027000000000000017,0.027000000000000017,0.0,,,,0.004632041523499149,0.0012169367505143105,0.006450350861996411,0.0028879346791654825,0.00025,0.0,0.00025,0.00025,0.013702762,0.005075468,0.026030067,0.010561843999999999,0.43041936,0.06597418,0.49834767,0.35966802
|
||||
117,533.0,0.0,3159.0,3159.0,27.0,3159.0,0.04087337478995323,0.027000000000000017,0.027000000000000017,0.0,,,,0.00430432769159476,0.0015728801772554985,0.007435147650539875,0.0026036195922642946,0.00025,0.0,0.00025,0.00025,0.012153063,0.0022976517,0.01619358,0.009062835,0.43360603,0.06633151,0.50182694,0.36450008
|
||||
118,540.0,0.0,3186.0,3186.0,27.0,3186.0,0.04135643318295479,0.027000000000000017,0.027000000000000017,0.0,,,,0.0033329660849024854,0.0008999592725826439,0.005178099032491446,0.00250787939876318,0.00025,0.0,0.00025,0.00025,0.013739966000000001,0.0044985134,0.02326073,0.0101278275,0.43725434,0.06670927,0.5051477,0.36598027
|
||||
119,547.0,0.0,3213.0,3213.0,27.0,3213.0,0.04155924171209335,0.027000000000000017,0.027000000000000017,0.0,,,,0.004068462444203239,0.0010276059834847457,0.005507671739906073,0.0021124568302184343,0.00025,0.0,0.00025,0.00025,0.014315615,0.0032021003000000004,0.020077813,0.008913068,0.4409826,0.0643375,0.50531846,0.37278548
|
||||
120,554.0,0.0,3240.0,3240.0,27.0,3240.0,0.041197337210178375,0.027000000000000017,0.027000000000000017,0.0,,,,0.00369410213482167,0.0006021721451291865,0.00443029310554266,0.002952698385342956,0.00025,0.0,0.00025,0.00025,0.013945424,0.0016892358,0.017047476000000002,0.01191234,0.44021812,0.06354205,0.50509405,0.37334034
|
||||
121,560.0,0.0,3267.0,3267.0,27.0,3267.0,0.041038531810045235,0.027000000000000017,0.027000000000000017,0.0,,,,0.004091543339503308,0.0011675530814278345,0.006066346075385809,0.0027255110908299685,0.00025,0.0,0.00025,0.00025,0.013676055,0.0037806088000000002,0.020752432,0.0102868825,0.43748415,0.061936475,0.50062215,0.37274274
|
||||
122,567.0,0.0,3294.0,3294.0,27.0,3294.0,0.08538734912872313,0.0,0.0,0.0,,,,0.004443031386472285,0.0009372644669232873,0.005597201175987721,0.002813907340168953,0.00025,0.0,0.00025,0.00025,0.016333608,0.0043345386999999996,0.025882917999999998,0.0133230295,0.8129835999999999,0.11052492,0.9106876,0.3943729
|
||||
123,574.0,0.0,3321.0,3321.0,27.0,3321.0,0.0876467302441597,0.0,0.0,0.0,,,,0.004314244824594685,0.0010090138433103556,0.005902774631977081,0.0031963125802576538,0.00025,0.0,0.00025,0.00025,0.0142511325,0.003545448,0.021739322999999998,0.010709896000000002,0.8268619,0.11386664,0.9299893,0.3985154
|
||||
124,581.0,0.0,3348.0,3348.0,27.0,3348.0,0.08739449083805084,0.0,0.0,0.0,,,,0.004351078532636166,0.0009700725031088016,0.005759307183325291,0.0029815274756401773,0.00025,0.0,0.00025,0.00025,0.014562416000000002,0.0035366140999999996,0.02168708,0.01058947,0.8297582,0.11507037,0.94970715,0.40265619999999996
|
||||
125,587.0,0.0,3375.0,3375.0,27.0,3375.0,0.08649146556854248,0.0,0.0,0.0,,,,0.003667828937371572,0.0008257457441920268,0.004794285167008638,0.002369239693507552,0.00025,0.0,0.00025,0.00025,0.013031751000000001,0.0033600978,0.018884221,0.008886395,0.8190776,0.11384418,0.93425465,0.40077788
|
||||
126,594.0,0.0,3402.0,3402.0,27.0,3402.0,0.08590082824230194,0.0,0.0,0.0,,,,0.0035637753705183664,0.0005207553320959433,0.0042737419717013845,0.0027841718401759863,0.00025,0.0,0.00025,0.00025,0.011479096999999999,0.0012994315,0.013132685,0.00900757,0.80882376,0.11397629,0.9199482,0.39019144
|
||||
127,601.0,0.0,3429.0,3429.0,27.0,3429.0,0.08373722434043884,0.0,0.0,0.0,,,,0.003990240361807602,0.0011977598454563376,0.005463529843837023,0.002076679840683937,0.00025,0.0,0.00025,0.00025,0.012387036,0.0035727634,0.019225862,0.008013079000000001,0.79671234,0.11527812,0.91771096,0.3686165
|
||||
128,608.0,0.0,3456.0,3456.0,27.0,3456.0,0.07949182391166687,0.0,0.0,0.0,,,,0.003825418085658125,0.0012507124330588208,0.006154955364763737,0.0022648053709417577,0.00025,0.0,0.00025,0.00025,0.015819078,0.004918701,0.024152482000000003,0.008157023000000001,0.7644649,0.10828378,0.88538677,0.35227978
|
||||
129,614.0,0.0,3483.0,3483.0,27.0,3483.0,0.07711376249790193,0.0,0.0,0.0,,,,0.004114522443463405,0.0016592006590764189,0.006936096586287022,0.0018998114392161371,0.00025,0.0,0.00025,0.00025,0.013311051,0.0043350870000000005,0.022257706000000002,0.009328139000000001,0.73278624,0.09988015,0.83298135,0.3425601
|
||||
130,621.0,0.0,3510.0,3510.0,27.0,3510.0,0.07488147169351578,0.0,0.0,0.0,,,,0.0045447212566311155,0.0010519853644799097,0.005827832501381636,0.003046500263735652,0.00025,0.0,0.00025,0.00025,0.016702661,0.004488754,0.024240384,0.009279351,0.71369064,0.093575336,0.8136745,0.34681726
|
||||
131,628.0,0.0,3537.0,3537.0,27.0,3537.0,0.07455383241176605,0.0,0.0,0.0,,,,0.003620741323434881,0.0011607950635046556,0.00575261889025569,0.0023989754263311625,0.00025,0.0,0.00025,0.00025,0.012413806000000001,0.0020611617,0.016196115,0.009844434,0.7081138000000001,0.090859786,0.79730004,0.35978478
|
||||
132,635.0,0.0,3564.0,3564.0,27.0,3564.0,0.04039167985320091,0.027000000000000017,0.027000000000000017,0.0,,,,0.0033377057407051325,0.0009772862448468214,0.005659972317516804,0.0024592739064246416,0.00025,0.0,0.00025,0.00025,0.012888948,0.0032165295000000003,0.018940132,0.008935343,0.42325363,0.053346943,0.48450604,0.36378449999999996
|
||||
133,641.0,0.0,3591.0,3591.0,27.0,3591.0,0.04130738973617554,0.027000000000000017,0.027000000000000017,0.0,,,,0.003774637239985168,0.0014972983715281546,0.005691738333553076,0.002004340291023255,0.00025,0.0,0.00025,0.00025,0.015409724,0.0056643872999999996,0.023891516,0.0090618795,0.43515256,0.056764275,0.49745217,0.37257725
|
||||
134,648.0,0.0,3618.0,3618.0,27.0,3618.0,0.04190729930996895,0.027000000000000017,0.027000000000000017,0.0,,,,0.004274817338834207,0.0008577391975929801,0.0055920607410371295,0.003146389964967966,0.00025,0.0,0.00025,0.00025,0.013962175,0.0042268457,0.021147467000000003,0.009142200999999999,0.44349974,0.059452124,0.50523055,0.38075554
|
||||
135,655.0,0.0,3645.0,3645.0,27.0,3645.0,0.04139849916100502,0.027000000000000017,0.027000000000000017,0.0,,,,0.003805701620876789,0.0011534969590828318,0.005449615418910979,0.0022872912231832747,0.00025,0.0,0.00025,0.00025,0.012693608,0.0033340660999999997,0.01830544,0.009257935,0.44313785,0.06286841,0.50597596,0.37383127
|
||||
136,662.0,0.0,3672.0,3672.0,27.0,3672.0,0.04070822149515152,0.027000000000000017,0.027000000000000017,0.0,,,,0.0037837881328804147,0.0011824556270473275,0.006285214331001043,0.002256813459098339,0.00025,0.0,0.00025,0.00025,0.014161588000000001,0.0016706788000000001,0.017741253999999998,0.011923771000000001,0.43629128,0.0625424,0.50272065,0.37084046
|
||||
137,668.0,0.0,3699.0,3699.0,27.0,3699.0,0.04050307348370552,0.027000000000000017,0.027000000000000017,0.0,,,,0.0038718086434528227,0.0009688423255597996,0.005367313977330923,0.002741223899647593,0.00025,0.0,0.00025,0.00025,0.01453196,0.0030990059999999996,0.019271996,0.010645815,0.43215200000000004,0.05690369,0.49266464,0.3714235
|
||||
138,675.0,0.0,3726.0,3726.0,27.0,3726.0,0.12178657203912735,0.0,0.0,0.0,,,,0.003245962900109589,0.0011260544102359902,0.005521390587091446,0.0018209044355899093,0.00025,0.0,0.00025,0.00025,0.013217735,0.0060442835,0.024137005,0.0060747480000000005,0.8742078999999999,0.23928435,1.3580662000000001,0.39706767
|
||||
139,682.0,0.0,3753.0,3753.0,27.0,3753.0,0.19813305139541626,10.0,10.0,0.0,,,,0.002795523631253413,0.0006793863977008057,0.003763686865568161,0.0014983254950493574,0.00025,0.0,0.00025,0.00025,0.011132733999999998,0.0016681489000000002,0.013532737,0.0077475533,1.5881078000000002,0.8139673000000001,3.011689,0.39987835
|
||||
140,689.0,0.0,3780.0,3780.0,27.0,3780.0,0.2004675567150116,10.0,10.0,0.0,,,,0.002564843045547605,0.0007091178731929795,0.0036295391619205475,0.0015924118924885988,0.00025,0.0,0.00025,0.00025,0.011721571,0.0038770335,0.016611796,0.0072898054,1.5995911,0.8284761999999999,3.0627348,0.40253448
|
||||
141,695.0,0.0,3807.0,3807.0,27.0,3807.0,0.2026503384113312,10.0,10.0,0.0,,,,0.0027603006844098372,0.0009404324726991779,0.0037401726003736258,0.0011809921124950053,0.00025,0.0,0.00025,0.00025,0.009780539,0.0020226578,0.011675061,0.0061472,1.6064532,0.84725785,3.0995369999999998,0.40350005
|
||||
142,702.0,0.0,3834.0,3834.0,27.0,3834.0,0.20151731371879575,10.0,10.0,0.0,,,,0.002852513629477471,0.0009795954132661253,0.004657598678022623,0.0017215136904269455,0.00025,0.0,0.00025,0.00025,0.011571478,0.0027334797,0.014496595,0.007836365999999999,1.6033562,0.8435829,3.0780866000000002,0.40178263
|
||||
143,709.0,0.0,3861.0,3861.0,27.0,3861.0,0.07691749930381775,0.0,0.0,0.0,,,,0.0035285767766513993,0.0012863893318608118,0.006341508124023676,0.002331987023353577,0.00025,0.0,0.00025,0.00025,0.011636416,0.003503992,0.018945837,0.00831329,0.7234331,0.08845207,0.78771913,0.39417709999999995
|
||||
144,716.0,0.0,3888.0,3888.0,27.0,3888.0,0.1422237753868103,0.0,0.0,0.0,,,,0.003314121426748378,0.0006900395050819803,0.0041823103092610845,0.0022478920873254533,0.00025,0.0,0.00025,0.00025,0.01347958,0.0020568098,0.017761718,0.010503103,0.82248354,0.2485545,1.631709,0.39194024
|
||||
145,722.0,0.0,3915.0,3915.0,27.0,3915.0,0.20028723776340485,10.0,10.0,0.0,,,,0.0038404302904382352,0.0010049274663772702,0.0055586122907698154,0.002805422293022275,0.00025,0.0,0.00025,0.00025,0.012633603,0.0017453148999999999,0.01539588,0.009814595,1.6055270000000001,0.8491622,3.0822540000000003,0.39139375
|
||||
146,729.0,0.0,3942.0,3942.0,27.0,3942.0,0.2009599506855011,10.0,10.0,0.0,,,,0.004207932623103261,0.00102789960375294,0.005849627312272787,0.0026665185578167443,0.00025,0.0,0.00025,0.00025,0.013853539,0.0016945134,0.015925907,0.011623072,1.6295601,0.8410331,3.0731167999999998,0.39646402
|
||||
147,736.0,0.0,3969.0,3969.0,27.0,3969.0,0.20242619514465326,10.0,10.0,0.0,,,,0.003378439212350973,0.001180925853632442,0.0056642903946340075,0.0019515458261594176,0.00025,0.0,0.00025,0.00025,0.013650821,0.005260181,0.025994606,0.009762854,1.6543424,0.8193323,3.0439863,0.42043662
|
||||
148,743.0,0.0,3996.0,3996.0,27.0,3996.0,0.20167365670204165,10.0,10.0,0.0,,,,0.003700567708749856,0.0009458049417869396,0.00506253307685256,0.0026066128630191088,0.00025,0.0,0.00025,0.00025,0.015437707,0.0049430938,0.024603385,0.009194629000000001,1.6731749,0.787742,2.9739714,0.45341566
|
||||
149,749.0,0.0,4023.0,4023.0,27.0,4023.0,0.2051137238740921,10.0,10.0,0.0,,,,0.0027405779304293296,0.0015412274676767392,0.006013134960085154,0.0015461554285138845,0.00025,0.0,0.00025,0.00025,0.013430727,0.005686946,0.025710072,0.008759556,1.7025881,0.78367674,2.9929929,0.4904714
|
||||
150,756.0,0.0,4050.0,4050.0,27.0,4050.0,0.21288251876831052,10.0,10.0,0.0,,,,0.003657951349547753,0.0011390621418882895,0.005241493228822946,0.0015995710855349898,0.00025,0.0,0.00025,0.00025,0.011307836000000002,0.0027262624,0.01522219,0.007005774,1.7606648,0.7917428000000001,3.060085,0.5195254
|
||||
151,763.0,0.0,4077.0,4077.0,27.0,4077.0,0.15053588151931765,0.0,0.0,0.0,,,,0.0032207022554108073,0.0009639672675984699,0.004845969378948212,0.0016797662246972322,0.00025,0.0,0.00025,0.00025,0.013968643999999999,0.004644585,0.023423577,0.007984306,1.3701409,0.34693784,1.7264261000000003,0.55242217
|
||||
152,770.0,0.0,4104.0,4104.0,27.0,4104.0,0.14875037968158722,0.0,0.0,0.0,,,,0.004441601623381887,0.0008295680758155258,0.00592467887327075,0.0029396358877420425,0.00025,0.0,0.00025,0.00025,0.0158012,0.0017416019,0.01856832,0.012767293,1.3794701,0.33410573,1.7336384999999999,0.5767833
|
||||
153,776.0,0.0,4131.0,4131.0,27.0,4131.0,0.14741268754005432,0.0,0.0,0.0,,,,0.003667556486713389,0.0008972646648281121,0.0050841132178902635,0.002662291517481208,0.00025,0.0,0.00025,0.00025,0.012485177,0.004521727,0.021468965,0.007174064,1.3080856,0.28487495,1.5733409999999999,0.59359086
|
||||
154,783.0,0.0,4158.0,4158.0,27.0,4158.0,0.14082425832748413,0.0,0.0,0.0,,,,0.00423993585476031,0.0011388991402084179,0.00638587260618806,0.002676075324416161,0.00025,0.0,0.00025,0.00025,0.014642603,0.0033338552000000002,0.018621124,0.008712813,1.2800356000000002,0.2625861,1.5357838,0.59863555
|
||||
155,790.0,0.0,4185.0,4185.0,27.0,4185.0,0.12751802802085874,0.0,0.0,0.0,,,,0.00469291426374444,0.0009446599078734596,0.0060804090462625035,0.003324662568047643,0.00025,0.0,0.00025,0.00025,0.018877625,0.0031960076,0.022923653999999998,0.013691208,1.19574,0.22770149,1.4305371999999998,0.5886286000000001
|
||||
156,797.0,0.0,4212.0,4212.0,27.0,4212.0,0.11901526153087615,0.0,0.0,0.0,,,,0.004024037126717822,0.002029638154908877,0.007973439060151577,0.002149846637621522,0.00025,0.0,0.00025,0.00025,0.017250102,0.006595951,0.028530418999999998,0.011717719,1.0942736000000002,0.20375215,1.306692,0.5507767
|
||||
157,803.0,0.0,4239.0,4239.0,27.0,4239.0,0.11970726400613785,0.0,0.0,0.0,,,,0.0037899131032948685,0.0006133093875484732,0.00482738995924592,0.003018608083948493,0.00025,0.0,0.00025,0.00025,0.01370338,0.0015593604999999998,0.015791921,0.011123516000000002,1.0620902,0.21460004,1.2552257,0.5003597
|
||||
158,810.0,0.0,4266.0,4266.0,27.0,4266.0,0.12285272777080535,0.0,0.0,0.0,,,,0.003997014680256446,0.0008524688154245738,0.004817657638341188,0.0023775293957442045,0.00025,0.0,0.00025,0.00025,0.013430852,0.0036129463000000002,0.021364668,0.011057421000000001,1.0752405,0.22859612,1.2792351999999998,0.4703175
|
||||
159,817.0,0.0,4293.0,4293.0,27.0,4293.0,0.1234058439731598,0.0,0.0,0.0,,,,0.0036852560338697274,0.0005665001089546771,0.004423593636602163,0.0029423043597489595,0.00025,0.0,0.00025,0.00025,0.014541533999999998,0.0025798553,0.018997183,0.011582373,1.0844927,0.22748426,1.3004171999999998,0.45768282
|
||||
160,824.0,0.0,4320.0,4320.0,27.0,4320.0,0.11865885555744173,0.0,0.0,0.0,,,,0.003438091071854745,0.0007678358341759545,0.0045520938001573094,0.0019975730683654547,0.00025,0.0,0.00025,0.00025,0.014176831,0.003046573,0.018268282,0.008109774,1.0614940000000002,0.21521504,1.3055221000000001,0.45394212
|
||||
161,830.0,0.0,4347.0,4347.0,27.0,4347.0,0.08523917943239212,0.0,0.0,0.0,,,,0.004419144243001938,0.0009262371326973767,0.005397958215326071,0.0029122265987098217,0.00025,0.0,0.00025,0.00025,0.018487414,0.0027141692,0.02216214,0.014437613,0.8250270000000001,0.109580606,0.93260926,0.44585484
|
||||
162,837.0,0.0,4374.0,4374.0,27.0,4374.0,0.08025947213172913,0.0,0.0,0.0,,,,0.003888176288455725,0.0008134498988726848,0.005122862290591002,0.002994658425450325,0.00025,0.0,0.00025,0.00025,0.015760558,0.00341296,0.0223451,0.011325673,0.7692306,0.10347067,0.8809799,0.42188746
|
||||
163,844.0,0.0,4401.0,4401.0,27.0,4401.0,0.09363243728876114,0.0,0.0,0.0,,,,0.004271372420979398,0.0008018353649786898,0.0051658572629094115,0.0031009786762297158,0.00025,0.0,0.00025,0.00025,0.016739067,0.0035424903000000002,0.021665657,0.011815716,0.8388641,0.14845435,1.016516,0.39698148
|
||||
164,851.0,0.0,4428.0,4428.0,27.0,4428.0,0.09469865262508392,0.0,0.0,0.0,,,,0.003845938048990709,0.0006841292081302818,0.005020574666559696,0.002916889963671565,0.00025,0.0,0.00025,0.00025,0.015155123999999999,0.0029344009999999997,0.019501677,0.011381421000000001,0.86587375,0.17349572,1.0660171999999999,0.39320067
|
||||
165,857.0,0.0,4455.0,4455.0,27.0,4455.0,0.0996800810098648,0.0,0.0,0.0,,,,0.0035968328593298797,0.0009362276675670534,0.005236833821982145,0.002342632040381432,0.00025,0.0,0.00025,0.00025,0.015987038999999998,0.0042633815,0.022061294,0.009700078,0.90948975,0.18880844,1.0935831,0.40896220000000005
|
||||
166,864.0,0.0,4482.0,4482.0,27.0,4482.0,0.108701691031456,0.0,0.0,0.0,,,,0.003873569774441421,0.0011644763059266495,0.005782141815870999,0.002637247322127223,0.00025,0.0,0.00025,0.00025,0.015796255,0.0023096835,0.019824307,0.013385911499999998,0.98543704,0.20534761,1.1851543,0.44100595
|
||||
167,871.0,0.0,4509.0,4509.0,27.0,4509.0,0.1166716292500496,0.0,0.0,0.0,,,,0.0038328276880617647,0.0015646182514635518,0.007404208183288573,0.002403761725872755,0.00025,0.0,0.00025,0.00025,0.013726024,0.005318496,0.026460694,0.01060034,1.0677567,0.2204603,1.2781377,0.48049226
|
||||
168,878.0,0.0,4536.0,4536.0,27.0,4536.0,0.12233550101518632,0.0,0.0,0.0,,,,0.003237166425346264,0.0009152434355931352,0.004732431843876839,0.0019125425023958087,0.00025,0.0,0.00025,0.00025,0.016040089,0.0037347532,0.021576164,0.011303509,1.1323763999999998,0.22824946,1.3516893,0.513705
|
||||
169,884.0,0.0,4563.0,4563.0,27.0,4563.0,0.12367842346429825,0.0,0.0,0.0,,,,0.00337668387995412,0.0005830419972675876,0.004101872444152832,0.002518691122531891,0.00025,0.0,0.00025,0.00025,0.015476796000000001,0.0023914797,0.018926911,0.011525444,1.1638566000000001,0.23374434,1.3887303999999998,0.52930105
|
||||
170,891.0,0.0,4590.0,4590.0,27.0,4590.0,0.12135368585586548,0.0,0.0,0.0,,,,0.004019029748936494,0.001750319197347352,0.007066599559038878,0.0024342411197721962,0.00025,0.0,0.00025,0.00025,0.016120886,0.0037599774,0.020426963,0.010092495,1.1580968999999999,0.23455906,1.3999264999999999,0.52310437
|
||||
171,898.0,0.0,4617.0,4617.0,27.0,4617.0,0.11746011674404146,0.0,0.0,0.0,,,,0.003920754750392267,0.0007774883764033362,0.004999933764338493,0.0022366861812770367,0.00025,0.0,0.00025,0.00025,0.016407927,0.0019198376000000002,0.020144632,0.013230646,1.0813166,0.202988,1.2560360000000002,0.5150616
|
||||
172,905.0,0.0,4644.0,4644.0,27.0,4644.0,0.1122300922870636,0.0,0.0,0.0,,,,0.003354776351313506,0.0008132823855123383,0.004621795378625393,0.002324779285117984,0.00025,0.0,0.00025,0.00025,0.01603368,0.002463082,0.019265259,0.012841588999999999,1.0537776,0.18994366,1.2233201999999999,0.5106598
|
||||
173,911.0,0.0,4671.0,4671.0,27.0,4671.0,0.08959780633449554,0.0,0.0,0.0,,,,0.00344431532236437,0.0008411511888619977,0.0051667685620486745,0.0025549903512001038,0.00025,0.0,0.00025,0.00025,0.017096741000000002,0.0056591984,0.029218785,0.012254238,0.88333434,0.11182607,0.98786366,0.50630504
|
||||
174,918.0,0.0,4698.0,4698.0,27.0,4698.0,0.08558078110218048,0.0,0.0,0.0,,,,0.0036215243938689428,0.0008503395687782341,0.004846179392188788,0.002608201699331403,0.00025,0.0,0.00025,0.00025,0.015290733,0.0039104107,0.019854864,0.008092933,0.84963334,0.10191696,0.9534982,0.49934822
|
||||
175,925.0,0.0,4725.0,4725.0,27.0,4725.0,0.045267172157764435,0.027000000000000017,0.027000000000000017,0.0,,,,0.003513228414314134,0.001076988638774724,0.0054075210355222225,0.0018334537744522095,0.00025,0.0,0.00025,0.00025,0.014869447,0.0033584409999999998,0.019173553,0.0090871835,0.4766054,0.038395867,0.5310691,0.43371788
|
||||
176,932.0,0.0,4752.0,4752.0,27.0,4752.0,0.04574037715792656,0.027000000000000017,0.027000000000000017,0.0,,,,0.0036031233612447977,0.0003740246446608835,0.00413645850494504,0.002934547141194344,0.00025,0.0,0.00025,0.00025,0.014231393,0.0013990132999999998,0.016993743999999998,0.01180917,0.480682,0.034809444,0.5369018,0.4406271
|
||||
177,938.0,0.0,4779.0,4779.0,27.0,4779.0,0.04616070911288261,0.027000000000000017,0.027000000000000017,0.0,,,,0.003803921126139661,0.00035316431168655915,0.004327157512307167,0.0031643819529563193,0.00025,0.0,0.00025,0.00025,0.01713401,0.0032795737,0.024058286,0.014020601,0.4863067,0.031464268,0.5404884,0.4494071
|
||||
178,945.0,0.0,4806.0,4806.0,27.0,4806.0,0.1813187599182129,10.0,10.0,0.0,,,,0.0045387973077595225,0.0011234672705069764,0.006562742870301008,0.002815268468111753,0.00025,0.0,0.00025,0.00025,0.017479677,0.0022848067,0.021168975,0.014988766,1.4627378,0.82595605,3.123335,0.51924753
|
||||
179,952.0,0.0,4833.0,4833.0,27.0,4833.0,0.10814900696277617,0.0,0.0,0.0,,,,0.0050770960349057394,0.0011628952937294105,0.006998124998062849,0.003922159317880869,0.00025,0.0,0.00025,0.00025,0.019679278,0.0033213141999999998,0.024102611,0.013734506,1.0411719000000002,0.18458919,1.2135578000000002,0.53130305
|
||||
180,959.0,0.0,4860.0,4860.0,27.0,4860.0,0.11430734395980835,0.0,0.0,0.0,,,,0.003889428252088172,0.0010270467720354547,0.005740336608141661,0.0025728435721248393,0.00025,0.0,0.00025,0.00025,0.018303994,0.0026171176999999998,0.02269339,0.014960813,1.0900893,0.19680354,1.2732333999999998,0.5306915
|
||||
181,965.0,0.0,4887.0,4887.0,27.0,4887.0,0.1183674857020378,0.0,0.0,0.0,,,,0.004400276928208768,0.0007540242176028439,0.0055853030644357204,0.003227382199838757,0.00025,0.0,0.00025,0.00025,0.020495659,0.0018604951999999998,0.023093905,0.018231584,1.1274308000000002,0.20408929999999997,1.3380036,0.53189534
|
||||
182,972.0,0.0,4914.0,4914.0,27.0,4914.0,0.11733847856521605,0.0,0.0,0.0,,,,0.00372451749475052,0.0010387369869704402,0.005437910091131926,0.0023231334052979946,0.00025,0.0,0.00025,0.00025,0.016561646,0.0033913988,0.021135322999999998,0.011673586000000001,1.1035979,0.18910408,1.2671992,0.53557307
|
||||
183,979.0,0.0,4941.0,4941.0,27.0,4941.0,0.11717674136161806,0.0,0.0,0.0,,,,0.003923673515341112,0.0009509998447353828,0.005076762288808823,0.002360701095312834,0.00025,0.0,0.00025,0.00025,0.015653608,0.0026419966,0.020649288000000002,0.011606566,1.084166,0.18997966,1.2365661000000001,0.5197525
|
||||
184,986.0,0.0,4968.0,4968.0,27.0,4968.0,0.11843523383140565,0.0,0.0,0.0,,,,0.0037897461360054357,0.0009059856950686068,0.005401660222560167,0.0025382395833730693,0.00025,0.0,0.00025,0.00025,0.017309176000000003,0.004401498,0.02669366,0.012968041000000001,1.078966,0.1974356,1.2424363,0.5034807
|
||||
185,992.0,0.0,4995.0,4995.0,27.0,4995.0,0.11734654009342195,0.0,0.0,0.0,,,,0.0033424670497576394,0.0005736508159186026,0.004473209846764803,0.002668200759217143,0.00025,0.0,0.00025,0.00025,0.016663095,0.0014505885,0.018915816999999998,0.014636548999999999,1.0672827,0.19915304,1.2419363,0.48768762
|
||||
186,999.0,0.0,5022.0,5022.0,27.0,5022.0,0.11190342903137207,0.0,0.0,0.0,,,,0.0036929037111500898,0.0007772126289358464,0.004653478041291237,0.0026806809473782773,0.00025,0.0,0.00025,0.00025,0.016114768,0.0026856586,0.021071387,0.012404426999999999,1.0241197,0.19209959,1.2245048,0.46771115
|
||||
187,1006.0,0.0,5049.0,5049.0,27.0,5049.0,0.10294826328754424,0.0,0.0,0.0,,,,0.003433575188474996,0.0007299163716093111,0.004836095031350851,0.0025269638281315565,0.00025,0.0,0.00025,0.00025,0.014101936499999999,0.0031716933000000003,0.019976027,0.009615743000000001,0.9511934999999999,0.17679031,1.1547353999999999,0.43752295
|
||||
188,1013.0,0.0,5076.0,5076.0,27.0,5076.0,0.07860937714576721,0.0,0.0,0.0,,,,0.004129808130008834,0.0006640489293133772,0.005518406163901091,0.0033258998300880194,0.00025,0.0,0.00025,0.00025,0.016366685,0.002355241,0.020343956,0.012382376,0.7669778,0.10307939999999999,0.86649805,0.41026628
|
||||
189,1019.0,0.0,5103.0,5103.0,27.0,5103.0,0.08426588773727417,0.0,0.0,0.0,,,,0.004311293441181381,0.0006903987347714316,0.005576521158218385,0.0034623891115188603,0.00025,0.0,0.00025,0.00025,0.017708635,0.0012624185000000001,0.01920783,0.01576527,0.7650623000000001,0.11970333,0.9260427,0.39600164
|
||||
190,1026.0,0.0,5130.0,5130.0,27.0,5130.0,0.07937884330749513,0.0,0.0,0.0,,,,0.0041563316093136855,0.0005627418843271631,0.004991497378796339,0.0033589003141969442,0.00025,0.0,0.00025,0.00025,0.019693261,0.0014188809,0.021567442000000003,0.017036844,0.7872564999999999,0.12446313,0.93438464,0.4006995
|
||||
191,1033.0,0.0,5157.0,5157.0,27.0,5157.0,0.17083163559436798,4.0,4.0,0.0,,,,0.004321773968903082,0.0006123549402272892,0.005346722435206175,0.0036285177338868384,0.00025,0.0,0.00025,0.00025,0.01890485,0.0031814205,0.024489325,0.013961471000000001,1.0578355,0.6106362,3.1004834,0.42453963
|
||||
192,1040.0,0.0,5184.0,5184.0,27.0,5184.0,0.1780761480331421,10.0,10.0,0.0,,,,0.0033367379302425048,0.00026916055177937166,0.0038862556684762244,0.0029938973020762205,0.00025,0.0,0.00025,0.00025,0.014534677,0.0015879111999999999,0.017831929,0.012717896000000001,1.4214543,0.87963265,3.2119145000000002,0.45586413
|
||||
193,1046.0,0.0,5211.0,5211.0,27.0,5211.0,0.1839492619037628,10.0,10.0,0.0,,,,0.003674560459330678,0.0006350152890593335,0.0045906384475529185,0.0027341737877577548,0.00025,0.0,0.00025,0.00025,0.018854696,0.0019725477,0.02144088,0.01627353,1.5098447,0.86335355,3.233841,0.49436587
|
||||
194,1053.0,0.0,5238.0,5238.0,27.0,5238.0,0.1871791779994965,10.0,10.0,0.0,,,,0.004099024265694122,0.0003119288083456912,0.004373596981167793,0.003445587819442153,0.00025,0.0,0.00025,0.00025,0.017289136,0.0020945407,0.02075449,0.014836238,1.5571123,0.81037366,3.1456141,0.52939075
|
||||
195,1060.0,0.0,5265.0,5265.0,27.0,5265.0,0.1921851336956024,10.0,10.0,0.0,,,,0.003459964812334095,0.0003309565457914497,0.004025896079838276,0.002950258320197463,0.00025,0.0,0.00025,0.00025,0.01614678,0.0014400319000000001,0.018220978,0.014185168,1.5946746,0.78733104,3.1028824,0.5398683000000001
|
||||
196,1067.0,0.0,5292.0,5292.0,27.0,5292.0,0.11766929924488068,0.0,0.0,0.0,,,,0.003408796287008694,0.0010103396935131801,0.004919399973005056,0.0019575904589146376,0.00025,0.0,0.00025,0.00025,0.01667403,0.002595209,0.021485668,0.012853538000000001,1.1438237,0.21261993,1.3608719,0.5372352
|
||||
197,1073.0,0.0,5319.0,5319.0,27.0,5319.0,0.11674048006534575,0.0,0.0,0.0,,,,0.0040489203529432425,0.0006352877228876526,0.005271811038255692,0.003181562526151538,0.00025,0.0,0.00025,0.00025,0.017843544,0.0027570436,0.021258535,0.014428398,1.1059145000000001,0.19506177,1.3304306000000001,0.5333171999999999
|
||||
198,1080.0,0.0,5346.0,5346.0,27.0,5346.0,0.04452691227197647,0.027000000000000017,0.027000000000000017,0.0,,,,0.003403406667833527,0.0008899467868980845,0.004550655838102102,0.002281938446685672,0.00025,0.0,0.00025,0.00025,0.015444401000000002,0.0040653814,0.020507285,0.009200599,0.47911313,0.035480365,0.53682667,0.43135363
|
||||
199,1087.0,0.0,5373.0,5373.0,27.0,5373.0,0.041995417326688766,0.027000000000000017,0.027000000000000017,0.0,,,,0.0041767276956566745,0.0006866663531387243,0.004869414959102869,0.0028761487919837236,0.00025,0.0,0.00025,0.00025,0.019027053999999998,0.0029546337,0.023950286,0.015479574,0.45610500000000004,0.03900356,0.51804036,0.40462986
|
||||
200,1094.0,0.0,5400.0,5400.0,27.0,5400.0,0.04011157900094986,0.027000000000000017,0.027000000000000017,0.0,,,,0.003562932634460075,0.0007883334237845872,0.005200290586799383,0.002527194796130061,0.00025,0.0,0.00025,0.00025,0.013623966999999999,0.0029138965,0.01948295,0.010056335999999999,0.4331517,0.037050076,0.48208909999999994,0.38755074
|
||||
201,1100.0,0.0,5427.0,5427.0,27.0,5427.0,0.03924603760242462,0.027000000000000017,0.027000000000000017,0.0,,,,0.00394766634174933,0.0005815574274753875,0.004794451873749495,0.003221164690330625,0.00025,0.0,0.00025,0.00025,0.014513515,0.0029725034,0.018664943,0.01117105,0.41937426,0.035191547000000004,0.45937982,0.38045952
|
||||
202,1107.0,0.0,5454.0,5454.0,27.0,5454.0,0.07910707592964172,0.0,0.0,0.0,,,,0.0030528827531573675,0.0007149573772241839,0.004402099177241325,0.0019527304684743285,0.00025,0.0,0.00025,0.00025,0.013171763000000001,0.0024658996,0.016581356999999998,0.008640498,0.767997,0.10566001400000001,0.86022085,0.39028029999999997
|
||||
203,1114.0,0.0,5481.0,5481.0,27.0,5481.0,0.08611369132995605,0.0,0.0,0.0,,,,0.0044403806262250465,0.0010569832444076394,0.006130301393568516,0.002404648112133145,0.00025,0.0,0.00025,0.00025,0.013894798,0.0014111978,0.016099505,0.011441878,0.74276465,0.11282028,0.9369966999999999,0.37575454
|
||||
204,1121.0,0.0,5508.0,5508.0,27.0,5508.0,0.08661006391048431,0.0,0.0,0.0,,,,0.0035309538777385436,0.0006722002751816137,0.004343354608863592,0.002675140975043177,0.00025,0.0,0.00025,0.00025,0.014868532,0.0017484927,0.017728921,0.012407221000000001,0.8165666,0.14502142,0.9521702,0.37521213
|
||||
205,1127.0,0.0,5535.0,5535.0,27.0,5535.0,0.17589491605758667,10.0,10.0,0.0,,,,0.004620266379788518,0.0007145108060306949,0.005933834705501796,0.003936950117349625,0.00025,0.0,0.00025,0.00025,0.02075378,0.0013156204000000001,0.023249095,0.018996201,1.3741469,0.83455056,3.0090127,0.39119747
|
||||
206,1134.0,0.0,5562.0,5562.0,27.0,5562.0,0.0447760820388794,0.027000000000000017,0.027000000000000017,0.0,,,,0.004389948444440961,0.0004220905739351117,0.0051949904300272465,0.003933350089937449,0.00025,0.0,0.00025,0.00025,0.020176018,0.002366978,0.024887819,0.01699717,0.45828018,0.029328404,0.49997634,0.41791952
|
||||
207,1141.0,0.0,5589.0,5589.0,27.0,5589.0,0.047564446926116936,0.027000000000000017,0.027000000000000017,0.0,,,,0.0036932150833308697,0.0007284964213216848,0.004734763875603676,0.002636414021253586,0.00025,0.0,0.00025,0.00025,0.016147632,0.0032095653000000003,0.022380216,0.013593343,0.48792340000000006,0.030211749,0.52959377,0.44572178
|
||||
208,1148.0,0.0,5616.0,5616.0,27.0,5616.0,0.04919048398733139,0.027000000000000017,0.027000000000000017,0.0,,,,0.003382598681907569,0.0003893394478506709,0.0040367976762354365,0.002758319023996592,0.00025,0.0,0.00025,0.00025,0.014399707,0.0009650646000000001,0.015621113,0.012719663999999999,0.5116573,0.029869324,0.5585491,0.47125927
|
||||
209,1154.0,0.0,5643.0,5643.0,27.0,5643.0,0.04967192932963371,0.027000000000000017,0.027000000000000017,0.0,,,,0.003133198246359825,0.0008813830895439361,0.004846341907978058,0.0021703296806663275,0.00025,0.0,0.00025,0.00025,0.011329285,0.0025113334,0.014852053,0.008439965,0.52225506,0.031899567999999996,0.58511454,0.48721099999999995
|
||||
210,1161.0,0.0,5670.0,5670.0,27.0,5670.0,0.04909691959619522,0.027000000000000017,0.027000000000000017,0.0,,,,0.0033404820521051684,0.0004891790411304968,0.004154182504862547,0.002749528735876084,0.00025,0.0,0.00025,0.00025,0.014020021,0.002925891,0.016248439,0.0096668685,0.5218974000000001,0.03168376,0.59601325,0.48642743
|
||||
211,1168.0,0.0,5697.0,5697.0,27.0,5697.0,0.04770773649215698,0.027000000000000017,0.027000000000000017,0.0,,,,0.0037180490991366756,0.001147883218934362,0.005264102015644312,0.002576586324721575,0.00025,0.0,0.00025,0.00025,0.014768788,0.0047009554999999995,0.021086441,0.008160212,0.5101991,0.032877002,0.5901466999999999,0.46919104
|
||||
212,1175.0,0.0,5724.0,5724.0,27.0,5724.0,0.04598677158355713,0.027000000000000017,0.027000000000000017,0.0,,,,0.0038352023610579117,0.0005518774587010026,0.0045844181440770635,0.003136996179819107,0.00025,0.0,0.00025,0.00025,0.01594179,0.002085747,0.018636608,0.013307835,0.49413368,0.034723446,0.57677996,0.449125
|
||||
213,1181.0,0.0,5751.0,5751.0,27.0,5751.0,0.04445788264274597,0.027000000000000017,0.027000000000000017,0.0,,,,0.0037249292945489287,0.0003601389833849721,0.004225187934935093,0.0031588904093950987,0.00025,0.0,0.00025,0.00025,0.016219666,0.0025304065,0.020502567,0.013358746000000001,0.47564647,0.03418473,0.5539356,0.43558392
|
||||
214,1188.0,0.0,5778.0,5778.0,27.0,5778.0,0.04273953288793564,0.027000000000000017,0.027000000000000017,0.0,,,,0.003853825153782964,0.0007969720845189938,0.0052175368182361135,0.0029463169630616908,0.00025,0.0,0.00025,0.00025,0.017592296,0.0028242962,0.022436842000000002,0.013657764,0.45908812,0.030199293,0.52646244,0.42262274
|
||||
215,1195.0,0.0,5805.0,5805.0,27.0,5805.0,0.04112406447529793,0.027000000000000017,0.027000000000000017,0.0,,,,0.003506132434787495,0.0006535303757747607,0.0046193632297217855,0.0027446106541901827,0.00025,0.0,0.00025,0.00025,0.013982298,0.0020970183,0.017980468,0.010885869,0.44145340000000005,0.027166397999999998,0.49906999999999996,0.40861390000000003
|
||||
216,1202.0,0.0,5832.0,5832.0,27.0,5832.0,0.040907397866249084,0.027000000000000017,0.027000000000000017,0.0,,,,0.0029791048062699182,0.0007068505475796232,0.00420778663828969,0.0020983414724469185,0.00025,0.0,0.00025,0.00025,0.011647133999999998,0.0014831742000000001,0.01403099,0.009472328,0.43328735,0.024884507,0.47504503,0.40720022
|
||||
217,1208.0,0.0,5859.0,5859.0,27.0,5859.0,0.04094783961772919,0.027000000000000017,0.027000000000000017,0.0,,,,0.0034745314624160533,0.0008860775624184641,0.005290751811116935,0.002566860755905509,0.00025,0.0,0.00025,0.00025,0.013689888,0.0014541791000000001,0.015552246,0.011799881000000002,0.43346409999999996,0.023959689,0.47137177,0.40813893
|
||||
218,1215.0,0.0,5886.0,5886.0,27.0,5886.0,0.04045044630765915,0.027000000000000017,0.027000000000000017,0.0,,,,0.0035990958955759798,0.0011846891016575125,0.005995831917971373,0.0026353397406637673,0.00025,0.0,0.00025,0.00025,0.018475661,0.003281687,0.024966413,0.01531078,0.4312898,0.025511175,0.47170186,0.4010626
|
||||
219,1222.0,0.0,5913.0,5913.0,27.0,5913.0,0.04013661295175552,0.027000000000000017,0.027000000000000017,0.0,,,,0.0032018275731908424,0.0003561245567108472,0.003998262342065573,0.00293118110857904,0.00025,0.0,0.00025,0.00025,0.015087912,0.0018835235,0.01816089,0.012306335,0.4268953,0.027536599,0.46946773,0.39770782
|
||||
220,1229.0,0.0,5940.0,5940.0,27.0,5940.0,0.19135770201683044,10.0,10.0,0.0,,,,0.004102058542360153,0.0008337687446380415,0.0058728852309286594,0.003093917388468981,0.00025,0.0,0.00025,0.00025,0.014944256000000001,0.0035805192,0.020084435,0.010497233,1.5229936000000002,0.8837609000000001,3.2445037,0.4272991
|
||||
|
||||
|
Reference in New Issue
Block a user