[Met_help] [rt.rap.ucar.edu #92706] History for Grid_Stat - Verifying Probabilities by threshold

John Halley Gotway via RT met_help at ucar.edu
Fri Jan 17 14:29:01 MST 2020


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Hello,

We are working on verifying probabilities in the grid_stat tool. I have run
the grid_stat module on PoP12 and 12 hour accumulated precipitation
(generated from PCP_combine) following this example:
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure.
I have also consulted the FAQ Grid_Stat Verifying Probabilities 1 and 2 (
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
).

Our goal is to obtain the output for each of the threshold values
specified in the forecast dictionary (the probability thresholds). However,
the output I obtain is broken up by the specified observation cat_thresh
only.

Is there a way to obtain results for each of the individual thresholds
applied to both forecast and observations?
More specifically, the pstd file would have a separate line for each
combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0 and observation
>=0.0.

---
As a side note, the examples on verifying probabilities using Grid_stat do
not have the upper threshold ending in 1.0.
i.e in the example mentioned above:
prob = TRUE;
cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6, >=0.7,
>=0.8, >=0.9];

However, when grid_stat is run this way I receive this error:
check_prob_thresh() -> When verifying a probability field, you must select
at least 3 thresholds beginning with 0.0 and ending with 1.0.

Thanks for any help you can provide!

Best,
Brooke Adams

Scientific Programmer, AceInfo Solutions
Supporting Meteorological Development Laboratory


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: Grid_Stat - Verifying Probabilities by threshold
From: Brooke Adams - NOAA Affiliate
Time: Fri Oct 18 07:20:48 2019

I would like to add we are running MET version 8.1.

Thanks!

On Fri, Oct 18, 2019 at 8:56 AM met_help at ucar.edu via RT
<met_help at ucar.edu>
wrote:

> Greetings,
>
> This message has been automatically generated in response to the
creation
> of a trouble ticket regarding:
>         "Grid_Stat - Verifying Probabilities by threshold",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #92706].
>
> Please include the string:
>
>          [rt.rap.ucar.edu #92706]
>
> in the subject line of all future correspondence about this issue.
To do
> so, you may reply to this message.
>
> For more information, please see:
>
> MET Online Tutorial:
>
https://www.dtcenter.org/met/users/support/online_tutorial/index.php
>
> MET Users Guide:
>    https://www.dtcenter.org/met/users/docs/overview.php
>
> MET FAQs:
>    https://www.dtcenter.org/met/users/support/faqs/index.php
>
> MET-Help Email Archive:
>    http://mailman.ucar.edu/pipermail/met_help
>
>                         Thank you,
>                         met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Hello,
>
> We are working on verifying probabilities in the grid_stat tool. I
have run
> the grid_stat module on PoP12 and 12 hour accumulated precipitation
> (generated from PCP_combine) following this example:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> .
> I have also consulted the FAQ Grid_Stat Verifying Probabilities 1
and 2 (
>
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> ).
>
> Our goal is to obtain the output for each of the threshold values
> specified in the forecast dictionary (the probability thresholds).
However,
> the output I obtain is broken up by the specified observation
cat_thresh
> only.
>
> Is there a way to obtain results for each of the individual
thresholds
> applied to both forecast and observations?
> More specifically, the pstd file would have a separate line for each
> combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0 and
observation
> >=0.0.
>
> ---
> As a side note, the examples on verifying probabilities using
Grid_stat do
> not have the upper threshold ending in 1.0.
> i.e in the example mentioned above:
> prob = TRUE;
> cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> >=0.8, >=0.9];
>
> However, when grid_stat is run this way I receive this error:
> check_prob_thresh() -> When verifying a probability field, you must
select
> at least 3 thresholds beginning with 0.0 and ending with 1.0.
>
> Thanks for any help you can provide!
>
> Best,
> Brooke Adams
>
> Scientific Programmer, AceInfo Solutions
> Supporting Meteorological Development Laboratory
>
>

--
Scientific Programmer, AceInfo Solutions
Supporting Meteorological Development Laboratory

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: John Halley Gotway
Time: Fri Oct 18 08:01:09 2019

Hello Brooke,

I see that you have a question about processing probabilistic data
using
the Grid-Stat tool in MET.

The Grid-Stat and Point-Stat tools in MET are used to compute
probabilistic verification statistics.  And the methodology is the
same in
both.  The user defines a list of forecast probability thresholds,
starting
at 0 and ending 1, and those are used to define N probability bins.
The
user also defines a single observation threshold which defines whether
or
not the event actually did occur.  Combined, these thresholds define
an Nx2
contingency table (where N is the number of probability bins and 2 is
for
whether or not the event occurred).  For each probability/observation
pair,
we increment the counts in one of those Nx2 table cells based on the
probability value and whether or not the obs met the threshold
criteria.

All of MET's probabilistic output in the PCT, PSTD, PJC, and PRC line
types
are derived from this Nx2 table, including statistics like
reliability,
resolution, and uncertainty.

The functionality your are requesting is in fact available in MET.  In
your
config file, just use the configuration option named "prob_as_scalar"
and
set:
   prob_as_scalar = TRUE;
Or if you're manually setting "prob = TRUE;" just remove that from
your
configuration and it'll be processed as a scalar field by default.

With these settings, instead of applying the probabilistic vx
methodology,
MET will process the data as it would any other scalar field, like 2-m
temperature or precipitation.  But I want to emphasize that the
resulting
statistics will be different.  For each pair of forecast/observation
threshold, you'll get a 2x2 contingency table in the CTC line type
from
which stats like PODY, CSI, and GSS can be derived.

Also note that for 2x2 tables, the number of forecast thresholds must
exactly match the number of observation thresholds.  So you'll need to
configure it like this to get 10 output CTC lines for these 2x2
tables:

fcst = {...
cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6, >=0.7,
>=0.8, >=0.9 ];
...}
obs = {...
cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
...}

And beware that ">0" is usually better than ">=0" since the latter is
always true, at least for fields like precip.

Is this what you were expecting?  Or were you expecting to get
probabilistic stats for each of these threshold combos?

Thanks,
John Halley Gotway

On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
> Transaction: Ticket created by brooke.karlee.adams at noaa.gov
>        Queue: met_help
>      Subject: Grid_Stat - Verifying Probabilities by threshold
>        Owner: Nobody
>   Requestors: brooke.karlee.adams at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
>
>
> Hello,
>
> We are working on verifying probabilities in the grid_stat tool. I
have run
> the grid_stat module on PoP12 and 12 hour accumulated precipitation
> (generated from PCP_combine) following this example:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> .
> I have also consulted the FAQ Grid_Stat Verifying Probabilities 1
and 2 (
>
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> ).
>
> Our goal is to obtain the output for each of the threshold values
> specified in the forecast dictionary (the probability thresholds).
However,
> the output I obtain is broken up by the specified observation
cat_thresh
> only.
>
> Is there a way to obtain results for each of the individual
thresholds
> applied to both forecast and observations?
> More specifically, the pstd file would have a separate line for each
> combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0 and
observation
> >=0.0.
>
> ---
> As a side note, the examples on verifying probabilities using
Grid_stat do
> not have the upper threshold ending in 1.0.
> i.e in the example mentioned above:
> prob = TRUE;
> cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> >=0.8, >=0.9];
>
> However, when grid_stat is run this way I receive this error:
> check_prob_thresh() -> When verifying a probability field, you must
select
> at least 3 thresholds beginning with 0.0 and ending with 1.0.
>
> Thanks for any help you can provide!
>
> Best,
> Brooke Adams
>
> Scientific Programmer, AceInfo Solutions
> Supporting Meteorological Development Laboratory
>
>

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: Brooke Adams - NOAA Affiliate
Time: Fri Oct 18 09:29:04 2019

John,

Thanks for the quick response.
Our goal is to generate probabilistic stats for each of these
threshold
combos. We specifically want the Brier score and reliability for each
probability and obs pair. Is this possible?

Thanks!

On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Hello Brooke,
>
> I see that you have a question about processing probabilistic data
using
> the Grid-Stat tool in MET.
>
> The Grid-Stat and Point-Stat tools in MET are used to compute
> probabilistic verification statistics.  And the methodology is the
same in
> both.  The user defines a list of forecast probability thresholds,
starting
> at 0 and ending 1, and those are used to define N probability bins.
The
> user also defines a single observation threshold which defines
whether or
> not the event actually did occur.  Combined, these thresholds define
an Nx2
> contingency table (where N is the number of probability bins and 2
is for
> whether or not the event occurred).  For each
probability/observation pair,
> we increment the counts in one of those Nx2 table cells based on the
> probability value and whether or not the obs met the threshold
criteria.
>
> All of MET's probabilistic output in the PCT, PSTD, PJC, and PRC
line types
> are derived from this Nx2 table, including statistics like
reliability,
> resolution, and uncertainty.
>
> The functionality your are requesting is in fact available in MET.
In your
> config file, just use the configuration option named
"prob_as_scalar" and
> set:
>    prob_as_scalar = TRUE;
> Or if you're manually setting "prob = TRUE;" just remove that from
your
> configuration and it'll be processed as a scalar field by default.
>
> With these settings, instead of applying the probabilistic vx
methodology,
> MET will process the data as it would any other scalar field, like
2-m
> temperature or precipitation.  But I want to emphasize that the
resulting
> statistics will be different.  For each pair of forecast/observation
> threshold, you'll get a 2x2 contingency table in the CTC line type
from
> which stats like PODY, CSI, and GSS can be derived.
>
> Also note that for 2x2 tables, the number of forecast thresholds
must
> exactly match the number of observation thresholds.  So you'll need
to
> configure it like this to get 10 output CTC lines for these 2x2
tables:
>
> fcst = {...
> cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> >=0.8, >=0.9 ];
> ...}
> obs = {...
> cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
> ...}
>
> And beware that ">0" is usually better than ">=0" since the latter
is
> always true, at least for fields like precip.
>
> Is this what you were expecting?  Or were you expecting to get
> probabilistic stats for each of these threshold combos?
>
> Thanks,
> John Halley Gotway
>
> On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA Affiliate via RT
<
> met_help at ucar.edu> wrote:
>
> >
> > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
> > Transaction: Ticket created by brooke.karlee.adams at noaa.gov
> >        Queue: met_help
> >      Subject: Grid_Stat - Verifying Probabilities by threshold
> >        Owner: Nobody
> >   Requestors: brooke.karlee.adams at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
> >
> >
> > Hello,
> >
> > We are working on verifying probabilities in the grid_stat tool. I
have
> run
> > the grid_stat module on PoP12 and 12 hour accumulated
precipitation
> > (generated from PCP_combine) following this example:
> >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> > .
> > I have also consulted the FAQ Grid_Stat Verifying Probabilities 1
and 2 (
> >
> >
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> > ).
> >
> > Our goal is to obtain the output for each of the threshold values
> > specified in the forecast dictionary (the probability thresholds).
> However,
> > the output I obtain is broken up by the specified observation
cat_thresh
> > only.
> >
> > Is there a way to obtain results for each of the individual
thresholds
> > applied to both forecast and observations?
> > More specifically, the pstd file would have a separate line for
each
> > combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0 and
> observation
> > >=0.0.
> >
> > ---
> > As a side note, the examples on verifying probabilities using
Grid_stat
> do
> > not have the upper threshold ending in 1.0.
> > i.e in the example mentioned above:
> > prob = TRUE;
> > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> > >=0.8, >=0.9];
> >
> > However, when grid_stat is run this way I receive this error:
> > check_prob_thresh() -> When verifying a probability field, you
must
> select
> > at least 3 thresholds beginning with 0.0 and ending with 1.0.
> >
> > Thanks for any help you can provide!
> >
> > Best,
> > Brooke Adams
> >
> > Scientific Programmer, AceInfo Solutions
> > Supporting Meteorological Development Laboratory
> >
> >
>
>

--
Scientific Programmer, AceInfo Solutions
Supporting Meteorological Development Laboratory

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: John Halley Gotway
Time: Wed Oct 23 16:21:38 2019

Brooke,

I've added Eric Gilleland to this ticket.  He's a statistician here at
NCAR
on the METplus team.

It sounds like you have a single probabilistic forecast field that
you're
evaluating.  For example, this might be a probability of precipitation
(POP) forecast.  And the probability forecast is for the event of
precipitation actually occurring in the observation, meaning an
observation threshold of >0.

You're running Grid-Stat with the following type of configuration
setting:
fcst = {...
prob = TRUE;
cat_thresh = [ ==0.1 ];
...}
obs = {...
cat_thresh = [ >0 ];
...}

And that result in a single Brier Score value summarizing the
performance
of the probability forecast across the full range of probability
values.

Instead, you'd like to get a separate Brier Score for each probability
bin... meaning 10 Brier Scores.

I do not think that's how the Brier Score works.  You compute a single
Brier Score for the full probability forecast, not separately for each
bin.  But it's possible that I don't understand this completely.

Eric, can you please look through this ticket and clarify anything I
may
have gotten wrong?

Thanks,
John

On Fri, Oct 18, 2019 at 9:29 AM Brooke Adams - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
>
> John,
>
> Thanks for the quick response.
> Our goal is to generate probabilistic stats for each of these
threshold
> combos. We specifically want the Brier score and reliability for
each
> probability and obs pair. Is this possible?
>
> Thanks!
>
> On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
> > Hello Brooke,
> >
> > I see that you have a question about processing probabilistic data
using
> > the Grid-Stat tool in MET.
> >
> > The Grid-Stat and Point-Stat tools in MET are used to compute
> > probabilistic verification statistics.  And the methodology is the
same
> in
> > both.  The user defines a list of forecast probability thresholds,
> starting
> > at 0 and ending 1, and those are used to define N probability
bins.  The
> > user also defines a single observation threshold which defines
whether or
> > not the event actually did occur.  Combined, these thresholds
define an
> Nx2
> > contingency table (where N is the number of probability bins and 2
is for
> > whether or not the event occurred).  For each
probability/observation
> pair,
> > we increment the counts in one of those Nx2 table cells based on
the
> > probability value and whether or not the obs met the threshold
criteria.
> >
> > All of MET's probabilistic output in the PCT, PSTD, PJC, and PRC
line
> types
> > are derived from this Nx2 table, including statistics like
reliability,
> > resolution, and uncertainty.
> >
> > The functionality your are requesting is in fact available in MET.
In
> your
> > config file, just use the configuration option named
"prob_as_scalar" and
> > set:
> >    prob_as_scalar = TRUE;
> > Or if you're manually setting "prob = TRUE;" just remove that from
your
> > configuration and it'll be processed as a scalar field by default.
> >
> > With these settings, instead of applying the probabilistic vx
> methodology,
> > MET will process the data as it would any other scalar field, like
2-m
> > temperature or precipitation.  But I want to emphasize that the
resulting
> > statistics will be different.  For each pair of
forecast/observation
> > threshold, you'll get a 2x2 contingency table in the CTC line type
from
> > which stats like PODY, CSI, and GSS can be derived.
> >
> > Also note that for 2x2 tables, the number of forecast thresholds
must
> > exactly match the number of observation thresholds.  So you'll
need to
> > configure it like this to get 10 output CTC lines for these 2x2
tables:
> >
> > fcst = {...
> > cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> > >=0.8, >=0.9 ];
> > ...}
> > obs = {...
> > cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
> > ...}
> >
> > And beware that ">0" is usually better than ">=0" since the latter
is
> > always true, at least for fields like precip.
> >
> > Is this what you were expecting?  Or were you expecting to get
> > probabilistic stats for each of these threshold combos?
> >
> > Thanks,
> > John Halley Gotway
> >
> > On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA Affiliate via
RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
> > > Transaction: Ticket created by brooke.karlee.adams at noaa.gov
> > >        Queue: met_help
> > >      Subject: Grid_Stat - Verifying Probabilities by threshold
> > >        Owner: Nobody
> > >   Requestors: brooke.karlee.adams at noaa.gov
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
> >
> > >
> > >
> > > Hello,
> > >
> > > We are working on verifying probabilities in the grid_stat tool.
I have
> > run
> > > the grid_stat module on PoP12 and 12 hour accumulated
precipitation
> > > (generated from PCP_combine) following this example:
> > >
> > >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> > > .
> > > I have also consulted the FAQ Grid_Stat Verifying Probabilities
1 and
> 2 (
> > >
> > >
> >
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> > > ).
> > >
> > > Our goal is to obtain the output for each of the threshold
values
> > > specified in the forecast dictionary (the probability
thresholds).
> > However,
> > > the output I obtain is broken up by the specified observation
> cat_thresh
> > > only.
> > >
> > > Is there a way to obtain results for each of the individual
thresholds
> > > applied to both forecast and observations?
> > > More specifically, the pstd file would have a separate line for
each
> > > combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0 and
> > observation
> > > >=0.0.
> > >
> > > ---
> > > As a side note, the examples on verifying probabilities using
Grid_stat
> > do
> > > not have the upper threshold ending in 1.0.
> > > i.e in the example mentioned above:
> > > prob = TRUE;
> > > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> > > >=0.8, >=0.9];
> > >
> > > However, when grid_stat is run this way I receive this error:
> > > check_prob_thresh() -> When verifying a probability field, you
must
> > select
> > > at least 3 thresholds beginning with 0.0 and ending with 1.0.
> > >
> > > Thanks for any help you can provide!
> > >
> > > Best,
> > > Brooke Adams
> > >
> > > Scientific Programmer, AceInfo Solutions
> > > Supporting Meteorological Development Laboratory
> > >
> > >
> >
> >
>
> --
> Scientific Programmer, AceInfo Solutions
> Supporting Meteorological Development Laboratory
>
>

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: John L Wagner - NOAA Federal
Time: Thu Oct 24 12:43:27 2019

Hi John
Our goal at the moment is to build the reliability diagrams for PoP12
(below) using MET.  This requires us to compute a reliability score
for
each category/probability level.
I'm attaching 2 files that hopefully show the output that we need.
NDFD_reliability_grid.txt is the file that we feed into our database.
For
each station, projection, element, and cycle (the first 4 columns), we
need
a pair of values, consisting of the cumulative reliability score and a
non-cumulative case count for each probability level, which are used
to
produce the images like the one below, plotting the numbers by the
centerpoint of each bin.
The second file, reliability_US_NDFD_INC_201909-201901.csv, is another
example of how we use this data.  Here, we use the frequency of cases
in
each bin instead of the actual bin counts.
Is there a way to replicate the functionality from either file with
the
current version of MET?  Our attempts so far testing different
thresholds
for fcst and obs have only produced a single reliability score for all
probability levels, not individual scores for each probability level.
Any
guidance you can provide would be greatly appreciated.  If its useful,
we
can point you to the config files we've been testing with once WCOSS
is
returned to us.
Thanks
John


[image: ReliabilityDiagram.png]

>
> ---------- Forwarded message ---------
>>>>>> From: John Halley Gotway via RT <met_help at ucar.edu>
>>>>>> Date: Wed, Oct 23, 2019 at 6:21 PM
>>>>>> Subject: Re: [rt.rap.ucar.edu #92706] Grid_Stat - Verifying
>>>>>> Probabilities by threshold
>>>>>> To: <brooke.karlee.adams at noaa.gov>
>>>>>> Cc: <ericg at ucar.edu>
>>>>>>
>>>>>>
>>>>>> Brooke,
>>>>>>
>>>>>> I've added Eric Gilleland to this ticket.  He's a statistician
here
>>>>>> at NCAR
>>>>>> on the METplus team.
>>>>>>
>>>>>> It sounds like you have a single probabilistic forecast field
that
>>>>>> you're
>>>>>> evaluating.  For example, this might be a probability of
precipitation
>>>>>> (POP) forecast.  And the probability forecast is for the event
of
>>>>>> precipitation actually occurring in the observation, meaning an
>>>>>> observation threshold of >0.
>>>>>>
>>>>>> You're running Grid-Stat with the following type of
configuration
>>>>>> setting:
>>>>>> fcst = {...
>>>>>> prob = TRUE;
>>>>>> cat_thresh = [ ==0.1 ];
>>>>>> ...}
>>>>>> obs = {...
>>>>>> cat_thresh = [ >0 ];
>>>>>> ...}
>>>>>>
>>>>>> And that result in a single Brier Score value summarizing the
>>>>>> performance
>>>>>> of the probability forecast across the full range of
probability
>>>>>> values.
>>>>>>
>>>>>> Instead, you'd like to get a separate Brier Score for each
probability
>>>>>> bin... meaning 10 Brier Scores.
>>>>>>
>>>>>> I do not think that's how the Brier Score works.  You compute a
single
>>>>>> Brier Score for the full probability forecast, not separately
for each
>>>>>> bin.  But it's possible that I don't understand this
completely.
>>>>>>
>>>>>> Eric, can you please look through this ticket and clarify
anything I
>>>>>> may
>>>>>> have gotten wrong?
>>>>>>
>>>>>> Thanks,
>>>>>> John
>>>>>>
>>>>>> On Fri, Oct 18, 2019 at 9:29 AM Brooke Adams - NOAA Affiliate
via RT <
>>>>>> met_help at ucar.edu> wrote:
>>>>>>
>>>>>> >
>>>>>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
>
>>>>>> >
>>>>>> > John,
>>>>>> >
>>>>>> > Thanks for the quick response.
>>>>>> > Our goal is to generate probabilistic stats for each of these
>>>>>> threshold
>>>>>> > combos. We specifically want the Brier score and reliability
for
>>>>>> each
>>>>>> > probability and obs pair. Is this possible?
>>>>>> >
>>>>>> > Thanks!
>>>>>> >
>>>>>> > On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT <
>>>>>> > met_help at ucar.edu> wrote:
>>>>>> >
>>>>>> > > Hello Brooke,
>>>>>> > >
>>>>>> > > I see that you have a question about processing
probabilistic
>>>>>> data using
>>>>>> > > the Grid-Stat tool in MET.
>>>>>> > >
>>>>>> > > The Grid-Stat and Point-Stat tools in MET are used to
compute
>>>>>> > > probabilistic verification statistics.  And the methodology
is
>>>>>> the same
>>>>>> > in
>>>>>> > > both.  The user defines a list of forecast probability
thresholds,
>>>>>> > starting
>>>>>> > > at 0 and ending 1, and those are used to define N
probability
>>>>>> bins.  The
>>>>>> > > user also defines a single observation threshold which
defines
>>>>>> whether or
>>>>>> > > not the event actually did occur.  Combined, these
thresholds
>>>>>> define an
>>>>>> > Nx2
>>>>>> > > contingency table (where N is the number of probability
bins and
>>>>>> 2 is for
>>>>>> > > whether or not the event occurred).  For each
>>>>>> probability/observation
>>>>>> > pair,
>>>>>> > > we increment the counts in one of those Nx2 table cells
based on
>>>>>> the
>>>>>> > > probability value and whether or not the obs met the
threshold
>>>>>> criteria.
>>>>>> > >
>>>>>> > > All of MET's probabilistic output in the PCT, PSTD, PJC,
and PRC
>>>>>> line
>>>>>> > types
>>>>>> > > are derived from this Nx2 table, including statistics like
>>>>>> reliability,
>>>>>> > > resolution, and uncertainty.
>>>>>> > >
>>>>>> > > The functionality your are requesting is in fact available
in
>>>>>> MET.  In
>>>>>> > your
>>>>>> > > config file, just use the configuration option named
>>>>>> "prob_as_scalar" and
>>>>>> > > set:
>>>>>> > >    prob_as_scalar = TRUE;
>>>>>> > > Or if you're manually setting "prob = TRUE;" just remove
that
>>>>>> from your
>>>>>> > > configuration and it'll be processed as a scalar field by
default.
>>>>>> > >
>>>>>> > > With these settings, instead of applying the probabilistic
vx
>>>>>> > methodology,
>>>>>> > > MET will process the data as it would any other scalar
field,
>>>>>> like 2-m
>>>>>> > > temperature or precipitation.  But I want to emphasize that
the
>>>>>> resulting
>>>>>> > > statistics will be different.  For each pair of
>>>>>> forecast/observation
>>>>>> > > threshold, you'll get a 2x2 contingency table in the CTC
line
>>>>>> type from
>>>>>> > > which stats like PODY, CSI, and GSS can be derived.
>>>>>> > >
>>>>>> > > Also note that for 2x2 tables, the number of forecast
thresholds
>>>>>> must
>>>>>> > > exactly match the number of observation thresholds.  So
you'll
>>>>>> need to
>>>>>> > > configure it like this to get 10 output CTC lines for these
2x2
>>>>>> tables:
>>>>>> > >
>>>>>> > > fcst = {...
>>>>>> > > cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>=0.6,
>>>>>> >=0.7,
>>>>>> > > >=0.8, >=0.9 ];
>>>>>> > > ...}
>>>>>> > > obs = {...
>>>>>> > > cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
>>>>>> > > ...}
>>>>>> > >
>>>>>> > > And beware that ">0" is usually better than ">=0" since the
>>>>>> latter is
>>>>>> > > always true, at least for fields like precip.
>>>>>> > >
>>>>>> > > Is this what you were expecting?  Or were you expecting to
get
>>>>>> > > probabilistic stats for each of these threshold combos?
>>>>>> > >
>>>>>> > > Thanks,
>>>>>> > > John Halley Gotway
>>>>>> > >
>>>>>> > > On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA
Affiliate via
>>>>>> RT <
>>>>>> > > met_help at ucar.edu> wrote:
>>>>>> > >
>>>>>> > > >
>>>>>> > > > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
>>>>>> > > > Transaction: Ticket created by
brooke.karlee.adams at noaa.gov
>>>>>> > > >        Queue: met_help
>>>>>> > > >      Subject: Grid_Stat - Verifying Probabilities by
threshold
>>>>>> > > >        Owner: Nobody
>>>>>> > > >   Requestors: brooke.karlee.adams at noaa.gov
>>>>>> > > >       Status: new
>>>>>> > > >  Ticket <URL:
>>>>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
>>>>>> > >
>>>>>> > > >
>>>>>> > > >
>>>>>> > > > Hello,
>>>>>> > > >
>>>>>> > > > We are working on verifying probabilities in the
grid_stat
>>>>>> tool. I have
>>>>>> > > run
>>>>>> > > > the grid_stat module on PoP12 and 12 hour accumulated
>>>>>> precipitation
>>>>>> > > > (generated from PCP_combine) following this example:
>>>>>> > > >
>>>>>> > > >
>>>>>> > >
>>>>>> >
>>>>>>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
>>>>>> > > > .
>>>>>> > > > I have also consulted the FAQ Grid_Stat Verifying
Probabilities
>>>>>> 1 and
>>>>>> > 2 (
>>>>>> > > >
>>>>>> > > >
>>>>>> > >
>>>>>> >
>>>>>>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
>>>>>> > > > ).
>>>>>> > > >
>>>>>> > > > Our goal is to obtain the output for each of the
threshold
>>>>>> values
>>>>>> > > > specified in the forecast dictionary (the probability
>>>>>> thresholds).
>>>>>> > > However,
>>>>>> > > > the output I obtain is broken up by the specified
observation
>>>>>> > cat_thresh
>>>>>> > > > only.
>>>>>> > > >
>>>>>> > > > Is there a way to obtain results for each of the
individual
>>>>>> thresholds
>>>>>> > > > applied to both forecast and observations?
>>>>>> > > > More specifically, the pstd file would have a separate
line for
>>>>>> each
>>>>>> > > > combination of probability >=0.0, >=0.1,. >=0.2, ....
>=1.0 and
>>>>>> > > observation
>>>>>> > > > >=0.0.
>>>>>> > > >
>>>>>> > > > ---
>>>>>> > > > As a side note, the examples on verifying probabilities
using
>>>>>> Grid_stat
>>>>>> > > do
>>>>>> > > > not have the upper threshold ending in 1.0.
>>>>>> > > > i.e in the example mentioned above:
>>>>>> > > > prob = TRUE;
>>>>>> > > > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>=0.6,
>>>>>> >=0.7,
>>>>>> > > > >=0.8, >=0.9];
>>>>>> > > >
>>>>>> > > > However, when grid_stat is run this way I receive this
error:
>>>>>> > > > check_prob_thresh() -> When verifying a probability
field, you
>>>>>> must
>>>>>> > > select
>>>>>> > > > at least 3 thresholds beginning with 0.0 and ending with
1.0.
>>>>>> > > >
>>>>>> > > > Thanks for any help you can provide!
>>>>>> > > >
>>>>>> > > > Best,
>>>>>> > > > Brooke Adams
>>>>>> > > >
>>>>>> > > > Scientific Programmer, AceInfo Solutions
>>>>>> > > > Supporting Meteorological Development Laboratory
>>>>>> > > >
>>>>>> > > >
>>>>>> > >
>>>>>> > >
>>>>>> >
>>>>>> > --
>>>>>> > Scientific Programmer, AceInfo Solutions
>>>>>> > Supporting Meteorological Development Laboratory
>>>>>> >
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Scientific Programmer, AceInfo Solutions
>>>>>> Supporting Meteorological Development Laboratory
>>>>>>
>>>>>>
>>>>
>>>> --
>>>> John Wagner
>>>> Verification Task Lead
>>>> COR Task Manager
>>>> NOAA/National Weather Service
>>>> Meteorological Development Laboratory
>>>> Digital Forecast Services Branch
>>>> SSMC2 Room 10106
>>>> Silver Spring, MD 20910
>>>> (301) 427-9471 (office)
>>>> (908) 902-4155 (cell/text)
>>>>
>>>
>>
>> --
>> John Wagner
>> Verification Task Lead
>> COR Task Manager
>> NOAA/National Weather Service
>> Meteorological Development Laboratory
>> Digital Forecast Services Branch
>> SSMC2 Room 10106
>> Silver Spring, MD 20910
>> (301) 427-9471 (office)
>> (908) 902-4155 (cell/text)
>>
>
>
> --
> Scientific Programmer, AceInfo Solutions
> Supporting Meteorological Development Laboratory
>
>

--
John Wagner
Verification Task Lead
COR Task Manager
NOAA/National Weather Service
Meteorological Development Laboratory
Digital Forecast Services Branch
SSMC2 Room 10106
Silver Spring, MD 20910
(301) 427-9471 (office)
(908) 902-4155 (cell/text)

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: John L Wagner - NOAA Federal
Time: Thu Oct 24 12:43:27 2019

BOU|12|po|12|{{0.001,97144},{0.025,89240},{0.121,59675},{0.214,25871},{0.329,10419},{0.518,5415},{0.451,3653},{0.706,3862},{0.903,5149},{0.975,3569},{1.000,323},{999,0}}|304320|.112|201909|NDFD
GJT|12|po|12|{{0.002,142707},{0.012,121820},{0.024,78669},{0.138,59945},{0.299,46032},{0.479,33255},{0.620,18029},{0.699,10385},{0.897,10738},{0.986,5645},{1.000,271},{999,0}}|527496|.143|201909|NDFD
PUB|12|po|12|{{0.001,61120},{0.009,108467},{0.047,92261},{0.174,28576},{0.257,12985},{0.372,5218},{0.442,7917},{0.566,7085},{0.782,4967},{0.889,5293},{0.968,599},{999,0}}|334488|.097|201909|NDFD
LOT|12|po|12|{{0.000,20137},{0.002,30399},{0.063,19335},{0.201,19247},{0.389,9433},{0.526,13341},{0.769,14463},{0.934,5931},{0.955,2444},{0.977,2807},{0.974,6346},{1.000,9909}}|153792|.349|201909|NDFD
ILX|12|po|12|{{0.000,38060},{0.000,45390},{0.037,30935},{0.135,32773},{0.407,17658},{0.774,12220},{0.863,4122},{1.000,3169},{0.972,3990},{0.852,8891},{0.886,2793},{1.000,1911}}|201912|.222|201909|NDFD
IND|12|po|12|{{0.000,44597},{0.001,27401},{0.046,44991},{0.206,23779},{0.215,7757},{0.512,5991},{0.650,4622},{0.712,3131},{0.910,763},{999,0},{999,0},{999,0}}|163032|.108|201909|NDFD
IWX|12|po|12|{{0.000,48201},{0.001,21544},{0.117,21530},{0.501,19775},{0.444,17978},{0.661,12426},{0.818,4406},{0.798,9439},{0.851,5857},{0.904,4755},{0.963,4177},{999,0}}|170088|.312|201909|NDFD
DVN|12|po|12|{{0.000,27573},{0.026,33815},{0.095,48562},{0.211,17549},{0.326,15095},{0.516,18056},{0.750,9781},{0.844,13557},{0.888,8247},{0.976,7608},{1.000,5703},{1.000,7862}}|213408|.331|201909|NDFD
DMX|12|po|12|{{0.014,52120},{0.069,60672},{0.266,50951},{0.441,25504},{0.532,19265},{0.758,15611},{0.927,17731},{0.986,18765},{0.992,14905},{0.941,13600},{0.979,5229},{1.000,4327}}|298680|.414|201909|NDFD
DDC|12|po|12|{{0.002,58471},{0.019,38022},{0.062,63132},{0.210,43303},{0.464,16847},{0.558,4995},{0.395,2267},{0.204,921},{0.318,66},{999,0},{999,0},{999,0}}|228024|.112|201909|NDFD
GLD|12|po|12|{{0.007,48256},{0.028,72368},{0.042,44508},{0.137,32684},{0.241,11875},{0.320,3214},{0.420,1894},{0.271,1249},{999,0},{999,0},{999,0},{999,0}}|216048|.064|201909|NDFD
TOP|12|po|12|{{0.000,46541},{0.000,22563},{0.101,27226},{0.160,21697},{0.627,12812},{0.693,7516},{0.785,5509},{0.721,3450},{0.461,6365},{0.915,3741},{0.766,3976},{0.894,772}}|162168|.224|201909|NDFD
ICT|12|po|12|{{0.000,28074},{0.007,57893},{0.025,55307},{0.245,28764},{0.516,18524},{0.781,11163},{0.766,6373},{0.692,3579},{0.930,4232},{0.732,1255},{0.408,1573},{0.978,2095}}|218832|.192|201909|NDFD
JKL|12|po|12|{{0.004,23816},{0.014,31804},{0.119,35832},{0.282,16451},{0.504,3785},{0.542,5098},{0.663,2422},{999,0},{999,0},{999,0},{999,0},{999,0}}|119208|.132|201909|NDFD
LMK|12|po|12|{{0.003,31477},{0.003,83852},{0.058,54049},{0.174,17276},{0.355,3796},{0.562,3578},{0.560,2967},{0.457,3549},{999,0},{999,0},{999,0},{999,0}}|200544|.065|201909|NDFD
PAH|12|po|12|{{0.000,64731},{0.007,76758},{0.049,53801},{0.309,28259},{0.362,13375},{0.597,12111},{0.749,698},{0.220,59},{999,0},{999,0},{999,0},{999,0}}|249792|.098|201909|NDFD
DTX|12|po|12|{{0.002,52292},{0.053,64045},{0.203,68269},{0.367,50740},{0.576,35224},{0.780,27625},{0.866,27199},{0.938,24166},{0.977,9667},{0.991,24233},{0.991,10777},{0.995,2411}}|396648|.430|201909|NDFD
APX|12|po|12|{{0.006,30806},{0.020,39000},{0.206,29931},{0.332,24968},{0.722,9105},{0.767,12965},{0.931,7345},{0.943,11488},{0.887,14351},{0.786,9753},{0.940,12314},{1.000,3486}}|205512|.414|201909|NDFD
GRR|12|po|12|{{0.001,39040},{0.074,9861},{0.094,23776},{0.161,21602},{0.427,10573},{0.599,8006},{0.683,8859},{0.869,18083},{0.884,7290},{0.949,4869},{0.995,7842},{0.999,1983}}|161784|.361|201909|NDFD
MQT|12|po|12|{{0.001,31750},{0.085,122496},{0.116,132935},{0.236,51486},{0.401,49074},{0.635,40249},{0.706,25445},{0.774,17832},{0.888,13385},{0.994,18862},{1.000,9322},{1.000,20}}|512856|.302|201909|NDFD
DLH|12|po|12|{{0.025,43343},{0.035,55814},{0.051,70550},{0.388,48417},{0.561,29442},{0.787,25603},{0.830,22440},{0.911,20335},{0.962,18780},{0.994,28262},{1.000,23096},{0.990,13566}}|399648|.455|201909|NDFD
MPX|12|po|12|{{0.000,58644},{0.019,72065},{0.140,59314},{0.273,43293},{0.518,33897},{0.702,20104},{0.855,13535},{0.929,13387},{0.895,12584},{0.953,17920},{0.991,19452},{1.000,4253}}|368448|.350|201909|NDFD
EAX|12|po|12|{{0.000,44384},{0.008,64706},{0.064,45359},{0.186,25965},{0.248,9263},{0.327,6279},{0.608,9762},{0.820,16456},{0.892,9394},{0.847,8416},{0.943,2399},{0.994,8585}}|250968|.232|201909|NDFD
SGF|12|po|12|{{0.004,26052},{0.024,71910},{0.062,44754},{0.148,38945},{0.408,19392},{0.412,13193},{0.617,11282},{0.717,10414},{0.799,6299},{0.972,5314},{1.000,2058},{1.000,2339}}|251952|.209|201909|NDFD
LSX|12|po|12|{{0.000,22556},{0.002,59859},{0.048,70944},{0.217,56653},{0.481,14337},{0.451,15200},{0.528,9474},{0.608,6793},{0.960,3109},{0.978,4899},{0.997,7254},{1.000,1970}}|273048|.204|201909|NDFD
GID|12|po|12|{{0.006,43223},{0.028,29118},{0.050,53978},{0.107,47104},{0.408,13281},{0.655,7886},{0.702,3049},{0.796,2903},{0.330,734},{0.592,586},{0.757,74},{999,0}}|201936|.121|201909|NDFD
LBF|12|po|12|{{0.000,30147},{0.007,125272},{0.097,89372},{0.284,45338},{0.224,17025},{0.145,14883},{0.285,15342},{0.672,9206},{0.854,2834},{1.000,231},{1.000,486},{999,0}}|350136|.120|201909|NDFD
OAX|12|po|12|{{0.000,24388},{0.000,44812},{0.131,43179},{0.287,38408},{0.453,24176},{0.595,13960},{0.689,12872},{0.722,12237},{0.696,5724},{0.979,4023},{0.999,3698},{0.992,5011}}|232488|.302|201909|NDFD
BIS|12|po|12|{{0.006,143942},{0.035,65887},{0.076,36504},{0.266,58996},{0.573,36368},{0.540,31411},{0.659,24423},{0.908,30566},{0.917,34036},{0.987,35394},{0.997,30201},{1.000,56408}}|584136|.438|201909|NDFD
FGF|12|po|12|{{0.002,97132},{0.034,74087},{0.133,48653},{0.371,49124},{0.536,37671},{0.646,20388},{0.817,17747},{0.809,22500},{0.917,28360},{0.966,29153},{1.000,15281},{1.000,43936}}|484032|.427|201909|NDFD
ABR|12|po|12|{{0.000,66293},{0.044,87992},{0.219,49552},{0.201,21838},{0.165,28949},{0.375,23390},{0.709,20327},{0.756,11142},{0.883,8746},{0.905,9302},{0.898,6873},{0.998,1044}}|335448|.235|201909|NDFD
UNR|12|po|12|{{0.006,86976},{0.035,96454},{0.158,80998},{0.468,41170},{0.580,23627},{0.729,21932},{0.850,34369},{0.765,15757},{0.891,12346},{0.983,17613},{1.000,17674},{1.000,3244}}|452160|.345|201909|NDFD
FSD|12|po|12|{{0.000,38367},{0.014,66364},{0.098,79654},{0.488,27042},{0.438,25090},{0.441,13166},{0.563,21651},{0.680,16875},{0.863,12049},{0.911,7449},{0.981,309},{999,0}}|308016|.259|201909|NDFD
GRB|12|po|12|{{0.000,9453},{0.006,44653},{0.113,36856},{0.328,31601},{0.390,21479},{0.592,12204},{0.760,11567},{0.656,16742},{0.968,9319},{1.000,10042},{1.000,5360},{1.000,52}}|209328|.357|201909|NDFD
ARX|12|po|12|{{0.000,37504},{0.014,35870},{0.125,39406},{0.455,21818},{0.726,9521},{0.839,15401},{0.800,10024},{0.923,9471},{0.993,8789},{0.993,10546},{0.999,13809},{1.000,3361}}|215520|.410|201909|NDFD
MKX|12|po|12|{{0.000,38027},{0.009,70323},{0.099,44674},{0.276,37069},{0.347,20508},{0.583,22784},{0.751,16848},{0.803,16709},{0.904,9784},{0.941,15073},{0.958,9722},{1.000,9327}}|310848|.333|201909|NDFD
CYS|12|po|12|{{0.000,117570},{0.005,81957},{0.130,50390},{0.244,29546},{0.378,22259},{0.639,20029},{0.809,16052},{0.897,18879},{0.970,16308},{0.998,4927},{1.000,433},{1.000,106}}|378456|.229|201909|NDFD
RIW|12|po|12|{{0.001,170186},{0.002,97304},{0.073,54557},{0.216,38636},{0.418,38506},{0.564,39932},{0.743,38391},{0.897,33319},{0.949,36425},{0.970,33879},{1.000,23827},{1.000,9006}}|613968|.342|201909|NDFD
CAR|12|po|12|{{0.001,58400},{0.017,61650},{0.097,46522},{0.333,15839},{0.326,6745},{0.714,4160},{0.879,5645},{0.933,9893},{0.933,12219},{0.940,15868},{0.954,8500},{0.979,12247}}|257688|.297|201909|NDFD
GYX|12|po|12|{{0.001,87558},{0.009,57179},{0.040,41000},{0.259,19325},{0.475,16791},{0.639,12048},{0.757,11762},{0.855,10732},{0.900,8789},{0.943,9165},{1.000,9388},{1.000,1791}}|285528|.241|201909|NDFD
BOX|12|po|12|{{0.000,61294},{0.008,54153},{0.047,28490},{0.183,16513},{0.399,11707},{0.659,7107},{0.899,4566},{0.999,5714},{1.000,9354},{1.000,4777},{1.000,565},{999,0}}|204240|.189|201909|NDFD
PHI|12|po|12|{{0.000,27922},{0.008,60371},{0.064,49643},{0.160,20516},{0.335,14431},{0.450,8628},{0.785,4850},{0.909,6588},{0.953,2791},{0.997,3066},{1.000,675},{1.000,55}}|199536|.160|201909|NDFD
ALY|12|po|12|{{0.000,33733},{0.000,34823},{0.074,25714},{0.316,15811},{0.437,11035},{0.591,6938},{0.530,17064},{0.816,9095},{0.856,4921},{1.000,1276},{0.999,4510},{1.000,992}}|165912|.261|201909|NDFD
BGM|12|po|12|{{0.000,43378},{0.000,18488},{0.026,33252},{0.167,15254},{0.289,19298},{0.490,12890},{0.593,8356},{0.678,20425},{0.843,10080},{0.918,4317},{0.966,2028},{0.995,1258}}|189024|.263|201909|NDFD
BUF|12|po|12|{{0.000,42155},{0.000,25697},{0.018,34810},{0.037,31410},{0.298,19978},{0.563,18016},{0.547,9987},{0.748,15885},{0.833,13755},{0.892,7261},{0.944,7580},{0.950,1610}}|228144|.271|201909|NDFD
OKX|12|po|12|{{0.000,20937},{0.001,38772},{0.031,24700},{0.121,8977},{0.659,5383},{0.921,2498},{0.836,4289},{0.755,6780},{0.998,3488},{999,0},{999,0},{999,0}}|115824|.172|201909|NDFD
MHX|12|po|12|{{0.000,25624},{0.002,33588},{0.046,48986},{0.225,16258},{0.620,13806},{0.608,8910},{0.995,1425},{0.998,570},{1.000,466},{1.000,28},{0.926,3674},{1.000,2833}}|156168|.184|201909|NDFD
RAH|12|po|12|{{0.000,37989},{0.000,23604},{0.049,53253},{0.144,27868},{0.113,12404},{0.289,5059},{0.387,3433},{0.000,331},{0.000,396},{0.000,486},{0.318,1137},{999,0}}|165960|.067|201909|NDFD
ILM|12|po|12|{{0.000,16374},{0.002,51692},{0.028,35295},{0.221,14111},{0.436,6831},{0.779,7443},{0.718,2276},{0.608,822},{0.608,625},{0.405,390},{1.000,149},{999,0}}|136008|.116|201909|NDFD
CLE|12|po|12|{{0.000,19296},{0.020,67246},{0.240,60150},{0.340,48393},{0.436,17407},{0.474,9474},{0.569,7296},{0.738,14325},{0.740,8342},{0.906,1421},{0.956,618},{999,0}}|253968|.264|201909|NDFD
ILN|12|po|12|{{0.003,46804},{0.003,41004},{0.065,45215},{0.166,48276},{0.203,10550},{0.565,7688},{0.342,3800},{0.416,5769},{0.823,479},{1.000,79},{999,0},{999,0}}|209664|.104|201909|NDFD
PBZ|12|po|12|{{0.000,23623},{0.007,35189},{0.090,54057},{0.127,24822},{0.492,24689},{0.554,12260},{0.435,5805},{0.827,11473},{0.676,1491},{0.742,2263},{0.998,2136},{999,0}}|197808|.223|201909|NDFD
CTP|12|po|12|{{0.000,50138},{0.014,36369},{0.047,45897},{0.116,22987},{0.355,11051},{0.533,14281},{0.656,19718},{0.697,23780},{0.736,12963},{0.911,6863},{1.000,153},{999,0}}|244200|.255|201909|NDFD
CHS|12|po|12|{{0.001,50846},{0.005,40382},{0.063,37223},{0.388,26369},{0.588,10220},{0.839,2216},{0.972,4816},{0.932,1711},{999,0},{1.000,1},{999,0},{999,0}}|173784|.155|201909|NDFD
CAE|12|po|12|{{0.000,28081},{0.003,32643},{0.062,50622},{0.372,16446},{0.746,4956},{0.922,1529},{1.000,845},{1.000,430},{999,0},{999,0},{999,0},{999,0}}|135552|.116|201909|NDFD
GSP|12|po|12|{{0.001,7986},{0.000,82120},{0.054,45474},{0.144,33509},{0.287,16292},{0.559,10451},{0.813,7680},{0.879,7093},{0.993,590},{1.000,173},{999,0},{999,0}}|211368|.147|201909|NDFD
BTV|12|po|12|{{0.000,54771},{0.000,21381},{0.064,22561},{0.151,17509},{0.323,10204},{0.616,9855},{0.592,8490},{0.845,5468},{0.936,5823},{0.951,6438},{0.979,10235},{1.000,881}}|173616|.263|201909|NDFD
LWX|12|po|12|{{0.019,22694},{0.003,49339},{0.038,42323},{0.307,37460},{0.468,27490},{0.516,26513},{0.746,9556},{0.453,243},{0.453,212},{0.650,303},{0.869,107},{999,0}}|216240|.221|201909|NDFD
RNK|12|po|12|{{0.000,34325},{0.008,34101},{0.085,40993},{0.240,41852},{0.368,27809},{0.456,14741},{0.735,4731},{0.725,2741},{0.796,475},{999,0},{999,0},{999,0}}|201768|.181|201909|NDFD
AKQ|12|po|12|{{0.006,65335},{0.018,49680},{0.086,54575},{0.246,33137},{0.250,23063},{0.396,9154},{0.529,3509},{0.687,1141},{0.933,578},{0.765,571},{0.972,1830},{1.000,4099}}|246672|.134|201909|NDFD
RLX|12|po|12|{{0.000,66854},{0.025,19856},{0.107,42380},{0.135,44349},{0.422,23648},{0.602,18000},{0.793,2416},{0.918,8601},{999,0},{999,0},{999,0},{999,0}}|226104|.184|201909|NDFD
BMX|12|po|12|{{0.002,44637},{0.013,73780},{0.067,90341},{0.104,47759},{0.178,9725},{0.480,8284},{0.384,4498},{999,0},{999,0},{999,0},{999,0},{999,0}}|279024|.070|201909|NDFD
HUN|12|po|12|{{0.001,26827},{0.013,16301},{0.064,16473},{0.150,14762},{0.301,11853},{0.661,5435},{0.651,413},{999,0},{999,0},{999,0},{999,0},{999,0}}|92064|.119|201909|NDFD
MOB|12|po|12|{{0.001,19580},{0.011,65818},{0.062,105207},{0.152,48814},{0.346,6300},{0.645,7907},{0.807,5934},{999,0},{999,0},{999,0},{999,0},{999,0}}|259560|.103|201909|NDFD
LZK|12|po|12|{{0.000,5910},{0.010,96474},{0.047,105497},{0.214,49399},{0.506,21470},{0.662,19912},{0.664,9882},{0.748,10496},{0.988,6332},{0.893,7076},{1.000,24},{999,0}}|332472|.203|201909|NDFD
JAX|12|po|12|{{0.011,41358},{0.022,65682},{0.047,45006},{0.280,31045},{0.515,23683},{0.520,17988},{0.800,10201},{0.923,6900},{0.943,4936},{0.934,1018},{0.973,631},{999,0}}|248448|.221|201909|NDFD
EYW|12|po|12|{{999,0},{0.000,13153},{0.152,50398},{0.290,38331},{0.382,34590},{0.436,17827},{0.722,46896},{0.812,10468},{0.894,6837},{1.000,3492},{1.000,2024},{999,0}}|224016|.419|201909|NDFD
MLB|12|po|12|{{0.000,7811},{0.007,33818},{0.067,34534},{0.371,45196},{0.535,29316},{0.806,14154},{0.768,8339},{0.768,14527},{0.982,10237},{1.000,1151},{1.000,1033},{1.000,236}}|200352|.382|201909|NDFD
MFL|12|po|12|{{0.000,5559},{0.002,40571},{0.072,34232},{0.215,53305},{0.428,30462},{0.664,24168},{0.695,13763},{0.883,19309},{0.905,8932},{1.000,748},{1.000,595},{1.000,892}}|232536|.344|201909|NDFD
TAE|12|po|12|{{0.012,51104},{0.004,139926},{0.035,128447},{0.244,41013},{0.534,11917},{0.657,6792},{0.583,5844},{1.000,133},{999,0},{999,0},{999,0},{999,0}}|385176|.078|201909|NDFD
TBW|12|po|12|{{0.005,66890},{0.040,37641},{0.150,59447},{0.327,38971},{0.544,21857},{0.662,11126},{0.872,10423},{0.931,8361},{0.988,4460},{999,0},{999,0},{999,0}}|259176|.247|201909|NDFD
FFC|12|po|12|{{0.000,22362},{0.000,134457},{0.040,80301},{0.251,47236},{0.367,17505},{0.505,11573},{0.732,3302},{0.927,616},{999,0},{999,0},{999,0},{999,0}}|317352|.096|201909|NDFD
LCH|12|po|12|{{0.000,2669},{0.001,77371},{0.060,72030},{0.290,45867},{0.553,36658},{0.647,26259},{0.781,27891},{0.858,14388},{0.980,10812},{1.000,8852},{1.000,6622},{1.000,1973}}|331392|.353|201909|NDFD
LIX|12|po|12|{{0.001,70128},{0.018,48573},{0.080,77369},{0.289,64946},{0.388,51237},{0.565,35210},{0.672,9903},{0.831,9685},{0.893,6962},{0.948,6934},{0.995,7111},{1.000,334}}|388392|.259|201909|NDFD
SHV|12|po|12|{{0.036,52780},{0.021,37044},{0.042,116540},{0.279,79269},{0.385,19415},{0.699,13006},{0.663,11648},{0.695,8438},{0.852,5533},{0.979,7183},{999,0},{999,0}}|350856|.204|201909|NDFD
JAN|12|po|12|{{0.001,46400},{0.008,132351},{0.049,99680},{0.158,35958},{0.372,12196},{0.585,6518},{0.754,12356},{0.669,1319},{0.691,805},{0.827,81},{999,0},{999,0}}|347664|.089|201909|NDFD
ABQ|12|po|12|{{0.000,17992},{0.000,226348},{0.023,205661},{0.148,145837},{0.407,111713},{0.509,72170},{0.662,48474},{0.759,28938},{0.847,16964},{0.853,1615},{999,0},{999,0}}|875712|.204|201909|NDFD
OUN|12|po|12|{{0.001,123018},{0.014,59655},{0.033,96578},{0.120,68129},{0.262,45446},{0.553,29627},{0.620,25762},{0.678,16780},{0.592,5207},{0.739,6167},{1.000,3367},{999,0}}|479736|.165|201909|NDFD
TSA|12|po|12|{{0.000,45443},{0.017,42704},{0.036,66675},{0.193,22485},{0.261,17008},{0.450,20059},{0.542,10451},{0.718,9083},{0.942,9217},{0.902,5567},{0.994,10645},{1.000,1135}}|260472|.225|201909|NDFD
MEG|12|po|12|{{0.000,61352},{0.008,85219},{0.039,84802},{0.168,37504},{0.485,13764},{0.701,12977},{0.692,3447},{0.983,2444},{1.000,1251},{999,0},{999,0},{999,0}}|302760|.106|201909|NDFD
MRX|12|po|12|{{0.000,24709},{0.007,45366},{0.052,37926},{0.221,32854},{0.482,13847},{0.695,7607},{0.783,1621},{0.656,413},{1.000,9},{999,0},{999,0},{999,0}}|164352|.140|201909|NDFD
OHX|12|po|12|{{0.002,39161},{0.001,27657},{0.059,48458},{0.217,31072},{0.467,11661},{0.799,6323},{0.915,2540},{999,0},{999,0},{999,0},{999,0},{999,0}}|166872|.135|201909|NDFD
AMA|12|po|12|{{0.000,31026},{0.006,47731},{0.035,63054},{0.137,55778},{0.366,25837},{0.543,20370},{0.646,10548},{0.870,7806},{0.840,1853},{0.797,69},{999,0},{999,0}}|264072|.174|201909|NDFD
EWX|12|po|12|{{0.001,18392},{0.009,73430},{0.076,114843},{0.208,59131},{0.496,46727},{0.611,28479},{0.872,8720},{0.989,438},{999,0},{999,0},{999,0},{999,0}}|350160|.201|201909|NDFD
BRO|12|po|12|{{999,0},{0.001,6131},{0.105,18015},{0.338,53578},{0.529,34902},{0.631,16414},{0.763,15623},{0.767,7830},{0.784,1599},{0.913,252},{999,0},{999,0}}|154344|.442|201909|NDFD
CRP|12|po|12|{{0.000,100},{0.016,17289},{0.127,45047},{0.319,64460},{0.461,36180},{0.602,29806},{0.717,20925},{0.670,4681},{0.550,2088},{0.938,2084},{1.000,156},{999,0}}|222816|.371|201909|NDFD
EPZ|12|po|12|{{0.000,423},{0.001,69002},{0.044,79577},{0.194,45938},{0.369,37060},{0.498,35827},{0.705,21971},{0.783,8800},{0.850,4490},{1.000,1274},{1.000,198},{999,0}}|304560|.235|201909|NDFD
FWD|12|po|12|{{0.003,46470},{0.014,100762},{0.062,110767},{0.195,67694},{0.294,22325},{0.302,15686},{0.571,15682},{0.749,4952},{0.917,900},{1.000,914},{1.000,56},{999,0}}|386208|.122|201909|NDFD
HGX|12|po|12|{{0.000,10116},{0.031,43558},{0.116,44135},{0.326,51837},{0.549,49967},{0.688,32892},{0.839,22408},{0.950,9423},{0.923,6125},{0.917,8686},{0.969,9719},{1.000,5182}}|294048|.440|201909|NDFD
LUB|12|po|12|{{0.001,21449},{0.004,35694},{0.074,30932},{0.128,34401},{0.223,32609},{0.565,25718},{0.442,17957},{0.820,12487},{0.513,1556},{0.891,101},{999,0},{999,0}}|212904|.224|201909|NDFD
MAF|12|po|12|{{0.000,8303},{0.004,81565},{0.079,86427},{0.192,84540},{0.358,80543},{0.534,76038},{0.605,46489},{0.704,22411},{0.683,13613},{0.994,3975},{999,0},{999,0}}|503904|.298|201909|NDFD
SJT|12|po|12|{{0.005,31545},{0.028,61977},{0.076,87155},{0.129,40789},{0.359,23804},{0.464,12666},{0.822,2522},{0.572,2726},{999,0},{999,0},{999,0},{999,0}}|263184|.121|201909|NDFD
FGZ|12|po|12|{{0.007,119388},{0.003,125774},{0.043,75186},{0.116,55572},{0.271,36226},{0.375,28761},{0.506,25350},{0.749,22429},{0.826,11004},{0.759,2832},{0.947,1118},{999,0}}|503640|.146|201909|NDFD
PSR|12|po|12|{{0.000,135908},{0.012,76380},{0.050,33650},{0.119,16076},{0.285,14558},{0.399,13954},{0.555,14694},{0.660,8549},{0.856,6361},{0.944,1065},{1.000,45},{999,0}}|321240|.108|201909|NDFD
TWC|12|po|12|{{0.000,49013},{0.011,42901},{0.061,39496},{0.152,26438},{0.227,24456},{0.404,23457},{0.473,19915},{0.587,15824},{0.704,11431},{0.848,7166},{1.000,1618},{1.000,173}}|261888|.216|201909|NDFD
EKA|12|po|12|{{0.000,134588},{0.015,30979},{0.146,40005},{0.345,19309},{0.521,9747},{0.629,7028},{0.628,6280},{0.834,5717},{0.889,9367},{0.877,7517},{0.919,4560},{0.969,4695}}|279792|.196|201909|NDFD
LOX|12|po|12|{{0.002,138605},{0.006,161657},{0.053,18030},{0.183,3480},{0.329,1226},{0.384,138},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|323136|.010|201909|NDFD
STO|12|po|12|{{0.000,180632},{0.026,39945},{0.062,17923},{0.272,12159},{0.465,9086},{0.651,7492},{0.847,6354},{0.954,5788},{0.966,5136},{0.980,4309},{1.000,3022},{1.000,1170}}|293016|.133|201909|NDFD
SGX|12|po|12|{{0.001,85391},{0.002,48322},{0.050,10555},{0.207,7299},{0.478,4173},{0.599,1159},{0.848,132},{0.840,25},{999,0},{999,0},{999,0},{999,0}}|157056|.032|201909|NDFD
MTR|12|po|12|{{0.006,234630},{0.017,41785},{0.030,25896},{0.116,8094},{0.249,5174},{0.385,5059},{0.749,2174},{0.902,1886},{0.990,670},{999,0},{999,0},{999,0}}|325368|.034|201909|NDFD
HNX|12|po|12|{{0.000,216120},{0.001,25299},{0.016,16039},{0.073,4279},{0.260,2601},{0.551,1658},{0.699,1103},{0.856,367},{1.000,167},{1.000,15},{999,0},{999,0}}|267648|.013|201909|NDFD
BOI|12|po|12|{{0.011,194015},{0.045,70273},{0.145,50594},{0.225,37360},{0.387,31047},{0.480,31970},{0.575,28280},{0.615,24672},{0.710,19748},{0.853,23609},{0.906,18629},{1.000,2363}}|532560|.250|201909|NDFD
PIH|12|po|12|{{0.002,118200},{0.003,29694},{0.029,38254},{0.203,23045},{0.311,11462},{0.599,11403},{0.779,12725},{0.876,15576},{0.909,20618},{0.959,27035},{0.968,18793},{0.996,10059}}|336864|.335|201909|NDFD
BYZ|12|po|12|{{0.008,96082},{0.035,87880},{0.100,42382},{0.264,34188},{0.646,21084},{0.855,31208},{0.902,24996},{0.935,20975},{0.956,18326},{0.994,24958},{1.000,40448},{1.000,14001}}|456528|.430|201909|NDFD
GGW|12|po|12|{{0.000,52837},{0.006,88716},{0.227,49736},{0.548,26851},{0.611,26871},{0.701,16951},{0.690,11436},{0.858,11885},{0.967,12419},{0.996,12875},{0.999,14145},{1.000,45766}}|370488|.426|201909|NDFD
TFX|12|po|12|{{0.003,117341},{0.037,72910},{0.130,90043},{0.240,39227},{0.344,30054},{0.521,26994},{0.673,26811},{0.776,29543},{0.870,28960},{0.929,37630},{0.983,31619},{0.999,50599}}|581731|.398|201909|NDFD
MSO|12|po|12|{{0.000,66029},{0.001,56206},{0.033,47186},{0.098,36274},{0.250,30413},{0.380,26664},{0.522,24935},{0.662,29774},{0.737,31958},{0.876,35859},{0.961,52511},{0.989,22127}}|459936|.398|201909|NDFD
LKN|12|po|12|{{0.000,246018},{0.010,102933},{0.175,64441},{0.411,46818},{0.537,30677},{0.804,23967},{0.849,21349},{0.895,17541},{0.872,14549},{0.922,8292},{0.941,5173},{0.995,626}}|582384|.218|201909|NDFD
VEF|12|po|12|{{0.001,427734},{0.013,119269},{0.037,66587},{0.079,43740},{0.077,14349},{0.157,8707},{0.332,7544},{0.491,8185},{0.595,3330},{0.730,875},{999,0},{999,0}}|700320|.028|201909|NDFD
REV|12|po|12|{{0.000,173673},{0.010,71638},{0.080,39502},{0.359,21310},{0.596,15473},{0.625,14958},{0.778,8939},{0.931,10397},{0.986,6024},{0.988,3327},{1.000,2775},{999,0}}|368016|.160|201909|NDFD
MFR|12|po|12|{{0.002,165617},{0.029,93965},{0.073,47606},{0.201,30643},{0.401,16107},{0.498,15457},{0.645,16880},{0.690,23424},{0.784,26681},{0.837,24462},{0.829,34587},{0.975,30819}}|526248|.293|201909|NDFD
PDT|12|po|12|{{0.000,81058},{0.004,91910},{0.049,51465},{0.246,37595},{0.343,31294},{0.299,26217},{0.364,30048},{0.549,36687},{0.740,29075},{0.872,30554},{0.892,23681},{0.964,2472}}|472056|.283|201909|NDFD
PQR|12|po|12|{{0.000,17966},{0.016,96192},{0.056,51989},{0.111,28314},{0.200,21472},{0.391,19031},{0.482,12682},{0.440,10155},{0.600,11771},{0.856,19875},{0.961,41319},{0.947,72098}}|402864|.402|201909|NDFD
SLC|12|po|12|{{0.001,240647},{0.006,127154},{0.033,108252},{0.183,91554},{0.298,46212},{0.507,27638},{0.652,22280},{0.765,15436},{0.852,16342},{0.921,17523},{0.945,10927},{0.992,7963}}|731928|.169|201909|NDFD
SEW|12|po|12|{{0.005,7686},{0.025,51403},{0.107,77872},{0.255,40534},{0.375,26799},{0.512,21675},{0.638,22009},{0.736,23468},{0.768,21199},{0.909,23321},{0.953,28522},{0.928,20312}}|364800|.427|201909|NDFD
OTX|12|po|12|{{0.000,59008},{0.008,59973},{0.070,75562},{0.240,42843},{0.327,29537},{0.469,20623},{0.594,19689},{0.707,25523},{0.904,30604},{0.938,39644},{0.957,30754},{0.990,16864}}|450624|.391|201909|NDFD
BOU|24|po|12|{{0.001,73329},{0.030,95422},{0.125,62040},{0.303,23384},{0.567,12698},{0.492,16877},{0.693,8827},{0.896,4696},{0.996,2782},{1.000,3973},{1.000,292},{999,0}}|304320|.166|201909|NDFD
GJT|24|po|12|{{0.000,154520},{0.003,139994},{0.022,72798},{0.066,58624},{0.243,38625},{0.392,31105},{0.616,18726},{0.828,9814},{0.979,2583},{0.929,707},{999,0},{999,0}}|527496|.095|201909|NDFD
PUB|24|po|12|{{0.000,46273},{0.006,130654},{0.052,90547},{0.202,26494},{0.338,13280},{0.310,9573},{0.436,7505},{0.656,6267},{0.647,2610},{0.759,1284},{1.000,1},{999,0}}|334488|.085|201909|NDFD
LOT|24|po|12|{{0.058,26078},{0.141,22494},{0.235,36775},{0.341,22440},{0.442,7337},{0.700,9328},{0.793,3618},{0.968,2792},{0.831,8123},{0.945,7367},{0.997,4226},{1.000,3214}}|153792|.374|201909|NDFD
ILX|24|po|12|{{0.000,48547},{0.045,38470},{0.109,47247},{0.197,21423},{0.246,9981},{0.473,11871},{0.660,5245},{0.735,3895},{0.842,6685},{0.981,5622},{1.000,2926},{999,0}}|201912|.196|201909|NDFD
IND|24|po|12|{{0.001,48823},{0.017,43654},{0.041,43510},{0.078,14987},{0.060,5259},{0.000,6},{999,0},{1.000,987},{1.000,3647},{1.000,2159},{999,0},{999,0}}|163032|.067|201909|NDFD
IWX|24|po|12|{{0.000,35441},{0.069,46126},{0.126,31465},{0.156,24175},{0.322,11215},{0.571,10195},{0.873,2920},{0.998,1094},{1.000,3072},{1.000,2299},{1.000,2086},{999,0}}|170088|.185|201909|NDFD
DVN|24|po|12|{{0.075,20049},{0.026,33623},{0.101,44793},{0.340,14069},{0.474,14927},{0.601,13008},{0.620,12252},{0.544,14242},{0.779,15546},{0.919,20980},{0.901,1197},{1.000,8722}}|213408|.389|201909|NDFD
DMX|24|po|12|{{0.000,19168},{0.077,61080},{0.064,41522},{0.140,17076},{0.366,20487},{0.432,21704},{0.455,34908},{0.707,27555},{0.813,23212},{0.910,20265},{0.965,9887},{1.000,1816}}|298680|.370|201909|NDFD
DDC|24|po|12|{{0.000,50075},{0.004,46897},{0.017,52536},{0.100,37660},{0.308,15034},{0.548,9900},{0.482,6400},{0.716,3033},{0.777,3249},{0.486,3240},{999,0},{999,0}}|228024|.106|201909|NDFD
GLD|24|po|12|{{0.000,53113},{0.014,41560},{0.031,56629},{0.112,24002},{0.553,12417},{0.656,10279},{0.812,5450},{0.785,4102},{0.940,4961},{0.988,3535},{999,0},{999,0}}|216048|.159|201909|NDFD
TOP|24|po|12|{{0.000,15530},{0.008,50017},{0.047,42565},{0.128,13982},{0.145,10717},{0.424,7723},{0.394,6031},{0.427,4237},{0.644,4066},{0.844,1484},{1.000,3646},{1.000,2170}}|162168|.141|201909|NDFD
ICT|24|po|12|{{0.000,22623},{0.002,53104},{0.026,76907},{0.141,21419},{0.371,18686},{0.462,8313},{0.627,5958},{0.531,3450},{0.816,2990},{0.971,3360},{0.990,2022},{999,0}}|218832|.133|201909|NDFD
JKL|24|po|12|{{0.000,23146},{0.009,57059},{0.062,18690},{0.088,10351},{0.186,4949},{0.016,186},{0.179,4827},{999,0},{999,0},{999,0},{999,0},{999,0}}|119208|.037|201909|NDFD
LMK|24|po|12|{{0.001,67743},{0.017,72911},{0.029,39006},{0.110,7898},{0.753,2308},{0.429,2197},{0.203,7623},{1.000,700},{1.000,158},{999,0},{999,0},{999,0}}|200544|.042|201909|NDFD
PAH|24|po|12|{{0.001,95639},{0.021,82283},{0.051,38637},{0.127,8642},{0.337,4679},{0.630,4774},{0.485,6363},{0.705,8606},{1.000,169},{999,0},{999,0},{999,0}}|249792|.075|201909|NDFD
DTX|24|po|12|{{0.062,68092},{0.159,74509},{0.210,98904},{0.358,41224},{0.404,30527},{0.742,20352},{0.762,16297},{0.893,9235},{0.875,11682},{0.803,10566},{0.900,11222},{1.000,4038}}|396648|.334|201909|NDFD
APX|24|po|12|{{0.000,7304},{0.133,54826},{0.325,30809},{0.468,30113},{0.500,14043},{0.780,7126},{0.731,13711},{0.742,15046},{0.809,9245},{0.984,12924},{1.000,7937},{1.000,2428}}|205512|.466|201909|NDFD
GRR|24|po|12|{{0.163,17588},{0.140,35681},{0.272,36708},{0.243,15586},{0.231,6742},{0.431,15264},{0.818,6180},{0.922,5111},{0.996,3636},{1.000,7566},{0.994,7388},{0.869,4334}}|161784|.382|201909|NDFD
MQT|24|po|12|{{0.144,17186},{0.032,72404},{0.182,109310},{0.348,69150},{0.477,34608},{0.472,24917},{0.620,28262},{0.654,27705},{0.830,26824},{0.865,42960},{0.994,36817},{0.999,22713}}|512856|.451|201909|NDFD
DLH|24|po|12|{{0.000,31336},{0.027,45270},{0.113,61071},{0.143,41574},{0.362,30556},{0.679,34135},{0.671,30471},{0.660,22480},{0.694,16851},{0.897,24986},{0.990,43321},{1.000,17597}}|399648|.446|201909|NDFD
MPX|24|po|12|{{0.000,23024},{0.004,51328},{0.107,66012},{0.300,35736},{0.426,27045},{0.497,27026},{0.597,23286},{0.734,24345},{0.893,22682},{0.917,29578},{0.996,27947},{1.000,10439}}|368448|.435|201909|NDFD
EAX|24|po|12|{{0.010,37336},{0.043,72792},{0.024,61225},{0.171,12622},{0.289,8631},{0.461,9541},{0.697,10207},{0.714,14806},{0.968,7212},{0.912,5861},{0.952,4145},{0.993,6590}}|250968|.217|201909|NDFD
SGF|24|po|12|{{0.001,68126},{0.008,77970},{0.012,25774},{0.042,14424},{0.072,19291},{0.252,14560},{0.603,7524},{0.794,9164},{0.778,10228},{0.969,2701},{1.000,1995},{1.000,195}}|251952|.124|201909|NDFD
LSX|24|po|12|{{0.000,29625},{0.016,79582},{0.016,72806},{0.089,21707},{0.253,19062},{0.493,16253},{0.648,9466},{0.650,11210},{0.457,6131},{0.670,4094},{0.747,1819},{0.841,1293}}|273048|.141|201909|NDFD
GID|24|po|12|{{0.006,31757},{0.001,20317},{0.024,59627},{0.100,36727},{0.233,11538},{0.384,9944},{0.715,7732},{0.891,8628},{0.875,7837},{0.836,4751},{0.969,3078},{999,0}}|201936|.192|201909|NDFD
LBF|24|po|12|{{0.000,37226},{0.024,85982},{0.079,84818},{0.234,43006},{0.445,14736},{0.311,11117},{0.313,12159},{0.807,13437},{0.871,16693},{0.978,17847},{1.000,13112},{1.000,3}}|350136|.253|201909|NDFD
OAX|24|po|12|{{0.000,3261},{0.035,39216},{0.085,70369},{0.187,19224},{0.455,20816},{0.485,16451},{0.377,20000},{0.699,18661},{0.860,10504},{0.901,5897},{0.963,6352},{0.993,1737}}|232488|.306|201909|NDFD
BIS|24|po|12|{{0.017,127761},{0.190,26501},{0.233,68467},{0.286,46569},{0.313,45746},{0.318,39609},{0.513,40236},{0.801,36960},{0.887,38087},{0.951,35468},{0.956,29245},{0.995,49487}}|584136|.442|201909|NDFD
FGF|24|po|12|{{0.002,79107},{0.059,71358},{0.133,56849},{0.322,45319},{0.421,35528},{0.466,21731},{0.667,22058},{0.706,17602},{0.623,21765},{0.771,36351},{0.890,48457},{0.998,27907}}|484032|.395|201909|NDFD
ABR|24|po|12|{{0.002,60788},{0.036,60618},{0.195,34078},{0.420,38694},{0.532,31152},{0.531,18434},{0.692,13977},{0.772,21562},{0.939,26854},{0.998,12592},{1.000,12167},{1.000,4532}}|335448|.395|201909|NDFD
UNR|24|po|12|{{0.004,47753},{0.018,115842},{0.081,63104},{0.208,46994},{0.573,24043},{0.611,23264},{0.633,24590},{0.804,24675},{0.821,25521},{0.948,42243},{0.960,14108},{1.000,23}}|452160|.343|201909|NDFD
FSD|24|po|12|{{0.062,22309},{0.066,51831},{0.198,60199},{0.166,53063},{0.271,21237},{0.343,11120},{0.531,14121},{0.723,17422},{0.856,18792},{0.964,21899},{0.999,15545},{1.000,478}}|308016|.352|201909|NDFD
GRB|24|po|12|{{0.001,3357},{0.008,43293},{0.127,24864},{0.143,15181},{0.378,11748},{0.766,14825},{0.715,17283},{0.897,20610},{0.891,19976},{0.920,12910},{0.976,23823},{1.000,1458}}|209328|.510|201909|NDFD
ARX|24|po|12|{{0.036,33129},{0.042,22327},{0.221,13860},{0.142,12054},{0.214,10843},{0.468,8674},{0.756,6528},{0.753,16744},{0.897,34139},{0.949,24411},{0.978,26711},{0.990,6100}}|215520|.542|201909|NDFD
MKX|24|po|12|{{0.034,20760},{0.053,60376},{0.254,30366},{0.426,41509},{0.559,21570},{0.470,23789},{0.709,20411},{0.873,23883},{0.873,24346},{0.850,15023},{0.911,21629},{0.991,7186}}|310848|.478|201909|NDFD
CYS|24|po|12|{{0.000,96996},{0.031,98650},{0.190,52201},{0.282,28716},{0.462,24478},{0.483,20334},{0.607,19613},{0.798,15547},{0.869,13347},{0.889,5952},{1.000,2220},{1.000,402}}|378456|.227|201909|NDFD
RIW|24|po|12|{{0.000,156146},{0.010,103364},{0.073,63170},{0.302,49096},{0.444,49604},{0.545,42085},{0.636,33978},{0.804,37205},{0.814,43385},{0.905,26325},{0.957,6801},{1.000,2809}}|613968|.302|201909|NDFD
CAR|24|po|12|{{0.000,46178},{0.000,48844},{0.151,49808},{0.306,21164},{0.454,12004},{0.378,7015},{0.507,13328},{0.533,13265},{0.633,8891},{0.912,15310},{0.972,20719},{1.000,1162}}|257688|.298|201909|NDFD
GYX|24|po|12|{{0.000,69001},{0.000,61875},{0.103,36727},{0.279,27102},{0.461,17769},{0.359,20359},{0.519,13769},{0.732,12563},{0.642,17318},{0.848,8037},{0.989,1008},{999,0}}|285528|.218|201909|NDFD
BOX|24|po|12|{{0.000,43690},{0.033,59629},{0.111,26556},{0.226,18994},{0.151,7925},{0.241,8604},{0.421,4188},{0.706,11977},{0.847,6848},{0.865,8385},{0.957,7444},{999,0}}|204240|.210|201909|NDFD
PHI|24|po|12|{{0.000,58196},{0.012,34044},{0.033,44892},{0.218,10753},{0.463,13868},{0.620,15577},{0.447,15142},{0.381,7060},{1.000,4},{999,0},{999,0},{999,0}}|199536|.149|201909|NDFD
ALY|24|po|12|{{0.000,17191},{0.000,46393},{0.041,32236},{0.271,22533},{0.380,19326},{0.463,15892},{0.755,6303},{0.969,5827},{1.000,211},{999,0},{999,0},{999,0}}|165912|.197|201909|NDFD
BGM|24|po|12|{{0.000,32203},{0.005,43398},{0.073,32716},{0.160,34657},{0.571,15514},{0.691,15750},{0.771,8329},{0.565,5522},{0.338,872},{1.000,63},{999,0},{999,0}}|189024|.200|201909|NDFD
BUF|24|po|12|{{0.008,68627},{0.003,30890},{0.032,25479},{0.338,28676},{0.625,22063},{0.624,23884},{0.778,11564},{0.679,7455},{1.000,1208},{1.000,7828},{1.000,470},{999,0}}|228144|.278|201909|NDFD
OKX|24|po|12|{{0.000,23402},{0.000,21073},{0.114,34780},{0.126,4931},{0.281,4919},{0.312,4820},{0.663,7847},{0.576,7645},{0.746,6407},{999,0},{999,0},{999,0}}|115824|.189|201909|NDFD
MHX|24|po|12|{{0.000,13402},{0.004,60656},{0.025,46078},{0.128,24422},{0.415,5742},{0.287,4474},{0.062,902},{0.000,490},{0.000,2},{999,0},{999,0},{999,0}}|156168|.053|201909|NDFD
RAH|24|po|12|{{0.000,50067},{0.000,25145},{0.020,52589},{0.088,27826},{0.131,10275},{0.310,58},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|165960|.029|201909|NDFD
ILM|24|po|12|{{0.000,14026},{0.008,51894},{0.032,52776},{0.231,11634},{0.269,5678},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|136008|.046|201909|NDFD
CLE|24|po|12|{{0.000,22018},{0.003,87000},{0.045,52044},{0.246,43863},{0.355,12787},{0.807,8497},{0.903,10717},{0.951,8566},{0.911,3480},{0.999,4996},{999,0},{999,0}}|253968|.200|201909|NDFD
ILN|24|po|12|{{0.000,40168},{0.001,52916},{0.061,60226},{0.194,34354},{0.245,7326},{0.608,5822},{0.423,4507},{0.687,2512},{0.927,1833},{999,0},{999,0},{999,0}}|209664|.100|201909|NDFD
PBZ|24|po|12|{{0.000,22898},{0.010,30247},{0.107,83715},{0.269,23793},{0.361,18087},{0.560,8434},{0.737,6206},{0.955,3240},{0.889,1188},{999,0},{999,0},{999,0}}|197808|.180|201909|NDFD
CTP|24|po|12|{{0.000,55626},{0.018,32220},{0.077,61504},{0.131,42582},{0.360,17931},{0.578,17987},{0.695,10459},{0.468,5362},{1.000,486},{1.000,43},{999,0},{999,0}}|244200|.156|201909|NDFD
CHS|24|po|12|{{0.003,33727},{0.003,66421},{0.035,43336},{0.212,19105},{0.426,5767},{0.269,2629},{0.224,1744},{0.254,1055},{999,0},{999,0},{999,0},{999,0}}|173784|.056|201909|NDFD
CAE|24|po|12|{{0.000,20965},{0.000,53726},{0.022,43843},{0.387,12363},{0.670,1794},{0.531,1338},{0.456,1523},{999,0},{999,0},{999,0},{999,0},{999,0}}|135552|.061|201909|NDFD
GSP|24|po|12|{{0.000,13021},{0.001,81060},{0.014,64977},{0.058,28959},{0.097,10579},{0.144,4706},{0.447,3924},{0.777,4142},{999,0},{999,0},{999,0},{999,0}}|211368|.044|201909|NDFD
BTV|24|po|12|{{0.000,42674},{0.000,32022},{0.026,24427},{0.203,23563},{0.407,14592},{0.408,7267},{0.663,8127},{0.847,11040},{0.969,7854},{1.000,1876},{1.000,174},{999,0}}|173616|.223|201909|NDFD
LWX|24|po|12|{{0.000,34253},{0.011,68218},{0.069,31859},{0.139,43532},{0.199,20956},{0.250,12439},{0.565,4980},{0.000,3},{999,0},{999,0},{999,0},{999,0}}|216240|.088|201909|NDFD
RNK|24|po|12|{{0.000,32218},{0.008,34013},{0.038,71584},{0.140,37621},{0.107,17376},{0.171,7794},{0.676,1162},{999,0},{999,0},{999,0},{999,0},{999,0}}|201768|.061|201909|NDFD
AKQ|24|po|12|{{0.000,78748},{0.000,30330},{0.016,66768},{0.136,37320},{0.384,15807},{0.492,13778},{0.657,3728},{0.000,193},{999,0},{999,0},{999,0},{999,0}}|246672|.087|201909|NDFD
RLX|24|po|12|{{0.010,47570},{0.020,59261},{0.035,54930},{0.113,38253},{0.274,15312},{0.381,9994},{0.722,227},{0.966,556},{1.000,1},{999,0},{999,0},{999,0}}|226104|.073|201909|NDFD
BMX|24|po|12|{{0.000,93137},{0.003,58721},{0.017,92237},{0.082,25061},{0.193,9270},{0.007,598},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|279024|.020|201909|NDFD
HUN|24|po|12|{{0.000,18486},{0.000,34165},{0.012,19515},{0.078,17259},{0.291,2639},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|92064|.025|201909|NDFD
MOB|24|po|12|{{0.008,35854},{0.004,113131},{0.036,79769},{0.230,22595},{0.594,4628},{0.882,2433},{0.707,1150},{999,0},{999,0},{999,0},{999,0},{999,0}}|259560|.056|201909|NDFD
LZK|24|po|12|{{0.002,34275},{0.002,151733},{0.065,64330},{0.406,27631},{0.339,26613},{0.226,9309},{0.451,12364},{0.640,4444},{1.000,1773},{999,0},{999,0},{999,0}}|332472|.111|201909|NDFD
JAX|24|po|12|{{0.002,37554},{0.008,87374},{0.058,53204},{0.155,29179},{0.358,17575},{0.544,8862},{0.706,5988},{0.799,4453},{0.436,1486},{0.926,815},{0.998,1258},{1.000,700}}|248448|.123|201909|NDFD
EYW|24|po|12|{{999,0},{0.005,5731},{0.096,43131},{0.391,58509},{0.413,50938},{0.491,8650},{0.736,30251},{0.875,18922},{0.931,5406},{0.956,2478},{999,0},{999,0}}|224016|.440|201909|NDFD
MLB|24|po|12|{{0.000,8137},{0.006,40677},{0.090,57301},{0.368,43226},{0.515,17771},{0.674,8891},{0.903,10188},{0.815,9684},{0.963,1035},{0.976,3442},{999,0},{999,0}}|200352|.289|201909|NDFD
MFL|24|po|12|{{999,0},{0.001,35853},{0.093,55312},{0.257,55546},{0.412,26286},{0.445,16944},{0.550,19501},{0.472,12526},{0.721,6167},{0.571,3290},{0.988,1110},{1.000,1}}|232536|.266|201909|NDFD
TAE|24|po|12|{{0.003,170071},{0.010,144602},{0.100,39890},{0.319,17371},{0.438,5821},{0.212,2141},{0.647,1570},{0.958,2762},{0.983,948},{999,0},{999,0},{999,0}}|385176|.049|201909|NDFD
TBW|24|po|12|{{0.002,70361},{0.040,79421},{0.067,42535},{0.215,34870},{0.336,20810},{0.374,5016},{0.454,5224},{0.775,939},{999,0},{999,0},{999,0},{999,0}}|259176|.099|201909|NDFD
FFC|24|po|12|{{0.001,27076},{0.000,147490},{0.024,102842},{0.189,21864},{0.205,14368},{0.745,3116},{0.820,596},{999,0},{999,0},{999,0},{999,0},{999,0}}|317352|.039|201909|NDFD
LCH|24|po|12|{{999,0},{0.005,105288},{0.111,115499},{0.278,56888},{0.514,21067},{0.648,9819},{0.904,6071},{0.948,6716},{0.919,4712},{0.944,3813},{1.000,1510},{1.000,9}}|331392|.204|201909|NDFD
LIX|24|po|12|{{0.007,123828},{0.057,73946},{0.091,97489},{0.343,59584},{0.643,19924},{0.808,6931},{0.960,2800},{1.000,1879},{1.000,669},{1.000,1342},{999,0},{999,0}}|388392|.153|201909|NDFD
SHV|24|po|12|{{0.003,73480},{0.014,137465},{0.055,72680},{0.137,31697},{0.021,11049},{0.288,5392},{0.252,706},{0.658,6704},{0.953,4724},{1.000,4790},{1.000,2169},{999,0}}|350856|.081|201909|NDFD
JAN|24|po|12|{{0.001,114558},{0.016,154069},{0.052,43853},{0.167,19853},{0.437,4062},{0.576,7397},{0.700,1863},{0.593,2009},{999,0},{999,0},{999,0},{999,0}}|347664|.048|201909|NDFD
ABQ|24|po|12|{{0.000,14035},{0.002,218135},{0.076,295877},{0.211,144058},{0.407,84763},{0.625,53463},{0.647,23319},{0.735,26817},{0.893,8067},{1.000,3459},{1.000,3715},{1.000,4}}|875712|.195|201909|NDFD
OUN|24|po|12|{{0.000,120195},{0.004,80117},{0.032,129275},{0.230,55662},{0.478,22010},{0.620,28124},{0.726,11936},{0.858,13053},{0.972,8271},{0.995,8242},{1.000,2851},{999,0}}|479736|.175|201909|NDFD
TSA|24|po|12|{{0.000,31325},{0.006,128872},{0.119,24320},{0.412,23435},{0.575,13993},{0.450,15187},{0.852,5046},{0.876,7869},{0.844,5696},{1.000,3459},{1.000,814},{1.000,456}}|260472|.188|201909|NDFD
MEG|24|po|12|{{0.000,99171},{0.007,120650},{0.012,52451},{0.064,17233},{0.365,5835},{0.641,3460},{0.811,1689},{0.918,1810},{1.000,458},{1.000,3},{999,0},{999,0}}|302760|.035|201909|NDFD
MRX|24|po|12|{{0.002,42624},{0.001,35859},{0.010,53783},{0.199,19759},{0.139,10119},{0.184,2113},{0.137,95},{999,0},{999,0},{999,0},{999,0},{999,0}}|164352|.039|201909|NDFD
OHX|24|po|12|{{0.005,49513},{0.002,42746},{0.049,39778},{0.090,27198},{0.079,1901},{0.265,1674},{0.101,3928},{0.000,134},{999,0},{999,0},{999,0},{999,0}}|166872|.034|201909|NDFD
AMA|24|po|12|{{0.000,11886},{0.002,70764},{0.007,62090},{0.076,49647},{0.337,24383},{0.650,17432},{0.643,10490},{0.864,10507},{0.944,4553},{1.000,1528},{1.000,792},{999,0}}|264072|.175|201909|NDFD
EWX|24|po|12|{{0.005,23528},{0.010,134643},{0.032,91343},{0.209,76594},{0.374,16037},{0.476,5074},{0.634,2828},{0.027,113},{999,0},{999,0},{999,0},{999,0}}|350160|.088|201909|NDFD
BRO|24|po|12|{{0.013,10898},{0.002,13670},{0.054,25903},{0.234,61534},{0.383,26343},{0.386,6233},{0.371,3872},{0.803,4543},{0.981,1348},{999,0},{999,0},{999,0}}|154344|.226|201909|NDFD
CRP|24|po|12|{{0.012,10248},{0.013,30052},{0.049,56461},{0.187,76589},{0.370,27757},{0.438,9179},{0.327,4245},{0.382,3008},{0.673,4256},{0.659,1021},{999,0},{999,0}}|222816|.170|201909|NDFD
EPZ|24|po|12|{{0.000,7153},{0.011,67322},{0.075,77597},{0.225,45628},{0.328,41500},{0.495,31129},{0.448,15736},{0.745,8704},{0.968,5726},{1.000,1641},{1.000,2424},{999,0}}|304560|.227|201909|NDFD
FWD|24|po|12|{{0.001,66007},{0.009,160924},{0.046,96431},{0.150,34902},{0.179,10797},{0.316,5772},{0.367,4528},{0.749,6648},{0.563,199},{999,0},{999,0},{999,0}}|386208|.056|201909|NDFD
HGX|24|po|12|{{0.000,12163},{0.065,67927},{0.150,79082},{0.303,54319},{0.477,25674},{0.604,16010},{0.532,10573},{0.557,6208},{0.726,6836},{0.859,9545},{0.935,5548},{1.000,163}}|294048|.280|201909|NDFD
LUB|24|po|12|{{0.000,23567},{0.001,34416},{0.022,46484},{0.186,33868},{0.302,19318},{0.361,21656},{0.691,12081},{0.907,11068},{0.869,4618},{1.000,3729},{1.000,2099},{999,0}}|212904|.231|201909|NDFD
MAF|24|po|12|{{0.000,121},{0.004,99909},{0.104,92803},{0.227,117663},{0.412,86113},{0.374,47590},{0.583,30686},{0.713,17601},{0.741,6680},{0.893,4645},{1.000,93},{999,0}}|503904|.257|201909|NDFD
SJT|24|po|12|{{0.006,41113},{0.006,81386},{0.057,78292},{0.188,44766},{0.648,10667},{0.810,4074},{0.825,1855},{0.948,893},{0.964,138},{999,0},{999,0},{999,0}}|263184|.100|201909|NDFD
FGZ|24|po|12|{{0.001,145701},{0.000,94104},{0.019,95718},{0.095,74520},{0.202,39512},{0.223,14992},{0.443,13143},{0.676,13575},{0.656,9878},{0.883,2497},{999,0},{999,0}}|503640|.087|201909|NDFD
PSR|24|po|12|{{0.000,135935},{0.009,63484},{0.083,34974},{0.205,25765},{0.284,23483},{0.381,7985},{0.525,7984},{0.572,11855},{0.715,8995},{0.905,780},{999,0},{999,0}}|321240|.114|201909|NDFD
TWC|24|po|12|{{0.000,36986},{0.009,67217},{0.034,29747},{0.100,26148},{0.206,26557},{0.222,24834},{0.474,20224},{0.555,16646},{0.733,6380},{0.977,6683},{0.998,466},{999,0}}|261888|.175|201909|NDFD
EKA|24|po|12|{{0.000,114232},{0.027,71713},{0.188,42157},{0.410,15621},{0.682,6743},{0.635,4214},{0.833,4006},{0.870,3028},{0.949,3069},{0.985,3695},{0.993,5113},{0.998,6201}}|279792|.169|201909|NDFD
LOX|24|po|12|{{0.001,135354},{0.000,168985},{0.032,17863},{0.084,931},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|323136|.003|201909|NDFD
STO|24|po|12|{{0.001,171728},{0.020,55309},{0.084,23212},{0.311,11889},{0.610,8521},{0.809,6261},{0.920,6084},{0.986,6894},{0.994,2782},{1.000,336},{999,0},{999,0}}|293016|.112|201909|NDFD
SGX|24|po|12|{{0.000,75929},{0.001,56171},{0.072,11239},{0.108,6018},{0.091,3859},{0.395,2448},{0.808,1229},{0.877,163},{999,0},{999,0},{999,0},{999,0}}|157056|.025|201909|NDFD
MTR|24|po|12|{{0.000,208632},{0.003,75670},{0.046,22043},{0.175,10829},{0.265,4311},{0.422,2253},{0.471,922},{1.000,375},{1.000,333},{999,0},{999,0},{999,0}}|325368|.020|201909|NDFD
HNX|24|po|12|{{0.000,224151},{0.001,24423},{0.017,10613},{0.021,3612},{0.112,2019},{0.271,1407},{0.426,1170},{1.000,239},{1.000,14},{999,0},{999,0},{999,0}}|267648|.006|201909|NDFD
BOI|24|po|12|{{0.000,184851},{0.013,77666},{0.063,70983},{0.180,52073},{0.258,34572},{0.424,34037},{0.489,33403},{0.508,23360},{0.677,8428},{0.831,5937},{0.999,4671},{1.000,2579}}|532560|.158|201909|NDFD
PIH|24|po|12|{{0.000,99085},{0.007,40902},{0.053,35031},{0.216,30291},{0.376,30903},{0.434,27898},{0.608,16820},{0.629,16552},{0.751,16502},{0.856,9459},{0.971,7197},{1.000,6224}}|336864|.258|201909|NDFD
BYZ|24|po|12|{{0.001,63047},{0.012,69833},{0.075,73254},{0.312,51266},{0.616,36046},{0.766,20623},{0.828,12486},{0.932,21980},{0.963,23921},{0.972,30265},{0.990,41856},{1.000,11951}}|456528|.432|201909|NDFD
GGW|24|po|12|{{0.000,62253},{0.035,55604},{0.170,58101},{0.310,16904},{0.784,27918},{0.681,22674},{0.805,16113},{0.948,12586},{0.992,9826},{0.993,15593},{1.000,27267},{0.999,45649}}|370488|.479|201909|NDFD
TFX|24|po|12|{{0.012,85006},{0.038,101107},{0.081,95488},{0.265,38304},{0.371,28336},{0.590,38305},{0.614,32258},{0.688,28965},{0.808,31269},{0.898,31789},{0.963,26425},{1.000,44481}}|581733|.377|201909|NDFD
MSO|24|po|12|{{0.000,49509},{0.000,97308},{0.061,41560},{0.169,31685},{0.333,34142},{0.408,36493},{0.498,34371},{0.561,38399},{0.682,34376},{0.750,31957},{0.902,18108},{0.994,12028}}|459936|.323|201909|NDFD
LKN|24|po|12|{{0.000,226207},{0.008,121126},{0.099,83220},{0.227,54715},{0.348,35823},{0.522,23592},{0.639,14269},{0.712,10155},{0.846,4135},{0.843,2561},{1.000,5141},{1.000,1440}}|582384|.129|201909|NDFD
VEF|24|po|12|{{0.000,407166},{0.002,142120},{0.013,70553},{0.061,37707},{0.132,18570},{0.269,10019},{0.586,5051},{0.823,4984},{0.787,4085},{0.938,65},{999,0},{999,0}}|700320|.027|201909|NDFD
REV|24|po|12|{{0.000,180030},{0.004,55179},{0.111,47926},{0.265,37984},{0.491,23612},{0.749,10121},{0.867,7735},{0.955,3786},{1.000,1531},{1.000,112},{999,0},{999,0}}|368016|.127|201909|NDFD
MFR|24|po|12|{{0.000,128288},{0.009,136426},{0.066,58627},{0.259,37401},{0.535,28362},{0.608,18580},{0.612,21083},{0.777,26749},{0.795,24878},{0.742,16073},{0.931,13051},{0.992,16730}}|526248|.257|201909|NDFD
PDT|24|po|12|{{0.000,122250},{0.006,86705},{0.029,59446},{0.123,31104},{0.276,34019},{0.326,35856},{0.475,28527},{0.668,27043},{0.815,22879},{0.865,13317},{0.951,8429},{0.985,2481}}|472056|.210|201909|NDFD
PQR|24|po|12|{{0.000,8634},{0.009,117117},{0.141,74803},{0.364,36153},{0.484,17533},{0.474,12788},{0.614,10850},{0.648,12298},{0.731,22741},{0.815,17629},{0.836,15348},{0.875,56970}}|402864|.367|201909|NDFD
SLC|24|po|12|{{0.001,232287},{0.004,181965},{0.058,124150},{0.154,68846},{0.296,36991},{0.404,29722},{0.533,18905},{0.689,12600},{0.905,6077},{0.998,6228},{1.000,6511},{1.000,7646}}|731928|.118|201909|NDFD
SEW|24|po|12|{{0.049,12628},{0.046,61263},{0.058,77642},{0.294,38577},{0.435,33442},{0.567,24176},{0.624,22464},{0.718,20804},{0.812,19583},{0.889,18706},{0.955,24950},{0.975,10565}}|364800|.393|201909|NDFD
OTX|24|po|12|{{0.003,55801},{0.024,96150},{0.091,86476},{0.263,32469},{0.315,37343},{0.390,36748},{0.372,27288},{0.480,23089},{0.633,22545},{0.814,18365},{0.868,12684},{0.933,1666}}|450624|.239|201909|NDFD
BOU|36|po|12|{{0.001,75049},{0.029,108129},{0.084,52727},{0.141,20642},{0.323,16392},{0.482,11409},{0.597,5247},{0.559,1875},{0.676,170},{999,0},{999,0},{999,0}}|291640|.088|201909|NDFD
GJT|36|po|12|{{0.001,120289},{0.011,149228},{0.036,65892},{0.170,48482},{0.181,43806},{0.331,35777},{0.441,22005},{0.556,13640},{0.914,4948},{0.984,1429},{1.000,21},{999,0}}|505517|.110|201909|NDFD
PUB|36|po|12|{{0.004,39680},{0.010,128848},{0.054,89750},{0.125,32321},{0.230,16540},{0.270,8348},{0.396,3713},{0.509,1348},{1.000,3},{999,0},{999,0},{999,0}}|320551|.058|201909|NDFD
LOT|36|po|12|{{0.000,12268},{0.010,44488},{0.328,18432},{0.451,17388},{0.471,15612},{0.717,10207},{0.874,9710},{0.940,5217},{1.000,2741},{1.000,3603},{1.000,4897},{1.000,2821}}|147384|.383|201909|NDFD
ILX|36|po|12|{{0.000,25121},{0.017,56807},{0.095,43018},{0.215,22251},{0.399,17947},{0.770,8296},{0.895,8343},{0.681,3017},{0.971,1870},{1.000,1667},{1.000,5162},{999,0}}|193499|.215|201909|NDFD
IND|36|po|12|{{0.004,28066},{0.052,60117},{0.168,43379},{0.222,10577},{0.131,8027},{0.275,3667},{0.618,1567},{0.788,600},{0.929,239},{999,0},{999,0},{999,0}}|156239|.106|201909|NDFD
IWX|36|po|12|{{0.000,28784},{0.040,26805},{0.259,48651},{0.683,14675},{0.604,15769},{0.538,12427},{0.784,6935},{0.790,4311},{0.810,2433},{0.975,1676},{1.000,535},{999,0}}|163001|.324|201909|NDFD
DVN|36|po|12|{{0.000,10398},{0.026,48763},{0.189,37027},{0.334,22173},{0.437,22187},{0.652,8232},{0.806,6749},{0.951,16964},{0.826,7814},{0.749,6671},{0.994,15650},{1.000,1888}}|204516|.397|201909|NDFD
DMX|36|po|12|{{0.000,15983},{0.081,59951},{0.212,48605},{0.487,35305},{0.503,14565},{0.586,11271},{0.808,12805},{0.863,24142},{0.846,31619},{0.960,15154},{0.964,16074},{1.000,761}}|286235|.472|201909|NDFD
DDC|36|po|12|{{0.013,28349},{0.007,60322},{0.054,62272},{0.093,34268},{0.422,15554},{0.528,4989},{0.352,3595},{0.276,2595},{1.000,1118},{1.000,2296},{1.000,3165},{999,0}}|218523|.115|201909|NDFD
GLD|36|po|12|{{0.017,48121},{0.029,83187},{0.037,37521},{0.119,23520},{0.400,7528},{0.671,1977},{0.881,1500},{1.000,1701},{1.000,1248},{1.000,743},{999,0},{999,0}}|207046|.081|201909|NDFD
TOP|36|po|12|{{0.000,17263},{0.003,24230},{0.106,41556},{0.263,22916},{0.245,15084},{0.209,10290},{0.252,5767},{0.563,7554},{0.950,3905},{0.863,3232},{0.708,2349},{1.000,1265}}|155411|.203|201909|NDFD
ICT|36|po|12|{{0.000,20495},{0.000,45617},{0.056,62573},{0.150,26403},{0.304,16879},{0.403,16477},{0.613,9267},{0.609,2761},{0.830,4709},{0.891,2169},{0.972,2322},{1.000,42}}|209714|.166|201909|NDFD
JKL|36|po|12|{{0.000,20676},{0.056,54243},{0.160,21184},{0.248,5951},{0.512,3258},{0.417,3266},{0.483,5663},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.119|201909|NDFD
LMK|36|po|12|{{0.015,52911},{0.026,77344},{0.077,38226},{0.086,9371},{0.489,8824},{0.232,2789},{0.457,2723},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.066|201909|NDFD
PAH|36|po|12|{{0.000,45692},{0.017,115315},{0.072,37680},{0.236,19913},{0.483,15280},{0.620,5504},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.084|201909|NDFD
DTX|36|po|12|{{0.004,54632},{0.097,61582},{0.348,57327},{0.552,38034},{0.553,28256},{0.633,22680},{0.779,28409},{0.825,24857},{0.959,37255},{0.998,19232},{0.982,7730},{1.000,127}}|380121|.480|201909|NDFD
APX|36|po|12|{{0.000,14640},{0.031,31738},{0.331,22012},{0.586,21613},{0.405,18145},{0.549,16789},{0.730,12218},{0.774,8793},{0.938,19090},{0.940,15852},{0.862,13117},{1.000,2942}}|196949|.509|201909|NDFD
GRR|36|po|12|{{0.000,16062},{0.022,29914},{0.098,16803},{0.418,13602},{0.582,17556},{0.566,15737},{0.683,10799},{0.871,12386},{0.945,6490},{0.964,10325},{0.996,5292},{1.000,77}}|155043|.430|201909|NDFD
MQT|36|po|12|{{999,0},{0.046,76852},{0.108,132582},{0.307,58663},{0.429,40086},{0.476,37332},{0.641,29265},{0.833,29523},{0.911,24206},{0.967,18293},{0.993,30160},{0.996,14525}}|491487|.404|201909|NDFD
DLH|36|po|12|{{0.000,5166},{0.079,47351},{0.234,87557},{0.297,52873},{0.527,32462},{0.706,28587},{0.811,30171},{0.923,19467},{0.951,20793},{0.980,20641},{0.991,30159},{1.000,7769}}|382996|.515|201909|NDFD
MPX|36|po|12|{{0.000,31714},{0.034,55754},{0.261,57194},{0.258,38525},{0.261,36314},{0.492,24382},{0.621,18999},{0.714,17614},{0.861,28547},{0.830,21663},{0.963,20841},{1.000,1549}}|353096|.387|201909|NDFD
EAX|36|po|12|{{0.000,35924},{0.012,46838},{0.103,50443},{0.105,31525},{0.141,12487},{0.195,12248},{0.465,12375},{0.558,11579},{0.719,9365},{0.929,8090},{0.983,4948},{1.000,4689}}|240511|.205|201909|NDFD
SGF|36|po|12|{{0.000,27689},{0.030,86779},{0.053,30121},{0.143,31098},{0.290,20156},{0.652,12339},{0.454,12178},{0.545,11022},{0.860,2370},{1.000,7631},{1.000,71},{999,0}}|241454|.181|201909|NDFD
LSX|36|po|12|{{0.000,15584},{0.005,81576},{0.090,81614},{0.254,25872},{0.378,17964},{0.422,15201},{0.520,7229},{0.667,6694},{0.783,2006},{1.000,1584},{1.000,6347},{999,0}}|261671|.173|201909|NDFD
GID|36|po|12|{{0.000,29819},{0.001,41750},{0.074,48147},{0.092,36751},{0.104,16058},{0.496,4822},{0.922,4710},{1.000,2140},{1.000,886},{1.000,1781},{1.000,6658},{999,0}}|193522|.139|201909|NDFD
LBF|36|po|12|{{0.001,29401},{0.021,130795},{0.099,68009},{0.287,34491},{0.216,18580},{0.139,22819},{0.386,11595},{0.316,11193},{0.590,5462},{0.988,3097},{1.000,105},{999,0}}|335547|.122|201909|NDFD
OAX|36|po|12|{{0.000,22981},{0.013,38423},{0.219,43523},{0.294,39088},{0.503,21224},{0.543,11310},{0.736,12277},{0.528,17032},{0.903,5920},{1.000,4998},{1.000,6025},{999,0}}|222801|.327|201909|NDFD
BIS|36|po|12|{{0.018,89812},{0.091,161215},{0.166,50128},{0.384,38712},{0.609,32079},{0.684,18756},{0.822,12665},{0.829,33347},{0.965,33291},{0.974,22836},{0.999,23958},{1.000,42998}}|559797|.413|201909|NDFD
FGF|36|po|12|{{0.007,62264},{0.056,95377},{0.146,58887},{0.422,46695},{0.398,24040},{0.486,17939},{0.494,18208},{0.735,24669},{0.836,29743},{0.908,24497},{0.974,31442},{0.947,30103}}|463864|.400|201909|NDFD
ABR|36|po|12|{{0.040,55669},{0.053,91034},{0.062,68833},{0.264,22891},{0.454,12282},{0.262,7394},{0.469,7576},{0.522,11127},{0.390,21665},{0.543,13181},{0.935,8850},{0.959,969}}|321471|.184|201909|NDFD
UNR|36|po|12|{{0.011,72076},{0.138,134239},{0.255,66193},{0.449,38101},{0.540,33396},{0.785,28035},{0.762,18980},{0.711,14560},{0.796,12038},{0.811,8464},{0.965,7237},{1.000,1}}|433320|.327|201909|NDFD
FSD|36|po|12|{{0.000,26862},{0.090,62899},{0.183,75367},{0.270,40079},{0.429,21479},{0.389,11949},{0.505,10080},{0.668,21727},{0.852,11595},{0.989,9756},{1.000,2720},{1.000,669}}|295182|.294|201909|NDFD
GRB|36|po|12|{{0.000,9058},{0.019,27393},{0.294,24111},{0.275,34406},{0.350,22016},{0.757,15497},{0.898,7038},{0.962,14641},{0.714,23737},{0.909,13012},{1.000,9697},{999,0}}|200606|.476|201909|NDFD
ARX|36|po|12|{{0.001,23913},{0.068,28835},{0.240,39316},{0.456,14429},{0.533,13913},{0.663,11000},{0.796,8019},{0.794,11631},{0.719,11892},{0.805,18040},{0.949,25552},{999,0}}|206540|.463|201909|NDFD
MKX|36|po|12|{{0.000,14043},{0.004,73835},{0.209,34336},{0.333,29942},{0.574,19806},{0.681,23939},{0.710,20895},{0.749,21477},{0.811,21482},{0.951,25050},{0.957,12293},{0.917,798}}|297896|.436|201909|NDFD
CYS|36|po|12|{{0.002,92517},{0.031,120469},{0.190,49823},{0.379,31504},{0.642,19458},{0.668,18646},{0.865,18453},{0.953,10010},{0.999,1381},{1.000,426},{999,0},{999,0}}|362687|.214|201909|NDFD
RIW|36|po|12|{{0.005,150817},{0.024,115682},{0.079,80445},{0.271,37630},{0.448,37559},{0.592,37201},{0.615,28645},{0.771,34861},{0.899,22229},{0.967,19433},{0.999,21649},{1.000,2235}}|588386|.282|201909|NDFD
CAR|36|po|12|{{0.000,52524},{0.038,78277},{0.115,48259},{0.204,4004},{0.420,3267},{0.438,6940},{0.529,8684},{0.853,17722},{0.866,10504},{0.570,9247},{0.954,6414},{0.959,1109}}|246951|.223|201909|NDFD
GYX|36|po|12|{{0.001,79428},{0.016,70987},{0.150,45774},{0.407,13016},{0.374,16313},{0.645,12383},{0.747,15425},{0.858,16855},{0.849,2788},{0.831,662},{999,0},{999,0}}|273631|.206|201909|NDFD
BOX|36|po|12|{{0.000,27017},{0.003,66742},{0.173,45794},{0.256,23273},{0.231,10480},{0.500,11400},{0.606,7742},{0.801,3061},{0.710,221},{999,0},{999,0},{999,0}}|195730|.151|201909|NDFD
PHI|36|po|12|{{0.000,42775},{0.008,53435},{0.032,52247},{0.283,20346},{0.318,11844},{0.784,8384},{0.948,2191},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.106|201909|NDFD
ALY|36|po|12|{{0.000,21443},{0.001,47757},{0.179,30111},{0.663,10744},{0.415,14791},{0.476,11873},{0.648,13248},{0.780,6179},{0.950,2595},{1.000,258},{999,0},{999,0}}|158999|.254|201909|NDFD
BGM|36|po|12|{{0.000,34188},{0.000,25812},{0.030,48756},{0.446,17531},{0.543,13836},{0.535,12862},{0.717,11277},{0.317,12308},{0.894,4428},{0.000,150},{999,0},{999,0}}|181148|.219|201909|NDFD
BUF|36|po|12|{{0.003,63190},{0.008,21615},{0.034,34688},{0.280,19170},{0.462,20567},{0.506,20861},{0.331,11211},{0.601,20657},{0.823,3452},{0.358,3227},{999,0},{999,0}}|218638|.215|201909|NDFD
OKX|36|po|12|{{0.000,13434},{0.000,37405},{0.073,32481},{0.137,10922},{0.575,8010},{0.364,6574},{0.515,2172},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.108|201909|NDFD
MHX|36|po|12|{{0.000,33282},{0.003,27227},{0.043,38014},{0.194,25570},{0.383,18531},{0.521,6676},{0.271,361},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.116|201909|NDFD
RAH|36|po|12|{{0.000,40077},{0.000,24512},{0.046,39742},{0.082,30781},{0.170,19352},{0.303,4044},{0.810,537},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.059|201909|NDFD
ILM|36|po|12|{{0.000,4471},{0.000,39751},{0.022,42452},{0.108,22718},{0.446,16862},{0.311,3874},{0.230,213},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.093|201909|NDFD
CLE|36|po|12|{{0.000,13168},{0.015,75013},{0.294,69120},{0.281,33495},{0.297,15400},{0.240,14751},{0.544,11093},{0.860,5867},{0.731,1426},{0.829,2977},{1.000,1076},{999,0}}|243386|.225|201909|NDFD
ILN|36|po|12|{{0.000,8736},{0.009,81464},{0.164,67236},{0.132,22262},{0.110,10898},{0.298,9137},{0.504,975},{0.982,220},{999,0},{999,0},{999,0},{999,0}}|200928|.096|201909|NDFD
PBZ|36|po|12|{{0.000,15209},{0.005,50561},{0.098,53252},{0.106,14538},{0.277,21509},{0.339,13454},{0.498,12285},{0.814,8758},{999,0},{999,0},{999,0},{999,0}}|189566|.162|201909|NDFD
CTP|36|po|12|{{0.012,57766},{0.002,43018},{0.046,40410},{0.184,27757},{0.414,18072},{0.714,24171},{0.782,16996},{0.843,4164},{0.997,1556},{0.983,115},{999,0},{999,0}}|234025|.218|201909|NDFD
CHS|36|po|12|{{0.000,9074},{0.003,47672},{0.019,45389},{0.291,38772},{0.479,11965},{0.286,6626},{0.365,3927},{0.456,2292},{0.113,824},{0.000,2},{999,0},{999,0}}|166543|.135|201909|NDFD
CAE|36|po|12|{{0.000,16788},{0.012,29073},{0.069,42894},{0.267,29381},{0.345,6706},{0.810,3632},{0.883,1430},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.136|201909|NDFD
GSP|36|po|12|{{0.000,10653},{0.000,57987},{0.027,47104},{0.118,36687},{0.326,26619},{0.599,17714},{0.771,4057},{0.857,1739},{1.000,1},{999,0},{999,0},{999,0}}|202561|.146|201909|NDFD
BTV|36|po|12|{{0.000,51000},{0.020,31539},{0.113,24251},{0.192,6782},{0.267,5652},{0.478,9626},{0.684,10368},{0.690,15137},{0.813,7582},{0.995,4412},{1.000,33},{999,0}}|166382|.234|201909|NDFD
LWX|36|po|12|{{0.010,46666},{0.071,48317},{0.172,39780},{0.311,32614},{0.290,15179},{0.510,13854},{0.397,10464},{0.961,356},{999,0},{999,0},{999,0},{999,0}}|207230|.178|201909|NDFD
RNK|36|po|12|{{0.001,43553},{0.009,31142},{0.112,39778},{0.240,45445},{0.372,20029},{0.555,8497},{0.398,3095},{0.557,1647},{0.646,175},{999,0},{999,0},{999,0}}|193361|.156|201909|NDFD
AKQ|36|po|12|{{0.001,67201},{0.032,55726},{0.115,42240},{0.102,27611},{0.226,27059},{0.315,16557},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.088|201909|NDFD
RLX|36|po|12|{{0.004,31943},{0.023,87763},{0.065,38734},{0.149,20057},{0.330,15958},{0.624,14775},{0.631,5245},{0.821,2208},{999,0},{999,0},{999,0},{999,0}}|216683|.126|201909|NDFD
BMX|36|po|12|{{0.000,50887},{0.044,94134},{0.105,80353},{0.115,23989},{0.345,13120},{0.349,4915},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.081|201909|NDFD
HUN|36|po|12|{{0.001,5008},{0.014,37294},{0.136,16120},{0.130,12846},{0.372,10935},{0.441,5949},{0.105,76},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.125|201909|NDFD
MOB|36|po|12|{{0.002,18484},{0.030,67499},{0.076,126406},{0.234,22805},{0.519,8235},{0.907,2711},{0.865,2605},{999,0},{999,0},{999,0},{999,0},{999,0}}|248745|.104|201909|NDFD
LZK|36|po|12|{{0.000,774},{0.007,133299},{0.083,65821},{0.215,49714},{0.472,24315},{0.693,19584},{0.670,16238},{0.936,5723},{0.997,3151},{999,0},{999,0},{999,0}}|318619|.193|201909|NDFD
JAX|36|po|12|{{0.000,1041},{0.005,64501},{0.071,60720},{0.324,36838},{0.482,28446},{0.560,20399},{0.684,9371},{0.814,7202},{0.682,3444},{0.836,2673},{0.867,2460},{1.000,1001}}|238096|.259|201909|NDFD
EYW|36|po|12|{{0.601,889},{0.053,7811},{0.075,22544},{0.333,42570},{0.405,53268},{0.590,32272},{0.787,36298},{0.773,17874},{0.734,1156},{999,0},{999,0},{999,0}}|214682|.469|201909|NDFD
MLB|36|po|12|{{0.000,1232},{0.014,34084},{0.109,40553},{0.421,38999},{0.589,28362},{0.574,11859},{0.973,3529},{0.729,10436},{0.853,14602},{999,0},{1.000,2035},{1.000,6313}}|192004|.399|201909|NDFD
MFL|36|po|12|{{0.000,1336},{0.001,21441},{0.065,37852},{0.251,34862},{0.405,41702},{0.473,28159},{0.633,17775},{0.707,23264},{0.776,13424},{0.743,2807},{1.000,225},{999,0}}|222847|.367|201909|NDFD
TAE|36|po|12|{{0.000,42038},{0.003,119202},{0.066,116139},{0.206,56462},{0.359,26403},{0.469,5778},{0.660,2321},{0.917,663},{1.000,121},{999,0},{999,0},{999,0}}|369127|.092|201909|NDFD
TBW|36|po|12|{{0.005,33768},{0.005,35462},{0.120,63570},{0.291,44497},{0.401,24443},{0.566,12359},{0.610,15598},{0.881,12259},{0.987,6421},{999,0},{999,0},{999,0}}|248377|.259|201909|NDFD
FFC|36|po|12|{{0.000,2317},{0.006,121659},{0.044,91755},{0.225,65647},{0.411,16722},{0.513,2952},{0.540,2226},{0.823,824},{1.000,27},{999,0},{999,0},{999,0}}|304129|.098|201909|NDFD
LCH|36|po|12|{{999,0},{0.001,69860},{0.082,76184},{0.374,63435},{0.585,33133},{0.646,25678},{0.839,21859},{0.967,9235},{1.000,9195},{1.000,7680},{1.000,1325},{999,0}}|317584|.351|201909|NDFD
LIX|36|po|12|{{0.000,36051},{0.008,95667},{0.141,89856},{0.399,66145},{0.520,34160},{0.582,21430},{0.594,10416},{0.898,8835},{1.000,7452},{1.000,2197},{999,0},{999,0}}|372209|.252|201909|NDFD
SHV|36|po|12|{{0.022,21790},{0.034,90991},{0.080,101864},{0.264,58003},{0.438,18773},{0.548,13195},{0.769,11257},{0.634,4654},{0.899,12777},{0.999,2933},{999,0},{999,0}}|336237|.204|201909|NDFD
JAN|36|po|12|{{0.002,39525},{0.018,136248},{0.044,105123},{0.162,15281},{0.359,14577},{0.634,17851},{0.621,3064},{0.683,1338},{0.643,171},{999,0},{999,0},{999,0}}|333178|.088|201909|NDFD
ABQ|36|po|12|{{0.000,8582},{0.006,203952},{0.082,262037},{0.244,151059},{0.390,102796},{0.505,48595},{0.605,30355},{0.776,16500},{0.960,11324},{1.000,3384},{1.000,640},{999,0}}|839224|.203|201909|NDFD
OUN|36|po|12|{{0.000,13899},{0.007,162100},{0.029,98435},{0.101,69481},{0.445,37477},{0.602,27817},{0.498,13093},{0.484,20317},{0.490,13144},{0.814,3984},{999,0},{999,0}}|459747|.153|201909|NDFD
TSA|36|po|12|{{0.000,11467},{0.007,89326},{0.044,48235},{0.229,31774},{0.338,16844},{0.504,15029},{0.804,11659},{0.924,12729},{0.941,8217},{0.876,4339},{999,0},{999,0}}|249619|.224|201909|NDFD
MEG|36|po|12|{{0.000,42600},{0.021,121440},{0.067,74353},{0.130,17077},{0.557,20165},{0.705,12061},{0.943,2446},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|290145|.110|201909|NDFD
MRX|36|po|12|{{0.002,26642},{0.014,33968},{0.117,49480},{0.231,27720},{0.663,10558},{0.487,2177},{0.329,4118},{0.461,2759},{0.780,82},{999,0},{999,0},{999,0}}|157504|.149|201909|NDFD
OHX|36|po|12|{{0.013,51619},{0.072,44086},{0.121,21753},{0.271,26053},{0.572,9521},{0.651,6092},{0.571,795},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.146|201909|NDFD
AMA|36|po|12|{{0.000,12087},{0.018,71487},{0.034,47309},{0.133,55563},{0.395,36196},{0.588,17227},{0.486,4297},{0.867,1810},{1.000,2679},{1.000,4414},{999,0},{999,0}}|253069|.179|201909|NDFD
EWX|36|po|12|{{0.000,5770},{0.003,83463},{0.061,80292},{0.236,89536},{0.405,46851},{0.651,15688},{0.661,7498},{0.628,4535},{0.766,1934},{1.000,3},{999,0},{999,0}}|335570|.193|201909|NDFD
BRO|36|po|12|{{999,0},{0.000,3091},{0.114,20475},{0.393,58687},{0.600,31589},{0.626,11324},{0.591,9969},{0.620,7410},{0.767,5368},{999,0},{999,0},{999,0}}|147913|.446|201909|NDFD
CRP|36|po|12|{{0.000,50},{0.005,13710},{0.118,33145},{0.310,62227},{0.537,49651},{0.512,25546},{0.620,16735},{0.152,4701},{0.453,6501},{0.706,1266},{999,0},{999,0}}|213532|.365|201909|NDFD
EPZ|36|po|12|{{0.000,5960},{0.001,31011},{0.121,90084},{0.221,61641},{0.380,37698},{0.436,27273},{0.648,22990},{0.811,11715},{0.966,2834},{0.998,664},{999,0},{999,0}}|291870|.269|201909|NDFD
FWD|36|po|12|{{0.009,48601},{0.014,97138},{0.080,110707},{0.192,51799},{0.304,20785},{0.434,17990},{0.435,11149},{0.378,7389},{0.620,3824},{0.832,734},{999,0},{999,0}}|370116|.122|201909|NDFD
HGX|36|po|12|{{999,0},{0.084,30547},{0.183,57801},{0.323,56700},{0.619,44579},{0.690,32803},{0.878,19650},{0.922,10059},{0.921,13930},{0.912,9201},{0.991,6526},{999,0}}|281796|.482|201909|NDFD
LUB|36|po|12|{{0.001,14120},{0.036,32049},{0.051,41264},{0.105,20773},{0.155,36651},{0.611,33863},{0.559,9944},{0.460,5156},{0.270,4403},{0.257,5810},{999,0},{999,0}}|204033|.208|201909|NDFD
MAF|36|po|12|{{999,0},{0.002,82790},{0.129,76614},{0.213,79441},{0.358,104230},{0.583,60746},{0.536,42412},{0.625,27312},{0.340,8708},{0.707,655},{999,0},{999,0}}|482908|.296|201909|NDFD
SJT|36|po|12|{{0.000,10336},{0.015,55327},{0.056,88815},{0.128,64427},{0.324,22724},{0.630,8244},{0.749,1538},{0.903,714},{1.000,93},{999,0},{999,0},{999,0}}|252218|.113|201909|NDFD
FGZ|36|po|12|{{0.007,118247},{0.003,103201},{0.044,85543},{0.112,44969},{0.255,38350},{0.371,43761},{0.630,28068},{0.721,14572},{0.517,5900},{1.000,44},{999,0},{999,0}}|482655|.139|201909|NDFD
PSR|36|po|12|{{0.000,110056},{0.010,85245},{0.048,41088},{0.194,18095},{0.443,19602},{0.510,17486},{0.610,12373},{0.780,3338},{0.851,572},{999,0},{999,0},{999,0}}|307855|.112|201909|NDFD
TWC|36|po|12|{{0.000,31326},{0.017,50823},{0.086,47073},{0.250,34549},{0.353,27136},{0.412,20947},{0.506,22706},{0.698,9341},{0.984,4351},{1.000,2585},{1.000,139},{999,0}}|250976|.226|201909|NDFD
EKA|36|po|12|{{0.000,93140},{0.034,85432},{0.094,24855},{0.271,11378},{0.449,11542},{0.710,10357},{0.857,10877},{0.833,9483},{0.872,4578},{0.916,3046},{0.971,2342},{1.000,1104}}|268134|.180|201909|NDFD
LOX|36|po|12|{{0.000,132535},{0.000,153334},{0.042,22388},{0.154,1122},{0.362,232},{0.951,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.004|201909|NDFD
STO|36|po|12|{{0.000,154653},{0.016,62947},{0.121,17795},{0.297,10130},{0.575,6635},{0.770,7810},{0.841,7458},{0.958,5868},{0.975,5240},{0.981,2115},{1.000,156},{999,0}}|280807|.125|201909|NDFD
SGX|36|po|12|{{0.001,69877},{0.003,59876},{0.059,9367},{0.130,8073},{0.536,2498},{0.627,798},{0.957,23},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.025|201909|NDFD
MTR|36|po|12|{{0.007,217279},{0.016,57864},{0.041,15988},{0.238,10243},{0.364,6440},{0.794,3683},{0.901,314},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
HNX|36|po|12|{{0.000,191886},{0.001,38948},{0.000,16884},{0.050,4326},{0.169,2093},{0.370,1441},{0.530,839},{0.152,79},{999,0},{999,0},{999,0},{999,0}}|256496|.006|201909|NDFD
BOI|36|po|12|{{0.009,158539},{0.026,109959},{0.126,61857},{0.162,34514},{0.206,29621},{0.274,24057},{0.320,21931},{0.513,22374},{0.592,16237},{0.697,15668},{0.938,15583},{1.000,30}}|510370|.165|201909|NDFD
PIH|36|po|12|{{0.000,97907},{0.007,40148},{0.045,50320},{0.111,31386},{0.236,16117},{0.498,13043},{0.675,12293},{0.693,15444},{0.830,18151},{0.897,15088},{0.962,11615},{1.000,1316}}|322828|.237|201909|NDFD
BYZ|36|po|12|{{0.000,60818},{0.046,111408},{0.193,51369},{0.321,32111},{0.677,29703},{0.792,29637},{0.858,33781},{0.933,25192},{0.954,21645},{0.999,14543},{1.000,22951},{1.000,4348}}|437506|.420|201909|NDFD
GGW|36|po|12|{{0.029,62336},{0.097,73805},{0.076,62659},{0.419,34933},{0.636,22821},{0.858,10302},{0.943,5878},{0.960,14751},{0.973,12271},{0.995,13030},{0.925,14718},{0.992,27547}}|355051|.387|201909|NDFD
TFX|36|po|12|{{0.005,82184},{0.064,102609},{0.119,77145},{0.286,60297},{0.358,38652},{0.385,26899},{0.570,27073},{0.683,31526},{0.721,32570},{0.792,25903},{0.975,27365},{0.998,25269}}|557492|.341|201909|NDFD
MSO|36|po|12|{{0.000,48683},{0.000,61911},{0.031,56728},{0.115,44369},{0.229,41818},{0.316,32006},{0.572,30278},{0.677,32364},{0.721,32237},{0.827,37997},{0.977,18961},{1.000,3420}}|440772|.323|201909|NDFD
LKN|36|po|12|{{0.000,204945},{0.003,139887},{0.105,85207},{0.221,48640},{0.626,22227},{0.747,18674},{0.805,17473},{0.815,11039},{0.917,5552},{0.948,2511},{0.982,1895},{1.000,68}}|558118|.144|201909|NDFD
VEF|36|po|12|{{0.000,415036},{0.000,135056},{0.034,62742},{0.120,31026},{0.168,13441},{0.294,7921},{0.428,4564},{0.532,1354},{999,0},{999,0},{999,0},{999,0}}|671140|.020|201909|NDFD
REV|36|po|12|{{0.001,151189},{0.001,95505},{0.091,35282},{0.405,27689},{0.727,15133},{0.715,8956},{0.821,8736},{0.917,7041},{0.986,2520},{1.000,631},{999,0},{999,0}}|352682|.138|201909|NDFD
MFR|36|po|12|{{0.002,141725},{0.008,125042},{0.101,58817},{0.264,20566},{0.444,13637},{0.535,17249},{0.583,16415},{0.678,18806},{0.756,23747},{0.868,24676},{0.815,25045},{0.990,18596}}|504321|.255|201909|NDFD
PDT|36|po|12|{{0.000,103050},{0.001,86677},{0.049,59022},{0.189,38556},{0.316,28421},{0.355,28484},{0.395,24689},{0.556,30076},{0.752,21600},{0.865,21675},{0.901,9206},{0.998,931}}|452387|.221|201909|NDFD
PQR|36|po|12|{{0.000,38901},{0.008,89479},{0.082,40617},{0.196,25865},{0.264,29150},{0.369,21988},{0.489,12738},{0.365,13687},{0.644,11858},{0.876,18069},{0.960,22432},{0.940,61294}}|386078|.359|201909|NDFD
SLC|36|po|12|{{0.001,209258},{0.005,161151},{0.042,140893},{0.155,71809},{0.210,36344},{0.444,23485},{0.677,19155},{0.787,15194},{0.889,9244},{0.964,6949},{0.993,5294},{0.996,2655}}|701431|.119|201909|NDFD
SEW|36|po|12|{{0.000,5198},{0.078,46847},{0.079,72752},{0.178,34439},{0.294,31886},{0.484,24342},{0.589,28901},{0.681,23893},{0.756,21642},{0.908,20906},{0.960,14465},{0.935,24329}}|349600|.406|201909|NDFD
OTX|36|po|12|{{0.000,57733},{0.024,87301},{0.129,71119},{0.220,43106},{0.304,33469},{0.503,26143},{0.616,21308},{0.788,20718},{0.882,23317},{0.894,28836},{0.937,17324},{1.000,1474}}|431848|.319|201909|NDFD
BOU|48|po|12|{{0.001,55272},{0.034,86182},{0.067,70431},{0.182,29610},{0.388,15212},{0.616,12025},{0.696,11019},{0.823,5447},{0.999,5216},{0.995,1226},{999,0},{999,0}}|291640|.154|201909|NDFD
GJT|48|po|12|{{0.000,116995},{0.002,176509},{0.032,79889},{0.146,42090},{0.200,36430},{0.382,29019},{0.662,15951},{0.718,6933},{0.787,1701},{999,0},{999,0},{999,0}}|505517|.088|201909|NDFD
PUB|48|po|12|{{0.000,25865},{0.008,132669},{0.073,104432},{0.201,27815},{0.398,18303},{0.309,8733},{0.374,1909},{0.592,731},{0.202,94},{999,0},{999,0},{999,0}}|320551|.079|201909|NDFD
LOT|48|po|12|{{0.000,15467},{0.122,26042},{0.253,36942},{0.355,16140},{0.434,12919},{0.579,6859},{0.534,6353},{0.628,5475},{0.963,6568},{0.994,9036},{0.992,5360},{1.000,223}}|147384|.377|201909|NDFD
ILX|48|po|12|{{0.000,29901},{0.060,56045},{0.084,39838},{0.205,20216},{0.269,14114},{0.512,7207},{0.404,4512},{0.504,6565},{0.905,5405},{0.988,5885},{1.000,3811},{999,0}}|193499|.196|201909|NDFD
IND|48|po|12|{{0.001,33420},{0.025,61026},{0.019,32237},{0.205,9135},{0.068,11321},{0.071,1516},{0.241,791},{1.000,2259},{1.000,3228},{1.000,1306},{999,0},{999,0}}|156239|.076|201909|NDFD
IWX|48|po|12|{{0.000,29680},{0.061,30955},{0.116,50033},{0.265,13141},{0.472,11345},{0.624,6126},{0.473,5074},{0.714,7810},{1.000,2493},{1.000,3510},{1.000,2834},{999,0}}|163001|.228|201909|NDFD
DVN|48|po|12|{{0.000,3594},{0.046,50644},{0.089,35730},{0.329,23662},{0.309,15865},{0.589,19093},{0.848,14546},{0.632,13361},{0.866,9468},{0.956,11831},{0.991,6722},{999,0}}|204516|.374|201909|NDFD
DMX|48|po|12|{{0.007,5222},{0.035,76339},{0.062,42047},{0.298,25190},{0.373,25162},{0.427,26038},{0.541,22579},{0.752,24575},{0.934,17893},{0.978,12836},{1.000,8354},{999,0}}|286235|.355|201909|NDFD
DDC|48|po|12|{{0.002,17132},{0.003,63252},{0.040,64092},{0.156,34545},{0.346,15447},{0.132,6880},{0.469,4780},{0.497,7385},{0.450,4951},{0.153,59},{999,0},{999,0}}|218523|.104|201909|NDFD
GLD|48|po|12|{{0.000,18492},{0.015,56195},{0.028,65967},{0.129,29039},{0.422,10500},{0.713,8884},{0.864,7258},{0.662,6327},{0.822,4384},{999,0},{999,0},{999,0}}|207046|.151|201909|NDFD
TOP|48|po|12|{{0.000,9157},{0.000,26199},{0.014,54388},{0.088,30094},{0.255,11522},{0.135,4951},{0.533,2484},{0.861,2206},{0.894,3877},{0.998,9547},{0.999,986},{999,0}}|155411|.156|201909|NDFD
ICT|48|po|12|{{0.000,11632},{0.002,58744},{0.032,68401},{0.156,25861},{0.283,10799},{0.270,8683},{0.437,5670},{0.710,6855},{0.847,7826},{0.720,4701},{0.965,542},{999,0}}|209714|.141|201909|NDFD
JKL|48|po|12|{{0.009,24818},{0.019,49438},{0.110,30741},{0.204,8882},{0.395,362},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.057|201909|NDFD
LMK|48|po|12|{{0.001,70733},{0.036,87623},{0.053,15870},{0.110,5744},{0.326,4641},{0.275,5083},{0.567,1482},{1.000,897},{1.000,115},{999,0},{999,0},{999,0}}|192188|.049|201909|NDFD
PAH|48|po|12|{{0.000,64645},{0.013,125881},{0.130,20130},{0.124,5521},{0.395,3270},{0.497,3339},{0.498,11238},{0.977,3974},{1.000,1386},{999,0},{999,0},{999,0}}|239384|.078|201909|NDFD
DTX|48|po|12|{{0.002,22441},{0.059,94698},{0.380,42182},{0.412,43230},{0.474,37874},{0.634,33662},{0.696,32541},{0.741,19335},{0.875,19945},{0.912,22332},{0.976,11182},{0.841,699}}|380121|.434|201909|NDFD
APX|48|po|12|{{0.000,4207},{0.074,35721},{0.367,33773},{0.542,22164},{0.547,13496},{0.642,14045},{0.714,20330},{0.706,18660},{0.766,10555},{0.931,16253},{0.965,7658},{1.000,87}}|196949|.517|201909|NDFD
GRR|48|po|12|{{0.000,8436},{0.038,32682},{0.254,33996},{0.371,14352},{0.340,6955},{0.622,7058},{0.589,11082},{0.837,9036},{0.963,10255},{0.969,13546},{1.000,5078},{1.000,2567}}|155043|.430|201909|NDFD
MQT|48|po|12|{{0.000,13631},{0.044,58869},{0.196,121249},{0.331,69861},{0.344,41570},{0.512,25400},{0.668,24598},{0.707,24663},{0.731,26520},{0.758,29134},{0.924,47287},{0.976,8705}}|491487|.416|201909|NDFD
DLH|48|po|12|{{0.014,30863},{0.077,87655},{0.187,68057},{0.239,27453},{0.324,16542},{0.353,16770},{0.534,19542},{0.678,21714},{0.824,27463},{0.871,21828},{0.998,32241},{1.000,12868}}|382996|.391|201909|NDFD
MPX|48|po|12|{{0.009,46000},{0.060,63851},{0.211,38629},{0.225,24349},{0.352,29599},{0.521,25829},{0.598,29471},{0.710,27236},{0.852,25902},{0.841,18432},{0.881,23663},{1.000,135}}|353096|.389|201909|NDFD
EAX|48|po|12|{{0.000,11449},{0.002,74720},{0.040,54725},{0.170,19819},{0.410,24993},{0.533,15891},{0.633,10372},{0.930,5358},{0.843,4868},{0.966,14030},{1.000,4286},{999,0}}|240511|.241|201909|NDFD
SGF|48|po|12|{{0.000,24861},{0.007,121358},{0.007,23530},{0.010,6795},{0.059,13074},{0.094,13866},{0.294,9321},{0.772,16032},{0.842,7063},{0.804,5040},{0.696,514},{999,0}}|241454|.118|201909|NDFD
LSX|48|po|12|{{0.001,25333},{0.004,113265},{0.031,41721},{0.166,12755},{0.271,16086},{0.343,19300},{0.501,8678},{0.402,10195},{0.588,6182},{0.809,7853},{1.000,303},{999,0}}|261671|.128|201909|NDFD
GID|48|po|12|{{0.014,12138},{0.001,40724},{0.018,37789},{0.073,47584},{0.228,20804},{0.506,8641},{0.668,10439},{0.699,7816},{0.622,5855},{0.694,1732},{999,0},{999,0}}|193522|.159|201909|NDFD
LBF|48|po|12|{{0.001,23925},{0.054,109245},{0.103,72808},{0.258,29302},{0.291,19257},{0.531,12860},{0.644,15839},{0.816,18046},{0.908,25967},{1.000,8288},{1.000,10},{999,0}}|335547|.269|201909|NDFD
OAX|48|po|12|{{0.002,7551},{0.042,55297},{0.136,37921},{0.177,27945},{0.308,26112},{0.462,20275},{0.618,19818},{0.799,13880},{0.842,7871},{0.999,3498},{1.000,2633},{999,0}}|222801|.296|201909|NDFD
BIS|48|po|12|{{0.080,52596},{0.112,139417},{0.181,68253},{0.172,42608},{0.227,48766},{0.372,42354},{0.558,30204},{0.732,39898},{0.797,20461},{0.918,26174},{0.960,37061},{1.000,12005}}|559797|.358|201909|NDFD
FGF|48|po|12|{{0.032,27099},{0.052,169925},{0.198,67977},{0.258,31331},{0.429,26516},{0.633,16779},{0.733,10833},{0.749,9288},{0.800,14602},{0.822,35539},{0.888,51298},{1.000,2677}}|463864|.339|201909|NDFD
ABR|48|po|12|{{0.007,32179},{0.011,88678},{0.256,48214},{0.301,42945},{0.371,33166},{0.437,14319},{0.549,11604},{0.797,9568},{0.980,15102},{0.989,14850},{1.000,10678},{1.000,168}}|321471|.309|201909|NDFD
UNR|48|po|12|{{0.004,41948},{0.024,128620},{0.050,51181},{0.186,31857},{0.380,38374},{0.466,25973},{0.565,26971},{0.787,29760},{0.812,31508},{0.819,17970},{0.967,7843},{1.000,1315}}|433320|.291|201909|NDFD
FSD|48|po|12|{{0.079,19503},{0.092,87258},{0.185,38392},{0.184,32862},{0.120,27435},{0.218,16933},{0.413,13959},{0.748,14132},{0.881,18682},{0.955,24898},{1.000,1128},{999,0}}|295182|.296|201909|NDFD
GRB|48|po|12|{{0.000,8568},{0.007,41636},{0.142,29421},{0.391,12509},{0.399,13757},{0.749,15264},{0.845,19964},{0.927,14253},{0.865,14367},{0.913,17188},{1.000,11646},{1.000,2033}}|200606|.489|201909|NDFD
ARX|48|po|12|{{0.065,19286},{0.036,35228},{0.256,18763},{0.357,15005},{0.221,16796},{0.626,13856},{0.752,22525},{0.946,26812},{0.954,14625},{0.983,12316},{1.000,10701},{1.000,627}}|206540|.507|201909|NDFD
MKX|48|po|12|{{0.000,9196},{0.023,62701},{0.172,37743},{0.310,23817},{0.640,27780},{0.638,30205},{0.800,22597},{0.776,20057},{0.719,14496},{0.841,23041},{0.997,24773},{1.000,1490}}|297896|.477|201909|NDFD
CYS|48|po|12|{{0.001,81561},{0.022,95636},{0.223,64019},{0.254,19967},{0.353,26381},{0.463,27015},{0.670,20356},{0.786,15989},{0.790,10040},{0.988,1723},{999,0},{999,0}}|362687|.218|201909|NDFD
RIW|48|po|12|{{0.006,135079},{0.012,126755},{0.103,83253},{0.364,49986},{0.507,49666},{0.608,43773},{0.654,26022},{0.824,30423},{0.876,23340},{0.867,14276},{0.970,5813},{999,0}}|588386|.274|201909|NDFD
CAR|48|po|12|{{0.000,48689},{0.044,55072},{0.189,35962},{0.282,11833},{0.206,20600},{0.528,14616},{0.690,13983},{0.708,25646},{0.758,8884},{0.783,2077},{1.000,9579},{1.000,10}}|246951|.285|201909|NDFD
GYX|48|po|12|{{0.000,56297},{0.010,52454},{0.048,53835},{0.314,24628},{0.290,23909},{0.376,25657},{0.695,18708},{0.933,9951},{1.000,2064},{0.935,2722},{0.988,1201},{1.000,2205}}|273631|.211|201909|NDFD
BOX|48|po|12|{{0.000,14660},{0.022,72418},{0.054,56547},{0.154,11264},{0.423,5657},{0.392,8028},{0.571,9665},{0.841,13679},{0.855,3763},{0.796,49},{999,0},{999,0}}|195730|.164|201909|NDFD
PHI|48|po|12|{{0.000,33578},{0.004,67244},{0.050,52733},{0.170,10934},{0.552,15041},{0.483,10459},{0.629,1233},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.099|201909|NDFD
ALY|48|po|12|{{0.000,24277},{0.011,35768},{0.097,39344},{0.195,22571},{0.327,13529},{0.681,10406},{0.771,4333},{0.939,5566},{1.000,1688},{1.000,911},{1.000,606},{999,0}}|158999|.200|201909|NDFD
BGM|48|po|12|{{0.000,36030},{0.005,26124},{0.073,50289},{0.217,21654},{0.550,17600},{0.781,10371},{0.767,6881},{0.926,9254},{1.000,2083},{1.000,757},{1.000,105},{999,0}}|181148|.238|201909|NDFD
BUF|48|po|12|{{0.008,63136},{0.099,33053},{0.120,17072},{0.249,9419},{0.533,13029},{0.589,21115},{0.552,14395},{0.907,15881},{0.996,14224},{1.000,12707},{1.000,4607},{999,0}}|218638|.372|201909|NDFD
OKX|48|po|12|{{0.000,19304},{0.001,31592},{0.146,28589},{0.008,10248},{0.268,4937},{0.583,7050},{0.699,6218},{0.921,750},{0.998,2310},{999,0},{999,0},{999,0}}|110998|.154|201909|NDFD
MHX|48|po|12|{{0.004,20397},{0.001,42798},{0.027,51216},{0.182,22940},{0.221,10053},{0.148,2224},{0.242,33},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.055|201909|NDFD
RAH|48|po|12|{{0.000,46927},{0.004,28351},{0.022,33308},{0.147,32114},{0.093,15789},{0.304,2556},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.049|201909|NDFD
ILM|48|po|12|{{0.000,9207},{0.000,55440},{0.034,34676},{0.217,21853},{0.123,6517},{0.138,2082},{0.056,540},{0.000,26},{999,0},{999,0},{999,0},{999,0}}|130341|.054|201909|NDFD
CLE|48|po|12|{{0.000,28894},{0.003,64950},{0.177,53364},{0.329,31058},{0.395,20673},{0.537,9766},{0.796,8821},{0.834,15060},{0.882,2848},{0.924,2752},{0.907,4401},{0.916,799}}|243386|.257|201909|NDFD
ILN|48|po|12|{{0.000,8736},{0.023,99348},{0.209,53981},{0.237,14979},{0.158,9618},{0.528,4991},{0.528,4118},{0.763,4453},{0.712,704},{999,0},{999,0},{999,0}}|200928|.136|201909|NDFD
PBZ|48|po|12|{{0.000,7641},{0.067,47557},{0.196,88126},{0.092,17014},{0.156,13085},{0.611,9237},{0.879,4138},{0.942,2025},{0.731,743},{999,0},{999,0},{999,0}}|189566|.189|201909|NDFD
CTP|48|po|12|{{0.028,60945},{0.063,44080},{0.096,72660},{0.241,31350},{0.469,14559},{0.588,5493},{0.849,3059},{0.999,1095},{1.000,385},{1.000,399},{999,0},{999,0}}|234025|.143|201909|NDFD
CHS|48|po|12|{{0.000,10414},{0.001,60627},{0.063,60649},{0.170,19528},{0.038,5692},{0.218,4122},{0.407,2777},{0.382,1759},{0.946,448},{1.000,526},{1.000,1},{999,0}}|166543|.066|201909|NDFD
CAE|48|po|12|{{0.000,16941},{0.039,46343},{0.031,40407},{0.165,22850},{0.354,1752},{0.472,913},{0.623,698},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.064|201909|NDFD
GSP|48|po|12|{{0.000,17614},{0.001,53131},{0.042,68427},{0.054,41372},{0.134,12439},{0.495,8612},{0.964,966},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.059|201909|NDFD
BTV|48|po|12|{{0.001,37176},{0.014,32005},{0.064,19331},{0.155,23462},{0.393,18330},{0.668,10770},{0.930,9364},{0.971,3672},{0.997,3939},{1.000,5830},{1.000,2503},{999,0}}|166382|.266|201909|NDFD
LWX|48|po|12|{{0.000,29237},{0.019,93142},{0.083,44907},{0.070,21006},{0.161,9132},{0.339,6892},{0.292,2914},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.056|201909|NDFD
RNK|48|po|12|{{0.008,19242},{0.010,65325},{0.097,59543},{0.121,30629},{0.127,14351},{0.160,3415},{0.842,856},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.069|201909|NDFD
AKQ|48|po|12|{{0.001,81740},{0.013,28399},{0.058,80076},{0.062,28684},{0.068,7521},{0.831,8296},{0.966,1678},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.067|201909|NDFD
RLX|48|po|12|{{0.031,29117},{0.015,80914},{0.077,54894},{0.145,27720},{0.148,18220},{0.239,4510},{0.736,1174},{0.866,134},{999,0},{999,0},{999,0},{999,0}}|216683|.070|201909|NDFD
BMX|48|po|12|{{0.020,93131},{0.003,84903},{0.032,66806},{0.137,22558},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.027|201909|NDFD
HUN|48|po|12|{{0.000,6373},{0.012,47212},{0.043,19232},{0.018,7640},{0.060,3935},{0.075,1588},{0.451,2248},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.033|201909|NDFD
MOB|48|po|12|{{0.001,36722},{0.021,80330},{0.045,104609},{0.322,20355},{0.272,6453},{0.572,276},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|248745|.060|201909|NDFD
LZK|48|po|12|{{0.000,40574},{0.002,137455},{0.086,65922},{0.411,31154},{0.401,18290},{0.322,16687},{0.631,8537},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.116|201909|NDFD
JAX|48|po|12|{{0.000,3521},{0.002,87855},{0.056,72230},{0.273,33779},{0.375,15237},{0.354,7446},{0.493,5064},{0.644,3738},{0.693,3389},{0.992,2492},{1.000,1143},{1.000,2202}}|238096|.146|201909|NDFD
EYW|48|po|12|{{999,0},{0.005,3836},{0.097,23364},{0.322,58308},{0.431,49033},{0.563,19678},{0.764,51722},{0.814,8703},{0.342,38},{999,0},{999,0},{999,0}}|214682|.465|201909|NDFD
MLB|48|po|12|{{0.000,5586},{0.000,36884},{0.113,50049},{0.364,49324},{0.415,13008},{0.419,5772},{0.736,7317},{0.736,8437},{0.916,8115},{0.980,1890},{1.000,1662},{1.000,3960}}|192004|.302|201909|NDFD
MFL|48|po|12|{{999,0},{0.022,30949},{0.068,55957},{0.271,51181},{0.365,31962},{0.544,22118},{0.642,16135},{0.581,11953},{0.809,2592},{999,0},{999,0},{999,0}}|222847|.276|201909|NDFD
TAE|48|po|12|{{0.000,102587},{0.003,128670},{0.064,84087},{0.168,30281},{0.233,11495},{0.337,5794},{0.659,4190},{0.724,1332},{0.446,691},{999,0},{999,0},{999,0}}|369127|.053|201909|NDFD
TBW|48|po|12|{{0.005,41288},{0.006,77611},{0.078,53819},{0.247,31868},{0.224,22441},{0.351,12746},{0.248,3480},{0.124,2288},{0.221,2687},{0.678,149},{999,0},{999,0}}|248377|.097|201909|NDFD
FFC|48|po|12|{{0.000,25627},{0.004,140921},{0.068,110859},{0.190,22273},{0.548,4046},{0.610,403},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.049|201909|NDFD
LCH|48|po|12|{{999,0},{0.017,112060},{0.107,109394},{0.380,58790},{0.672,12363},{0.775,13117},{0.919,4232},{0.939,3682},{0.914,3407},{0.874,539},{999,0},{999,0}}|317584|.206|201909|NDFD
LIX|48|po|12|{{0.003,65432},{0.044,146269},{0.097,83307},{0.296,43813},{0.700,9100},{0.658,10326},{0.707,6821},{0.991,5012},{0.998,2095},{1.000,34},{999,0},{999,0}}|372209|.142|201909|NDFD
SHV|48|po|12|{{0.006,91561},{0.042,147911},{0.065,55264},{0.111,16400},{0.235,9195},{0.546,4287},{0.975,4002},{1.000,2343},{1.000,5274},{999,0},{999,0},{999,0}}|336237|.084|201909|NDFD
JAN|48|po|12|{{0.000,49368},{0.013,187110},{0.033,71364},{0.557,13778},{0.291,1545},{0.365,9175},{0.291,838},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.050|201909|NDFD
ABQ|48|po|12|{{0.000,4232},{0.043,207934},{0.072,298458},{0.242,139970},{0.506,103807},{0.547,47813},{0.708,22318},{0.776,7860},{1.000,6078},{1.000,754},{999,0},{999,0}}|839224|.204|201909|NDFD
OUN|48|po|12|{{0.003,3665},{0.007,156523},{0.018,114514},{0.153,69839},{0.454,56752},{0.585,32045},{0.747,8141},{0.857,7669},{0.929,9874},{1.000,725},{999,0},{999,0}}|459747|.176|201909|NDFD
TSA|48|po|12|{{0.000,25625},{0.001,101056},{0.059,35891},{0.276,15534},{0.408,27076},{0.556,22107},{0.708,13039},{0.979,6170},{1.000,3121},{999,0},{999,0},{999,0}}|249619|.194|201909|NDFD
MEG|48|po|12|{{0.002,54032},{0.004,152396},{0.039,55268},{0.050,15214},{0.180,4267},{0.536,3645},{0.719,3537},{0.941,1773},{0.769,13},{999,0},{999,0},{999,0}}|290145|.036|201909|NDFD
MRX|48|po|12|{{0.001,34905},{0.037,51355},{0.051,52892},{0.194,14869},{0.140,3364},{0.026,116},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.051|201909|NDFD
OHX|48|po|12|{{0.015,16968},{0.002,80762},{0.086,43778},{0.109,10800},{0.088,6139},{0.004,900},{0.000,572},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.037|201909|NDFD
AMA|48|po|12|{{0.000,6168},{0.002,49418},{0.023,86675},{0.093,38138},{0.254,27754},{0.541,21586},{0.835,10311},{0.859,7363},{0.997,5629},{1.000,27},{999,0},{999,0}}|253069|.178|201909|NDFD
EWX|48|po|12|{{0.002,19015},{0.018,103119},{0.036,115339},{0.146,55827},{0.255,27346},{0.465,12775},{0.145,1293},{0.178,687},{0.000,164},{0.000,5},{999,0},{999,0}}|335570|.082|201909|NDFD
BRO|48|po|12|{{0.037,9250},{0.002,9022},{0.055,31394},{0.228,45919},{0.377,27464},{0.510,7720},{0.391,9422},{0.746,6050},{0.999,1589},{1.000,83},{999,0},{999,0}}|147913|.248|201909|NDFD
CRP|48|po|12|{{0.000,3758},{0.025,25992},{0.048,54404},{0.244,74255},{0.334,29393},{0.305,10093},{0.444,6015},{0.566,4692},{0.445,4370},{0.995,560},{999,0},{999,0}}|213532|.197|201909|NDFD
EPZ|48|po|12|{{0.003,8348},{0.093,54777},{0.119,76598},{0.215,57502},{0.426,42093},{0.648,23342},{0.565,21269},{0.503,5121},{0.977,2820},{999,0},{999,0},{999,0}}|291870|.264|201909|NDFD
FWD|48|po|12|{{0.005,80973},{0.012,137865},{0.078,102618},{0.124,21319},{0.220,10015},{0.179,7454},{0.466,5971},{0.481,3252},{0.994,649},{999,0},{999,0},{999,0}}|370116|.058|201909|NDFD
HGX|48|po|12|{{0.000,933},{0.059,73464},{0.143,82120},{0.340,59855},{0.529,21797},{0.483,8744},{0.484,7423},{0.711,12457},{0.456,3972},{0.681,8696},{0.831,2335},{999,0}}|281796|.264|201909|NDFD
LUB|48|po|12|{{0.000,5635},{0.000,35595},{0.023,49122},{0.291,32252},{0.400,24045},{0.488,33784},{0.699,13182},{0.800,7838},{1.000,2580},{999,0},{999,0},{999,0}}|204033|.268|201909|NDFD
MAF|48|po|12|{{999,0},{0.007,84483},{0.082,94096},{0.288,106412},{0.350,95194},{0.390,50609},{0.524,36572},{0.915,14846},{1.000,682},{1.000,14},{999,0},{999,0}}|482908|.260|201909|NDFD
SJT|48|po|12|{{0.000,21604},{0.006,64153},{0.036,90554},{0.233,54663},{0.348,15699},{0.524,3457},{0.808,1558},{0.974,530},{999,0},{999,0},{999,0},{999,0}}|252218|.101|201909|NDFD
FGZ|48|po|12|{{0.000,133065},{0.001,123268},{0.028,75066},{0.113,60020},{0.175,37294},{0.265,19917},{0.592,25634},{0.715,7943},{0.007,448},{999,0},{999,0},{999,0}}|482655|.086|201909|NDFD
PSR|48|po|12|{{0.000,110412},{0.001,81937},{0.111,43618},{0.240,25397},{0.455,17727},{0.520,11567},{0.550,10860},{0.813,5148},{0.859,1186},{1.000,3},{999,0},{999,0}}|307855|.118|201909|NDFD
TWC|48|po|12|{{0.001,31169},{0.006,68384},{0.037,37986},{0.229,29146},{0.293,33618},{0.254,26944},{0.695,17327},{0.951,3973},{0.968,1870},{0.980,559},{999,0},{999,0}}|250976|.173|201909|NDFD
EKA|48|po|12|{{0.000,70809},{0.002,121958},{0.159,28932},{0.428,12138},{0.694,6199},{0.802,5379},{0.794,4547},{0.878,4186},{0.884,3271},{0.959,4545},{0.987,3270},{0.998,2900}}|268134|.147|201909|NDFD
LOX|48|po|12|{{0.000,115358},{0.001,155661},{0.032,34765},{0.034,3595},{0.000,232},{0.000,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.004|201909|NDFD
STO|48|po|12|{{0.000,140995},{0.006,64731},{0.077,31936},{0.268,13913},{0.621,10071},{0.768,7942},{0.831,4741},{0.989,3627},{0.998,2546},{1.000,305},{999,0},{999,0}}|280807|.104|201909|NDFD
SGX|48|po|12|{{0.000,68979},{0.002,57023},{0.062,12712},{0.078,6649},{0.109,3277},{0.798,1715},{0.854,157},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.022|201909|NDFD
MTR|48|po|12|{{0.000,216231},{0.018,71244},{0.093,19646},{0.609,2490},{0.768,1609},{0.568,585},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
HNX|48|po|12|{{0.000,177110},{0.001,54854},{0.009,14099},{0.015,6115},{0.013,2801},{0.104,1186},{0.344,331},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.002|201909|NDFD
BOI|48|po|12|{{0.000,155747},{0.007,91450},{0.109,67214},{0.176,55195},{0.196,44567},{0.322,30932},{0.454,27545},{0.404,18558},{0.686,12972},{0.932,4792},{1.000,1398},{999,0}}|510370|.140|201909|NDFD
PIH|48|po|12|{{0.000,86890},{0.035,48951},{0.151,53055},{0.382,31406},{0.436,26341},{0.465,22923},{0.486,21906},{0.609,18453},{0.773,9731},{0.922,3058},{1.000,114},{999,0}}|322828|.236|201909|NDFD
BYZ|48|po|12|{{0.000,44156},{0.007,79543},{0.059,54725},{0.270,56526},{0.410,31214},{0.532,30213},{0.696,25655},{0.766,24190},{0.720,28562},{0.922,34658},{0.989,24208},{0.980,3856}}|437506|.376|201909|NDFD
GGW|48|po|12|{{0.008,42691},{0.022,45630},{0.043,55263},{0.381,48127},{0.561,40765},{0.727,23273},{0.678,17809},{0.680,14497},{0.800,15228},{0.923,16744},{0.995,28975},{1.000,6049}}|355051|.412|201909|NDFD
TFX|48|po|12|{{0.000,62268},{0.033,73782},{0.082,94764},{0.168,69753},{0.293,37288},{0.453,42028},{0.572,47154},{0.583,38394},{0.626,28999},{0.794,26834},{0.964,29166},{1.000,7067}}|557497|.315|201909|NDFD
MSO|48|po|12|{{0.000,39878},{0.001,76078},{0.057,67059},{0.147,39395},{0.293,40280},{0.381,44442},{0.417,42398},{0.532,45896},{0.594,26254},{0.727,12715},{0.976,6083},{1.000,294}}|440772|.253|201909|NDFD
LKN|48|po|12|{{0.000,186111},{0.004,144405},{0.076,71194},{0.222,58929},{0.318,43832},{0.497,31010},{0.598,13646},{0.553,7374},{0.627,1481},{0.868,136},{999,0},{999,0}}|558118|.111|201909|NDFD
VEF|48|po|12|{{0.000,389913},{0.000,142958},{0.004,70534},{0.097,43880},{0.371,14715},{0.490,5381},{0.785,3732},{1.000,27},{999,0},{999,0},{999,0},{999,0}}|671140|.023|201909|NDFD
REV|48|po|12|{{0.000,173099},{0.005,45875},{0.112,49030},{0.286,37756},{0.360,24621},{0.659,12353},{0.893,4312},{0.949,4083},{0.992,1536},{1.000,17},{999,0},{999,0}}|352682|.121|201909|NDFD
MFR|48|po|12|{{0.000,78683},{0.001,155751},{0.048,79338},{0.229,35707},{0.401,28889},{0.600,25465},{0.714,28774},{0.732,29305},{0.831,14545},{0.795,11483},{0.980,8869},{0.997,7512}}|504321|.235|201909|NDFD
PDT|48|po|12|{{0.000,74830},{0.003,134369},{0.024,53020},{0.090,32473},{0.181,32865},{0.349,37104},{0.548,32880},{0.739,31423},{0.848,13134},{0.966,8697},{0.997,1487},{0.924,105}}|452387|.190|201909|NDFD
PQR|48|po|12|{{0.000,22642},{0.011,91241},{0.115,52677},{0.268,36068},{0.411,27945},{0.518,22516},{0.458,28098},{0.660,25891},{0.812,22686},{0.797,17739},{0.826,17875},{0.983,20700}}|386078|.356|201909|NDFD
SLC|48|po|12|{{0.000,223089},{0.007,195097},{0.059,109295},{0.094,74827},{0.253,33714},{0.479,22964},{0.656,21573},{0.846,13837},{0.883,5205},{0.966,1564},{0.906,266},{999,0}}|701431|.095|201909|NDFD
SEW|48|po|12|{{0.000,9256},{0.013,41508},{0.056,65816},{0.225,51126},{0.410,31855},{0.436,21590},{0.555,26223},{0.670,34952},{0.853,24876},{0.871,17147},{0.883,9050},{0.983,16201}}|349600|.390|201909|NDFD
OTX|48|po|12|{{0.000,40822},{0.010,94482},{0.080,85096},{0.219,41651},{0.291,45338},{0.285,36608},{0.387,26875},{0.410,19327},{0.514,16967},{0.745,14455},{0.978,10227},{999,0}}|431848|.204|201909|NDFD
BOU|60|po|12|{{0.017,41453},{0.027,140806},{0.080,46316},{0.220,26909},{0.402,20563},{0.409,9425},{0.519,4072},{0.835,1852},{0.988,244},{999,0},{999,0},{999,0}}|291640|.103|201909|NDFD
GJT|60|po|12|{{0.001,108240},{0.004,141766},{0.067,90419},{0.239,56798},{0.188,36205},{0.217,28082},{0.277,17342},{0.412,12141},{0.658,8925},{0.724,4502},{0.737,1097},{999,0}}|505517|.105|201909|NDFD
PUB|60|po|12|{{0.005,21043},{0.016,153965},{0.058,77231},{0.175,23458},{0.102,16069},{0.116,12083},{0.244,8220},{0.409,4025},{0.604,2915},{0.826,1541},{1.000,1},{999,0}}|320551|.065|201909|NDFD
LOT|60|po|12|{{0.000,13793},{0.030,48049},{0.374,24597},{0.469,10447},{0.422,14761},{0.478,12649},{0.763,7085},{0.988,4279},{1.000,7062},{1.000,4654},{0.750,8},{999,0}}|147384|.334|201909|NDFD
ILX|60|po|12|{{0.001,16971},{0.033,69246},{0.132,44899},{0.166,21698},{0.454,9362},{0.497,11989},{0.616,9130},{0.999,2203},{1.000,3950},{1.000,4051},{999,0},{999,0}}|193499|.196|201909|NDFD
IND|60|po|12|{{0.000,28747},{0.059,54438},{0.036,37694},{0.115,15458},{0.170,11721},{0.283,5603},{0.178,1427},{0.566,809},{0.877,342},{999,0},{999,0},{999,0}}|156239|.070|201909|NDFD
IWX|60|po|12|{{0.000,36429},{0.126,30358},{0.173,32758},{0.556,13931},{0.462,16287},{0.554,15994},{0.580,6790},{0.744,5005},{0.899,4406},{1.000,1043},{999,0},{999,0}}|163001|.284|201909|NDFD
DVN|60|po|12|{{0.000,4451},{0.014,58832},{0.289,45189},{0.294,14092},{0.266,18013},{0.447,15398},{0.790,13926},{0.786,8923},{0.983,14151},{0.997,11541},{999,0},{999,0}}|204516|.358|201909|NDFD
DMX|60|po|12|{{0.000,9483},{0.002,56101},{0.231,76195},{0.429,25457},{0.600,17965},{0.718,25754},{0.908,22551},{0.817,26198},{0.819,15155},{0.907,7910},{0.995,3466},{999,0}}|286235|.429|201909|NDFD
DDC|60|po|12|{{0.000,16384},{0.028,75467},{0.067,69228},{0.235,25488},{0.181,13114},{0.418,6421},{0.879,3171},{0.998,1511},{1.000,6292},{1.000,1447},{999,0},{999,0}}|218523|.137|201909|NDFD
GLD|60|po|12|{{0.003,16142},{0.030,110231},{0.076,58943},{0.136,12079},{0.200,4615},{0.810,1460},{0.996,1224},{0.998,1448},{1.000,902},{1.000,2},{999,0},{999,0}}|207046|.073|201909|NDFD
TOP|60|po|12|{{0.000,8706},{0.000,35034},{0.071,28539},{0.102,21557},{0.264,20215},{0.515,14614},{0.641,9905},{0.859,5941},{0.960,7760},{0.996,3140},{999,0},{999,0}}|155411|.252|201909|NDFD
ICT|60|po|12|{{0.000,10422},{0.004,58201},{0.034,48645},{0.190,21793},{0.295,21179},{0.541,17889},{0.738,13809},{0.868,10920},{0.841,3889},{0.984,2967},{999,0},{999,0}}|209714|.228|201909|NDFD
JKL|60|po|12|{{0.045,11468},{0.055,57106},{0.095,16719},{0.285,21242},{0.458,7111},{0.106,595},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.128|201909|NDFD
LMK|60|po|12|{{0.006,23481},{0.046,91465},{0.036,49095},{0.117,15588},{0.419,12204},{0.076,355},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.068|201909|NDFD
PAH|60|po|12|{{0.016,42443},{0.006,100115},{0.066,41495},{0.235,34321},{0.434,14479},{0.358,5629},{0.319,874},{1.000,28},{999,0},{999,0},{999,0},{999,0}}|239384|.086|201909|NDFD
DTX|60|po|12|{{0.016,33888},{0.065,96263},{0.360,42132},{0.561,42073},{0.510,38576},{0.722,31380},{0.786,22807},{0.793,16748},{0.962,33232},{0.998,19485},{0.969,3536},{1.000,1}}|380121|.458|201909|NDFD
APX|60|po|12|{{0.000,6941},{0.039,53589},{0.223,20707},{0.631,16848},{0.666,12437},{0.408,18809},{0.498,15170},{0.688,15718},{0.936,16668},{0.942,17230},{0.838,2832},{999,0}}|196949|.436|201909|NDFD
GRR|60|po|12|{{0.000,13067},{0.000,40162},{0.209,14168},{0.479,18907},{0.617,13035},{0.542,14633},{0.635,13698},{0.846,4694},{0.960,10829},{0.981,11739},{1.000,111},{999,0}}|155043|.404|201909|NDFD
MQT|60|po|12|{{0.017,20251},{0.048,93757},{0.082,114421},{0.288,63821},{0.474,46608},{0.454,31086},{0.479,21583},{0.675,22329},{0.846,25921},{0.886,27574},{0.971,24136},{999,0}}|491487|.334|201909|NDFD
DLH|60|po|12|{{0.000,10581},{0.036,74994},{0.323,62786},{0.462,71244},{0.465,46576},{0.483,30862},{0.684,17165},{0.778,10703},{0.924,12326},{0.978,27208},{1.000,18306},{1.000,245}}|382996|.442|201909|NDFD
MPX|60|po|12|{{0.000,19619},{0.023,58808},{0.243,92706},{0.336,53122},{0.497,27096},{0.566,32972},{0.541,17434},{0.708,23483},{0.929,13687},{0.998,8539},{1.000,5630},{999,0}}|353096|.359|201909|NDFD
EAX|60|po|12|{{0.000,10926},{0.005,66496},{0.065,40229},{0.078,29571},{0.164,10521},{0.502,22032},{0.512,23733},{0.484,13186},{0.861,16815},{0.970,7002},{999,0},{999,0}}|240511|.240|201909|NDFD
SGF|60|po|12|{{0.004,17479},{0.019,82582},{0.035,43040},{0.222,29824},{0.374,18963},{0.667,15277},{0.456,13959},{0.696,10712},{0.949,4043},{1.000,5575},{999,0},{999,0}}|241454|.208|201909|NDFD
LSX|60|po|12|{{0.000,15060},{0.020,87102},{0.087,72012},{0.226,27116},{0.529,15503},{0.473,19069},{0.318,12477},{0.764,3416},{1.000,4450},{1.000,5466},{999,0},{999,0}}|261671|.183|201909|NDFD
GID|60|po|12|{{0.000,8009},{0.000,47502},{0.085,64703},{0.169,37465},{0.111,18016},{0.371,7587},{0.974,2028},{1.000,679},{1.000,3246},{1.000,4287},{999,0},{999,0}}|193522|.139|201909|NDFD
LBF|60|po|12|{{0.006,15793},{0.036,153307},{0.087,85008},{0.292,30501},{0.294,24063},{0.475,17081},{0.384,6551},{0.464,2835},{1.000,408},{999,0},{999,0},{999,0}}|335547|.123|201909|NDFD
OAX|60|po|12|{{0.000,10874},{0.008,51069},{0.183,41585},{0.310,31330},{0.378,38511},{0.684,26453},{0.631,11044},{0.685,3824},{1.000,2343},{1.000,5670},{1.000,98},{999,0}}|222801|.306|201909|NDFD
BIS|60|po|12|{{0.000,36291},{0.075,138154},{0.227,139708},{0.274,41281},{0.418,15984},{0.588,21663},{0.874,41139},{0.915,35660},{0.898,30324},{0.934,33184},{0.975,26409},{999,0}}|559797|.403|201909|NDFD
FGF|60|po|12|{{0.000,20602},{0.012,86884},{0.156,122014},{0.488,55029},{0.475,36311},{0.507,33064},{0.646,29797},{0.760,23028},{0.834,16497},{0.933,21747},{1.000,17237},{1.000,1654}}|463864|.368|201909|NDFD
ABR|60|po|12|{{0.000,24127},{0.072,121351},{0.072,59273},{0.204,34615},{0.422,17062},{0.774,14583},{0.722,17703},{0.480,13766},{0.272,13704},{0.458,5287},{999,0},{999,0}}|321471|.199|201909|NDFD
UNR|60|po|12|{{0.054,45690},{0.119,147758},{0.235,80424},{0.605,45176},{0.858,30026},{0.877,22809},{0.904,20005},{0.838,16591},{0.976,13331},{0.993,9493},{1.000,2017},{999,0}}|433320|.389|201909|NDFD
FSD|60|po|12|{{0.000,14637},{0.118,74906},{0.137,71860},{0.161,47914},{0.286,24400},{0.641,30697},{0.621,16934},{0.687,11110},{0.840,2183},{1.000,541},{999,0},{999,0}}|295182|.249|201909|NDFD
GRB|60|po|12|{{0.000,16234},{0.030,35534},{0.171,36791},{0.440,18877},{0.471,27136},{0.511,12249},{0.790,11790},{0.820,12767},{0.847,17916},{0.955,11308},{1.000,4},{999,0}}|200606|.401|201909|NDFD
ARX|60|po|12|{{0.000,8680},{0.053,41954},{0.261,54143},{0.303,16307},{0.309,14019},{0.657,16216},{0.874,13801},{0.825,15186},{0.943,10315},{0.988,13848},{1.000,2071},{999,0}}|206540|.418|201909|NDFD
MKX|60|po|12|{{0.000,24951},{0.005,67648},{0.157,49323},{0.422,21167},{0.521,27956},{0.564,30810},{0.697,18015},{0.710,12684},{0.852,19806},{0.958,22503},{0.991,3033},{999,0}}|297896|.376|201909|NDFD
CYS|60|po|12|{{0.021,52285},{0.015,127827},{0.199,70501},{0.443,35298},{0.571,26400},{0.758,24942},{0.903,16451},{0.977,4490},{0.993,4122},{1.000,371},{999,0},{999,0}}|362687|.249|201909|NDFD
RIW|60|po|12|{{0.000,104625},{0.028,143574},{0.165,87906},{0.423,63253},{0.443,38562},{0.522,33041},{0.612,25515},{0.759,24973},{0.970,21892},{0.997,23569},{1.000,18991},{1.000,2485}}|588386|.306|201909|NDFD
CAR|60|po|12|{{0.000,30938},{0.009,49261},{0.183,59158},{0.247,20269},{0.295,10950},{0.700,8380},{0.713,18458},{0.755,15881},{0.576,18078},{0.878,13856},{0.936,1668},{0.704,54}}|246951|.302|201909|NDFD
GYX|60|po|12|{{0.001,51379},{0.004,45975},{0.075,45930},{0.303,32339},{0.562,22215},{0.584,22696},{0.605,20647},{0.823,19286},{0.919,7409},{0.864,4970},{0.980,785},{999,0}}|273631|.290|201909|NDFD
BOX|60|po|12|{{0.000,2863},{0.013,79451},{0.150,34492},{0.367,28888},{0.389,22767},{0.555,10162},{0.654,12890},{0.448,2855},{0.488,1265},{0.443,97},{999,0},{999,0}}|195730|.213|201909|NDFD
PHI|60|po|12|{{0.003,36045},{0.006,53193},{0.096,53506},{0.128,25105},{0.667,16957},{0.584,5441},{0.312,773},{0.025,202},{999,0},{999,0},{999,0},{999,0}}|191222|.123|201909|NDFD
ALY|60|po|12|{{0.000,14997},{0.005,43576},{0.273,23367},{0.632,16599},{0.555,18531},{0.430,14036},{0.602,10818},{0.873,12309},{0.915,4662},{1.000,104},{999,0},{999,0}}|158999|.346|201909|NDFD
BGM|60|po|12|{{0.007,29372},{0.081,38224},{0.204,28709},{0.248,10411},{0.542,18353},{0.636,16525},{0.316,17855},{0.629,12574},{0.936,8309},{0.925,816},{999,0},{999,0}}|181148|.300|201909|NDFD
BUF|60|po|12|{{0.000,52685},{0.019,13912},{0.207,22735},{0.255,25889},{0.472,22224},{0.400,13375},{0.279,12032},{0.610,23093},{0.574,22698},{0.886,9471},{1.000,524},{999,0}}|218638|.306|201909|NDFD
OKX|60|po|12|{{0.000,9652},{0.001,37954},{0.093,24575},{0.295,13406},{0.518,21917},{0.422,3400},{0.340,94},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.172|201909|NDFD
MHX|60|po|12|{{0.000,13433},{0.002,55938},{0.018,27284},{0.167,31583},{0.204,13724},{0.165,2117},{0.390,2258},{0.703,1443},{0.970,1648},{1.000,233},{999,0},{999,0}}|149661|.085|201909|NDFD
RAH|60|po|12|{{0.000,27660},{0.000,39627},{0.003,34885},{0.136,32244},{0.128,16225},{0.454,2911},{0.033,3443},{0.051,2050},{999,0},{999,0},{999,0},{999,0}}|159045|.051|201909|NDFD
ILM|60|po|12|{{0.000,5401},{0.002,46692},{0.028,27466},{0.146,27996},{0.247,12314},{0.394,4709},{0.187,2333},{0.779,1368},{1.000,1765},{1.000,297},{999,0},{999,0}}|130341|.103|201909|NDFD
CLE|60|po|12|{{0.000,21159},{0.001,34045},{0.135,77789},{0.355,36611},{0.258,27820},{0.542,25193},{0.768,10014},{0.753,7230},{0.921,3167},{1.000,358},{999,0},{999,0}}|243386|.250|201909|NDFD
ILN|60|po|12|{{0.000,21},{0.046,90225},{0.076,60492},{0.106,28399},{0.137,11771},{0.334,7951},{0.217,2069},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.082|201909|NDFD
PBZ|60|po|12|{{0.000,7744},{0.006,56615},{0.179,53479},{0.302,5545},{0.448,25074},{0.281,18304},{0.426,12214},{0.650,10591},{999,0},{999,0},{999,0},{999,0}}|189566|.211|201909|NDFD
CTP|60|po|12|{{0.015,47637},{0.013,45780},{0.241,41578},{0.393,28432},{0.424,25143},{0.507,26680},{0.589,11653},{0.807,7108},{1.000,14},{999,0},{999,0},{999,0}}|234025|.253|201909|NDFD
CHS|60|po|12|{{0.000,7367},{0.002,50253},{0.033,45550},{0.254,32965},{0.428,9591},{0.493,4712},{0.322,5461},{0.584,3888},{0.648,2074},{0.681,3617},{1.000,792},{1.000,273}}|166543|.152|201909|NDFD
CAE|60|po|12|{{0.000,14156},{0.015,46122},{0.086,22500},{0.265,31775},{0.305,11411},{0.532,3401},{0.206,510},{0.759,29},{999,0},{999,0},{999,0},{999,0}}|129904|.127|201909|NDFD
GSP|60|po|12|{{0.001,15565},{0.003,43958},{0.036,55393},{0.175,37829},{0.325,25483},{0.570,18236},{0.674,3852},{0.787,1380},{0.886,865},{999,0},{999,0},{999,0}}|202561|.158|201909|NDFD
BTV|60|po|12|{{0.000,23889},{0.000,19465},{0.109,25394},{0.154,17274},{0.300,11267},{0.521,14844},{0.582,21377},{0.813,17284},{0.918,11877},{0.982,3701},{1.000,10},{999,0}}|166382|.346|201909|NDFD
LWX|60|po|12|{{0.000,10987},{0.060,84398},{0.212,55153},{0.381,27993},{0.419,10532},{0.354,10726},{0.150,6011},{0.989,1430},{999,0},{999,0},{999,0},{999,0}}|207230|.183|201909|NDFD
RNK|60|po|12|{{0.000,8767},{0.020,62429},{0.093,50706},{0.273,34494},{0.425,21045},{0.401,10314},{0.443,2965},{0.556,2225},{0.887,416},{999,0},{999,0},{999,0}}|193361|.162|201909|NDFD
AKQ|60|po|12|{{0.039,75604},{0.034,52654},{0.094,56685},{0.150,20550},{0.189,15368},{0.104,15060},{0.002,473},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.074|201909|NDFD
RLX|60|po|12|{{0.044,15624},{0.026,97065},{0.041,28369},{0.280,38001},{0.578,23789},{0.482,8327},{0.399,3741},{0.749,1348},{0.542,419},{999,0},{999,0},{999,0}}|216683|.164|201909|NDFD
BMX|60|po|12|{{0.001,32734},{0.042,99797},{0.094,89981},{0.141,38576},{0.264,6283},{0.333,27},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.074|201909|NDFD
HUN|60|po|12|{{999,0},{0.005,32894},{0.104,29537},{0.279,17628},{0.493,4333},{0.055,1670},{0.323,2166},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.125|201909|NDFD
MOB|60|po|12|{{0.016,16604},{0.042,72151},{0.075,110498},{0.116,28823},{0.196,7776},{0.542,9896},{0.118,1550},{0.115,1069},{0.045,378},{999,0},{999,0},{999,0}}|248745|.089|201909|NDFD
LZK|60|po|12|{{0.000,1842},{0.010,117553},{0.090,100085},{0.408,41980},{0.504,29896},{0.599,11142},{0.829,8436},{0.926,7685},{999,0},{999,0},{999,0},{999,0}}|318619|.198|201909|NDFD
JAX|60|po|12|{{0.000,534},{0.012,57739},{0.070,70578},{0.288,31135},{0.536,27855},{0.592,14239},{0.481,10631},{0.478,6584},{0.594,5115},{0.775,9900},{0.991,1666},{1.000,2120}}|238096|.255|201909|NDFD
EYW|60|po|12|{{999,0},{0.000,4091},{0.171,12165},{0.295,50056},{0.383,54777},{0.532,30795},{0.720,48547},{0.835,12638},{0.734,1613},{999,0},{999,0},{999,0}}|214682|.470|201909|NDFD
MLB|60|po|12|{{0.000,137},{0.000,24527},{0.127,47355},{0.394,44493},{0.490,34816},{0.822,10054},{0.819,1726},{0.729,13853},{0.954,4678},{0.894,9490},{1.000,875},{999,0}}|192004|.386|201909|NDFD
MFL|60|po|12|{{0.000,4},{0.002,16473},{0.129,34740},{0.316,50769},{0.352,36519},{0.423,29317},{0.531,25051},{0.687,18020},{0.797,11238},{0.313,716},{999,0},{999,0}}|222847|.362|201909|NDFD
TAE|60|po|12|{{0.006,15711},{0.018,154193},{0.084,109177},{0.239,45343},{0.234,14048},{0.183,18386},{0.255,5854},{0.061,3138},{0.027,2824},{0.055,453},{999,0},{999,0}}|369127|.085|201909|NDFD
TBW|60|po|12|{{0.000,10992},{0.005,50269},{0.079,61210},{0.289,53637},{0.267,21931},{0.263,18019},{0.526,9272},{0.559,9162},{0.929,7203},{0.820,6682},{999,0},{999,0}}|248377|.215|201909|NDFD
FFC|60|po|12|{{0.000,24873},{0.019,134118},{0.153,93930},{0.259,39691},{0.392,8607},{0.409,1801},{0.177,829},{0.000,227},{0.000,53},{999,0},{999,0},{999,0}}|304129|.103|201909|NDFD
LCH|60|po|12|{{999,0},{0.001,53907},{0.048,93802},{0.323,66986},{0.704,46342},{0.699,26471},{0.968,15145},{0.998,10307},{0.979,4421},{1.000,203},{999,0},{999,0}}|317584|.336|201909|NDFD
LIX|60|po|12|{{0.000,9945},{0.027,119714},{0.124,98075},{0.311,70464},{0.545,40860},{0.607,15133},{0.908,6400},{0.971,6480},{1.000,2796},{1.000,2342},{999,0},{999,0}}|372209|.231|201909|NDFD
SHV|60|po|12|{{0.017,56117},{0.063,82274},{0.098,91005},{0.293,54210},{0.369,20291},{0.694,13457},{0.687,7870},{0.809,6334},{0.928,4532},{1.000,147},{999,0},{999,0}}|336237|.186|201909|NDFD
JAN|60|po|12|{{0.000,28972},{0.019,130205},{0.052,135055},{0.236,19438},{0.269,12969},{0.647,6201},{0.991,338},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.066|201909|NDFD
ABQ|60|po|12|{{0.000,3613},{0.002,170791},{0.064,281132},{0.195,160687},{0.388,111442},{0.568,54463},{0.640,27809},{0.818,19474},{0.988,8985},{1.000,828},{999,0},{999,0}}|839224|.199|201909|NDFD
OUN|60|po|12|{{999,0},{0.001,126671},{0.018,125250},{0.140,60200},{0.381,64329},{0.447,34651},{0.550,25510},{0.554,17442},{0.747,5378},{0.994,316},{999,0},{999,0}}|459747|.172|201909|NDFD
TSA|60|po|12|{{0.000,11343},{0.013,88467},{0.045,44298},{0.380,24810},{0.319,26635},{0.324,16937},{0.714,12584},{0.894,14244},{0.975,4810},{0.890,5491},{999,0},{999,0}}|249619|.232|201909|NDFD
MEG|60|po|12|{{0.000,12623},{0.027,119009},{0.062,116403},{0.385,22548},{0.650,19401},{0.665,155},{1.000,3},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|290145|.110|201909|NDFD
MRX|60|po|12|{{0.009,15796},{0.019,34377},{0.064,55152},{0.344,34031},{0.390,10120},{0.389,4668},{0.345,2124},{0.601,1236},{999,0},{999,0},{999,0},{999,0}}|157504|.148|201909|NDFD
OHX|60|po|12|{{0.025,11505},{0.015,59480},{0.125,58864},{0.334,15798},{0.604,13171},{0.569,1101},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.140|201909|NDFD
AMA|60|po|12|{{0.000,14930},{0.007,54951},{0.067,70675},{0.168,40374},{0.460,37754},{0.582,17540},{0.600,8725},{0.882,2774},{1.000,4305},{1.000,1041},{999,0},{999,0}}|253069|.208|201909|NDFD
EWX|60|po|12|{{0.000,4334},{0.019,60860},{0.039,90115},{0.150,73210},{0.425,64156},{0.346,19793},{0.706,16149},{0.530,3733},{0.578,3220},{999,0},{999,0},{999,0}}|335570|.194|201909|NDFD
BRO|60|po|12|{{0.000,2629},{0.011,3088},{0.132,16428},{0.388,47147},{0.549,25596},{0.636,28395},{0.492,16540},{0.846,7702},{1.000,388},{999,0},{999,0},{999,0}}|147913|.457|201909|NDFD
CRP|60|po|12|{{0.008,1118},{0.021,4385},{0.098,39143},{0.356,54197},{0.502,62006},{0.556,26266},{0.433,11055},{0.703,9531},{0.493,4667},{0.082,1164},{999,0},{999,0}}|213532|.388|201909|NDFD
EPZ|60|po|12|{{0.000,2065},{0.048,42453},{0.070,73114},{0.273,69370},{0.340,46057},{0.439,23676},{0.631,21063},{0.775,9130},{0.817,4942},{999,0},{999,0},{999,0}}|291870|.262|201909|NDFD
FWD|60|po|12|{{0.001,36283},{0.014,100841},{0.083,111349},{0.207,51753},{0.316,24189},{0.305,18974},{0.319,12643},{0.357,7303},{0.514,5132},{0.584,1649},{999,0},{999,0}}|370116|.122|201909|NDFD
HGX|60|po|12|{{0.019,1018},{0.070,15896},{0.083,51257},{0.286,77581},{0.664,54303},{0.739,22225},{0.630,15021},{0.757,20497},{0.899,9548},{0.941,9627},{0.957,4823},{999,0}}|281796|.452|201909|NDFD
LUB|60|po|12|{{0.000,8191},{0.001,38525},{0.068,30994},{0.199,28093},{0.386,50778},{0.481,34785},{0.187,9856},{0.648,2128},{1.000,683},{999,0},{999,0},{999,0}}|204033|.235|201909|NDFD
MAF|60|po|12|{{0.164,943},{0.016,74067},{0.078,79016},{0.281,98536},{0.320,80678},{0.380,63902},{0.548,55790},{0.612,22705},{0.586,7269},{1.000,2},{999,0},{999,0}}|482908|.278|201909|NDFD
SJT|60|po|12|{{0.000,8411},{0.006,44525},{0.048,98327},{0.161,67425},{0.294,25055},{0.596,6802},{0.876,1640},{0.273,33},{999,0},{999,0},{999,0},{999,0}}|252218|.114|201909|NDFD
FGZ|60|po|12|{{0.008,122864},{0.000,95272},{0.065,90675},{0.162,55370},{0.273,40649},{0.457,31235},{0.655,33300},{0.658,10258},{0.737,2429},{0.806,603},{999,0},{999,0}}|482655|.149|201909|NDFD
PSR|60|po|12|{{0.000,107738},{0.005,95598},{0.117,44377},{0.341,24132},{0.467,16200},{0.588,10266},{0.710,8631},{0.912,913},{999,0},{999,0},{999,0},{999,0}}|307855|.112|201909|NDFD
TWC|60|po|12|{{0.000,14148},{0.012,74736},{0.084,52271},{0.217,35645},{0.353,20447},{0.466,22644},{0.634,20406},{0.796,6713},{0.981,2687},{1.000,1242},{1.000,37},{999,0}}|250976|.211|201909|NDFD
EKA|60|po|12|{{0.000,51654},{0.009,124133},{0.179,42357},{0.442,13505},{0.621,8800},{0.555,9013},{0.805,5981},{0.730,4894},{0.818,3652},{0.962,3189},{0.861,954},{0.000,2}}|268134|.151|201909|NDFD
LOX|60|po|12|{{0.000,112075},{0.001,162423},{0.042,30746},{0.170,4428},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
STO|60|po|12|{{0.000,126989},{0.007,79027},{0.131,31110},{0.435,13354},{0.708,10434},{0.821,9689},{0.896,5961},{0.981,3702},{0.888,528},{1.000,13},{999,0},{999,0}}|280807|.126|201909|NDFD
SGX|60|po|12|{{0.002,65255},{0.002,52212},{0.106,18493},{0.250,8646},{0.209,3834},{0.550,1936},{0.228,136},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.041|201909|NDFD
MTR|60|po|12|{{0.003,218282},{0.027,62301},{0.118,19175},{0.597,4672},{0.464,7369},{1.000,12},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
HNX|60|po|12|{{0.000,165986},{0.000,63217},{0.006,18017},{0.199,4221},{0.580,2271},{0.597,1738},{0.479,1046},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.015|201909|NDFD
BOI|60|po|12|{{0.011,132078},{0.029,81077},{0.071,110321},{0.210,50699},{0.290,30046},{0.395,21428},{0.392,16527},{0.369,16761},{0.622,21814},{0.765,22640},{0.768,6979},{999,0}}|510370|.173|201909|NDFD
PIH|60|po|12|{{0.003,61268},{0.027,69628},{0.101,49438},{0.138,33402},{0.186,17264},{0.330,19589},{0.643,22026},{0.805,17648},{0.884,14350},{0.902,12249},{0.909,5966},{999,0}}|322828|.244|201909|NDFD
BYZ|60|po|12|{{0.020,18602},{0.039,140655},{0.290,57662},{0.440,37407},{0.605,33621},{0.753,30262},{0.874,37099},{0.828,20969},{0.943,11787},{0.995,19295},{1.000,29970},{1.000,177}}|437506|.440|201909|NDFD
GGW|60|po|12|{{0.010,43330},{0.130,96649},{0.159,44401},{0.334,37510},{0.540,26997},{0.736,25169},{0.837,23331},{0.885,14403},{0.893,8587},{0.930,13297},{0.979,15752},{1.000,5625}}|355051|.391|201909|NDFD
TFX|60|po|12|{{0.000,58164},{0.073,131881},{0.181,78931},{0.259,50470},{0.250,40330},{0.347,39030},{0.412,32447},{0.561,34564},{0.708,34928},{0.820,23433},{0.982,23037},{1.000,10280}}|557495|.305|201909|NDFD
MSO|60|po|12|{{0.000,22626},{0.002,89529},{0.018,48578},{0.079,49708},{0.235,42043},{0.312,35338},{0.352,33007},{0.581,37651},{0.724,37554},{0.749,32371},{0.843,12029},{0.879,338}}|440772|.275|201909|NDFD
LKN|60|po|12|{{0.000,180570},{0.010,126641},{0.099,99580},{0.202,51559},{0.412,34276},{0.736,18059},{0.804,14179},{0.810,13598},{0.889,11231},{0.907,6736},{0.925,1689},{999,0}}|558118|.160|201909|NDFD
VEF|60|po|12|{{0.000,375670},{0.002,147447},{0.031,75679},{0.159,43600},{0.335,13459},{0.407,9000},{0.555,4276},{0.525,1962},{0.830,47},{999,0},{999,0},{999,0}}|671140|.032|201909|NDFD
REV|60|po|12|{{0.000,125025},{0.001,100021},{0.065,41522},{0.326,35365},{0.648,20815},{0.833,14044},{0.877,8313},{0.981,4667},{1.000,2562},{1.000,348},{999,0},{999,0}}|352682|.154|201909|NDFD
MFR|60|po|12|{{0.000,66931},{0.008,175527},{0.077,87186},{0.310,32167},{0.707,14644},{0.528,18025},{0.551,20552},{0.697,25223},{0.892,24067},{0.963,20628},{0.993,13752},{0.999,5619}}|504321|.253|201909|NDFD
PDT|60|po|12|{{0.000,52509},{0.005,118529},{0.034,100018},{0.183,35555},{0.407,24366},{0.445,22471},{0.501,20378},{0.573,32661},{0.819,26510},{0.908,15472},{0.992,3874},{1.000,44}}|452387|.219|201909|NDFD
PQR|60|po|12|{{0.000,23973},{0.011,100008},{0.064,54928},{0.200,46325},{0.353,26226},{0.394,22165},{0.518,15303},{0.730,12656},{0.938,9330},{0.902,21879},{0.961,30803},{0.972,22482}}|386078|.334|201909|NDFD
SLC|60|po|12|{{0.000,177639},{0.007,186802},{0.043,129699},{0.124,81640},{0.249,38584},{0.510,32186},{0.558,19114},{0.583,11067},{0.785,9650},{0.877,9291},{0.910,5505},{0.913,254}}|701431|.115|201909|NDFD
SEW|60|po|12|{{0.025,4239},{0.059,53830},{0.141,50843},{0.192,53540},{0.407,40662},{0.444,30963},{0.496,28206},{0.646,24636},{0.729,16408},{0.920,13694},{0.955,15293},{0.912,17286}}|349600|.389|201909|NDFD
OTX|60|po|12|{{0.000,27758},{0.016,117925},{0.092,73704},{0.224,42199},{0.313,44476},{0.485,34473},{0.693,26767},{0.847,28839},{0.872,21475},{0.892,10501},{0.738,3727},{0.250,4}}|431848|.284|201909|NDFD
BOU|72|po|12|{{0.000,38421},{0.012,74043},{0.076,94382},{0.120,28566},{0.308,23415},{0.638,14693},{0.723,7928},{0.788,5492},{0.940,3109},{1.000,1591},{999,0},{999,0}}|291640|.146|201909|NDFD
GJT|72|po|12|{{0.000,105931},{0.009,141680},{0.038,93214},{0.194,65764},{0.312,53866},{0.187,26707},{0.199,10853},{0.385,6706},{0.256,762},{0.000,34},{999,0},{999,0}}|505517|.088|201909|NDFD
PUB|72|po|12|{{0.002,35372},{0.012,136393},{0.088,83585},{0.192,35083},{0.241,16312},{0.269,6619},{0.301,3116},{0.090,1842},{0.214,2229},{999,0},{999,0},{999,0}}|320551|.072|201909|NDFD
LOT|72|po|12|{{0.000,14322},{0.162,27818},{0.106,24619},{0.325,17712},{0.423,11992},{0.671,13395},{0.868,9469},{0.892,12245},{0.994,8589},{1.000,3368},{1.000,3855},{999,0}}|147384|.420|201909|NDFD
ILX|72|po|12|{{0.000,23945},{0.038,47740},{0.084,37294},{0.222,18394},{0.451,17639},{0.534,14717},{0.426,10953},{0.631,10190},{0.967,7589},{1.000,2017},{1.000,3021},{999,0}}|193499|.250|201909|NDFD
IND|72|po|12|{{0.012,30017},{0.015,44058},{0.032,46611},{0.064,9241},{0.096,8037},{0.127,4941},{0.143,6366},{0.921,2058},{1.000,4910},{999,0},{999,0},{999,0}}|156239|.078|201909|NDFD
IWX|72|po|12|{{0.000,28275},{0.069,32175},{0.066,39280},{0.295,13609},{0.282,8702},{0.296,15661},{0.558,5102},{0.620,6112},{0.896,9648},{1.000,3111},{1.000,1326},{999,0}}|163001|.219|201909|NDFD
DVN|72|po|12|{{0.062,2722},{0.045,50397},{0.203,24382},{0.187,16938},{0.258,16337},{0.618,25358},{0.767,25700},{0.894,17681},{0.948,15050},{1.000,8998},{1.000,953},{999,0}}|204516|.441|201909|NDFD
DMX|72|po|12|{{0.205,8549},{0.025,56879},{0.036,38232},{0.253,34159},{0.605,27990},{0.501,35859},{0.529,34036},{0.740,13741},{0.896,19321},{1.000,14888},{1.000,2581},{999,0}}|286235|.388|201909|NDFD
DDC|72|po|12|{{0.000,12210},{0.025,70935},{0.069,68186},{0.180,34572},{0.269,17310},{0.365,3952},{0.808,1754},{0.520,273},{0.691,984},{0.681,6896},{0.249,1451},{999,0}}|218523|.120|201909|NDFD
GLD|72|po|12|{{0.001,12058},{0.018,70721},{0.050,60962},{0.143,30176},{0.260,11712},{0.859,7317},{0.980,3447},{0.877,1470},{0.892,5768},{0.408,3415},{999,0},{999,0}}|207046|.141|201909|NDFD
TOP|72|po|12|{{0.000,3243},{0.004,25964},{0.017,43970},{0.096,30117},{0.162,20879},{0.428,9433},{0.811,5517},{0.927,5402},{0.952,6310},{1.000,1861},{1.000,2715},{999,0}}|155411|.201|201909|NDFD
ICT|72|po|12|{{0.000,11891},{0.004,48665},{0.030,58293},{0.192,37351},{0.315,15658},{0.500,13225},{0.747,10043},{0.778,7538},{0.770,3035},{1.000,2207},{0.925,1808},{999,0}}|209714|.192|201909|NDFD
JKL|72|po|12|{{0.015,22317},{0.036,39522},{0.093,30242},{0.083,20738},{0.095,1318},{0.577,104},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.057|201909|NDFD
LMK|72|po|12|{{0.009,57760},{0.028,88006},{0.035,26383},{0.074,8922},{0.086,5535},{0.549,2330},{0.950,2916},{1.000,336},{999,0},{999,0},{999,0},{999,0}}|192188|.049|201909|NDFD
PAH|72|po|12|{{0.002,60838},{0.009,89701},{0.062,57273},{0.114,9542},{0.116,3882},{0.473,5889},{0.703,6070},{0.943,2279},{0.931,3902},{1.000,8},{999,0},{999,0}}|239384|.078|201909|NDFD
DTX|72|po|12|{{0.001,27905},{0.014,82948},{0.164,75362},{0.481,37591},{0.569,29179},{0.760,34901},{0.771,35003},{0.877,26715},{0.987,21794},{1.000,8563},{1.000,160},{999,0}}|380121|.409|201909|NDFD
APX|72|po|12|{{0.000,9093},{0.065,41358},{0.281,32810},{0.533,18536},{0.687,23620},{0.752,21097},{0.886,19537},{0.832,11593},{0.958,11696},{0.964,7303},{0.601,306},{999,0}}|196949|.504|201909|NDFD
GRR|72|po|12|{{0.000,16790},{0.032,25331},{0.081,26645},{0.291,15849},{0.538,14391},{0.686,10918},{0.833,11972},{0.916,11790},{1.000,8301},{1.000,11314},{1.000,1742},{999,0}}|155043|.419|201909|NDFD
MQT|72|po|12|{{0.000,15478},{0.015,70013},{0.205,106737},{0.352,94279},{0.278,38828},{0.483,25245},{0.712,28857},{0.838,42835},{0.767,29030},{0.815,16669},{0.923,23516},{999,0}}|491487|.393|201909|NDFD
DLH|72|po|12|{{0.016,8183},{0.042,86196},{0.244,70983},{0.442,32745},{0.288,33524},{0.471,30011},{0.715,34588},{0.847,38862},{0.663,17193},{0.885,18092},{1.000,12588},{1.000,31}}|382996|.410|201909|NDFD
MPX|72|po|12|{{0.054,24726},{0.108,74182},{0.102,40986},{0.315,32464},{0.360,41557},{0.601,37391},{0.783,40796},{0.883,25768},{0.972,10125},{0.999,24103},{1.000,998},{999,0}}|353096|.427|201909|NDFD
EAX|72|po|12|{{0.000,9559},{0.002,47324},{0.042,62115},{0.189,22815},{0.318,19317},{0.554,27514},{0.748,12287},{0.956,12541},{0.965,13244},{0.940,12204},{1.000,1591},{999,0}}|240511|.314|201909|NDFD
SGF|72|po|12|{{0.000,36826},{0.000,78061},{0.013,41522},{0.303,13070},{0.218,15649},{0.173,20958},{0.634,10294},{0.747,13936},{0.585,7395},{0.843,3743},{999,0},{999,0}}|241454|.149|201909|NDFD
LSX|72|po|12|{{0.000,33109},{0.008,82209},{0.044,39596},{0.288,22540},{0.260,22486},{0.432,22301},{0.470,14664},{0.420,10797},{0.689,9167},{0.803,2542},{1.000,2260},{999,0}}|261671|.177|201909|NDFD
GID|72|po|12|{{0.000,10677},{0.008,36930},{0.023,43068},{0.059,39386},{0.254,22549},{0.397,12792},{0.703,9865},{0.771,8732},{0.558,5460},{0.360,3264},{0.573,799},{999,0}}|193522|.169|201909|NDFD
LBF|72|po|12|{{0.003,16907},{0.025,84315},{0.054,71136},{0.235,49436},{0.458,26307},{0.633,17004},{0.585,17952},{0.580,19688},{0.822,22881},{0.950,9921},{999,0},{999,0}}|335547|.270|201909|NDFD
OAX|72|po|12|{{0.104,6682},{0.007,36637},{0.082,48707},{0.262,35099},{0.320,21374},{0.456,20729},{0.536,18475},{0.599,23294},{0.872,7348},{1.000,2267},{1.000,2189},{999,0}}|222801|.293|201909|NDFD
BIS|72|po|12|{{0.013,22328},{0.133,119348},{0.141,95300},{0.283,67581},{0.424,65762},{0.558,53895},{0.590,39525},{0.698,26835},{0.918,13739},{0.963,12155},{0.960,27933},{1.000,15396}}|559797|.384|201909|NDFD
FGF|72|po|12|{{0.000,14314},{0.049,150125},{0.145,67205},{0.444,41951},{0.669,49140},{0.627,30831},{0.615,25321},{0.922,16806},{0.827,19967},{0.824,40090},{0.864,7589},{1.000,525}}|463864|.379|201909|NDFD
ABR|72|po|12|{{0.011,14298},{0.073,87137},{0.182,70193},{0.328,38137},{0.466,29014},{0.449,19651},{0.800,16226},{0.508,8201},{0.890,14861},{0.939,20784},{0.957,2969},{999,0}}|321471|.333|201909|NDFD
UNR|72|po|12|{{0.000,34545},{0.011,108927},{0.205,71196},{0.244,27163},{0.329,32471},{0.484,30462},{0.523,37904},{0.642,34498},{0.718,32652},{0.961,17366},{1.000,6119},{1.000,17}}|433320|.314|201909|NDFD
FSD|72|po|12|{{0.078,17899},{0.128,63838},{0.165,55854},{0.167,55729},{0.312,22772},{0.621,11503},{0.925,12272},{0.739,16345},{0.795,27645},{0.924,11325},{999,0},{999,0}}|295182|.333|201909|NDFD
GRB|72|po|12|{{0.064,5874},{0.029,38537},{0.189,31356},{0.294,26750},{0.548,12978},{0.758,18039},{0.924,23939},{0.948,21664},{0.856,11388},{0.988,4225},{1.000,5856},{999,0}}|200606|.491|201909|NDFD
ARX|72|po|12|{{0.098,8454},{0.034,44456},{0.449,18185},{0.178,10682},{0.409,17492},{0.653,24569},{0.782,29428},{0.948,19312},{0.978,21590},{1.000,10738},{1.000,1634},{999,0}}|206540|.534|201909|NDFD
MKX|72|po|12|{{0.000,11352},{0.016,57457},{0.151,33361},{0.346,32605},{0.498,25001},{0.727,40991},{0.865,33948},{0.845,26242},{0.868,11990},{0.999,21784},{1.000,3165},{999,0}}|297896|.491|201909|NDFD
CYS|72|po|12|{{0.000,36775},{0.024,90880},{0.075,83286},{0.228,34058},{0.308,45460},{0.482,30332},{0.518,20964},{0.619,12809},{0.756,4875},{1.000,2680},{1.000,568},{999,0}}|362687|.195|201909|NDFD
RIW|72|po|12|{{0.000,103793},{0.015,128406},{0.074,98611},{0.296,53243},{0.446,42554},{0.497,32795},{0.637,34093},{0.748,27144},{0.806,25544},{0.887,21194},{0.966,20905},{1.000,104}}|588386|.275|201909|NDFD
CAR|72|po|12|{{0.000,30088},{0.013,36582},{0.115,43705},{0.246,20684},{0.449,23184},{0.446,27417},{0.524,29905},{0.749,17510},{0.902,11743},{0.761,5716},{0.808,385},{0.562,32}}|246951|.313|201909|NDFD
GYX|72|po|12|{{0.000,40705},{0.001,58206},{0.093,33915},{0.066,33775},{0.260,35081},{0.294,26011},{0.630,17021},{0.952,18665},{1.000,6642},{0.949,3580},{0.667,30},{999,0}}|273631|.222|201909|NDFD
BOX|72|po|12|{{0.000,8485},{0.008,69834},{0.097,39587},{0.138,20439},{0.316,26417},{0.334,12904},{0.816,9135},{0.938,2159},{0.984,6770},{999,0},{999,0},{999,0}}|195730|.184|201909|NDFD
PHI|72|po|12|{{0.000,28745},{0.022,67239},{0.062,37932},{0.432,21848},{0.488,22688},{0.707,9903},{0.581,2867},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.173|201909|NDFD
ALY|72|po|12|{{0.000,17147},{0.003,25424},{0.033,37999},{0.113,27183},{0.427,23205},{0.451,8619},{0.760,7727},{0.789,7422},{1.000,3362},{1.000,909},{1.000,2},{999,0}}|158999|.215|201909|NDFD
BGM|72|po|12|{{0.000,26831},{0.000,36134},{0.090,33087},{0.243,26099},{0.495,23156},{0.543,15293},{0.795,5625},{0.852,11405},{0.995,2707},{1.000,460},{1.000,351},{999,0}}|181148|.258|201909|NDFD
BUF|72|po|12|{{0.012,42698},{0.000,37548},{0.001,26435},{0.199,10716},{0.382,19022},{0.587,13840},{0.627,12926},{0.693,25545},{0.924,18214},{1.000,11694},{999,0},{999,0}}|218638|.331|201909|NDFD
OKX|72|po|12|{{0.000,6044},{0.004,33697},{0.096,36947},{0.020,7434},{0.569,9725},{0.508,7683},{0.906,6446},{0.908,3022},{999,0},{999,0},{999,0},{999,0}}|110998|.197|201909|NDFD
MHX|72|po|12|{{0.000,6623},{0.002,60784},{0.044,61200},{0.168,12584},{0.208,1963},{999,0},{999,0},{0.527,129},{0.296,2895},{0.848,3483},{999,0},{999,0}}|149661|.062|201909|NDFD
RAH|72|po|12|{{0.000,27660},{0.000,31857},{0.057,45414},{0.098,24517},{0.062,17329},{0.054,3550},{0.096,4635},{0.183,3202},{0.993,805},{1.000,76},{999,0},{999,0}}|159045|.051|201909|NDFD
ILM|72|po|12|{{0.000,5366},{0.000,60360},{0.051,34278},{0.089,17649},{0.025,5026},{0.040,1882},{0.767,485},{1.000,1279},{1.000,2318},{1.000,1698},{999,0},{999,0}}|130341|.070|201909|NDFD
CLE|72|po|12|{{0.000,21367},{0.004,53585},{0.061,64930},{0.227,26927},{0.370,16701},{0.381,17303},{0.633,13561},{0.882,14492},{0.985,14520},{999,0},{999,0},{999,0}}|243386|.241|201909|NDFD
ILN|72|po|12|{{0.043,17472},{0.033,87117},{0.102,51998},{0.168,19932},{0.357,10812},{0.474,3825},{0.548,2250},{0.988,6430},{1.000,1092},{999,0},{999,0},{999,0}}|200928|.132|201909|NDFD
PBZ|72|po|12|{{0.000,9973},{0.044,50585},{0.083,61454},{0.155,20902},{0.444,16353},{0.371,18002},{0.603,3533},{0.869,4493},{0.843,4271},{999,0},{999,0},{999,0}}|189566|.180|201909|NDFD
CTP|72|po|12|{{0.038,46125},{0.008,42373},{0.066,56752},{0.300,49025},{0.330,22235},{0.537,8880},{0.824,4520},{0.951,3696},{1.000,419},{999,0},{999,0},{999,0}}|234025|.172|201909|NDFD
CHS|72|po|12|{{0.000,3146},{0.011,73176},{0.049,50471},{0.190,12805},{0.165,7980},{0.106,5644},{0.206,4109},{0.481,3675},{0.696,3246},{1.000,1443},{1.000,848},{999,0}}|166543|.089|201909|NDFD
CAE|72|po|12|{{0.000,28240},{0.030,61316},{0.228,18776},{0.087,15629},{0.031,2808},{0.544,1064},{0.929,946},{1.000,666},{1.000,459},{999,0},{999,0},{999,0}}|129904|.078|201909|NDFD
GSP|72|po|12|{{0.000,15469},{0.003,58457},{0.052,67110},{0.055,44403},{0.215,11944},{0.561,5175},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.057|201909|NDFD
BTV|72|po|12|{{0.000,21767},{0.000,28172},{0.011,19485},{0.080,14107},{0.120,21975},{0.172,16707},{0.484,13512},{0.829,11813},{0.964,10536},{0.999,5518},{1.000,2790},{999,0}}|166382|.250|201909|NDFD
LWX|72|po|12|{{0.000,9072},{0.023,101609},{0.027,48574},{0.099,25934},{0.124,11966},{0.380,7210},{0.309,2865},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.055|201909|NDFD
RNK|72|po|12|{{0.000,6703},{0.008,79856},{0.098,61298},{0.066,25246},{0.084,12317},{0.089,4639},{0.304,2857},{0.636,445},{999,0},{999,0},{999,0},{999,0}}|193361|.056|201909|NDFD
AKQ|72|po|12|{{0.000,56626},{0.034,66292},{0.045,74378},{0.074,16482},{0.084,10642},{0.767,10458},{0.005,831},{0.038,680},{0.000,5},{999,0},{999,0},{999,0}}|236394|.067|201909|NDFD
RLX|72|po|12|{{0.040,15413},{0.014,85833},{0.019,43574},{0.110,37548},{0.211,24948},{0.233,7074},{0.539,2293},{999,0},{999,0},{999,0},{999,0},{999,0}}|216683|.069|201909|NDFD
BMX|72|po|12|{{0.003,67696},{0.015,123544},{0.082,73536},{0.001,2622},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.030|201909|NDFD
HUN|72|po|12|{{0.000,7498},{0.003,33360},{0.047,35602},{0.000,5219},{0.010,3682},{0.392,2867},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.033|201909|NDFD
MOB|72|po|12|{{0.016,24611},{0.007,122060},{0.049,63378},{0.125,24421},{0.594,5131},{0.477,3002},{0.067,2624},{0.119,2881},{0.182,637},{999,0},{999,0},{999,0}}|248745|.050|201909|NDFD
LZK|72|po|12|{{0.000,16674},{0.005,132444},{0.038,101139},{0.330,42915},{0.273,16574},{0.515,4536},{0.394,4337},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.085|201909|NDFD
JAX|72|po|12|{{0.000,10834},{0.004,94287},{0.065,52676},{0.271,23915},{0.235,19313},{0.280,12403},{0.407,7405},{0.497,6804},{0.640,5913},{0.823,4395},{0.841,151},{999,0}}|238096|.135|201909|NDFD
EYW|72|po|12|{{999,0},{999,0},{0.017,12043},{0.231,31657},{0.362,80855},{0.535,42031},{0.771,44851},{0.775,3245},{999,0},{999,0},{999,0},{999,0}}|214682|.449|201909|NDFD
MLB|72|po|12|{{0.000,1537},{0.000,31793},{0.114,64961},{0.331,42046},{0.477,26655},{0.426,8108},{0.642,9152},{0.882,7728},{0.917,24},{999,0},{999,0},{999,0}}|192004|.261|201909|NDFD
MFL|72|po|12|{{0.000,15},{0.004,19127},{0.086,64241},{0.219,48800},{0.328,32372},{0.426,21869},{0.652,21293},{0.573,9167},{0.671,3597},{0.874,2366},{999,0},{999,0}}|222847|.268|201909|NDFD
TAE|72|po|12|{{0.001,84408},{0.004,155165},{0.074,71026},{0.136,27277},{0.296,12086},{0.299,6639},{0.309,3590},{0.169,2767},{0.408,5179},{0.387,990},{999,0},{999,0}}|369127|.053|201909|NDFD
TBW|72|po|12|{{0.002,39272},{0.006,67574},{0.045,72087},{0.130,31671},{0.183,18899},{0.174,8169},{0.329,3685},{0.643,3845},{0.376,2226},{0.197,949},{999,0},{999,0}}|248377|.070|201909|NDFD
FFC|72|po|12|{{0.000,25839},{0.011,157565},{0.123,95454},{0.104,20107},{0.012,4965},{0.065,199},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.052|201909|NDFD
LCH|72|po|12|{{0.000,11},{0.027,112177},{0.157,117368},{0.277,52369},{0.549,14472},{0.812,10738},{0.916,8483},{0.859,1966},{999,0},{999,0},{999,0},{999,0}}|317584|.196|201909|NDFD
LIX|72|po|12|{{0.012,54994},{0.035,128303},{0.063,105031},{0.251,43339},{0.698,23981},{0.729,6953},{0.273,1797},{0.180,1369},{0.823,6180},{0.939,262},{999,0},{999,0}}|372209|.136|201909|NDFD
SHV|72|po|12|{{0.022,62071},{0.014,104441},{0.043,120801},{0.149,28036},{0.525,14266},{0.725,4713},{1.000,1550},{1.000,359},{999,0},{999,0},{999,0},{999,0}}|336237|.074|201909|NDFD
JAN|72|po|12|{{0.000,39340},{0.014,161127},{0.014,106042},{0.201,21539},{0.172,4986},{0.125,144},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.027|201909|NDFD
ABQ|72|po|12|{{0.000,915},{0.062,167036},{0.039,311936},{0.222,159186},{0.418,98643},{0.564,47422},{0.826,37543},{0.820,12667},{1.000,3876},{999,0},{999,0},{999,0}}|839224|.204|201909|NDFD
OUN|72|po|12|{{0.000,1756},{0.002,132691},{0.018,119814},{0.323,91987},{0.442,60556},{0.466,20918},{0.578,5992},{0.548,13335},{0.664,9920},{0.311,2778},{999,0},{999,0}}|459747|.189|201909|NDFD
TSA|72|po|12|{{0.000,12345},{0.003,102071},{0.041,36472},{0.409,33694},{0.425,30106},{0.443,17990},{0.679,10081},{0.715,2768},{1.000,4092},{999,0},{999,0},{999,0}}|249619|.197|201909|NDFD
MEG|72|po|12|{{0.003,44544},{0.005,128817},{0.022,93966},{0.175,14468},{0.637,6069},{0.603,1869},{0.323,260},{0.201,149},{0.000,3},{999,0},{999,0},{999,0}}|290145|.036|201909|NDFD
MRX|72|po|12|{{0.000,17548},{0.025,47841},{0.050,78598},{0.207,13420},{0.206,97},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.051|201909|NDFD
OHX|72|po|12|{{0.000,20059},{0.006,66559},{0.076,58127},{0.081,11861},{0.035,2538},{0.101,775},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.037|201909|NDFD
AMA|72|po|12|{{0.001,17869},{0.041,72695},{0.048,56402},{0.126,33855},{0.516,30758},{0.463,16196},{0.549,9499},{0.874,6628},{0.855,6194},{1.000,2973},{999,0},{999,0}}|253069|.208|201909|NDFD
EWX|72|po|12|{{0.000,6822},{0.011,110803},{0.048,121458},{0.095,53946},{0.369,32546},{0.352,7927},{0.157,1259},{0.201,809},{999,0},{999,0},{999,0},{999,0}}|335570|.081|201909|NDFD
BRO|72|po|12|{{0.053,6621},{0.006,3341},{0.080,40415},{0.231,51231},{0.223,23409},{0.372,15231},{0.480,7064},{0.940,601},{999,0},{999,0},{999,0},{999,0}}|147913|.205|201909|NDFD
CRP|72|po|12|{{0.026,4304},{0.021,24854},{0.071,63337},{0.228,59725},{0.318,31058},{0.379,18905},{0.541,6846},{0.113,4503},{999,0},{999,0},{999,0},{999,0}}|213532|.188|201909|NDFD
EPZ|72|po|12|{{0.000,2007},{0.108,44511},{0.097,85075},{0.216,48390},{0.325,54895},{0.516,33955},{0.751,15769},{0.731,4514},{1.000,2754},{999,0},{999,0},{999,0}}|291870|.263|201909|NDFD
FWD|72|po|12|{{0.003,61814},{0.050,133643},{0.020,114668},{0.148,36301},{0.124,9852},{0.110,4015},{0.440,3276},{0.567,6547},{999,0},{999,0},{999,0},{999,0}}|370116|.058|201909|NDFD
HGX|72|po|12|{{0.000,2311},{0.078,61000},{0.118,91571},{0.273,55774},{0.557,28097},{0.634,11620},{0.669,7195},{0.725,12298},{0.440,8973},{0.478,2957},{999,0},{999,0}}|281796|.259|201909|NDFD
LUB|72|po|12|{{0.000,10605},{0.136,35184},{0.087,41739},{0.166,42880},{0.521,40847},{0.672,14771},{0.348,7215},{0.433,8880},{1.000,1912},{999,0},{999,0},{999,0}}|204033|.269|201909|NDFD
MAF|72|po|12|{{999,0},{0.063,88276},{0.103,102789},{0.248,106761},{0.343,82077},{0.403,51627},{0.382,29238},{0.782,22037},{1.000,103},{999,0},{999,0},{999,0}}|482908|.249|201909|NDFD
SJT|72|po|12|{{0.000,17321},{0.000,53766},{0.059,103930},{0.229,58562},{0.240,16636},{0.582,1985},{0.000,18},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.098|201909|NDFD
FGZ|72|po|12|{{0.001,106247},{0.007,145524},{0.068,90504},{0.110,64242},{0.248,27678},{0.300,21582},{0.440,12920},{0.716,13958},{999,0},{999,0},{999,0},{999,0}}|482655|.090|201909|NDFD
PSR|72|po|12|{{0.000,90552},{0.014,103855},{0.166,56747},{0.366,24252},{0.506,16644},{0.572,8985},{0.826,3911},{0.868,1858},{0.933,1051},{999,0},{999,0},{999,0}}|307855|.127|201909|NDFD
TWC|72|po|12|{{0.001,19910},{0.005,73629},{0.032,53008},{0.167,36224},{0.357,36541},{0.394,16432},{0.891,7423},{0.936,5629},{0.986,2148},{1.000,32},{999,0},{999,0}}|250976|.166|201909|NDFD
EKA|72|po|12|{{0.000,42693},{0.025,136742},{0.156,51949},{0.371,10104},{0.648,4537},{0.828,2976},{0.845,3305},{0.872,3338},{0.896,3409},{0.975,5969},{0.961,2561},{0.995,551}}|268134|.143|201909|NDFD
LOX|72|po|12|{{0.000,95113},{0.003,168386},{0.025,40265},{0.042,5908},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.005|201909|NDFD
STO|72|po|12|{{0.001,134411},{0.020,71186},{0.120,33265},{0.301,17784},{0.493,11123},{0.677,7678},{0.873,4309},{1.000,1048},{1.000,3},{999,0},{999,0},{999,0}}|280807|.094|201909|NDFD
SGX|72|po|12|{{0.000,67104},{0.000,39353},{0.011,22785},{0.187,15806},{0.103,3953},{0.421,1509},{0.500,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
MTR|72|po|12|{{0.000,209483},{0.020,76457},{0.099,21465},{0.196,3927},{1.000,479},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.016|201909|NDFD
HNX|72|po|12|{{0.000,159944},{0.002,68009},{0.016,16816},{0.013,5163},{0.016,2271},{0.137,2113},{0.368,1717},{0.708,463},{999,0},{999,0},{999,0},{999,0}}|256496|.007|201909|NDFD
BOI|72|po|12|{{0.000,99541},{0.002,113458},{0.088,88028},{0.175,69072},{0.302,33227},{0.434,21614},{0.386,26077},{0.331,32533},{0.520,22712},{0.847,3821},{1.000,287},{999,0}}|510370|.148|201909|NDFD
PIH|72|po|12|{{0.000,65191},{0.013,60064},{0.212,44055},{0.173,41753},{0.403,29751},{0.464,19366},{0.452,20106},{0.555,17378},{0.748,12996},{0.782,7274},{0.982,3736},{1.000,1158}}|322828|.240|201909|NDFD
BYZ|72|po|12|{{0.000,16460},{0.002,85457},{0.048,65615},{0.299,61695},{0.395,37111},{0.407,23997},{0.692,25660},{0.753,16600},{0.721,33251},{0.955,25462},{0.968,30569},{1.000,15629}}|437506|.389|201909|NDFD
GGW|72|po|12|{{0.000,11762},{0.021,64610},{0.204,58608},{0.203,38013},{0.526,33436},{0.760,48393},{0.551,21288},{0.497,14206},{0.712,24088},{0.926,16785},{1.000,8425},{1.000,15437}}|355051|.425|201909|NDFD
TFX|72|po|12|{{0.002,26767},{0.027,108674},{0.039,89731},{0.063,48976},{0.166,48937},{0.469,47506},{0.636,40920},{0.593,35396},{0.434,31590},{0.562,31535},{0.908,30014},{1.000,17448}}|557494|.293|201909|NDFD
MSO|72|po|12|{{0.000,9271},{0.004,81465},{0.075,73331},{0.081,43985},{0.202,37267},{0.284,42725},{0.443,48480},{0.471,36821},{0.558,25451},{0.665,24097},{0.834,16612},{0.963,1267}}|440772|.257|201909|NDFD
LKN|72|po|12|{{0.000,161851},{0.004,128855},{0.057,89221},{0.140,51486},{0.333,47717},{0.501,36292},{0.689,20339},{0.768,10769},{0.945,4080},{0.984,4563},{1.000,2945},{999,0}}|558118|.144|201909|NDFD
VEF|72|po|12|{{0.000,328653},{0.001,169074},{0.034,103877},{0.143,42753},{0.458,18631},{0.657,5395},{0.551,1747},{0.741,649},{1.000,353},{1.000,8},{999,0},{999,0}}|671140|.035|201909|NDFD
REV|72|po|12|{{0.000,150738},{0.002,58398},{0.142,45316},{0.283,37768},{0.486,33380},{0.643,12383},{0.825,8491},{0.916,5486},{1.000,722},{999,0},{999,0},{999,0}}|352682|.154|201909|NDFD
MFR|72|po|12|{{0.000,44689},{0.001,160216},{0.078,107579},{0.328,63306},{0.632,32008},{0.726,28916},{0.783,23895},{0.701,18524},{0.790,10830},{0.968,8577},{0.964,3938},{0.957,1843}}|504321|.247|201909|NDFD
PDT|72|po|12|{{0.000,28229},{0.001,129882},{0.027,93720},{0.068,47426},{0.193,34106},{0.461,39314},{0.621,29153},{0.738,25477},{0.879,17927},{0.926,6510},{0.980,643},{999,0}}|452387|.198|201909|NDFD
PQR|72|po|12|{{0.000,2739},{0.001,81931},{0.089,73213},{0.324,66358},{0.512,41115},{0.553,31439},{0.619,19012},{0.543,13362},{0.701,14661},{0.790,19638},{0.949,11343},{1.000,11267}}|386078|.345|201909|NDFD
SLC|72|po|12|{{0.000,199356},{0.006,197910},{0.039,98289},{0.151,74020},{0.362,60058},{0.414,32382},{0.535,17742},{0.895,7002},{0.981,3374},{1.000,3356},{1.000,4288},{1.000,3654}}|701431|.117|201909|NDFD
SEW|72|po|12|{{0.020,7435},{0.045,56950},{0.060,52831},{0.292,40852},{0.423,39268},{0.507,35517},{0.665,31738},{0.725,28167},{0.802,23018},{0.832,14224},{0.878,14918},{0.920,4682}}|349600|.405|201909|NDFD
OTX|72|po|12|{{0.000,17154},{0.012,108452},{0.080,89865},{0.121,50512},{0.222,42253},{0.267,38652},{0.438,25167},{0.565,24242},{0.754,22893},{0.964,10790},{0.973,1868},{999,0}}|431848|.205|201909|NDFD
BOU|84|po|12|{{0.000,32981},{0.015,119725},{0.078,75070},{0.198,27400},{0.270,12810},{0.410,14142},{0.378,7437},{0.778,1919},{0.917,156},{999,0},{999,0},{999,0}}|291640|.092|201909|NDFD
GJT|84|po|12|{{0.002,92535},{0.003,140208},{0.026,74953},{0.057,55310},{0.075,43073},{0.152,38471},{0.289,30930},{0.550,18422},{0.678,10084},{0.923,1531},{999,0},{999,0}}|505517|.083|201909|NDFD
PUB|84|po|12|{{0.006,23855},{0.021,142373},{0.056,83753},{0.071,26081},{0.109,16860},{0.171,11134},{0.180,9599},{0.489,4751},{0.604,2033},{0.455,112},{999,0},{999,0}}|320551|.059|201909|NDFD
LOT|84|po|12|{{0.000,6282},{0.011,36824},{0.100,23967},{0.486,24538},{0.536,20649},{0.628,14985},{0.956,6313},{1.000,6825},{1.000,6991},{1.000,5},{1.000,5},{999,0}}|147384|.374|201909|NDFD
ILX|84|po|12|{{0.000,7320},{0.002,60948},{0.165,49973},{0.234,23194},{0.383,23737},{0.587,13134},{0.921,6507},{0.998,2419},{1.000,3108},{1.000,3159},{999,0},{999,0}}|193499|.234|201909|NDFD
IND|84|po|12|{{0.000,20116},{0.014,53784},{0.130,43483},{0.233,23132},{0.170,7740},{0.173,4738},{0.328,2614},{0.722,632},{999,0},{999,0},{999,0},{999,0}}|156239|.098|201909|NDFD
IWX|84|po|12|{{0.000,23594},{0.005,40542},{0.370,22575},{0.664,24989},{0.522,25171},{0.561,12103},{0.614,5092},{0.735,5502},{0.800,3433},{999,0},{999,0},{999,0}}|163001|.337|201909|NDFD
DVN|84|po|12|{{0.000,441},{0.003,34163},{0.114,62454},{0.358,23774},{0.423,11544},{0.317,13918},{0.716,15540},{0.961,19885},{0.999,21494},{1.000,1303},{999,0},{999,0}}|204516|.381|201909|NDFD
DMX|84|po|12|{{0.000,9097},{0.000,40522},{0.109,55675},{0.373,52401},{0.562,29360},{0.739,11895},{0.846,23914},{0.849,28096},{0.921,28636},{0.996,6639},{999,0},{999,0}}|286235|.447|201909|NDFD
DDC|84|po|12|{{0.017,22942},{0.034,75870},{0.116,68138},{0.116,20723},{0.188,6142},{0.393,6479},{0.696,8100},{0.869,5605},{0.814,4017},{1.000,507},{999,0},{999,0}}|218523|.143|201909|NDFD
GLD|84|po|12|{{0.004,24587},{0.030,118184},{0.082,42114},{0.182,10456},{0.374,5040},{0.572,4299},{0.273,2366},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.068|201909|NDFD
TOP|84|po|12|{{0.000,4652},{0.000,36187},{0.055,24892},{0.256,27595},{0.309,21740},{0.240,13145},{0.468,5956},{0.806,8720},{0.981,7861},{1.000,4355},{1.000,308},{999,0}}|155411|.261|201909|NDFD
ICT|84|po|12|{{0.000,11255},{0.000,46516},{0.060,37275},{0.123,46059},{0.514,13870},{0.494,19028},{0.546,17130},{0.911,12753},{0.999,2680},{0.999,3028},{1.000,120},{999,0}}|209714|.244|201909|NDFD
JKL|84|po|12|{{0.001,14413},{0.059,51934},{0.098,25525},{0.287,14962},{0.475,6878},{0.119,529},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.116|201909|NDFD
LMK|84|po|12|{{0.000,34295},{0.054,72945},{0.029,67069},{0.331,16322},{0.490,1557},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.063|201909|NDFD
PAH|84|po|12|{{0.000,26543},{0.012,99795},{0.134,84502},{0.259,23903},{0.300,4454},{0.615,187},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.084|201909|NDFD
DTX|84|po|12|{{0.001,20630},{0.116,99883},{0.279,52581},{0.617,59829},{0.587,41113},{0.866,26554},{0.904,29033},{0.863,21187},{0.990,15294},{0.998,12276},{1.000,1729},{1.000,12}}|380121|.484|201909|NDFD
APX|84|po|12|{{0.000,3278},{0.062,50279},{0.278,30561},{0.626,15235},{0.549,27884},{0.573,23713},{0.762,12256},{0.933,10941},{0.933,13821},{0.968,7719},{1.000,1262},{999,0}}|196949|.463|201909|NDFD
GRR|84|po|12|{{0.000,9351},{0.008,39551},{0.057,20582},{0.625,7760},{0.747,24054},{0.552,19298},{0.913,10509},{0.962,15151},{0.982,8521},{1.000,266},{999,0},{999,0}}|155043|.437|201909|NDFD
MQT|84|po|12|{{0.000,1416},{0.029,80288},{0.178,134612},{0.439,70525},{0.362,45799},{0.372,34560},{0.567,33428},{0.819,49419},{0.895,22971},{0.917,12792},{0.991,5677},{999,0}}|491487|.375|201909|NDFD
DLH|84|po|12|{{0.000,357},{0.011,57428},{0.391,62871},{0.558,79491},{0.548,60768},{0.495,29603},{0.520,22937},{0.821,19713},{0.971,20948},{0.887,16792},{0.886,12088},{999,0}}|382996|.500|201909|NDFD
MPX|84|po|12|{{0.000,7803},{0.000,38384},{0.171,73052},{0.332,83680},{0.497,46940},{0.518,26597},{0.574,18713},{0.680,19180},{0.846,18900},{0.848,19734},{1.000,113},{999,0}}|353096|.380|201909|NDFD
EAX|84|po|12|{{0.000,3938},{0.036,49958},{0.012,51171},{0.045,19790},{0.338,32389},{0.349,25626},{0.536,25265},{0.603,10501},{0.965,13352},{1.000,8521},{999,0},{999,0}}|240511|.268|201909|NDFD
SGF|84|po|12|{{0.000,11140},{0.017,67153},{0.053,59159},{0.205,29322},{0.440,26659},{0.605,31250},{0.672,11101},{1.000,1822},{1.000,3052},{1.000,796},{999,0},{999,0}}|241454|.224|201909|NDFD
LSX|84|po|12|{{0.000,6841},{0.033,88732},{0.099,59951},{0.196,35872},{0.416,32139},{0.435,20895},{0.693,9232},{0.998,1841},{1.000,1628},{1.000,4540},{999,0},{999,0}}|261671|.202|201909|NDFD
GID|84|po|12|{{0.000,10022},{0.000,51493},{0.111,65812},{0.114,27784},{0.106,16274},{0.239,6167},{0.733,4534},{0.736,8729},{0.847,2414},{1.000,293},{999,0},{999,0}}|193522|.133|201909|NDFD
LBF|84|po|12|{{0.000,27438},{0.018,135029},{0.153,90515},{0.205,31489},{0.288,23698},{0.296,19015},{0.424,8170},{0.404,193},{999,0},{999,0},{999,0},{999,0}}|335547|.115|201909|NDFD
OAX|84|po|12|{{0.000,5450},{0.001,42859},{0.162,41937},{0.348,51067},{0.450,25348},{0.511,17686},{0.685,15304},{0.847,13511},{1.000,7307},{1.000,2332},{999,0},{999,0}}|222801|.344|201909|NDFD
BIS|84|po|12|{{0.000,8429},{0.013,147525},{0.180,148460},{0.332,59832},{0.652,27386},{0.810,24999},{0.802,28067},{0.838,29004},{0.957,44437},{0.992,19834},{0.990,12237},{0.999,9587}}|559797|.388|201909|NDFD
FGF|84|po|12|{{0.000,5357},{0.012,68718},{0.187,140637},{0.427,78594},{0.375,35026},{0.410,21333},{0.580,21817},{0.775,34098},{0.881,15879},{0.928,12120},{0.910,30266},{1.000,19}}|463864|.376|201909|NDFD
ABR|84|po|12|{{0.000,18101},{0.074,112565},{0.040,77422},{0.075,20943},{0.470,18467},{0.798,16083},{0.512,20713},{0.410,17281},{0.504,9564},{0.501,5794},{0.620,4538},{999,0}}|321471|.195|201909|NDFD
UNR|84|po|12|{{0.016,47601},{0.124,161040},{0.176,73476},{0.346,29072},{0.706,37158},{0.855,41842},{0.885,23075},{0.886,14390},{0.886,5408},{1.000,258},{999,0},{999,0}}|433320|.332|201909|NDFD
FSD|84|po|12|{{0.000,11260},{0.022,57017},{0.150,81413},{0.274,45786},{0.335,25380},{0.530,27479},{0.759,17583},{0.612,17842},{0.701,8177},{0.373,3245},{999,0},{999,0}}|295182|.272|201909|NDFD
GRB|84|po|12|{{999,0},{0.006,27513},{0.111,48064},{0.518,28914},{0.585,21340},{0.721,25597},{0.832,12868},{0.753,9342},{0.863,24197},{0.990,2771},{999,0},{999,0}}|200606|.462|201909|NDFD
ARX|84|po|12|{{0.000,139},{0.001,24050},{0.105,64349},{0.391,21083},{0.397,25124},{0.879,13337},{0.976,12495},{0.755,13838},{0.886,19470},{0.934,12655},{999,0},{999,0}}|206540|.428|201909|NDFD
MKX|84|po|12|{{0.000,1938},{0.003,54632},{0.094,68648},{0.169,24546},{0.608,34523},{0.571,39803},{0.698,25416},{0.912,28852},{0.974,14932},{0.981,4606},{999,0},{999,0}}|297896|.395|201909|NDFD
CYS|84|po|12|{{0.000,42139},{0.031,130691},{0.120,77705},{0.353,36921},{0.632,39502},{0.697,14507},{0.753,11508},{0.838,6808},{0.969,2649},{1.000,257},{999,0},{999,0}}|362687|.217|201909|NDFD
RIW|84|po|12|{{0.000,109213},{0.010,114122},{0.174,86955},{0.356,58718},{0.411,50938},{0.510,43761},{0.609,32373},{0.818,33065},{0.940,22533},{0.985,20324},{0.998,16384},{999,0}}|588386|.314|201909|NDFD
CAR|84|po|12|{{0.000,33189},{0.020,52517},{0.036,52471},{0.165,28834},{0.447,9207},{0.500,11535},{0.844,17277},{0.795,20473},{0.574,10133},{0.929,11315},{999,0},{999,0}}|246951|.262|201909|NDFD
GYX|84|po|12|{{0.000,51922},{0.004,65394},{0.035,27530},{0.218,31986},{0.454,26112},{0.659,21135},{0.632,17506},{0.797,21715},{0.820,7810},{0.838,2479},{1.000,42},{999,0}}|273631|.259|201909|NDFD
BOX|84|po|12|{{0.000,1198},{0.008,75572},{0.183,43174},{0.625,17336},{0.373,22842},{0.278,17204},{0.488,11482},{0.789,6790},{1.000,132},{999,0},{999,0},{999,0}}|195730|.223|201909|NDFD
PHI|84|po|12|{{0.000,16626},{0.005,58450},{0.120,53156},{0.086,34501},{0.601,18433},{0.125,5122},{0.515,4926},{0.000,8},{999,0},{999,0},{999,0},{999,0}}|191222|.125|201909|NDFD
ALY|84|po|12|{{0.000,4337},{0.001,50782},{0.103,31544},{0.701,10210},{0.523,18325},{0.544,11916},{0.535,14802},{0.889,10425},{0.999,6572},{1.000,86},{999,0},{999,0}}|158999|.317|201909|NDFD
BGM|84|po|12|{{0.000,16064},{0.003,56622},{0.140,31354},{0.456,12266},{0.560,21920},{0.621,12299},{0.515,13778},{0.601,8782},{0.996,5795},{1.000,2268},{999,0},{999,0}}|181148|.279|201909|NDFD
BUF|84|po|12|{{0.000,43337},{0.000,18300},{0.024,35423},{0.451,20229},{0.254,18720},{0.540,6823},{0.372,22451},{0.703,12946},{0.796,39252},{0.917,1157},{999,0},{999,0}}|218638|.312|201909|NDFD
OKX|84|po|12|{{999,0},{0.002,38170},{0.078,24392},{0.336,18085},{0.410,18870},{0.001,5434},{0.437,2167},{0.999,1805},{1.000,2075},{999,0},{999,0},{999,0}}|110998|.186|201909|NDFD
MHX|84|po|12|{{0.000,5506},{0.000,57535},{0.070,46247},{0.236,15256},{0.167,16523},{0.203,2087},{999,0},{999,0},{999,0},{1.000,6507},{999,0},{999,0}}|149661|.111|201909|NDFD
RAH|84|po|12|{{0.000,27660},{0.000,42534},{0.039,32791},{0.108,17558},{0.140,17037},{0.112,14358},{0.411,1805},{1.000,622},{1.000,1231},{1.000,1851},{1.000,1598},{999,0}}|159045|.083|201909|NDFD
ILM|84|po|12|{{0.000,5571},{0.000,40468},{0.026,47319},{0.362,15525},{0.181,8405},{0.133,4567},{0.107,2504},{0.451,574},{1.000,1426},{1.000,3056},{1.000,926},{999,0}}|130341|.114|201909|NDFD
CLE|84|po|12|{{0.000,31732},{0.007,34445},{0.310,74701},{0.259,33280},{0.366,20830},{0.546,10242},{0.560,17558},{0.627,16093},{0.966,4505},{999,0},{999,0},{999,0}}|243386|.286|201909|NDFD
ILN|84|po|12|{{0.000,8810},{0.023,75024},{0.194,64343},{0.089,23120},{0.033,16917},{0.251,7987},{0.463,4705},{1.000,22},{999,0},{999,0},{999,0},{999,0}}|200928|.104|201909|NDFD
PBZ|84|po|12|{{0.000,7455},{0.002,44715},{0.061,68883},{0.276,6381},{0.357,26490},{0.549,21957},{0.673,5653},{0.840,8032},{999,0},{999,0},{999,0},{999,0}}|189566|.201|201909|NDFD
CTP|84|po|12|{{0.000,28355},{0.042,62067},{0.098,51025},{0.309,27436},{0.359,20452},{0.759,23084},{0.746,11651},{0.885,5799},{0.998,2497},{0.710,1659},{999,0},{999,0}}|234025|.250|201909|NDFD
CHS|84|po|12|{{0.000,2015},{0.001,49972},{0.039,60632},{0.193,20996},{0.489,10474},{0.405,7191},{0.540,3985},{0.298,7443},{0.486,3834},{0.000,1},{999,0},{999,0}}|166543|.125|201909|NDFD
CAE|84|po|12|{{0.000,26007},{0.019,38995},{0.122,31988},{0.301,18591},{0.290,5315},{0.268,4675},{0.295,3009},{0.711,1318},{1.000,6},{999,0},{999,0},{999,0}}|129904|.114|201909|NDFD
GSP|84|po|12|{{0.000,5311},{0.005,44890},{0.054,70925},{0.178,39989},{0.348,23594},{0.432,12983},{0.583,4118},{0.735,751},{999,0},{999,0},{999,0},{999,0}}|202561|.138|201909|NDFD
BTV|84|po|12|{{0.000,21647},{0.000,43417},{0.015,15698},{0.220,13503},{0.269,10752},{0.448,8158},{0.399,12185},{0.767,27715},{0.969,11584},{0.988,1723},{999,0},{999,0}}|166382|.293|201909|NDFD
LWX|84|po|12|{{0.000,24},{0.026,82518},{0.139,47380},{0.251,40748},{0.330,15706},{0.316,12748},{0.406,7782},{0.772,324},{999,0},{999,0},{999,0},{999,0}}|207230|.153|201909|NDFD
RNK|84|po|12|{{0.000,13608},{0.022,62091},{0.119,45224},{0.315,26981},{0.240,20424},{0.268,15595},{0.252,4399},{0.580,5039},{999,0},{999,0},{999,0},{999,0}}|193361|.147|201909|NDFD
AKQ|84|po|12|{{0.001,17186},{0.020,94573},{0.095,61335},{0.176,37034},{0.005,9175},{0.012,3891},{0.006,4066},{0.168,2220},{0.553,2409},{0.618,2145},{0.875,2360},{999,0}}|236394|.082|201909|NDFD
RLX|84|po|12|{{0.013,11532},{0.030,91204},{0.021,41815},{0.286,34997},{0.439,25678},{0.658,8688},{0.743,1742},{0.762,1027},{999,0},{999,0},{999,0},{999,0}}|216683|.151|201909|NDFD
BMX|84|po|12|{{0.013,59602},{0.060,49002},{0.100,112355},{0.110,37053},{0.115,5405},{0.004,2396},{0.000,1585},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.074|201909|NDFD
HUN|84|po|12|{{0.000,8798},{0.010,25101},{0.124,35529},{0.206,17800},{0.154,1000},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.096|201909|NDFD
MOB|84|po|12|{{0.046,12220},{0.036,55187},{0.047,123922},{0.205,28697},{0.273,6152},{0.179,8970},{0.452,6270},{0.084,2278},{0.161,5049},{999,0},{999,0},{999,0}}|248745|.086|201909|NDFD
LZK|84|po|12|{{0.000,16441},{0.018,104576},{0.168,92908},{0.350,58739},{0.490,26643},{0.818,18124},{0.664,1188},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.209|201909|NDFD
JAX|84|po|12|{{0.003,5624},{0.026,57120},{0.074,68111},{0.268,28141},{0.440,20248},{0.524,15246},{0.355,12579},{0.318,9166},{0.683,7348},{0.597,11468},{0.915,3045},{999,0}}|238096|.223|201909|NDFD
EYW|84|po|12|{{999,0},{0.000,127},{0.014,10232},{0.274,28629},{0.380,83248},{0.579,53959},{0.812,33021},{0.798,5357},{0.844,109},{999,0},{999,0},{999,0}}|214682|.476|201909|NDFD
MLB|84|po|12|{{999,0},{0.014,21593},{0.042,36119},{0.298,57247},{0.444,37605},{0.433,10873},{0.607,8444},{0.851,7753},{0.864,12370},{999,0},{999,0},{999,0}}|192004|.327|201909|NDFD
MFL|84|po|12|{{999,0},{0.000,19611},{0.167,30851},{0.269,60320},{0.395,41473},{0.443,25122},{0.538,24377},{0.543,9503},{0.762,8069},{0.620,3521},{999,0},{999,0}}|222847|.339|201909|NDFD
TAE|84|po|12|{{0.000,19497},{0.009,176987},{0.113,90457},{0.309,24023},{0.159,25713},{0.084,5944},{0.049,4546},{0.183,7348},{0.082,10980},{0.176,3632},{999,0},{999,0}}|369127|.073|201909|NDFD
TBW|84|po|12|{{0.005,2026},{0.010,46873},{0.090,83478},{0.204,44254},{0.206,25519},{0.227,12308},{0.366,8268},{0.710,10532},{0.741,11312},{0.940,3807},{999,0},{999,0}}|248377|.191|201909|NDFD
FFC|84|po|12|{{0.001,14586},{0.013,139001},{0.154,104534},{0.070,24841},{0.140,11814},{0.154,3373},{0.095,2927},{0.000,2917},{0.000,136},{999,0},{999,0},{999,0}}|304129|.073|201909|NDFD
LCH|84|po|12|{{0.187,262},{0.095,22239},{0.072,101186},{0.223,77040},{0.486,52083},{0.781,40136},{0.788,16734},{0.708,7305},{1.000,599},{999,0},{999,0},{999,0}}|317584|.322|201909|NDFD
LIX|84|po|12|{{0.089,1463},{0.057,74852},{0.127,135508},{0.201,65582},{0.503,49824},{0.564,21491},{0.562,5698},{0.754,5171},{0.964,9347},{0.976,3273},{999,0},{999,0}}|372209|.245|201909|NDFD
SHV|84|po|12|{{0.009,26369},{0.085,41829},{0.127,130994},{0.265,93493},{0.529,20496},{0.595,12444},{0.640,9111},{0.784,1473},{0.893,28},{999,0},{999,0},{999,0}}|336237|.209|201909|NDFD
JAN|84|po|12|{{0.000,28611},{0.022,74178},{0.077,157050},{0.118,49487},{0.226,14769},{0.454,9083},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.081|201909|NDFD
ABQ|84|po|12|{{0.000,1518},{0.003,167311},{0.066,281450},{0.164,166560},{0.279,99727},{0.476,59038},{0.545,26978},{0.843,21023},{0.922,15391},{1.000,228},{999,0},{999,0}}|839224|.178|201909|NDFD
OUN|84|po|12|{{0.000,21756},{0.003,120305},{0.059,51697},{0.124,107180},{0.388,72178},{0.430,43656},{0.575,31868},{0.521,9704},{0.133,1403},{999,0},{999,0},{999,0}}|459747|.189|201909|NDFD
TSA|84|po|12|{{0.012,7006},{0.037,81591},{0.097,52525},{0.267,38465},{0.328,29232},{0.636,23435},{0.937,14857},{1.000,2508},{999,0},{999,0},{999,0},{999,0}}|249619|.238|201909|NDFD
MEG|84|po|12|{{0.000,20824},{0.023,93788},{0.099,134329},{0.378,36838},{0.635,4359},{1.000,7},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.111|201909|NDFD
MRX|84|po|12|{{0.009,5919},{0.055,56727},{0.113,51931},{0.208,24096},{0.355,11828},{0.192,5261},{0.672,1740},{1.000,2},{999,0},{999,0},{999,0},{999,0}}|157504|.130|201909|NDFD
OHX|84|po|12|{{0.000,19867},{0.030,50730},{0.108,67362},{0.494,16847},{0.435,4768},{0.858,345},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.122|201909|NDFD
AMA|84|po|12|{{0.011,23504},{0.024,60989},{0.242,53493},{0.301,49824},{0.260,25527},{0.420,20321},{0.798,10333},{0.951,7374},{1.000,1704},{999,0},{999,0},{999,0}}|253069|.244|201909|NDFD
EWX|84|po|12|{{0.121,5729},{0.050,37564},{0.062,92926},{0.113,101986},{0.270,41900},{0.354,35192},{0.560,13822},{0.449,4835},{0.897,1616},{999,0},{999,0},{999,0}}|335570|.164|201909|NDFD
BRO|84|po|12|{{999,0},{0.000,1},{0.090,11607},{0.329,49378},{0.571,49801},{0.471,27978},{0.594,9117},{0.419,31},{999,0},{999,0},{999,0},{999,0}}|147913|.435|201909|NDFD
CRP|84|po|12|{{0.000,411},{0.083,6884},{0.167,33715},{0.332,71702},{0.492,52663},{0.337,21791},{0.625,21870},{0.506,4496},{999,0},{999,0},{999,0},{999,0}}|213532|.371|201909|NDFD
EPZ|84|po|12|{{0.048,10627},{0.040,47690},{0.215,70700},{0.194,60722},{0.289,43215},{0.456,29479},{0.666,17186},{0.755,8907},{0.814,3033},{0.868,311},{999,0},{999,0}}|291870|.261|201909|NDFD
FWD|84|po|12|{{0.001,21379},{0.020,53326},{0.063,121433},{0.125,79245},{0.166,44619},{0.228,21162},{0.304,16539},{0.349,7564},{0.694,4849},{999,0},{999,0},{999,0}}|370116|.113|201909|NDFD
HGX|84|po|12|{{0.000,1436},{0.013,6066},{0.121,62503},{0.249,57020},{0.497,63803},{0.616,29685},{0.747,31793},{0.883,13126},{0.837,11785},{0.932,4560},{1.000,19},{999,0}}|281796|.430|201909|NDFD
LUB|84|po|12|{{0.000,8957},{0.022,36988},{0.170,21243},{0.251,44314},{0.326,37911},{0.338,31352},{0.456,14591},{0.674,7206},{0.376,1471},{999,0},{999,0},{999,0}}|204033|.248|201909|NDFD
MAF|84|po|12|{{0.000,8538},{0.010,80865},{0.182,79559},{0.300,101664},{0.306,76439},{0.421,63402},{0.504,38861},{0.592,18073},{0.524,15507},{999,0},{999,0},{999,0}}|482908|.278|201909|NDFD
SJT|84|po|12|{{0.000,5645},{0.000,40943},{0.053,85321},{0.176,68506},{0.172,35084},{0.231,14129},{0.178,2589},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|252218|.104|201909|NDFD
FGZ|84|po|12|{{0.000,60876},{0.007,148264},{0.054,100959},{0.157,69066},{0.233,52206},{0.447,29858},{0.613,15745},{0.962,5406},{0.575,275},{999,0},{999,0},{999,0}}|482655|.120|201909|NDFD
PSR|84|po|12|{{0.000,59817},{0.006,130149},{0.169,73396},{0.268,21164},{0.537,10421},{0.639,6489},{0.649,4504},{0.829,1815},{1.000,100},{999,0},{999,0},{999,0}}|307855|.108|201909|NDFD
TWC|84|po|12|{{0.000,4311},{0.002,82636},{0.132,55613},{0.248,37946},{0.355,26938},{0.541,19306},{0.548,19145},{0.863,4744},{1.000,337},{999,0},{999,0},{999,0}}|250976|.207|201909|NDFD
EKA|84|po|12|{{0.017,27900},{0.019,151684},{0.231,42425},{0.726,11835},{0.839,7513},{0.623,9885},{0.591,6583},{0.891,5350},{0.889,4261},{0.997,697},{1.000,1},{999,0}}|268134|.177|201909|NDFD
LOX|84|po|12|{{0.000,104746},{0.005,175380},{0.022,25606},{0.191,3940},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
STO|84|po|12|{{0.000,115756},{0.008,85232},{0.073,37856},{0.372,13576},{0.733,10350},{0.849,8369},{0.867,4673},{0.906,3037},{0.970,1958},{999,0},{999,0},{999,0}}|280807|.114|201909|NDFD
SGX|84|po|12|{{0.002,66334},{0.000,41370},{0.051,23678},{0.228,18970},{0.881,160},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.038|201909|NDFD
MTR|84|po|12|{{0.000,190167},{0.016,87991},{0.168,22166},{0.599,6138},{0.342,5048},{0.086,301},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.034|201909|NDFD
HNX|84|po|12|{{0.000,144894},{0.016,65253},{0.039,35213},{0.238,5858},{0.297,4327},{0.554,951},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.022|201909|NDFD
BOI|84|po|12|{{0.007,90999},{0.014,91724},{0.106,82061},{0.110,71232},{0.210,59077},{0.322,43803},{0.383,31716},{0.548,18121},{0.660,11860},{0.729,7534},{0.488,2243},{999,0}}|510370|.160|201909|NDFD
PIH|84|po|12|{{0.001,44740},{0.012,79308},{0.106,43853},{0.120,24743},{0.142,41509},{0.456,23168},{0.655,19482},{0.839,12277},{0.917,13000},{0.923,13986},{0.862,6492},{0.870,270}}|322828|.244|201909|NDFD
BYZ|84|po|12|{{0.000,24204},{0.032,108503},{0.156,79995},{0.387,49266},{0.618,34355},{0.767,34936},{0.900,24384},{0.936,24757},{0.978,23797},{1.000,22749},{1.000,10440},{1.000,120}}|437506|.422|201909|NDFD
GGW|84|po|12|{{0.000,28181},{0.064,96165},{0.268,53456},{0.282,49483},{0.603,30959},{0.824,12376},{0.939,21114},{0.986,13245},{0.993,13186},{0.941,22568},{1.000,5618},{1.000,8700}}|355051|.408|201909|NDFD
TFX|84|po|12|{{0.017,12912},{0.105,136318},{0.075,132699},{0.222,57426},{0.368,44595},{0.375,32114},{0.541,31308},{0.790,19564},{0.803,21709},{0.792,23655},{0.994,28944},{1.000,16250}}|557494|.322|201909|NDFD
MSO|84|po|12|{{0.000,1712},{0.000,61619},{0.011,86489},{0.067,62433},{0.175,44426},{0.300,38271},{0.605,42397},{0.648,30923},{0.800,28445},{0.821,29736},{0.812,14273},{0.979,48}}|440772|.293|201909|NDFD
LKN|84|po|12|{{0.000,163984},{0.008,110038},{0.085,96402},{0.192,67772},{0.390,40643},{0.671,27654},{0.773,25224},{0.840,18802},{0.845,7435},{0.683,164},{999,0},{999,0}}|558118|.176|201909|NDFD
VEF|84|po|12|{{0.000,300434},{0.000,156758},{0.036,128348},{0.219,65650},{0.454,14554},{0.435,4184},{0.442,1113},{0.576,99},{999,0},{999,0},{999,0},{999,0}}|671140|.042|201909|NDFD
REV|84|po|12|{{0.000,110946},{0.010,92100},{0.104,76415},{0.359,22807},{0.626,22338},{0.778,18713},{0.828,6179},{0.980,1956},{1.000,1061},{1.000,167},{999,0},{999,0}}|352682|.153|201909|NDFD
MFR|84|po|12|{{0.000,35209},{0.007,168255},{0.099,114944},{0.443,53452},{0.621,26897},{0.648,16079},{0.719,20806},{0.882,24530},{0.946,24723},{0.962,12965},{0.923,6461},{999,0}}|504321|.281|201909|NDFD
PDT|84|po|12|{{0.000,23682},{0.007,131975},{0.065,77841},{0.144,54358},{0.307,35404},{0.394,42350},{0.549,36232},{0.673,31083},{0.758,12774},{0.916,5687},{1.000,982},{1.000,19}}|452387|.217|201909|NDFD
PQR|84|po|12|{{0.000,34},{0.019,75196},{0.072,82271},{0.434,82699},{0.417,33295},{0.647,20736},{0.620,12887},{0.813,7926},{0.873,12390},{0.894,28359},{0.978,24273},{0.985,6012}}|386078|.390|201909|NDFD
SLC|84|po|12|{{0.000,173645},{0.006,176497},{0.050,70271},{0.075,101480},{0.112,70758},{0.273,37895},{0.606,19897},{0.682,20947},{0.772,16601},{0.883,11086},{0.994,2354},{999,0}}|701431|.117|201909|NDFD
SEW|84|po|12|{{0.003,3434},{0.133,23818},{0.164,77682},{0.360,54365},{0.318,52603},{0.488,40917},{0.592,29832},{0.709,19523},{0.891,19748},{0.950,13215},{0.806,7708},{0.996,6755}}|349600|.420|201909|NDFD
OTX|84|po|12|{{0.071,12392},{0.029,112062},{0.113,86881},{0.269,50243},{0.324,40166},{0.443,35715},{0.610,34182},{0.736,28876},{0.853,21757},{0.825,9215},{1.000,283},{1.000,76}}|431848|.289|201909|NDFD
BOU|96|po|12|{{0.000,14381},{0.023,101428},{0.050,70951},{0.139,39989},{0.218,23498},{0.592,25112},{0.764,9927},{0.935,5313},{1.000,1041},{999,0},{999,0},{999,0}}|291640|.154|201909|NDFD
GJT|96|po|12|{{0.000,50077},{0.001,176722},{0.026,93558},{0.087,65019},{0.122,47952},{0.238,46946},{0.264,20687},{0.621,3984},{0.941,572},{999,0},{999,0},{999,0}}|505517|.067|201909|NDFD
PUB|96|po|12|{{0.000,3112},{0.013,138206},{0.057,101219},{0.122,35882},{0.155,24582},{0.203,14784},{0.402,2490},{0.696,276},{999,0},{999,0},{999,0},{999,0}}|320551|.062|201909|NDFD
LOT|96|po|12|{{0.000,6326},{0.057,32151},{0.236,23318},{0.496,24692},{0.573,12959},{0.633,11309},{0.557,9408},{0.891,14358},{0.977,11639},{0.999,1222},{0.500,2},{999,0}}|147384|.439|201909|NDFD
ILX|96|po|12|{{0.000,3970},{0.022,67816},{0.111,38152},{0.423,26679},{0.521,14135},{0.419,9390},{0.423,13229},{0.711,7808},{0.790,6958},{0.991,5362},{999,0},{999,0}}|193499|.260|201909|NDFD
IND|96|po|12|{{0.000,18292},{0.032,55315},{0.015,43436},{0.136,15544},{0.111,7675},{0.086,7290},{0.206,2309},{0.958,3254},{1.000,2655},{1.000,469},{999,0},{999,0}}|156239|.082|201909|NDFD
IWX|96|po|12|{{0.000,8512},{0.013,35637},{0.110,56459},{0.419,17147},{0.484,11791},{0.364,8552},{0.481,12397},{0.742,5379},{1.000,5098},{1.000,2029},{999,0},{999,0}}|163001|.244|201909|NDFD
DVN|96|po|12|{{0.000,1594},{0.034,43788},{0.033,17319},{0.305,30507},{0.448,27668},{0.597,23352},{0.778,17903},{0.808,21085},{0.977,17511},{1.000,3789},{999,0},{999,0}}|204516|.438|201909|NDFD
DMX|96|po|12|{{0.000,3266},{0.017,58444},{0.048,47221},{0.228,29479},{0.549,43013},{0.491,35028},{0.585,32934},{0.652,22876},{0.988,10941},{1.000,3033},{999,0},{999,0}}|286235|.345|201909|NDFD
DDC|96|po|12|{{0.000,5082},{0.008,49093},{0.049,90226},{0.313,34402},{0.056,12692},{0.060,12122},{0.498,6036},{0.874,3575},{0.532,4896},{0.000,399},{999,0},{999,0}}|218523|.118|201909|NDFD
GLD|96|po|12|{{0.000,4070},{0.020,65908},{0.059,72913},{0.120,30623},{0.214,14187},{0.856,7333},{0.869,3872},{0.717,8140},{999,0},{999,0},{999,0},{999,0}}|207046|.134|201909|NDFD
TOP|96|po|12|{{0.000,2542},{0.000,24035},{0.062,30995},{0.127,27528},{0.215,31207},{0.192,17007},{0.371,5694},{0.787,5338},{0.999,7943},{1.000,3122},{999,0},{999,0}}|155411|.211|201909|NDFD
ICT|96|po|12|{{0.000,1989},{0.001,45476},{0.072,38899},{0.198,48462},{0.175,31144},{0.213,15241},{0.422,7879},{0.911,15028},{0.985,4967},{0.847,629},{999,0},{999,0}}|209714|.208|201909|NDFD
JKL|96|po|12|{{0.012,19313},{0.037,42746},{0.061,41348},{0.163,10595},{0.259,239},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.054|201909|NDFD
LMK|96|po|12|{{0.013,43724},{0.012,94711},{0.032,37585},{0.170,11185},{0.480,3111},{0.980,1516},{1.000,356},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.043|201909|NDFD
PAH|96|po|12|{{0.002,46081},{0.013,108079},{0.071,57296},{0.092,8497},{0.453,11425},{0.837,3734},{0.981,3139},{1.000,1109},{1.000,24},{999,0},{999,0},{999,0}}|239384|.078|201909|NDFD
DTX|96|po|12|{{0.003,7528},{0.032,64608},{0.228,107545},{0.468,53670},{0.632,38858},{0.699,40191},{0.804,29355},{0.905,29618},{0.981,8510},{0.873,229},{1.000,9},{999,0}}|380121|.430|201909|NDFD
APX|96|po|12|{{0.000,852},{0.117,24856},{0.298,43460},{0.629,34611},{0.847,27980},{0.829,20717},{0.606,15279},{0.777,17434},{0.855,11507},{0.553,253},{999,0},{999,0}}|196949|.565|201909|NDFD
GRR|96|po|12|{{0.000,639},{0.026,25404},{0.153,44584},{0.450,15100},{0.646,14718},{0.704,9483},{0.821,16829},{0.855,12288},{0.999,12993},{1.000,3005},{999,0},{999,0}}|155043|.456|201909|NDFD
MQT|96|po|12|{{0.005,1551},{0.108,51435},{0.246,107394},{0.271,99871},{0.575,82658},{0.707,64507},{0.719,30528},{0.447,7117},{0.789,14718},{0.738,20719},{0.719,10989},{999,0}}|491487|.432|201909|NDFD
DLH|96|po|12|{{0.000,1343},{0.024,62554},{0.102,80628},{0.300,40323},{0.467,64848},{0.771,45954},{0.670,17165},{0.591,20608},{0.724,21333},{0.998,14069},{1.000,13521},{1.000,650}}|382996|.404|201909|NDFD
MPX|96|po|12|{{0.000,10279},{0.074,95220},{0.110,47534},{0.224,21796},{0.425,43421},{0.591,58471},{0.550,28600},{0.901,15985},{0.998,17572},{1.000,14092},{1.000,126},{999,0}}|353096|.374|201909|NDFD
EAX|96|po|12|{{0.000,7405},{0.002,45390},{0.006,43010},{0.132,25474},{0.362,22165},{0.481,36578},{0.419,17887},{0.854,18899},{0.962,15183},{0.960,8520},{999,0},{999,0}}|240511|.315|201909|NDFD
SGF|96|po|12|{{0.000,16641},{0.000,73529},{0.008,59547},{0.103,21215},{0.182,20018},{0.308,15990},{0.682,17888},{0.794,10012},{0.741,6218},{0.149,396},{999,0},{999,0}}|241454|.149|201909|NDFD
LSX|96|po|12|{{0.000,9911},{0.007,95355},{0.040,52329},{0.294,23789},{0.393,23300},{0.409,16828},{0.392,17346},{0.684,9812},{0.501,8870},{0.670,4131},{999,0},{999,0}}|261671|.178|201909|NDFD
GID|96|po|12|{{0.000,682},{0.003,47328},{0.026,48853},{0.056,33688},{0.109,34026},{0.453,9959},{0.969,8098},{1.000,2474},{0.032,2122},{0.350,6292},{999,0},{999,0}}|193522|.125|201909|NDFD
LBF|96|po|12|{{0.000,6891},{0.032,110645},{0.020,71243},{0.224,44319},{0.213,31970},{0.553,25322},{0.626,17388},{0.727,15330},{0.943,11041},{0.774,1398},{999,0},{999,0}}|335547|.206|201909|NDFD
OAX|96|po|12|{{0.000,1396},{0.074,54732},{0.041,41282},{0.251,39477},{0.349,21326},{0.344,28975},{0.418,22369},{0.843,6385},{0.751,3785},{1.000,3074},{999,0},{999,0}}|222801|.241|201909|NDFD
BIS|96|po|12|{{0.000,1817},{0.105,164870},{0.122,101381},{0.342,76783},{0.509,53903},{0.621,40575},{0.642,33645},{0.981,16096},{0.940,12496},{0.968,26073},{1.000,32036},{1.000,122}}|559797|.384|201909|NDFD
FGF|96|po|12|{{0.000,9057},{0.032,119088},{0.090,113030},{0.386,50667},{0.851,31227},{0.650,29870},{0.724,22700},{0.939,22541},{0.896,37428},{0.674,22797},{1.000,5392},{1.000,67}}|463864|.370|201909|NDFD
ABR|96|po|12|{{0.010,9341},{0.047,101248},{0.217,65556},{0.288,48320},{0.449,29061},{0.386,20152},{0.714,13709},{0.722,9657},{0.889,18400},{0.878,5190},{1.000,837},{999,0}}|321471|.287|201909|NDFD
UNR|96|po|12|{{0.000,27240},{0.009,122071},{0.158,74034},{0.237,53361},{0.361,25690},{0.560,36176},{0.745,38933},{0.634,21287},{0.816,15734},{0.946,15742},{1.000,3052},{999,0}}|433320|.296|201909|NDFD
FSD|96|po|12|{{0.000,11216},{0.101,73998},{0.140,70702},{0.193,33860},{0.257,43166},{0.442,18281},{0.427,14919},{0.776,17852},{0.927,11188},{999,0},{999,0},{999,0}}|295182|.250|201909|NDFD
GRB|96|po|12|{{0.000,1128},{0.001,31261},{0.328,28675},{0.339,36955},{0.660,30345},{0.892,25140},{0.879,16558},{0.885,16883},{0.964,8508},{1.000,5153},{999,0},{999,0}}|200606|.535|201909|NDFD
ARX|96|po|12|{{0.000,2113},{0.019,44959},{0.354,17708},{0.240,18273},{0.393,34215},{0.704,32457},{0.805,24569},{0.945,18588},{0.988,10837},{1.000,2821},{999,0},{999,0}}|206540|.478|201909|NDFD
MKX|96|po|12|{{0.000,3339},{0.017,44923},{0.070,34476},{0.390,47977},{0.524,42956},{0.813,36168},{0.829,28454},{0.884,23545},{0.909,30208},{1.000,5850},{999,0},{999,0}}|297896|.509|201909|NDFD
CYS|96|po|12|{{0.000,26132},{0.002,116499},{0.064,63561},{0.225,44180},{0.380,31617},{0.627,35177},{0.737,28371},{0.432,9141},{0.139,4067},{0.458,3854},{1.000,88},{999,0}}|362687|.208|201909|NDFD
RIW|96|po|12|{{0.000,72166},{0.000,133559},{0.077,98454},{0.136,55751},{0.406,43947},{0.472,47581},{0.555,40527},{0.623,37092},{0.812,33992},{0.967,24763},{1.000,554},{999,0}}|588386|.260|201909|NDFD
CAR|96|po|12|{{0.000,18641},{0.008,59278},{0.065,52770},{0.348,36161},{0.513,21853},{0.633,21588},{0.885,16010},{0.318,6037},{0.398,9002},{0.443,5611},{999,0},{999,0}}|246951|.257|201909|NDFD
GYX|96|po|12|{{0.000,42090},{0.000,65738},{0.105,57063},{0.157,35311},{0.160,30401},{0.340,14426},{0.894,11257},{0.978,12502},{1.000,3398},{0.866,1445},{999,0},{999,0}}|273631|.176|201909|NDFD
BOX|96|po|12|{{0.000,7435},{0.009,51394},{0.016,54102},{0.220,24181},{0.292,24137},{0.446,9323},{0.648,16696},{0.989,8462},{999,0},{999,0},{999,0},{999,0}}|195730|.189|201909|NDFD
PHI|96|po|12|{{0.000,16627},{0.000,61322},{0.072,45061},{0.413,31705},{0.519,29690},{0.672,3612},{0.663,3205},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.190|201909|NDFD
ALY|96|po|12|{{0.000,59},{0.000,28446},{0.015,63146},{0.116,18256},{0.477,24176},{0.468,11014},{0.528,4258},{0.906,7199},{1.000,2442},{1.000,3},{999,0},{999,0}}|158999|.195|201909|NDFD
BGM|96|po|12|{{0.000,17146},{0.001,48505},{0.163,47141},{0.390,19008},{0.694,15813},{0.508,17862},{0.510,7359},{0.843,7321},{1.000,993},{999,0},{999,0},{999,0}}|181148|.255|201909|NDFD
BUF|96|po|12|{{0.013,39106},{0.000,30824},{0.014,31645},{0.405,23671},{0.220,19992},{0.602,28980},{0.850,17809},{0.819,11705},{0.979,13551},{1.000,1355},{999,0},{999,0}}|218638|.328|201909|NDFD
OKX|96|po|12|{{999,0},{0.001,37721},{0.066,34590},{0.024,4938},{0.636,18123},{0.842,7541},{0.245,5727},{0.980,2294},{1.000,64},{999,0},{999,0},{999,0}}|110998|.217|201909|NDFD
MHX|96|po|12|{{999,0},{0.003,50658},{0.045,73103},{0.150,14080},{0.000,4651},{0.000,662},{999,0},{999,0},{999,0},{1.000,6507},{999,0},{999,0}}|149661|.081|201909|NDFD
RAH|96|po|12|{{0.000,20745},{0.000,51891},{0.102,32419},{0.140,16003},{0.146,19636},{0.065,13609},{0.218,1374},{1.000,459},{1.000,1769},{1.000,1140},{999,0},{999,0}}|159045|.082|201909|NDFD
ILM|96|po|12|{{0.000,42},{0.000,59864},{0.007,42285},{0.212,14656},{0.040,5915},{0.558,2988},{0.746,2634},{1.000,1951},{1.000,6},{999,0},{999,0},{999,0}}|130341|.071|201909|NDFD
CLE|96|po|12|{{0.000,34631},{0.002,43695},{0.124,63466},{0.366,28727},{0.367,31033},{0.716,13053},{0.946,12123},{0.981,6281},{0.977,10377},{999,0},{999,0},{999,0}}|243386|.275|201909|NDFD
ILN|96|po|12|{{0.000,8736},{0.051,79136},{0.100,67647},{0.168,24994},{0.427,10585},{0.722,4132},{0.964,2859},{1.000,2839},{999,0},{999,0},{999,0},{999,0}}|200928|.140|201909|NDFD
PBZ|96|po|12|{{999,0},{0.019,53109},{0.181,69526},{0.439,18554},{0.325,22401},{0.335,16532},{0.728,6927},{0.925,2517},{999,0},{999,0},{999,0},{999,0}}|189566|.221|201909|NDFD
CTP|96|po|12|{{0.000,20350},{0.001,63600},{0.209,64456},{0.316,40217},{0.500,26611},{0.517,10589},{0.531,7453},{0.801,749},{999,0},{999,0},{999,0},{999,0}}|234025|.212|201909|NDFD
CHS|96|po|12|{{0.000,1162},{0.000,64387},{0.046,58673},{0.163,21017},{0.147,7429},{0.112,3520},{0.044,6399},{0.064,2380},{0.359,1576},{999,0},{999,0},{999,0}}|166543|.052|201909|NDFD
CAE|96|po|12|{{0.000,21570},{0.000,51963},{0.088,29205},{0.144,22610},{0.321,3737},{0.000,819},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.054|201909|NDFD
GSP|96|po|12|{{0.000,5847},{0.002,66630},{0.056,72637},{0.091,44023},{0.234,11680},{0.603,1744},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.059|201909|NDFD
BTV|96|po|12|{{0.000,14468},{0.003,36257},{0.001,28118},{0.045,23476},{0.176,18391},{0.183,14051},{0.723,11458},{0.883,8750},{1.000,11111},{1.000,302},{999,0},{999,0}}|166382|.207|201909|NDFD
LWX|96|po|12|{{0.000,9021},{0.021,51811},{0.071,89372},{0.048,33235},{0.203,17883},{0.021,4419},{0.299,865},{0.990,409},{1.000,215},{999,0},{999,0},{999,0}}|207230|.066|201909|NDFD
RNK|96|po|12|{{999,0},{0.007,53706},{0.044,85375},{0.162,29940},{0.141,20555},{0.163,2462},{0.642,1321},{0.500,2},{999,0},{999,0},{999,0},{999,0}}|193361|.068|201909|NDFD
AKQ|96|po|12|{{0.000,9230},{0.054,91847},{0.011,88990},{0.274,26422},{0.248,9127},{0.154,1357},{0.511,1003},{0.832,1328},{0.997,1826},{1.000,4839},{1.000,425},{999,0}}|236394|.103|201909|NDFD
RLX|96|po|12|{{0.054,12495},{0.019,70804},{0.056,73072},{0.144,37518},{0.110,14603},{0.321,6774},{0.468,1413},{1.000,4},{999,0},{999,0},{999,0},{999,0}}|216683|.074|201909|NDFD
BMX|96|po|12|{{0.011,77619},{0.022,65115},{0.062,112841},{0.000,7623},{0.000,4200},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.035|201909|NDFD
HUN|96|po|12|{{0.000,6502},{0.015,39606},{0.055,36491},{0.000,5629},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.030|201909|NDFD
MOB|96|po|12|{{0.020,18900},{0.005,93514},{0.055,99892},{0.244,15062},{0.173,8369},{0.042,4108},{0.086,2656},{0.501,3376},{0.032,2868},{999,0},{999,0},{999,0}}|248745|.055|201909|NDFD
LZK|96|po|12|{{0.000,13819},{0.007,114992},{0.084,138595},{0.294,44468},{0.400,4978},{0.739,1623},{1.000,144},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.090|201909|NDFD
JAX|96|po|12|{{0.005,35205},{0.012,90743},{0.103,43479},{0.206,22718},{0.251,12174},{0.327,10020},{0.224,11577},{0.516,9351},{0.800,1971},{1.000,858},{999,0},{999,0}}|238096|.112|201909|NDFD
EYW|96|po|12|{{999,0},{0.000,14},{0.001,8079},{0.149,33531},{0.291,71117},{0.557,50056},{0.819,51690},{1.000,195},{999,0},{999,0},{999,0},{999,0}}|214682|.448|201909|NDFD
MLB|96|po|12|{{999,0},{0.001,30243},{0.062,55214},{0.220,40942},{0.358,35169},{0.476,16335},{0.701,14101},{999,0},{999,0},{999,0},{999,0},{999,0}}|192004|.222|201909|NDFD
MFL|96|po|12|{{999,0},{0.002,18324},{0.071,61815},{0.266,61046},{0.335,34192},{0.509,23989},{0.504,19885},{0.637,3276},{0.247,320},{999,0},{999,0},{999,0}}|222847|.253|201909|NDFD
TAE|96|po|12|{{0.006,66828},{0.012,156629},{0.035,81354},{0.140,26084},{0.214,9527},{0.183,11608},{0.199,5935},{0.300,7557},{0.247,2941},{0.639,664},{999,0},{999,0}}|369127|.048|201909|NDFD
TBW|96|po|12|{{0.000,14382},{0.003,78460},{0.045,88093},{0.125,28061},{0.153,13284},{0.085,9433},{0.264,11445},{0.504,5219},{999,0},{999,0},{999,0},{999,0}}|248377|.065|201909|NDFD
FFC|96|po|12|{{0.000,25289},{0.006,144982},{0.098,104703},{0.067,17736},{0.000,5677},{0.000,5742},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.041|201909|NDFD
LCH|96|po|12|{{0.037,7421},{0.091,91747},{0.135,124993},{0.295,61620},{0.581,19077},{0.748,10337},{0.656,2389},{999,0},{999,0},{999,0},{999,0},{999,0}}|317584|.202|201909|NDFD
LIX|96|po|12|{{0.021,17344},{0.034,140877},{0.079,119459},{0.242,45272},{0.255,20368},{0.717,9919},{0.774,7435},{0.549,4663},{0.564,6756},{0.647,116},{999,0},{999,0}}|372209|.134|201909|NDFD
SHV|96|po|12|{{0.027,37874},{0.007,116170},{0.068,119073},{0.397,61106},{0.045,2011},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.102|201909|NDFD
JAN|96|po|12|{{0.002,28489},{0.011,110595},{0.061,160951},{0.166,33006},{0.956,137},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.050|201909|NDFD
ABQ|96|po|12|{{999,0},{0.016,159467},{0.101,338144},{0.206,147204},{0.405,78970},{0.444,55572},{0.631,36911},{0.819,20081},{0.855,2875},{999,0},{999,0},{999,0}}|839224|.198|201909|NDFD
OUN|96|po|12|{{0.000,25904},{0.008,124878},{0.047,63081},{0.273,145679},{0.364,55231},{0.326,14075},{0.554,10467},{0.736,18047},{0.575,2385},{999,0},{999,0},{999,0}}|459747|.193|201909|NDFD
TSA|96|po|12|{{0.000,13462},{0.005,74765},{0.106,55997},{0.269,39518},{0.381,37202},{0.581,18762},{0.640,4332},{0.812,5518},{0.413,63},{999,0},{999,0},{999,0}}|249619|.197|201909|NDFD
MEG|96|po|12|{{0.000,32368},{0.007,121920},{0.035,128659},{0.700,5623},{0.538,1122},{0.551,450},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.035|201909|NDFD
MRX|96|po|12|{{0.006,17009},{0.026,62258},{0.047,59416},{0.146,18385},{0.000,436},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.046|201909|NDFD
OHX|96|po|12|{{0.008,29222},{0.014,81410},{0.035,42858},{0.071,6381},{0.979,48},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.021|201909|NDFD
AMA|96|po|12|{{0.000,5557},{0.001,62225},{0.088,76337},{0.288,42662},{0.402,22236},{0.388,11293},{0.447,17381},{0.887,15075},{1.000,303},{999,0},{999,0},{999,0}}|253069|.213|201909|NDFD
EWX|96|po|12|{{0.013,17682},{0.007,58849},{0.024,148836},{0.130,77442},{0.232,30789},{0.342,1972},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.066|201909|NDFD
BRO|96|po|12|{{0.010,3992},{0.000,1447},{0.044,48242},{0.193,53971},{0.329,32756},{0.418,6783},{0.410,722},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.179|201909|NDFD
CRP|96|po|12|{{0.042,2874},{0.010,21032},{0.059,88451},{0.214,59027},{0.348,24414},{0.380,13394},{0.471,4326},{0.357,14},{999,0},{999,0},{999,0},{999,0}}|213532|.158|201909|NDFD
EPZ|96|po|12|{{0.000,8919},{0.150,43838},{0.138,81909},{0.207,51966},{0.440,50241},{0.385,29205},{0.662,17635},{0.811,6531},{1.000,1142},{1.000,484},{999,0},{999,0}}|291870|.276|201909|NDFD
FWD|96|po|12|{{0.000,32787},{0.032,119977},{0.027,107792},{0.139,75980},{0.157,27476},{0.127,6104},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.061|201909|NDFD
HGX|96|po|12|{{0.014,5320},{0.056,43067},{0.084,104099},{0.332,61918},{0.446,31742},{0.710,17078},{0.614,9748},{0.340,8641},{0.038,183},{999,0},{999,0},{999,0}}|281796|.238|201909|NDFD
LUB|96|po|12|{{0.000,9885},{0.018,31739},{0.211,39838},{0.202,52644},{0.567,35389},{0.407,14565},{0.677,9553},{0.642,10358},{1.000,62},{999,0},{999,0},{999,0}}|204033|.288|201909|NDFD
MAF|96|po|12|{{0.000,6235},{0.012,67034},{0.194,101666},{0.236,109159},{0.333,101166},{0.359,62058},{0.612,13953},{0.349,15777},{0.985,5860},{999,0},{999,0},{999,0}}|482908|.253|201909|NDFD
SJT|96|po|12|{{0.000,9174},{0.000,51300},{0.104,87210},{0.135,86589},{0.092,15078},{0.292,2867},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.091|201909|NDFD
FGZ|96|po|12|{{0.000,36472},{0.005,168583},{0.051,147280},{0.136,80684},{0.216,27924},{0.358,2087},{0.675,12108},{0.616,7052},{1.000,465},{999,0},{999,0},{999,0}}|482655|.081|201909|NDFD
PSR|96|po|12|{{0.003,60944},{0.021,140850},{0.175,61750},{0.343,23239},{0.492,11680},{0.591,6020},{0.866,1879},{0.934,1415},{1.000,78},{999,0},{999,0},{999,0}}|307855|.111|201909|NDFD
TWC|96|po|12|{{0.003,12393},{0.010,78497},{0.040,64568},{0.298,35151},{0.374,31332},{0.472,21581},{0.705,6309},{0.969,1145},{999,0},{999,0},{999,0},{999,0}}|250976|.165|201909|NDFD
EKA|96|po|12|{{0.000,21405},{0.006,137379},{0.312,55304},{0.337,27960},{0.665,11881},{0.709,7497},{0.800,4446},{0.951,1333},{0.991,822},{0.991,107},{999,0},{999,0}}|268134|.173|201909|NDFD
LOX|96|po|12|{{0.000,97461},{0.002,161818},{0.011,38988},{0.094,9478},{0.003,1927},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.005|201909|NDFD
STO|96|po|12|{{0.000,114643},{0.020,71563},{0.151,44144},{0.324,23285},{0.613,14151},{0.632,7862},{0.760,4740},{1.000,419},{999,0},{999,0},{999,0},{999,0}}|280807|.119|201909|NDFD
SGX|96|po|12|{{0.000,61170},{0.000,50004},{0.034,18342},{0.161,20728},{0.134,268},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.027|201909|NDFD
MTR|96|po|12|{{0.003,162733},{0.027,108341},{0.081,34889},{0.000,5847},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
HNX|96|po|12|{{0.000,143285},{0.026,68510},{0.004,35018},{0.024,5229},{0.221,3456},{0.415,998},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.012|201909|NDFD
BOI|96|po|12|{{0.000,48406},{0.001,121260},{0.128,81693},{0.204,59782},{0.284,80022},{0.367,70109},{0.401,32984},{0.451,13462},{0.779,2622},{0.000,30},{999,0},{999,0}}|510370|.181|201909|NDFD
PIH|96|po|12|{{0.002,13716},{0.000,89305},{0.074,48485},{0.297,48145},{0.375,45026},{0.451,36740},{0.516,23901},{0.644,9607},{0.670,5912},{0.364,1966},{0.200,25},{999,0}}|322828|.231|201909|NDFD
BYZ|96|po|12|{{0.000,688},{0.040,77166},{0.028,89131},{0.154,49816},{0.320,45506},{0.520,47133},{0.610,23372},{0.642,23499},{0.823,32068},{0.953,26549},{0.995,21148},{1.000,1430}}|437506|.356|201909|NDFD
GGW|96|po|12|{{0.000,10040},{0.074,47922},{0.188,90808},{0.368,54653},{0.590,55078},{0.520,24089},{0.292,7989},{0.818,11693},{0.992,9036},{1.000,19832},{0.997,21729},{1.000,2182}}|355051|.424|201909|NDFD
TFX|96|po|12|{{0.000,85},{0.029,93243},{0.078,97792},{0.129,80849},{0.389,68404},{0.476,64299},{0.578,35438},{0.401,28154},{0.488,29290},{0.700,24653},{0.964,29374},{1.000,5913}}|557494|.315|201909|NDFD
MSO|96|po|12|{{0.000,761},{0.006,69681},{0.068,58271},{0.104,35221},{0.212,54773},{0.368,71934},{0.466,66550},{0.356,41061},{0.523,29060},{0.568,10627},{0.909,2833},{999,0}}|440772|.262|201909|NDFD
LKN|96|po|12|{{0.000,109894},{0.006,148768},{0.105,92325},{0.156,52111},{0.242,58941},{0.306,51724},{0.521,26695},{0.806,10665},{0.977,3919},{1.000,3031},{1.000,45},{999,0}}|558118|.140|201909|NDFD
VEF|96|po|12|{{0.000,282192},{0.000,173393},{0.049,137177},{0.178,56372},{0.238,15095},{0.368,4511},{0.476,1540},{0.860,824},{1.000,36},{999,0},{999,0},{999,0}}|671140|.035|201909|NDFD
REV|96|po|12|{{0.000,86759},{0.018,108339},{0.184,49363},{0.227,46656},{0.356,34705},{0.673,16636},{0.885,8772},{0.776,1452},{999,0},{999,0},{999,0},{999,0}}|352682|.153|201909|NDFD
MFR|96|po|12|{{0.000,35928},{0.002,142880},{0.156,121559},{0.462,56317},{0.569,45155},{0.690,37367},{0.750,32129},{0.765,19364},{0.760,10005},{0.925,3069},{1.000,548},{999,0}}|504321|.291|201909|NDFD
PDT|96|po|12|{{0.000,26682},{0.000,98756},{0.023,95554},{0.114,48450},{0.315,45761},{0.522,64232},{0.569,35538},{0.646,26132},{0.881,8977},{0.977,1875},{1.000,430},{999,0}}|452387|.227|201909|NDFD
PQR|96|po|12|{{0.000,46},{0.008,25186},{0.133,94094},{0.359,74168},{0.541,65434},{0.614,56823},{0.480,17290},{0.585,14070},{0.786,15216},{0.969,15065},{1.000,8686},{999,0}}|386078|.418|201909|NDFD
SLC|96|po|12|{{0.002,138860},{0.003,214074},{0.043,118179},{0.142,68651},{0.138,61421},{0.299,58751},{0.277,18201},{0.456,7354},{0.723,6193},{0.999,9458},{1.000,289},{999,0}}|701431|.092|201909|NDFD
SEW|96|po|12|{{0.000,1071},{0.084,12078},{0.053,59014},{0.290,68399},{0.451,48678},{0.702,46227},{0.517,40053},{0.645,34884},{0.837,23189},{0.865,15105},{1.000,902},{999,0}}|349600|.443|201909|NDFD
OTX|96|po|12|{{0.000,7472},{0.008,79881},{0.057,82024},{0.137,63083},{0.195,60655},{0.356,42921},{0.474,47915},{0.538,35127},{0.515,12178},{0.216,592},{999,0},{999,0}}|431848|.206|201909|NDFD
BOU|108|po|12|{{0.020,16485},{0.017,127142},{0.033,88836},{0.192,24509},{0.223,17767},{0.379,9713},{0.556,2269},{0.958,454},{0.972,2651},{0.878,1814},{999,0},{999,0}}|291640|.081|201909|NDFD
GJT|108|po|12|{{0.001,47279},{0.002,133660},{0.017,96400},{0.023,83037},{0.096,52829},{0.173,45738},{0.238,27256},{0.419,13306},{0.713,4761},{0.819,1251},{999,0},{999,0}}|505517|.066|201909|NDFD
PUB|108|po|12|{{0.061,9751},{0.023,129329},{0.060,101390},{0.067,39141},{0.140,18625},{0.161,9882},{0.272,3082},{0.431,4263},{0.798,3211},{0.946,1877},{999,0},{999,0}}|320551|.073|201909|NDFD
LOT|108|po|12|{{0.000,53},{0.005,29112},{0.117,41941},{0.547,30289},{0.613,20631},{0.507,12735},{0.999,4254},{1.000,7674},{1.000,690},{1.000,5},{999,0},{999,0}}|147384|.362|201909|NDFD
ILX|108|po|12|{{0.000,1757},{0.002,40730},{0.103,72640},{0.396,30253},{0.375,28017},{0.554,10237},{0.791,3192},{1.000,2153},{1.000,4520},{999,0},{999,0},{999,0}}|193499|.232|201909|NDFD
IND|108|po|12|{{0.000,11639},{0.014,49349},{0.126,58942},{0.305,12216},{0.050,11410},{0.081,8398},{0.375,4110},{0.669,175},{999,0},{999,0},{999,0},{999,0}}|156239|.095|201909|NDFD
IWX|108|po|12|{{0.000,4759},{0.019,40430},{0.386,57103},{0.622,19934},{0.496,15458},{0.368,8360},{0.564,13045},{0.642,2235},{0.870,1677},{999,0},{999,0},{999,0}}|163001|.345|201909|NDFD
DVN|108|po|12|{{0.000,1},{0.045,28868},{0.003,55427},{0.295,37123},{0.370,24861},{0.428,15028},{0.998,21220},{0.998,16887},{1.000,5085},{1.000,16},{999,0},{999,0}}|204516|.348|201909|NDFD
DMX|108|po|12|{{0.000,1045},{0.046,43538},{0.125,77561},{0.256,27129},{0.492,56260},{0.531,19557},{0.861,18231},{0.885,26061},{0.917,16853},{999,0},{999,0},{999,0}}|286235|.387|201909|NDFD
DDC|108|po|12|{{0.041,9959},{0.038,67443},{0.119,84734},{0.173,33203},{0.277,13160},{0.257,4000},{0.709,2016},{0.829,4008},{999,0},{999,0},{999,0},{999,0}}|218523|.129|201909|NDFD
GLD|108|po|12|{{0.054,15808},{0.023,102203},{0.102,76845},{0.109,9693},{0.075,2497},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.059|201909|NDFD
TOP|108|po|12|{{0.000,1989},{0.000,20992},{0.032,34379},{0.317,37065},{0.359,24180},{0.411,21327},{0.691,6319},{0.889,3572},{0.999,4941},{1.000,647},{999,0},{999,0}}|155411|.279|201909|NDFD
ICT|108|po|12|{{0.000,3221},{0.000,31710},{0.049,46469},{0.283,55821},{0.369,32613},{0.495,24285},{0.532,5965},{0.903,5759},{0.999,3871},{999,0},{999,0},{999,0}}|209714|.259|201909|NDFD
JKL|108|po|12|{{0.112,12482},{0.056,46111},{0.153,38781},{0.213,9833},{0.342,5972},{0.218,1062},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.125|201909|NDFD
LMK|108|po|12|{{0.032,13409},{0.028,83442},{0.061,75774},{0.125,9938},{0.462,8014},{0.114,1611},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.065|201909|NDFD
PAH|108|po|12|{{0.000,16296},{0.004,74086},{0.148,110212},{0.120,19535},{0.051,15964},{0.077,3162},{0.543,129},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.084|201909|NDFD
DTX|108|po|12|{{0.087,2857},{0.053,91961},{0.255,75241},{0.598,79555},{0.711,54456},{0.872,26428},{0.883,22694},{0.926,16804},{1.000,10032},{1.000,92},{1.000,1},{999,0}}|380121|.472|201909|NDFD
APX|108|po|12|{{0.000,551},{0.031,40680},{0.180,39228},{0.573,19200},{0.606,33478},{0.578,33689},{0.937,14531},{0.909,9115},{0.933,6263},{1.000,214},{999,0},{999,0}}|196949|.442|201909|NDFD
GRR|108|po|12|{{999,0},{0.005,34308},{0.104,31187},{0.488,23412},{0.568,27460},{0.717,11971},{0.933,13091},{0.958,11959},{0.955,1655},{999,0},{999,0},{999,0}}|155043|.414|201909|NDFD
MQT|108|po|12|{{0.000,2952},{0.041,74370},{0.126,119836},{0.175,67702},{0.301,58330},{0.655,44269},{0.641,47290},{0.751,43569},{0.986,26877},{1.000,6292},{999,0},{999,0}}|491487|.351|201909|NDFD
DLH|108|po|12|{{999,0},{0.068,44868},{0.254,97831},{0.383,66827},{0.563,44850},{0.562,30744},{0.677,25536},{0.899,25979},{0.895,23610},{0.938,22751},{999,0},{999,0}}|382996|.468|201909|NDFD
MPX|108|po|12|{{0.000,1729},{0.087,57434},{0.148,89128},{0.221,74214},{0.610,31152},{0.434,29831},{0.573,25476},{0.730,17570},{0.793,22849},{0.789,3713},{999,0},{999,0}}|353096|.326|201909|NDFD
EAX|108|po|12|{{0.000,636},{0.000,30033},{0.074,65508},{0.087,29747},{0.327,52624},{0.582,28925},{0.648,13397},{0.854,12322},{1.000,7210},{1.000,109},{999,0},{999,0}}|240511|.283|201909|NDFD
SGF|108|po|12|{{0.000,1804},{0.001,34834},{0.041,79108},{0.267,61796},{0.402,42655},{0.667,10865},{0.873,4037},{1.000,3657},{1.000,2698},{999,0},{999,0},{999,0}}|241454|.224|201909|NDFD
LSX|108|po|12|{{0.000,2032},{0.001,53313},{0.108,93659},{0.249,48972},{0.301,35912},{0.510,15411},{0.846,4059},{0.986,3403},{1.000,4910},{999,0},{999,0},{999,0}}|261671|.201|201909|NDFD
GID|108|po|12|{{0.000,448},{0.002,46303},{0.123,66644},{0.226,48122},{0.161,19982},{0.211,5425},{0.384,2970},{0.781,2983},{1.000,645},{999,0},{999,0},{999,0}}|193522|.143|201909|NDFD
LBF|108|po|12|{{0.000,8447},{0.023,129229},{0.161,123788},{0.161,46283},{0.225,19879},{0.387,7743},{0.382,178},{999,0},{999,0},{999,0},{999,0},{999,0}}|335547|.113|201909|NDFD
OAX|108|po|12|{{999,0},{0.002,49154},{0.155,43111},{0.320,40313},{0.417,46451},{0.478,22132},{0.723,13182},{0.677,3670},{1.000,4571},{1.000,217},{999,0},{999,0}}|222801|.298|201909|NDFD
BIS|108|po|12|{{0.000,5579},{0.079,142687},{0.092,137617},{0.244,78361},{0.711,41951},{0.809,30663},{0.920,45188},{0.978,31636},{0.984,17974},{0.995,17830},{1.000,10311},{999,0}}|559797|.386|201909|NDFD
FGF|108|po|12|{{0.000,3803},{0.017,81848},{0.217,114100},{0.348,97558},{0.412,40257},{0.737,23608},{0.837,34274},{0.940,24576},{0.863,7725},{0.918,35488},{0.994,627},{999,0}}|463864|.400|201909|NDFD
ABR|108|po|12|{{0.000,6177},{0.042,85749},{0.074,113135},{0.136,32351},{0.553,34282},{0.591,19357},{0.500,16099},{0.646,4350},{0.481,5739},{0.672,4232},{999,0},{999,0}}|321471|.197|201909|NDFD
UNR|108|po|12|{{0.000,31188},{0.115,138783},{0.162,98781},{0.467,45578},{0.729,52669},{0.775,41087},{0.861,16927},{0.856,8266},{0.927,41},{999,0},{999,0},{999,0}}|433320|.335|201909|NDFD
FSD|108|po|12|{{0.000,1974},{0.026,64647},{0.168,93044},{0.216,45443},{0.322,33499},{0.367,26812},{0.627,16863},{0.638,6877},{0.478,6023},{999,0},{999,0},{999,0}}|295182|.222|201909|NDFD
GRB|108|po|12|{{999,0},{0.086,36385},{0.046,34978},{0.283,45458},{0.541,22077},{0.597,18387},{0.749,18405},{0.736,14020},{0.881,10050},{1.000,846},{999,0},{999,0}}|200606|.370|201909|NDFD
ARX|108|po|12|{{999,0},{0.072,31796},{0.116,52648},{0.330,34041},{0.456,26726},{0.187,16435},{0.735,10741},{0.832,17738},{0.853,16415},{999,0},{999,0},{999,0}}|206540|.346|201909|NDFD
MKX|108|po|12|{{999,0},{0.007,47294},{0.018,63454},{0.220,50523},{0.414,35050},{0.514,46696},{0.733,26701},{0.957,21657},{0.985,6521},{999,0},{999,0},{999,0}}|297896|.328|201909|NDFD
CYS|108|po|12|{{0.000,24839},{0.030,122081},{0.161,104778},{0.328,37301},{0.503,24034},{0.648,22975},{0.663,16633},{0.875,8151},{0.863,1793},{0.961,102},{999,0},{999,0}}|362687|.219|201909|NDFD
RIW|108|po|12|{{0.000,59503},{0.010,123842},{0.143,116465},{0.340,61351},{0.362,49587},{0.549,32878},{0.631,40687},{0.805,46104},{0.880,35805},{0.937,21887},{1.000,277},{999,0}}|588386|.322|201909|NDFD
CAR|108|po|12|{{0.000,3204},{0.000,65194},{0.066,76896},{0.146,26723},{0.460,19071},{0.716,31485},{0.546,13486},{0.795,3662},{0.981,2537},{1.000,4693},{999,0},{999,0}}|246951|.234|201909|NDFD
GYX|108|po|12|{{0.004,10105},{0.007,94334},{0.027,68475},{0.502,26563},{0.664,16144},{0.429,24624},{0.646,23147},{0.491,7272},{0.764,1739},{0.748,1228},{999,0},{999,0}}|273631|.212|201909|NDFD
BOX|108|po|12|{{0.000,7581},{0.006,48580},{0.119,54883},{0.240,23492},{0.640,30346},{0.584,15862},{0.415,11505},{0.058,3468},{0.000,13},{999,0},{999,0},{999,0}}|195730|.235|201909|NDFD
PHI|108|po|12|{{0.000,2168},{0.000,61258},{0.099,72472},{0.245,31046},{0.540,13944},{0.732,7137},{0.813,3196},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|191222|.158|201909|NDFD
ALY|108|po|12|{{0.000,905},{0.000,30531},{0.106,63935},{0.640,14171},{0.446,18636},{0.734,13930},{0.758,12765},{0.768,4099},{1.000,27},{999,0},{999,0},{999,0}}|158999|.297|201909|NDFD
BGM|108|po|12|{{0.000,17351},{0.004,43026},{0.230,53102},{0.523,16488},{0.505,19792},{0.760,18205},{0.840,10711},{0.540,2473},{999,0},{999,0},{999,0},{999,0}}|181148|.305|201909|NDFD
BUF|108|po|12|{{0.000,38024},{0.056,21729},{0.305,46120},{0.134,29618},{0.306,24933},{0.739,20805},{0.786,5961},{0.612,24379},{0.964,7069},{999,0},{999,0},{999,0}}|218638|.314|201909|NDFD
OKX|108|po|12|{{999,0},{0.010,30723},{0.099,47418},{0.381,14790},{0.460,8235},{0.999,5006},{0.958,4826},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.217|201909|NDFD
MHX|108|po|12|{{999,0},{0.007,40225},{0.049,55152},{0.153,32812},{0.145,13862},{0.532,2954},{0.988,1520},{1.000,1290},{1.000,1673},{1.000,173},{999,0},{999,0}}|149661|.108|201909|NDFD
RAH|108|po|12|{{0.000,17148},{0.000,41864},{0.101,39848},{0.094,33537},{0.062,21561},{0.008,3067},{0.000,1081},{0.385,938},{1.000,1},{999,0},{999,0},{999,0}}|159045|.056|201909|NDFD
ILM|108|po|12|{{999,0},{0.000,31513},{0.006,47593},{0.244,28260},{0.139,17304},{0.061,5324},{0.000,347},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.076|201909|NDFD
CLE|108|po|12|{{0.001,27788},{0.007,34738},{0.345,93982},{0.297,24636},{0.496,21856},{0.456,13323},{0.409,16753},{0.723,10231},{0.278,79},{999,0},{999,0},{999,0}}|243386|.292|201909|NDFD
ILN|108|po|12|{{0.000,8736},{0.045,69345},{0.168,77514},{0.045,24449},{0.044,7485},{0.215,5967},{0.383,7425},{1.000,7},{999,0},{999,0},{999,0},{999,0}}|200928|.108|201909|NDFD
PBZ|108|po|12|{{999,0},{0.002,49086},{0.246,73095},{0.276,28331},{0.394,15231},{0.304,7744},{0.772,8094},{0.035,1758},{0.549,6227},{999,0},{999,0},{999,0}}|189566|.232|201909|NDFD
CTP|108|po|12|{{0.000,30525},{0.044,33353},{0.149,85196},{0.331,31147},{0.619,20425},{0.731,16105},{0.691,8132},{0.919,7665},{0.828,1477},{999,0},{999,0},{999,0}}|234025|.268|201909|NDFD
CHS|108|po|12|{{999,0},{0.004,27905},{0.039,84220},{0.242,18382},{0.200,11943},{0.230,7803},{0.159,14329},{0.631,1960},{1.000,1},{999,0},{999,0},{999,0}}|166543|.093|201909|NDFD
CAE|108|po|12|{{0.000,16284},{0.000,23858},{0.096,46648},{0.357,25738},{0.066,11707},{0.049,4899},{0.000,770},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.113|201909|NDFD
GSP|108|po|12|{{999,0},{0.004,44918},{0.060,74948},{0.215,41671},{0.292,28863},{0.441,10145},{0.723,2016},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.138|201909|NDFD
BTV|108|po|12|{{0.000,7234},{0.000,31632},{0.028,47569},{0.139,26173},{0.343,14251},{0.463,6411},{0.794,21372},{0.735,11402},{0.772,338},{999,0},{999,0},{999,0}}|166382|.231|201909|NDFD
LWX|108|po|12|{{0.000,1782},{0.041,60724},{0.153,69918},{0.289,38396},{0.199,17427},{0.252,12246},{0.564,6561},{0.727,172},{1.000,4},{999,0},{999,0},{999,0}}|207230|.167|201909|NDFD
RNK|108|po|12|{{0.059,25079},{0.000,17103},{0.061,79533},{0.339,47120},{0.284,14170},{0.179,4895},{0.395,5461},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.152|201909|NDFD
AKQ|108|po|12|{{0.004,5878},{0.082,51462},{0.057,106855},{0.116,50051},{0.008,8940},{0.043,5863},{0.713,1132},{0.969,1877},{0.999,2394},{1.000,1942},{999,0},{999,0}}|236394|.099|201909|NDFD
RLX|108|po|12|{{0.000,1427},{0.059,81997},{0.184,74707},{0.199,37316},{0.419,11974},{0.666,6805},{0.676,2362},{1.000,95},{999,0},{999,0},{999,0},{999,0}}|216683|.172|201909|NDFD
BMX|108|po|12|{{0.020,46085},{0.028,62161},{0.098,102010},{0.099,37124},{0.001,7432},{0.000,6032},{0.011,6171},{0.000,383},{999,0},{999,0},{999,0},{999,0}}|267398|.061|201909|NDFD
HUN|108|po|12|{{999,0},{0.006,23471},{0.092,45344},{0.081,16440},{0.001,2918},{0.000,55},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.064|201909|NDFD
MOB|108|po|12|{{0.002,402},{0.022,37763},{0.038,135267},{0.225,37869},{0.437,9458},{0.355,7060},{0.161,13320},{0.043,3510},{0.210,4096},{999,0},{999,0},{999,0}}|248745|.097|201909|NDFD
LZK|108|po|12|{{0.000,7332},{0.009,44809},{0.166,164930},{0.425,82443},{0.393,19087},{0.000,18},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.221|201909|NDFD
JAX|108|po|12|{{0.071,3440},{0.016,54135},{0.068,68927},{0.239,34964},{0.365,16903},{0.338,18228},{0.343,10974},{0.218,17085},{0.677,9747},{0.641,3011},{0.279,682},{999,0}}|238096|.179|201909|NDFD
EYW|108|po|12|{{999,0},{999,0},{0.000,3143},{0.114,23029},{0.261,71839},{0.567,79439},{0.840,33852},{0.780,3380},{999,0},{999,0},{999,0},{999,0}}|214682|.454|201909|NDFD
MLB|108|po|12|{{999,0},{0.000,87},{0.028,46856},{0.262,28101},{0.386,68675},{0.374,19972},{0.816,15377},{0.683,12936},{999,0},{999,0},{999,0},{999,0}}|192004|.334|201909|NDFD
MFL|108|po|12|{{999,0},{0.000,17629},{0.077,18954},{0.188,43273},{0.355,60742},{0.548,37356},{0.432,31039},{0.572,10051},{0.407,3803},{999,0},{999,0},{999,0}}|222847|.325|201909|NDFD
TAE|108|po|12|{{0.025,10757},{0.051,133390},{0.050,127656},{0.089,36927},{0.168,8465},{0.196,6841},{0.109,18250},{0.037,15382},{0.144,11278},{0.011,181},{999,0},{999,0}}|369127|.064|201909|NDFD
TBW|108|po|12|{{0.000,879},{0.011,25819},{0.057,89377},{0.275,49217},{0.228,26261},{0.062,12225},{0.437,20792},{0.592,15390},{0.661,8417},{999,0},{999,0},{999,0}}|248377|.199|201909|NDFD
FFC|108|po|12|{{0.000,8070},{0.014,110448},{0.126,116921},{0.072,36044},{0.117,14291},{0.033,10803},{0.000,7552},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.069|201909|NDFD
LCH|108|po|12|{{999,0},{0.077,25031},{0.210,74003},{0.235,101599},{0.383,82627},{0.807,25822},{0.873,8047},{0.998,455},{999,0},{999,0},{999,0},{999,0}}|317584|.319|201909|NDFD
LIX|108|po|12|{{0.116,1831},{0.077,47369},{0.143,147449},{0.215,95009},{0.319,34484},{0.526,14045},{0.818,13958},{0.716,6479},{0.740,7349},{0.873,4236},{999,0},{999,0}}|372209|.239|201909|NDFD
SHV|108|po|12|{{0.013,27126},{0.021,48681},{0.290,99170},{0.195,129206},{0.500,31525},{0.000,529},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.211|201909|NDFD
JAN|108|po|12|{{0.035,27333},{0.049,51561},{0.096,169671},{0.072,58561},{0.224,14386},{0.220,11602},{0.000,64},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.090|201909|NDFD
ABQ|108|po|12|{{0.000,15},{0.016,166778},{0.095,304147},{0.138,119979},{0.314,89176},{0.520,83420},{0.636,52777},{0.723,19269},{0.965,3512},{1.000,151},{999,0},{999,0}}|839224|.203|201909|NDFD
OUN|108|po|12|{{0.000,16858},{0.002,82629},{0.057,70534},{0.163,160770},{0.398,65857},{0.440,44885},{0.670,12676},{0.420,5538},{999,0},{999,0},{999,0},{999,0}}|459747|.190|201909|NDFD
TSA|108|po|12|{{0.000,285},{0.012,53223},{0.097,46927},{0.327,89766},{0.329,32786},{0.641,15741},{0.772,10783},{0.870,108},{999,0},{999,0},{999,0},{999,0}}|249619|.256|201909|NDFD
MEG|108|po|12|{{0.000,13317},{0.000,69070},{0.092,169173},{0.406,33362},{0.488,5214},{0.000,6},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.109|201909|NDFD
MRX|108|po|12|{{0.006,8144},{0.085,49487},{0.107,61617},{0.256,26016},{0.168,9166},{0.521,2993},{0.593,81},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.131|201909|NDFD
OHX|108|po|12|{{0.025,10870},{0.045,56883},{0.116,68385},{0.297,19763},{0.070,3533},{0.662,485},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.108|201909|NDFD
AMA|108|po|12|{{0.046,6181},{0.027,71603},{0.191,57744},{0.300,48162},{0.440,34885},{0.459,18747},{0.492,12807},{0.092,2856},{0.000,84},{999,0},{999,0},{999,0}}|253069|.230|201909|NDFD
EWX|108|po|12|{{0.028,2793},{0.018,40634},{0.030,63018},{0.098,149248},{0.349,56649},{0.248,15668},{0.559,7496},{1.000,64},{999,0},{999,0},{999,0},{999,0}}|335570|.135|201909|NDFD
BRO|108|po|12|{{999,0},{999,0},{0.139,14964},{0.313,61089},{0.550,45684},{0.687,21669},{0.866,4507},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.440|201909|NDFD
CRP|108|po|12|{{999,0},{0.018,5251},{0.111,31510},{0.297,83920},{0.502,55559},{0.482,28980},{0.709,8303},{0.778,9},{999,0},{999,0},{999,0},{999,0}}|213532|.357|201909|NDFD
EPZ|108|po|12|{{0.028,8863},{0.079,54060},{0.155,69782},{0.276,43485},{0.327,42080},{0.525,42489},{0.617,27165},{0.655,3671},{1.000,275},{999,0},{999,0},{999,0}}|291870|.284|201909|NDFD
FWD|108|po|12|{{0.000,15176},{0.001,54039},{0.057,92423},{0.126,126590},{0.155,55465},{0.303,18172},{0.326,8251},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.103|201909|NDFD
HGX|108|po|12|{{999,0},{0.042,13832},{0.233,39414},{0.188,74671},{0.443,62245},{0.617,50002},{0.730,30010},{0.869,8666},{0.981,2956},{999,0},{999,0},{999,0}}|281796|.407|201909|NDFD
LUB|108|po|12|{{0.000,6948},{0.066,33003},{0.085,43156},{0.265,44581},{0.305,27091},{0.475,26242},{0.373,12892},{0.382,9557},{0.133,563},{999,0},{999,0},{999,0}}|204033|.230|201909|NDFD
MAF|108|po|12|{{0.000,2400},{0.045,59151},{0.188,133612},{0.255,104662},{0.365,87635},{0.294,44700},{0.431,38161},{0.467,12587},{999,0},{999,0},{999,0},{999,0}}|482908|.253|201909|NDFD
SJT|108|po|12|{{0.000,1429},{0.004,41518},{0.074,87540},{0.066,80336},{0.101,28995},{0.373,11842},{0.430,558},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.077|201909|NDFD
FGZ|108|po|12|{{0.000,18841},{0.007,147279},{0.041,113860},{0.100,113678},{0.371,64564},{0.475,18553},{0.595,4473},{0.751,1333},{1.000,74},{999,0},{999,0},{999,0}}|482655|.111|201909|NDFD
PSR|108|po|12|{{0.000,36654},{0.010,171544},{0.217,61742},{0.359,21297},{0.489,8578},{0.674,6051},{0.946,1880},{1.000,109},{999,0},{999,0},{999,0},{999,0}}|307855|.107|201909|NDFD
TWC|108|po|12|{{0.000,3557},{0.029,85671},{0.137,61374},{0.313,37699},{0.442,30145},{0.553,20270},{0.573,11409},{0.347,832},{0.000,19},{999,0},{999,0},{999,0}}|250976|.216|201909|NDFD
EKA|108|po|12|{{0.000,17717},{0.001,109868},{0.183,74440},{0.440,40573},{0.669,11909},{0.739,8022},{0.902,3646},{0.993,1751},{1.000,208},{999,0},{999,0},{999,0}}|268134|.189|201909|NDFD
LOX|108|po|12|{{0.000,88437},{0.004,171622},{0.010,38089},{0.109,9571},{0.020,1877},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
STO|108|po|12|{{0.006,89217},{0.047,88681},{0.196,47892},{0.313,27847},{0.522,13509},{0.437,7548},{0.545,5840},{0.982,273},{999,0},{999,0},{999,0},{999,0}}|280807|.131|201909|NDFD
SGX|108|po|12|{{0.002,51103},{0.000,62364},{0.038,23015},{0.226,13837},{0.689,193},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
MTR|108|po|12|{{0.000,129214},{0.031,133954},{0.140,48231},{0.022,412},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
HNX|108|po|12|{{0.000,118085},{0.003,81275},{0.030,43523},{0.089,7701},{0.126,4951},{0.329,931},{0.867,30},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.013|201909|NDFD
BOI|108|po|12|{{0.039,35759},{0.025,122812},{0.237,92369},{0.232,59743},{0.351,63873},{0.257,74031},{0.374,44727},{0.501,12535},{0.830,4451},{1.000,70},{999,0},{999,0}}|510370|.212|201909|NDFD
PIH|108|po|12|{{0.000,25988},{0.014,72301},{0.137,46950},{0.258,45886},{0.343,35294},{0.425,32635},{0.554,28037},{0.697,20035},{0.822,12468},{0.895,3234},{999,0},{999,0}}|322828|.272|201909|NDFD
BYZ|108|po|12|{{0.000,6798},{0.036,110905},{0.182,52516},{0.272,68786},{0.551,55164},{0.696,55551},{0.777,27618},{0.933,29610},{0.979,23757},{0.987,5902},{1.000,899},{999,0}}|437506|.412|201909|NDFD
GGW|108|po|12|{{0.530,760},{0.069,95237},{0.198,61588},{0.383,62173},{0.548,47189},{0.717,31560},{0.548,17850},{0.907,15122},{1.000,8984},{1.000,9829},{1.000,4759},{999,0}}|355051|.390|201909|NDFD
TFX|108|po|12|{{0.996,1965},{0.112,89398},{0.112,107915},{0.149,88294},{0.396,71853},{0.542,58425},{0.459,54563},{0.653,21289},{0.895,21250},{0.994,31693},{1.000,10847},{999,0}}|557492|.354|201909|NDFD
MSO|108|po|12|{{0.000,12},{0.000,16483},{0.003,70795},{0.046,65162},{0.130,66282},{0.343,58049},{0.554,72616},{0.768,49794},{0.854,32849},{0.940,8577},{1.000,153},{999,0}}|440772|.332|201909|NDFD
LKN|108|po|12|{{0.000,66590},{0.017,197184},{0.269,109841},{0.407,47611},{0.196,50967},{0.448,29302},{0.617,26871},{0.697,21304},{0.545,8202},{0.146,246},{999,0},{999,0}}|558118|.199|201909|NDFD
VEF|108|po|12|{{0.000,219803},{0.002,237105},{0.027,139389},{0.141,54279},{0.273,14264},{0.317,4682},{0.426,1586},{0.281,32},{999,0},{999,0},{999,0},{999,0}}|671140|.027|201909|NDFD
REV|108|po|12|{{0.000,83131},{0.006,111239},{0.120,60188},{0.264,42479},{0.541,24075},{0.757,22161},{0.647,8247},{0.985,1162},{999,0},{999,0},{999,0},{999,0}}|352682|.157|201909|NDFD
MFR|108|po|12|{{0.053,38969},{0.011,114820},{0.050,112665},{0.334,60450},{0.618,49695},{0.607,60793},{0.649,43681},{0.717,19426},{0.800,3822},{999,0},{999,0},{999,0}}|504321|.282|201909|NDFD
PDT|108|po|12|{{0.000,11227},{0.001,95484},{0.066,92752},{0.237,79470},{0.343,52097},{0.329,54835},{0.558,36772},{0.738,24632},{0.938,4559},{1.000,559},{999,0},{999,0}}|452387|.231|201909|NDFD
PQR|108|po|12|{{999,0},{0.004,23664},{0.107,95445},{0.302,69716},{0.504,66626},{0.491,49366},{0.769,27448},{0.978,27700},{0.940,11598},{1.000,13040},{1.000,1475},{999,0}}|386078|.422|201909|NDFD
SLC|108|po|12|{{0.000,78349},{0.002,215925},{0.033,154032},{0.135,100625},{0.142,52233},{0.245,38993},{0.263,23491},{0.501,18994},{0.843,15105},{0.969,3684},{999,0},{999,0}}|701431|.097|201909|NDFD
SEW|108|po|12|{{0.000,1791},{0.000,12710},{0.202,68441},{0.361,74791},{0.464,60881},{0.581,50383},{0.534,29193},{0.789,24340},{0.958,22083},{0.858,4985},{1.000,2},{999,0}}|349600|.454|201909|NDFD
OTX|108|po|12|{{0.086,1724},{0.077,67260},{0.115,96939},{0.320,83248},{0.437,50585},{0.523,56777},{0.589,42770},{0.582,23502},{0.726,8103},{0.982,940},{999,0},{999,0}}|431848|.326|201909|NDFD
BOU|120|po|12|{{0.000,5247},{0.014,82806},{0.032,92317},{0.100,68213},{0.305,24069},{0.698,8089},{0.899,7964},{0.900,2619},{0.829,316},{999,0},{999,0},{999,0}}|291640|.115|201909|NDFD
GJT|120|po|12|{{0.000,22660},{0.001,160064},{0.025,123201},{0.065,83455},{0.180,62845},{0.108,35347},{0.372,13062},{0.828,4427},{1.000,456},{999,0},{999,0},{999,0}}|505517|.065|201909|NDFD
PUB|120|po|12|{{0.000,1974},{0.012,112128},{0.054,129107},{0.097,44610},{0.100,16449},{0.136,6762},{0.548,3838},{0.610,5135},{0.549,548},{999,0},{999,0},{999,0}}|320551|.065|201909|NDFD
LOT|120|po|12|{{999,0},{0.045,23354},{0.203,53370},{0.455,18311},{0.567,13285},{0.617,15566},{0.847,19987},{0.984,3501},{1.000,3},{0.200,5},{0.000,2},{999,0}}|147384|.392|201909|NDFD
ILX|120|po|12|{{0.000,1892},{0.008,40276},{0.109,74323},{0.432,28815},{0.509,10800},{0.491,11097},{0.563,20591},{0.992,5705},{999,0},{999,0},{999,0},{999,0}}|193499|.254|201909|NDFD
IND|120|po|12|{{0.000,5040},{0.019,47331},{0.050,71215},{0.088,14407},{0.017,7055},{0.250,5094},{0.924,5766},{1.000,331},{999,0},{999,0},{999,0},{999,0}}|156239|.082|201909|NDFD
IWX|120|po|12|{{0.000,906},{0.064,45079},{0.106,56269},{0.280,19745},{0.485,16025},{0.348,11801},{0.747,7354},{1.000,3901},{1.000,1921},{999,0},{999,0},{999,0}}|163001|.230|201909|NDFD
DVN|120|po|12|{{999,0},{0.042,35643},{0.246,36579},{0.410,32385},{0.304,33523},{0.497,22241},{0.922,28795},{0.804,13045},{0.391,2305},{999,0},{999,0},{999,0}}|204516|.406|201909|NDFD
DMX|120|po|12|{{999,0},{0.000,36735},{0.126,59102},{0.402,54945},{0.486,39801},{0.415,47161},{0.652,39807},{0.718,8684},{999,0},{999,0},{999,0},{999,0}}|286235|.352|201909|NDFD
DDC|120|po|12|{{0.000,2127},{0.011,34546},{0.062,90743},{0.138,39309},{0.356,33225},{0.202,12930},{0.270,5635},{0.000,8},{999,0},{999,0},{999,0},{999,0}}|218523|.125|201909|NDFD
GLD|120|po|12|{{0.000,868},{0.024,45411},{0.055,88318},{0.124,40844},{0.273,23374},{0.248,7981},{0.688,250},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.094|201909|NDFD
TOP|120|po|12|{{0.000,159},{0.000,14248},{0.040,33534},{0.147,39015},{0.128,32915},{0.244,19574},{0.839,10461},{0.856,5480},{1.000,25},{999,0},{999,0},{999,0}}|155411|.190|201909|NDFD
ICT|120|po|12|{{0.000,130},{0.000,29806},{0.039,50902},{0.233,54639},{0.231,30827},{0.267,23158},{0.733,15044},{0.980,5208},{999,0},{999,0},{999,0},{999,0}}|209714|.211|201909|NDFD
JKL|120|po|12|{{0.000,11630},{0.013,46383},{0.096,41089},{0.036,11349},{0.314,3790},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.054|201909|NDFD
LMK|120|po|12|{{0.000,14400},{0.019,102852},{0.030,55738},{0.036,14316},{0.733,3401},{1.000,1318},{1.000,163},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.043|201909|NDFD
PAH|120|po|12|{{0.000,13352},{0.025,105169},{0.014,85482},{0.214,21575},{0.562,7131},{0.907,4179},{1.000,2496},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.078|201909|NDFD
DTX|120|po|12|{{0.010,987},{0.103,72657},{0.108,98335},{0.377,64000},{0.505,55100},{0.701,34996},{0.814,30884},{0.690,15169},{0.567,6179},{0.719,1783},{1.000,31},{999,0}}|380121|.355|201909|NDFD
APX|120|po|12|{{0.000,353},{0.088,24733},{0.273,50192},{0.570,47301},{0.653,14317},{0.825,19775},{0.637,16586},{0.572,14642},{0.506,7876},{0.726,1174},{999,0},{999,0}}|196949|.468|201909|NDFD
GRR|120|po|12|{{999,0},{0.114,25835},{0.136,52193},{0.229,17911},{0.558,11331},{0.648,19160},{0.824,17081},{0.910,10384},{0.991,1148},{999,0},{999,0},{999,0}}|155043|.371|201909|NDFD
MQT|120|po|12|{{999,0},{0.185,43806},{0.213,114537},{0.461,121621},{0.627,86348},{0.397,29375},{0.322,17140},{0.457,19322},{0.711,45795},{0.988,13178},{1.000,365},{999,0}}|491487|.437|201909|NDFD
DLH|120|po|12|{{0.000,8},{0.005,50820},{0.155,84864},{0.345,77511},{0.672,72224},{0.682,34426},{0.407,8707},{0.687,11372},{0.815,20469},{0.999,21037},{1.000,1558},{999,0}}|382996|.425|201909|NDFD
MPX|120|po|12|{{999,0},{0.001,54415},{0.142,78988},{0.454,79405},{0.523,51591},{0.425,22336},{0.713,27706},{0.915,26905},{0.996,9853},{1.000,1897},{999,0},{999,0}}|353096|.396|201909|NDFD
EAX|120|po|12|{{0.000,188},{0.011,26983},{0.060,65681},{0.159,32240},{0.295,43932},{0.409,28139},{0.800,21014},{0.927,22305},{1.000,29},{999,0},{999,0},{999,0}}|240511|.297|201909|NDFD
SGF|120|po|12|{{0.000,1162},{0.001,61588},{0.027,75159},{0.130,42749},{0.185,24001},{0.547,16240},{0.727,15119},{0.768,5436},{999,0},{999,0},{999,0},{999,0}}|241454|.150|201909|NDFD
LSX|120|po|12|{{0.000,139},{0.007,61647},{0.087,89811},{0.174,41973},{0.404,20931},{0.388,14527},{0.488,22096},{0.536,10547},{999,0},{999,0},{999,0},{999,0}}|261671|.176|201909|NDFD
GID|120|po|12|{{999,0},{0.000,25626},{0.033,67964},{0.101,53020},{0.181,21540},{0.590,12167},{0.928,11024},{0.959,2181},{999,0},{999,0},{999,0},{999,0}}|193522|.160|201909|NDFD
LBF|120|po|12|{{0.000,605},{0.004,71703},{0.039,84101},{0.241,83087},{0.422,35832},{0.444,30583},{0.692,21928},{0.832,7477},{1.000,231},{999,0},{999,0},{999,0}}|335547|.220|201909|NDFD
OAX|120|po|12|{{999,0},{0.000,17469},{0.123,67998},{0.215,55124},{0.270,34618},{0.583,28471},{0.249,11885},{0.749,6963},{1.000,273},{999,0},{999,0},{999,0}}|222801|.245|201909|NDFD
BIS|120|po|12|{{0.187,771},{0.073,91881},{0.242,131180},{0.471,95662},{0.516,93121},{0.382,38307},{0.637,29837},{0.889,29973},{0.908,21007},{0.967,19719},{1.000,8339},{999,0}}|559797|.426|201909|NDFD
FGF|120|po|12|{{0.000,15},{0.008,80200},{0.132,134115},{0.507,72764},{0.477,63227},{0.789,37418},{0.985,21573},{0.994,27599},{0.991,22320},{1.000,4545},{1.000,88},{999,0}}|463864|.410|201909|NDFD
ABR|120|po|12|{{0.031,3052},{0.018,72088},{0.133,85971},{0.608,55698},{0.540,36106},{0.368,14638},{0.710,30453},{0.740,20603},{0.666,2398},{0.998,464},{999,0},{999,0}}|321471|.344|201909|NDFD
UNR|120|po|12|{{0.001,14002},{0.003,83348},{0.135,111980},{0.373,67531},{0.476,40397},{0.621,7726},{0.820,42172},{0.589,35095},{0.789,26487},{0.755,4581},{1.000,1},{999,0}}|433320|.333|201909|NDFD
FSD|120|po|12|{{0.000,728},{0.021,44671},{0.165,95085},{0.348,57860},{0.516,44153},{0.199,13889},{0.554,17345},{0.815,21451},{999,0},{999,0},{999,0},{999,0}}|295182|.303|201909|NDFD
GRB|120|po|12|{{0.000,70},{0.001,25224},{0.165,57061},{0.677,31688},{0.674,29702},{0.887,14420},{0.698,12308},{0.545,15457},{0.744,12858},{1.000,1818},{999,0},{999,0}}|200606|.459|201909|NDFD
ARX|120|po|12|{{999,0},{0.019,33336},{0.013,34962},{0.675,45096},{0.766,18065},{0.652,26651},{0.723,29522},{0.619,12400},{0.890,5090},{1.000,1418},{999,0},{999,0}}|206540|.473|201909|NDFD
MKX|120|po|12|{{0.000,16},{0.000,31406},{0.092,78023},{0.415,55968},{0.619,34630},{0.792,34486},{0.882,28125},{0.776,19600},{0.737,14844},{0.040,798},{999,0},{999,0}}|297896|.437|201909|NDFD
CYS|120|po|12|{{0.000,4656},{0.004,100924},{0.079,92986},{0.314,34847},{0.251,50783},{0.407,27394},{0.657,30628},{0.559,17586},{0.833,2883},{999,0},{999,0},{999,0}}|362687|.207|201909|NDFD
RIW|120|po|12|{{0.000,45615},{0.000,117502},{0.073,120722},{0.205,59291},{0.316,64010},{0.487,53146},{0.536,38369},{0.650,29471},{0.827,40433},{0.935,19805},{1.000,22},{999,0}}|588386|.270|201909|NDFD
CAR|120|po|12|{{999,0},{0.000,36099},{0.155,114234},{0.475,37837},{0.617,32456},{0.390,16818},{0.739,7471},{1.000,2036},{999,0},{999,0},{999,0},{999,0}}|246951|.283|201909|NDFD
GYX|120|po|12|{{0.000,1413},{0.014,51085},{0.084,123360},{0.273,32378},{0.446,43351},{0.645,13507},{0.874,5823},{0.988,2714},{999,0},{999,0},{999,0},{999,0}}|273631|.203|201909|NDFD
BOX|120|po|12|{{999,0},{0.017,46067},{0.093,81638},{0.153,17115},{0.459,23677},{0.744,17948},{0.911,9285},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.223|201909|NDFD
PHI|120|po|12|{{0.000,1},{0.000,64477},{0.122,70849},{0.284,25556},{0.437,17840},{0.609,5264},{0.273,2919},{0.544,4316},{999,0},{999,0},{999,0},{999,0}}|191222|.157|201909|NDFD
ALY|120|po|12|{{0.000,508},{0.000,22315},{0.063,88323},{0.323,12379},{0.452,20330},{0.572,6725},{0.828,4502},{0.909,3917},{999,0},{999,0},{999,0},{999,0}}|158999|.188|201909|NDFD
BGM|120|po|12|{{0.000,9911},{0.000,49491},{0.117,55110},{0.348,27146},{0.482,17785},{0.426,9456},{0.802,7648},{0.692,4601},{999,0},{999,0},{999,0},{999,0}}|181148|.209|201909|NDFD
BUF|120|po|12|{{0.000,17136},{0.017,30560},{0.076,70204},{0.487,31295},{0.203,17475},{0.363,7830},{0.609,21004},{0.881,23134},{999,0},{999,0},{999,0},{999,0}}|218638|.277|201909|NDFD
OKX|120|po|12|{{999,0},{0.070,23140},{0.016,51862},{0.093,8638},{0.715,17856},{0.914,6398},{0.707,3104},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.217|201909|NDFD
MHX|120|po|12|{{999,0},{0.001,35252},{0.029,83484},{0.125,23050},{0.024,6736},{0.000,1139},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.037|201909|NDFD
RAH|120|po|12|{{0.000,10755},{0.002,47500},{0.117,61779},{0.084,20224},{0.004,17543},{0.001,1244},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.057|201909|NDFD
ILM|120|po|12|{{999,0},{0.000,33468},{0.006,64986},{0.199,24259},{0.066,5994},{0.094,1054},{0.069,580},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.044|201909|NDFD
CLE|120|po|12|{{0.000,593},{0.009,81653},{0.144,57713},{0.343,28859},{0.263,34237},{0.484,17959},{0.835,15038},{0.970,5023},{1.000,2311},{999,0},{999,0},{999,0}}|243386|.232|201909|NDFD
ILN|120|po|12|{{0.000,8736},{0.023,57956},{0.154,90255},{0.082,23703},{0.345,9694},{0.689,8721},{0.757,1863},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.139|201909|NDFD
PBZ|120|po|12|{{999,0},{0.013,39771},{0.221,98505},{0.105,13021},{0.150,15353},{0.414,14272},{0.605,4982},{0.881,3244},{1.000,418},{999,0},{999,0},{999,0}}|189566|.201|201909|NDFD
CTP|120|po|12|{{0.000,21367},{0.003,43457},{0.182,98230},{0.144,29596},{0.288,16268},{0.572,10242},{0.458,11781},{0.636,3079},{1.000,5},{999,0},{999,0},{999,0}}|234025|.172|201909|NDFD
CHS|120|po|12|{{999,0},{0.000,33659},{0.013,83848},{0.172,16253},{0.119,17349},{0.222,9430},{0.229,3621},{0.228,2090},{0.000,293},{999,0},{999,0},{999,0}}|166543|.056|201909|NDFD
CAE|120|po|12|{{0.000,11342},{0.000,29631},{0.080,60940},{0.212,26012},{0.123,1979},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.082|201909|NDFD
GSP|120|po|12|{{0.000,101},{0.000,46076},{0.059,94805},{0.105,41960},{0.199,17962},{0.000,1657},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.067|201909|NDFD
BTV|120|po|12|{{0.000,7234},{0.015,22136},{0.057,64288},{0.079,21097},{0.284,19438},{0.716,16674},{0.784,10572},{0.675,4128},{1.000,815},{999,0},{999,0},{999,0}}|166382|.210|201909|NDFD
LWX|120|po|12|{{0.000,794},{0.022,48259},{0.054,114623},{0.156,20966},{0.053,15676},{0.119,6536},{0.040,376},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.059|201909|NDFD
RNK|120|po|12|{{0.020,16773},{0.004,33615},{0.078,97698},{0.098,29754},{0.070,13160},{0.004,1874},{0.000,487},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.062|201909|NDFD
AKQ|120|po|12|{{0.000,3899},{0.028,58882},{0.009,126866},{0.121,38769},{0.709,7978},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.056|201909|NDFD
RLX|120|po|12|{{0.000,965},{0.040,86698},{0.103,75852},{0.041,26366},{0.155,19764},{0.154,6823},{0.000,215},{999,0},{999,0},{999,0},{999,0},{999,0}}|216683|.076|201909|NDFD
BMX|120|po|12|{{0.000,35786},{0.036,102519},{0.059,99948},{0.014,8307},{0.000,15260},{0.000,4973},{0.000,605},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.036|201909|NDFD
HUN|120|po|12|{{0.000,4778},{0.018,33415},{0.050,39260},{0.000,10521},{0.000,254},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.029|201909|NDFD
MOB|120|po|12|{{0.000,10960},{0.028,55955},{0.070,136722},{0.213,17211},{0.080,7764},{0.000,10255},{0.000,3134},{0.249,2737},{0.275,4007},{999,0},{999,0},{999,0}}|248745|.069|201909|NDFD
LZK|120|po|12|{{0.000,15551},{0.036,89869},{0.073,176434},{0.344,32430},{0.257,2812},{0.470,1410},{0.708,113},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.090|201909|NDFD
JAX|120|po|12|{{0.014,15361},{0.009,87248},{0.054,55139},{0.124,30607},{0.193,19091},{0.232,14389},{0.539,10005},{0.768,2751},{0.479,706},{0.313,1399},{0.494,1400},{999,0}}|238096|.100|201909|NDFD
EYW|120|po|12|{{999,0},{999,0},{0.042,1326},{0.031,17877},{0.317,87952},{0.540,74301},{0.656,32920},{0.758,306},{999,0},{999,0},{999,0},{999,0}}|214682|.421|201909|NDFD
MLB|120|po|12|{{999,0},{0.041,5851},{0.054,67552},{0.136,48114},{0.378,35841},{0.544,27308},{0.839,6644},{0.954,694},{999,0},{999,0},{999,0},{999,0}}|192004|.235|201909|NDFD
MFL|120|po|12|{{999,0},{0.000,20635},{0.100,45377},{0.255,76852},{0.354,40357},{0.467,22787},{0.332,13707},{0.286,2199},{0.616,933},{999,0},{999,0},{999,0}}|222847|.246|201909|NDFD
TAE|120|po|12|{{0.006,33732},{0.015,171364},{0.028,81082},{0.165,22654},{0.171,19345},{0.000,18447},{0.000,7690},{0.191,10655},{0.548,4158},{999,0},{999,0},{999,0}}|369127|.044|201909|NDFD
TBW|120|po|12|{{0.007,15501},{0.013,64406},{0.057,82712},{0.058,42004},{0.141,22428},{0.235,12700},{0.404,6507},{0.098,2119},{999,0},{999,0},{999,0},{999,0}}|248377|.069|201909|NDFD
FFC|120|po|12|{{0.000,275},{0.019,113820},{0.069,150442},{0.020,25059},{0.000,12454},{0.000,2079},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.043|201909|NDFD
LCH|120|po|12|{{0.158,6086},{0.127,81671},{0.140,129272},{0.247,63006},{0.402,26423},{0.785,8619},{0.593,1616},{0.691,891},{999,0},{999,0},{999,0},{999,0}}|317584|.201|201909|NDFD
LIX|120|po|12|{{0.024,18884},{0.048,116450},{0.062,110438},{0.148,74859},{0.400,23573},{0.628,18490},{0.611,7532},{0.674,1983},{999,0},{999,0},{999,0},{999,0}}|372209|.137|201909|NDFD
SHV|120|po|12|{{0.030,41622},{0.030,87932},{0.143,176338},{0.171,30344},{1.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.102|201909|NDFD
JAN|120|po|12|{{0.034,19050},{0.055,91247},{0.070,190879},{0.020,31302},{0.000,675},{0.000,25},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.059|201909|NDFD
ABQ|120|po|12|{{0.000,832},{0.046,135605},{0.124,304499},{0.147,164186},{0.321,113942},{0.384,72863},{0.548,26150},{0.891,20502},{0.994,645},{999,0},{999,0},{999,0}}|839224|.198|201909|NDFD
OUN|120|po|12|{{0.000,10255},{0.002,103874},{0.045,86201},{0.256,148930},{0.387,81381},{0.649,7571},{0.417,12730},{0.761,8805},{999,0},{999,0},{999,0},{999,0}}|459747|.197|201909|NDFD
TSA|120|po|12|{{0.000,1333},{0.036,83408},{0.063,50563},{0.219,60793},{0.518,34209},{0.605,10885},{0.576,5154},{0.846,3274},{999,0},{999,0},{999,0},{999,0}}|249619|.198|201909|NDFD
MEG|120|po|12|{{0.000,5049},{0.005,96320},{0.025,179764},{0.591,8333},{0.331,674},{0.000,5},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.035|201909|NDFD
MRX|120|po|12|{{0.012,16521},{0.037,66941},{0.026,53447},{0.154,20305},{0.000,290},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.046|201909|NDFD
OHX|120|po|12|{{0.002,29918},{0.006,55138},{0.027,55271},{0.074,18885},{0.023,707},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.021|201909|NDFD
AMA|120|po|12|{{0.000,1105},{0.049,59734},{0.130,62572},{0.233,60089},{0.335,32028},{0.558,17631},{0.557,12448},{0.746,7462},{999,0},{999,0},{999,0},{999,0}}|253069|.230|201909|NDFD
EWX|120|po|12|{{0.003,18222},{0.008,62034},{0.043,142761},{0.123,108892},{0.003,3656},{0.000,5},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.060|201909|NDFD
BRO|120|po|12|{{0.042,3992},{0.018,2710},{0.054,57030},{0.274,60656},{0.363,21768},{0.592,1511},{0.959,246},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.195|201909|NDFD
CRP|120|po|12|{{0.006,1077},{0.018,26153},{0.058,84088},{0.199,67137},{0.291,29798},{0.607,4150},{0.945,1129},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.145|201909|NDFD
EPZ|120|po|12|{{0.000,6047},{0.151,38709},{0.108,89962},{0.302,53791},{0.404,41989},{0.391,35935},{0.689,20771},{0.462,4642},{0.000,24},{999,0},{999,0},{999,0}}|291870|.272|201909|NDFD
FWD|120|po|12|{{0.000,21165},{0.011,120600},{0.049,138688},{0.141,70446},{0.081,19060},{0.000,157},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.053|201909|NDFD
HGX|120|po|12|{{0.000,5083},{0.041,46838},{0.111,105243},{0.318,78219},{0.580,32865},{0.561,12900},{0.949,648},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.232|201909|NDFD
LUB|120|po|12|{{999,0},{0.110,43550},{0.111,46967},{0.372,41927},{0.470,43030},{0.347,17074},{0.560,7549},{0.448,3936},{999,0},{999,0},{999,0},{999,0}}|204033|.283|201909|NDFD
MAF|120|po|12|{{999,0},{0.116,63769},{0.141,163637},{0.274,116712},{0.361,56489},{0.348,52258},{0.514,14159},{0.465,15884},{999,0},{999,0},{999,0},{999,0}}|482908|.240|201909|NDFD
SJT|120|po|12|{{0.000,3622},{0.002,60426},{0.108,94177},{0.138,70054},{0.057,23162},{0.000,777},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.085|201909|NDFD
FGZ|120|po|12|{{0.000,33113},{0.004,130648},{0.048,192137},{0.146,92856},{0.257,22473},{0.865,10646},{0.994,782},{999,0},{999,0},{999,0},{999,0},{999,0}}|482655|.081|201909|NDFD
PSR|120|po|12|{{0.000,71361},{0.026,126812},{0.164,70478},{0.441,29972},{0.537,6074},{0.859,1856},{0.942,1302},{999,0},{999,0},{999,0},{999,0},{999,0}}|307855|.111|201909|NDFD
TWC|120|po|12|{{0.000,10259},{0.021,93353},{0.087,55876},{0.253,43482},{0.458,34372},{0.579,11231},{0.698,2364},{0.128,39},{999,0},{999,0},{999,0},{999,0}}|250976|.166|201909|NDFD
EKA|120|po|12|{{0.000,9280},{0.009,124815},{0.347,68712},{0.292,47047},{0.371,14977},{0.670,2894},{0.504,397},{0.000,12},{999,0},{999,0},{999,0},{999,0}}|268134|.173|201909|NDFD
LOX|120|po|12|{{0.000,58017},{0.002,202189},{0.006,26949},{0.048,18535},{0.070,3906},{0.132,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.005|201909|NDFD
STO|120|po|12|{{0.000,52819},{0.005,112372},{0.161,55007},{0.344,29951},{0.320,15676},{0.583,8272},{0.634,5535},{0.058,1175},{999,0},{999,0},{999,0},{999,0}}|280807|.118|201909|NDFD
SGX|120|po|12|{{0.000,52878},{0.000,58757},{0.068,25291},{0.156,12334},{0.067,1252},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.025|201909|NDFD
MTR|120|po|12|{{0.001,113440},{0.017,148705},{0.081,45904},{0.000,3465},{0.000,297},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
HNX|120|po|12|{{0.000,102253},{0.001,92352},{0.002,47835},{0.051,8082},{0.143,4870},{0.093,1102},{1.000,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.006|201909|NDFD
BOI|120|po|12|{{0.000,24697},{0.008,124177},{0.059,102563},{0.300,56102},{0.313,91602},{0.269,62304},{0.259,34688},{0.222,11635},{0.509,2602},{999,0},{999,0},{999,0}}|510370|.161|201909|NDFD
PIH|120|po|12|{{0.002,18950},{0.003,70173},{0.037,64037},{0.244,54607},{0.358,39514},{0.418,27386},{0.448,18677},{0.519,17909},{0.858,10476},{0.994,1099},{999,0},{999,0}}|322828|.214|201909|NDFD
BYZ|120|po|12|{{0.000,32},{0.010,40191},{0.067,84831},{0.064,73446},{0.434,69018},{0.617,38641},{0.774,43522},{0.777,18674},{0.757,28768},{0.780,31181},{1.000,9202},{999,0}}|437506|.384|201909|NDFD
GGW|120|po|12|{{999,0},{0.020,16178},{0.250,93272},{0.254,86284},{0.536,55189},{0.506,34609},{0.538,20450},{0.550,10761},{0.717,11375},{0.983,18576},{1.000,8357},{999,0}}|355051|.407|201909|NDFD
TFX|120|po|12|{{999,0},{0.016,35177},{0.059,106480},{0.157,117805},{0.291,84484},{0.476,74625},{0.618,46921},{0.738,17263},{0.718,16109},{0.911,37242},{0.953,21387},{999,0}}|557493|.346|201909|NDFD
MSO|120|po|12|{{999,0},{0.006,35308},{0.061,55977},{0.109,55498},{0.217,89810},{0.401,85120},{0.440,57832},{0.499,32375},{0.650,19284},{0.758,8499},{0.969,1069},{999,0}}|440772|.284|201909|NDFD
LKN|120|po|12|{{0.000,52541},{0.000,201464},{0.145,109454},{0.221,77978},{0.245,38189},{0.359,31190},{0.382,20641},{0.405,14753},{0.596,9424},{0.934,2464},{0.950,20},{999,0}}|558118|.135|201909|NDFD
VEF|120|po|12|{{0.000,196889},{0.000,238487},{0.045,166476},{0.099,47830},{0.169,12998},{0.160,5955},{0.442,2098},{1.000,407},{999,0},{999,0},{999,0},{999,0}}|671140|.025|201909|NDFD
REV|120|po|12|{{0.000,87069},{0.012,96285},{0.163,60381},{0.288,45803},{0.338,37335},{0.428,15092},{0.598,9182},{0.706,1535},{999,0},{999,0},{999,0},{999,0}}|352682|.141|201909|NDFD
MFR|120|po|12|{{0.007,36633},{0.007,114335},{0.118,109174},{0.387,85987},{0.569,61167},{0.596,48985},{0.561,35000},{0.488,11118},{0.925,1922},{999,0},{999,0},{999,0}}|504321|.274|201909|NDFD
PDT|120|po|12|{{0.000,7088},{0.000,43798},{0.019,149579},{0.129,87492},{0.409,61877},{0.512,54030},{0.490,37090},{0.740,9366},{0.836,2041},{1.000,26},{999,0},{999,0}}|452387|.208|201909|NDFD
PQR|120|po|12|{{999,0},{0.002,34178},{0.165,79210},{0.393,96738},{0.573,75208},{0.697,40284},{0.632,27006},{0.466,16593},{0.862,14276},{0.994,2572},{1.000,13},{999,0}}|386078|.420|201909|NDFD
SLC|120|po|12|{{0.002,64998},{0.001,241437},{0.033,159313},{0.169,112526},{0.091,43828},{0.085,28199},{0.323,21315},{0.470,15791},{0.853,13342},{0.993,682},{999,0},{999,0}}|701431|.082|201909|NDFD
SEW|120|po|12|{{0.000,1659},{0.000,13138},{0.211,68183},{0.351,88327},{0.629,73552},{0.637,50804},{0.657,37158},{0.861,13233},{0.993,3483},{1.000,63},{999,0},{999,0}}|349600|.467|201909|NDFD
OTX|120|po|12|{{0.000,4852},{0.002,43657},{0.071,108090},{0.163,88820},{0.278,74153},{0.419,61169},{0.463,31522},{0.483,16453},{0.552,3131},{0.000,1},{999,0},{999,0}}|431848|.215|201909|NDFD
BOU|132|po|12|{{0.037,7628},{0.020,111591},{0.067,106002},{0.121,33400},{0.201,18164},{0.136,9860},{0.089,3144},{0.216,533},{0.149,1190},{0.367,128},{999,0},{999,0}}|291640|.066|201909|NDFD
GJT|132|po|12|{{0.000,16973},{0.002,111982},{0.012,137648},{0.052,113843},{0.081,70794},{0.206,32031},{0.371,15865},{0.547,4662},{0.844,1234},{1.000,444},{1.000,41},{999,0}}|505517|.059|201909|NDFD
PUB|132|po|12|{{0.009,10346},{0.013,108419},{0.070,100293},{0.108,55889},{0.157,25462},{0.270,8025},{0.501,3162},{0.675,2422},{0.704,5960},{0.550,573},{999,0},{999,0}}|320551|.089|201909|NDFD
LOT|132|po|12|{{999,0},{0.161,16710},{0.219,49684},{0.325,49904},{0.693,21341},{0.943,6884},{1.000,2851},{1.000,4},{1.000,4},{1.000,2},{999,0},{999,0}}|147384|.366|201909|NDFD
ILX|132|po|12|{{999,0},{0.040,24884},{0.183,74539},{0.293,67723},{0.443,17775},{0.555,1729},{0.998,6849},{999,0},{999,0},{999,0},{999,0},{999,0}}|193499|.259|201909|NDFD
IND|132|po|12|{{999,0},{0.042,42598},{0.116,74168},{0.100,19130},{0.097,12375},{0.103,6205},{0.521,1763},{999,0},{999,0},{999,0},{999,0},{999,0}}|156239|.097|201909|NDFD
IWX|132|po|12|{{0.000,21},{0.167,23919},{0.226,79815},{0.409,32461},{0.211,12428},{0.325,4847},{0.693,8712},{0.467,798},{999,0},{999,0},{999,0},{999,0}}|163001|.282|201909|NDFD
DVN|132|po|12|{{999,0},{0.000,8038},{0.136,63959},{0.284,49191},{0.362,46895},{0.931,18824},{0.988,14843},{0.987,2233},{1.000,533},{999,0},{999,0},{999,0}}|204516|.365|201909|NDFD
DMX|132|po|12|{{999,0},{0.000,12127},{0.110,92113},{0.453,61238},{0.514,52331},{0.742,26750},{0.815,25201},{0.785,7393},{0.989,8632},{1.000,450},{999,0},{999,0}}|286235|.419|201909|NDFD
DDC|132|po|12|{{0.015,2226},{0.107,70739},{0.067,77016},{0.194,40127},{0.488,19281},{0.680,4580},{0.998,4554},{999,0},{999,0},{999,0},{999,0},{999,0}}|218523|.172|201909|NDFD
GLD|132|po|12|{{0.051,10260},{0.036,102250},{0.077,73209},{0.378,14876},{0.558,5935},{0.620,516},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.092|201909|NDFD
TOP|132|po|12|{{999,0},{0.002,10930},{0.159,34450},{0.220,63972},{0.214,20497},{0.468,9309},{0.807,9977},{0.941,5772},{1.000,504},{999,0},{999,0},{999,0}}|155411|.272|201909|NDFD
ICT|132|po|12|{{999,0},{0.062,20908},{0.108,51935},{0.195,62075},{0.291,33897},{0.488,29462},{0.906,9043},{0.998,2394},{999,0},{999,0},{999,0},{999,0}}|209714|.257|201909|NDFD
JKL|132|po|12|{{0.000,4790},{0.101,39758},{0.133,50503},{0.239,14716},{0.147,3063},{0.036,1352},{0.237,59},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.129|201909|NDFD
LMK|132|po|12|{{0.000,4635},{0.034,68622},{0.058,90811},{0.174,23197},{0.192,4923},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.065|201909|NDFD
PAH|132|po|12|{{0.000,2122},{0.001,58088},{0.086,108655},{0.214,59969},{0.001,9229},{0.234,1317},{1.000,4},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.094|201909|NDFD
DTX|132|po|12|{{999,0},{0.081,51687},{0.218,146412},{0.678,87436},{0.735,32622},{0.702,30877},{0.945,17889},{0.960,12426},{0.973,710},{0.984,62},{999,0},{999,0}}|380121|.449|201909|NDFD
APX|132|po|12|{{999,0},{0.005,17324},{0.115,67166},{0.738,47252},{0.562,20321},{0.751,26659},{0.947,11115},{0.886,5809},{0.958,1303},{999,0},{999,0},{999,0}}|196949|.462|201909|NDFD
GRR|132|po|12|{{999,0},{0.021,18940},{0.134,59262},{0.558,32760},{0.725,23889},{0.755,10671},{0.945,9403},{0.847,118},{999,0},{999,0},{999,0},{999,0}}|155043|.393|201909|NDFD
MQT|132|po|12|{{999,0},{0.059,48109},{0.108,164143},{0.301,86358},{0.621,51679},{0.580,50259},{0.793,48912},{0.834,34652},{0.961,7375},{999,0},{999,0},{999,0}}|491487|.372|201909|NDFD
DLH|132|po|12|{{999,0},{0.039,36279},{0.239,88797},{0.430,72276},{0.513,70588},{0.591,41915},{0.787,23878},{0.893,44938},{0.991,4325},{999,0},{999,0},{999,0}}|382996|.464|201909|NDFD
MPX|132|po|12|{{999,0},{0.029,18789},{0.172,102149},{0.262,95253},{0.357,50608},{0.655,31877},{0.670,26878},{0.899,24471},{1.000,3071},{999,0},{999,0},{999,0}}|353096|.354|201909|NDFD
EAX|132|po|12|{{999,0},{0.112,11399},{0.077,55464},{0.162,90640},{0.287,40674},{0.697,22612},{0.861,13882},{0.919,5557},{1.000,283},{999,0},{999,0},{999,0}}|240511|.270|201909|NDFD
SGF|132|po|12|{{999,0},{0.000,15742},{0.028,85920},{0.343,77925},{0.365,39679},{0.692,12485},{0.984,4795},{1.000,4908},{999,0},{999,0},{999,0},{999,0}}|241454|.256|201909|NDFD
LSX|132|po|12|{{999,0},{0.068,23388},{0.118,96912},{0.217,85764},{0.363,41577},{0.733,3837},{1.000,7064},{1.000,3129},{999,0},{999,0},{999,0},{999,0}}|261671|.228|201909|NDFD
GID|132|po|12|{{0.000,160},{0.001,26422},{0.089,86102},{0.177,41267},{0.450,23990},{0.354,7879},{0.727,6462},{1.000,1240},{999,0},{999,0},{999,0},{999,0}}|193522|.178|201909|NDFD
LBF|132|po|12|{{0.000,2479},{0.028,90662},{0.061,144841},{0.252,65636},{0.134,20482},{0.395,10482},{0.873,965},{999,0},{999,0},{999,0},{999,0},{999,0}}|335547|.106|201909|NDFD
OAX|132|po|12|{{999,0},{0.001,17457},{0.057,63516},{0.441,70820},{0.444,43490},{0.552,12195},{0.831,6912},{1.000,6091},{1.000,2320},{999,0},{999,0},{999,0}}|222801|.337|201909|NDFD
BIS|132|po|12|{{0.000,3096},{0.009,53277},{0.199,155238},{0.271,149504},{0.566,93218},{0.804,36390},{0.771,16256},{0.970,25379},{0.997,15610},{1.000,11437},{1.000,392},{999,0}}|559797|.390|201909|NDFD
FGF|132|po|12|{{0.000,18},{0.001,41983},{0.228,115949},{0.344,110781},{0.322,72961},{0.565,48980},{0.807,36499},{0.820,24712},{0.977,10063},{1.000,1918},{999,0},{999,0}}|463864|.382|201909|NDFD
ABR|132|po|12|{{0.000,2631},{0.035,53258},{0.078,96904},{0.091,78641},{0.378,60404},{0.531,17095},{0.540,6716},{0.642,5822},{999,0},{999,0},{999,0},{999,0}}|321471|.174|201909|NDFD
UNR|132|po|12|{{0.000,11373},{0.066,78401},{0.175,176388},{0.252,62399},{0.502,67919},{0.802,25616},{0.891,9236},{1.000,1794},{1.000,194},{999,0},{999,0},{999,0}}|433320|.269|201909|NDFD
FSD|132|po|12|{{999,0},{0.041,33762},{0.078,86180},{0.284,78190},{0.260,55569},{0.552,24552},{0.740,8810},{0.805,8058},{1.000,61},{999,0},{999,0},{999,0}}|295182|.242|201909|NDFD
GRB|132|po|12|{{999,0},{0.006,20022},{0.154,63167},{0.303,39496},{0.580,30714},{0.702,22667},{0.833,14978},{0.702,5115},{1.000,4447},{999,0},{999,0},{999,0}}|200606|.379|201909|NDFD
ARX|132|po|12|{{999,0},{0.065,11107},{0.119,60952},{0.233,46424},{0.572,40671},{0.324,11103},{0.731,21210},{0.778,7952},{0.999,7113},{1.000,8},{999,0},{999,0}}|206540|.361|201909|NDFD
MKX|132|po|12|{{999,0},{0.009,23151},{0.057,103717},{0.376,61005},{0.560,52568},{0.742,40755},{0.944,11738},{0.986,4283},{0.885,679},{999,0},{999,0},{999,0}}|297896|.351|201909|NDFD
CYS|132|po|12|{{0.009,14553},{0.017,106211},{0.141,111617},{0.328,61731},{0.410,47245},{0.442,16015},{0.550,3811},{0.711,1319},{0.897,185},{999,0},{999,0},{999,0}}|362687|.186|201909|NDFD
RIW|132|po|12|{{0.000,26476},{0.004,113527},{0.056,124435},{0.245,90640},{0.348,62186},{0.478,50153},{0.654,42558},{0.681,31324},{0.705,27147},{0.790,19492},{0.996,448},{999,0}}|588386|.271|201909|NDFD
CAR|132|po|12|{{999,0},{0.008,29163},{0.057,118042},{0.382,43990},{0.913,20771},{0.697,10403},{0.583,9843},{0.252,9039},{0.993,5696},{1.000,4},{999,0},{999,0}}|246951|.258|201909|NDFD
GYX|132|po|12|{{0.000,118},{0.004,50109},{0.078,120326},{0.414,45958},{0.396,27292},{0.418,14184},{0.698,6943},{0.807,8701},{999,0},{999,0},{999,0},{999,0}}|273631|.209|201909|NDFD
BOX|132|po|12|{{999,0},{0.035,60374},{0.165,83075},{0.154,30240},{0.399,9510},{0.327,11291},{0.230,1240},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.145|201909|NDFD
PHI|132|po|12|{{999,0},{0.005,42493},{0.064,98538},{0.093,28722},{0.135,13877},{0.507,7392},{0.000,200},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.077|201909|NDFD
ALY|132|po|12|{{999,0},{0.000,21676},{0.076,78135},{0.500,23583},{0.714,16788},{0.677,13007},{0.389,5219},{1.000,566},{1.000,25},{999,0},{999,0},{999,0}}|158999|.259|201909|NDFD
BGM|132|po|12|{{0.000,2317},{0.035,57619},{0.122,50460},{0.361,26317},{0.406,23000},{0.843,16820},{0.538,4417},{0.394,198},{999,0},{999,0},{999,0},{999,0}}|181148|.241|201909|NDFD
BUF|132|po|12|{{0.000,9506},{0.000,23831},{0.098,81764},{0.177,18086},{0.447,53452},{0.613,10620},{0.732,16690},{1.000,4689},{999,0},{999,0},{999,0},{999,0}}|218638|.268|201909|NDFD
OKX|132|po|12|{{999,0},{0.025,18726},{0.005,58666},{0.404,15552},{0.400,16593},{0.000,1461},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.123|201909|NDFD
MHX|132|po|12|{{999,0},{0.003,22243},{0.057,81923},{0.169,23892},{0.118,16927},{0.090,4676},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.075|201909|NDFD
RAH|132|po|12|{{0.000,5675},{0.000,34340},{0.060,63710},{0.169,26501},{0.020,28676},{0.000,143},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.056|201909|NDFD
ILM|132|po|12|{{999,0},{0.000,17616},{0.066,66105},{0.224,24223},{0.110,11130},{0.123,10816},{0.000,373},{0.000,78},{999,0},{999,0},{999,0},{999,0}}|130341|.095|201909|NDFD
CLE|132|po|12|{{0.000,2},{0.113,50500},{0.185,95759},{0.246,50946},{0.258,18308},{0.554,24540},{0.901,3331},{999,0},{999,0},{999,0},{999,0},{999,0}}|243386|.235|201909|NDFD
ILN|132|po|12|{{0.000,8736},{0.028,45150},{0.125,98280},{0.052,25964},{0.185,15701},{0.197,7055},{1.000,42},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.096|201909|NDFD
PBZ|132|po|12|{{999,0},{0.000,16390},{0.154,117239},{0.250,20397},{0.111,11692},{0.481,20369},{0.494,3479},{999,0},{999,0},{999,0},{999,0},{999,0}}|189566|.190|201909|NDFD
CTP|132|po|12|{{0.000,18441},{0.014,35919},{0.157,103398},{0.206,39518},{0.221,7662},{0.655,11105},{0.798,17053},{0.992,929},{999,0},{999,0},{999,0},{999,0}}|234025|.207|201909|NDFD
CHS|132|po|12|{{999,0},{0.000,8274},{0.035,92898},{0.248,21896},{0.236,18200},{0.196,11077},{0.371,12387},{0.496,1809},{0.000,1},{1.000,1},{999,0},{999,0}}|166543|.124|201909|NDFD
CAE|132|po|12|{{999,0},{0.002,13136},{0.119,80450},{0.279,13639},{0.195,13302},{0.027,7836},{0.019,1541},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.125|201909|NDFD
GSP|132|po|12|{{999,0},{0.026,22418},{0.094,95825},{0.241,37070},{0.132,27075},{0.309,15890},{0.768,4283},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.149|201909|NDFD
BTV|132|po|12|{{999,0},{0.000,21847},{0.116,65234},{0.148,28074},{0.695,19826},{0.512,10612},{0.658,13294},{0.569,7358},{0.891,137},{999,0},{999,0},{999,0}}|166382|.264|201909|NDFD
LWX|132|po|12|{{0.286,7},{0.063,13805},{0.099,121278},{0.202,51812},{0.138,14797},{0.607,3775},{0.979,1756},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.142|201909|NDFD
RNK|132|po|12|{{0.176,8366},{0.006,33822},{0.181,80747},{0.129,52201},{0.166,14605},{0.615,3522},{0.888,98},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.143|201909|NDFD
AKQ|132|po|12|{{0.399,6665},{0.037,59497},{0.035,110236},{0.140,38997},{0.033,16105},{0.005,4894},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.063|201909|NDFD
RLX|132|po|12|{{0.000,803},{0.051,62227},{0.149,92798},{0.152,30191},{0.336,23451},{0.295,5893},{0.555,1296},{0.958,24},{999,0},{999,0},{999,0},{999,0}}|216683|.148|201909|NDFD
BMX|132|po|12|{{0.024,26553},{0.057,67092},{0.129,104943},{0.104,37615},{0.014,9823},{0.006,14320},{0.009,7052},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.083|201909|NDFD
HUN|132|po|12|{{999,0},{0.066,23676},{0.102,39080},{0.040,15265},{0.050,7747},{0.036,2460},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.075|201909|NDFD
MOB|132|po|12|{{0.020,2307},{0.025,19409},{0.090,136344},{0.074,41125},{0.316,19252},{0.068,10035},{0.032,7441},{0.300,8497},{0.244,4335},{999,0},{999,0},{999,0}}|248745|.106|201909|NDFD
LZK|132|po|12|{{0.000,8016},{0.038,43360},{0.117,119232},{0.410,122528},{0.191,24522},{0.053,961},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.221|201909|NDFD
JAX|132|po|12|{{999,0},{0.014,29168},{0.046,74256},{0.117,37908},{0.268,20228},{0.370,22130},{0.365,26774},{0.544,19225},{0.409,4725},{0.611,3682},{999,0},{999,0}}|238096|.194|201909|NDFD
EYW|132|po|12|{{999,0},{999,0},{0.000,397},{0.103,14753},{0.299,92290},{0.568,82488},{0.618,24754},{999,0},{999,0},{999,0},{999,0},{999,0}}|214682|.425|201909|NDFD
MLB|132|po|12|{{999,0},{999,0},{0.016,45197},{0.104,23131},{0.431,51954},{0.459,37940},{0.576,31462},{0.812,2320},{999,0},{999,0},{999,0},{999,0}}|192004|.328|201909|NDFD
MFL|132|po|12|{{999,0},{0.000,6904},{0.169,23161},{0.282,46706},{0.257,58197},{0.449,38202},{0.409,44315},{0.433,5362},{999,0},{999,0},{999,0},{999,0}}|222847|.312|201909|NDFD
TAE|132|po|12|{{0.008,3143},{0.058,86369},{0.035,156152},{0.103,41055},{0.402,21332},{0.078,6798},{0.050,24635},{0.094,23391},{0.082,6085},{0.000,167},{999,0},{999,0}}|369127|.075|201909|NDFD
TBW|132|po|12|{{0.000,5734},{0.000,6714},{0.042,67919},{0.173,61400},{0.146,36209},{0.358,33181},{0.562,25297},{0.460,11906},{0.000,17},{999,0},{999,0},{999,0}}|248377|.202|201909|NDFD
FFC|132|po|12|{{999,0},{0.014,52229},{0.098,177463},{0.128,11617},{0.111,29775},{0.049,26926},{0.024,6119},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.080|201909|NDFD
LCH|132|po|12|{{999,0},{0.022,29331},{0.134,60472},{0.233,104407},{0.454,85830},{0.731,31286},{0.564,4112},{0.655,2146},{999,0},{999,0},{999,0},{999,0}}|317584|.311|201909|NDFD
LIX|132|po|12|{{0.000,1760},{0.075,41062},{0.148,102360},{0.129,127816},{0.311,45019},{0.570,19146},{0.605,20579},{0.711,12644},{0.550,1823},{999,0},{999,0},{999,0}}|372209|.220|201909|NDFD
SHV|132|po|12|{{0.010,15920},{0.025,40909},{0.272,97384},{0.206,153804},{0.461,24446},{0.050,2964},{0.136,810},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.211|201909|NDFD
JAN|132|po|12|{{0.000,14652},{0.146,35247},{0.102,136730},{0.091,114734},{0.243,4689},{0.007,12987},{0.057,13805},{0.862,334},{999,0},{999,0},{999,0},{999,0}}|333178|.096|201909|NDFD
ABQ|132|po|12|{{0.000,158},{0.010,116708},{0.111,261788},{0.197,188890},{0.298,134337},{0.522,81850},{0.799,46647},{0.982,8433},{1.000,413},{999,0},{999,0},{999,0}}|839224|.234|201909|NDFD
OUN|132|po|12|{{0.000,97},{0.001,89911},{0.040,85702},{0.182,139950},{0.339,104717},{0.497,31595},{0.347,7775},{999,0},{999,0},{999,0},{999,0},{999,0}}|459747|.180|201909|NDFD
TSA|132|po|12|{{999,0},{0.006,25152},{0.043,74746},{0.347,91030},{0.529,40190},{0.585,13739},{0.747,4754},{1.000,8},{999,0},{999,0},{999,0},{999,0}}|249619|.271|201909|NDFD
MEG|132|po|12|{{0.000,11755},{0.000,42782},{0.062,156349},{0.289,68529},{0.004,9561},{0.000,1169},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.102|201909|NDFD
MRX|132|po|12|{{0.014,3235},{0.060,45200},{0.183,59524},{0.136,26059},{0.146,18799},{0.157,4174},{0.002,513},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.131|201909|NDFD
OHX|132|po|12|{{0.000,790},{0.049,43411},{0.121,79433},{0.188,23611},{0.060,11027},{0.053,1647},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.106|201909|NDFD
AMA|132|po|12|{{0.062,5207},{0.083,64267},{0.148,66817},{0.161,57851},{0.576,25405},{0.572,18958},{0.650,12740},{1.000,1824},{999,0},{999,0},{999,0},{999,0}}|253069|.239|201909|NDFD
EWX|132|po|12|{{0.004,9566},{0.008,22995},{0.027,97913},{0.139,138539},{0.343,63534},{0.096,3023},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.132|201909|NDFD
BRO|132|po|12|{{999,0},{0.384,406},{0.129,20518},{0.367,76417},{0.583,43921},{0.487,6650},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.403|201909|NDFD
CRP|132|po|12|{{0.000,43},{0.078,6696},{0.075,38610},{0.325,90441},{0.450,60509},{0.400,17120},{0.389,113},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.313|201909|NDFD
EPZ|132|po|12|{{0.000,1707},{0.145,54261},{0.209,76682},{0.234,54564},{0.316,40783},{0.521,42583},{0.804,20576},{0.694,679},{0.857,35},{999,0},{999,0},{999,0}}|291870|.304|201909|NDFD
FWD|132|po|12|{{0.000,9795},{0.000,21921},{0.050,138462},{0.125,132670},{0.179,57162},{0.404,10106},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.102|201909|NDFD
HGX|132|po|12|{{999,0},{0.065,3215},{0.107,58005},{0.291,78689},{0.496,76501},{0.613,59469},{0.645,5917},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.381|201909|NDFD
LUB|132|po|12|{{0.000,34},{0.055,31898},{0.166,66568},{0.143,39153},{0.493,34172},{0.115,17060},{0.415,14720},{0.993,428},{999,0},{999,0},{999,0},{999,0}}|204033|.214|201909|NDFD
MAF|132|po|12|{{999,0},{0.081,45473},{0.178,185446},{0.242,98904},{0.412,77286},{0.297,43825},{0.396,25156},{0.471,6818},{999,0},{999,0},{999,0},{999,0}}|482908|.246|201909|NDFD
SJT|132|po|12|{{0.000,349},{0.003,35085},{0.070,102524},{0.066,76429},{0.148,33173},{0.499,4658},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.078|201909|NDFD
FGZ|132|po|12|{{0.000,21738},{0.008,115687},{0.054,139564},{0.129,124119},{0.373,66466},{0.532,12326},{0.656,2159},{1.000,570},{1.000,26},{999,0},{999,0},{999,0}}|482655|.120|201909|NDFD
PSR|132|po|12|{{0.000,62506},{0.022,138951},{0.224,80129},{0.349,19427},{0.608,5138},{0.755,1703},{1.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|307855|.105|201909|NDFD
TWC|132|po|12|{{0.000,3410},{0.025,95076},{0.237,65757},{0.321,38755},{0.462,32139},{0.824,13683},{0.775,1899},{0.958,213},{0.955,44},{999,0},{999,0},{999,0}}|250976|.232|201909|NDFD
EKA|132|po|12|{{0.000,6216},{0.042,130942},{0.343,73044},{0.225,36944},{0.538,18959},{0.691,1581},{0.330,379},{1.000,69},{999,0},{999,0},{999,0},{999,0}}|268134|.188|201909|NDFD
LOX|132|po|12|{{0.000,62405},{0.004,195360},{0.000,29207},{0.036,18354},{0.176,4028},{0.248,318},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
STO|132|po|12|{{0.001,42788},{0.041,135429},{0.215,43930},{0.289,21005},{0.373,16953},{0.410,12723},{0.381,6257},{0.917,1722},{999,0},{999,0},{999,0},{999,0}}|280807|.131|201909|NDFD
SGX|132|po|12|{{0.002,51190},{0.001,61766},{0.059,27374},{0.271,7814},{0.154,2368},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
MTR|132|po|12|{{0.001,101692},{0.035,152455},{0.121,45954},{0.000,11635},{0.000,75},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
HNX|132|po|12|{{0.000,93521},{0.004,103541},{0.025,39835},{0.022,11260},{0.109,4416},{0.295,3377},{0.097,546},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.013|201909|NDFD
BOI|132|po|12|{{0.000,17871},{0.020,72229},{0.068,160184},{0.271,94641},{0.346,63989},{0.271,38040},{0.196,37090},{0.476,18857},{0.766,7343},{1.000,126},{999,0},{999,0}}|510370|.181|201909|NDFD
PIH|132|po|12|{{0.000,2021},{0.002,72369},{0.082,73541},{0.196,56466},{0.356,38197},{0.541,21282},{0.445,20024},{0.457,17662},{0.725,17189},{0.913,4061},{1.000,16},{999,0}}|322828|.234|201909|NDFD
BYZ|132|po|12|{{0.000,168},{0.002,53473},{0.159,121733},{0.398,86794},{0.533,56383},{0.676,38926},{0.751,33086},{0.739,25037},{0.818,14881},{0.931,6981},{0.795,44},{999,0}}|437506|.394|201909|NDFD
GGW|132|po|12|{{999,0},{0.036,44435},{0.209,121869},{0.397,77607},{0.621,45046},{0.522,17353},{0.064,1998},{0.333,16333},{0.958,22714},{1.000,7696},{999,0},{999,0}}|355051|.366|201909|NDFD
TFX|132|po|12|{{999,0},{0.251,32045},{0.154,121322},{0.182,137098},{0.324,95366},{0.547,52482},{0.555,23277},{0.296,22615},{0.587,32602},{0.963,40420},{1.000,265},{999,0}}|557492|.339|201909|NDFD
MSO|132|po|12|{{999,0},{0.000,3876},{0.005,65206},{0.061,69950},{0.318,87044},{0.419,78951},{0.473,72980},{0.602,35637},{0.680,20463},{0.910,6579},{0.744,86},{999,0}}|440772|.321|201909|NDFD
LKN|132|po|12|{{0.000,34538},{0.002,181990},{0.169,158431},{0.265,66703},{0.287,43295},{0.496,35478},{0.459,16984},{0.622,17439},{0.867,2983},{1.000,277},{999,0},{999,0}}|558118|.172|201909|NDFD
VEF|132|po|12|{{0.000,166785},{0.003,271222},{0.041,167793},{0.052,44793},{0.278,16929},{0.404,3434},{0.651,175},{1.000,9},{999,0},{999,0},{999,0},{999,0}}|671140|.024|201909|NDFD
REV|132|po|12|{{0.000,47364},{0.001,112864},{0.151,106402},{0.337,35287},{0.428,25118},{0.616,16740},{0.676,8376},{0.991,531},{999,0},{999,0},{999,0},{999,0}}|352682|.157|201909|NDFD
MFR|132|po|12|{{0.030,30452},{0.003,106989},{0.150,117194},{0.324,97956},{0.548,68014},{0.710,39015},{0.458,25309},{0.510,15589},{0.264,3796},{0.000,7},{999,0},{999,0}}|504321|.270|201909|NDFD
PDT|132|po|12|{{0.000,13400},{0.001,50913},{0.050,129759},{0.225,107027},{0.409,75706},{0.511,33264},{0.600,21541},{0.446,17745},{0.173,3032},{999,0},{999,0},{999,0}}|452387|.221|201909|NDFD
PQR|132|po|12|{{0.000,1},{0.006,20215},{0.087,107418},{0.347,93340},{0.576,69470},{0.690,27527},{0.883,40761},{0.817,23308},{0.437,4038},{999,0},{999,0},{999,0}}|386078|.408|201909|NDFD
SLC|132|po|12|{{0.000,42858},{0.001,205938},{0.022,208455},{0.095,107202},{0.120,53500},{0.151,32951},{0.321,26156},{0.691,17802},{0.900,5099},{0.984,1470},{999,0},{999,0}}|701431|.076|201909|NDFD
SEW|132|po|12|{{0.000,102},{0.010,11237},{0.168,79432},{0.324,90141},{0.621,81530},{0.574,35642},{0.703,20313},{0.811,29602},{0.336,1576},{0.200,25},{999,0},{999,0}}|349600|.437|201909|NDFD
OTX|132|po|12|{{0.000,791},{0.025,51920},{0.154,102983},{0.284,98484},{0.419,75093},{0.553,46625},{0.568,35087},{0.524,16539},{0.543,4153},{0.676,173},{999,0},{999,0}}|431848|.309|201909|NDFD
BOU|144|po|12|{{0.000,877},{0.003,51842},{0.088,121912},{0.137,71699},{0.174,24204},{0.290,14025},{0.746,6855},{0.752,226},{999,0},{999,0},{999,0},{999,0}}|291640|.117|201909|NDFD
GJT|144|po|12|{{0.000,10142},{0.001,122598},{0.060,159629},{0.066,134899},{0.089,44589},{0.068,25492},{0.366,6607},{0.485,1533},{0.000,28},{999,0},{999,0},{999,0}}|505517|.054|201909|NDFD
PUB|144|po|12|{{0.082,1091},{0.016,82063},{0.054,146853},{0.097,62767},{0.089,10039},{0.196,4791},{0.296,8840},{0.425,3530},{0.795,577},{999,0},{999,0},{999,0}}|320551|.068|201909|NDFD
LOT|144|po|12|{{999,0},{0.062,17545},{0.266,53062},{0.494,44638},{0.538,16383},{0.777,10941},{1.000,4107},{1.000,698},{0.444,9},{0.000,1},{999,0},{999,0}}|147384|.403|201909|NDFD
ILX|144|po|12|{{999,0},{0.018,27767},{0.197,70728},{0.273,61725},{0.547,18251},{0.562,6504},{0.894,8524},{999,0},{999,0},{999,0},{999,0},{999,0}}|193499|.272|201909|NDFD
IND|144|po|12|{{999,0},{0.027,42188},{0.091,76054},{0.196,29368},{0.011,1836},{1.000,1885},{1.000,4908},{999,0},{999,0},{999,0},{999,0},{999,0}}|156239|.132|201909|NDFD
IWX|144|po|12|{{999,0},{0.036,27138},{0.113,77215},{0.483,37553},{0.109,12350},{0.900,6599},{1.000,2146},{999,0},{999,0},{999,0},{999,0},{999,0}}|163001|.229|201909|NDFD
DVN|144|po|12|{{999,0},{0.002,16098},{0.216,38674},{0.448,64061},{0.491,58050},{0.434,12683},{0.945,10038},{0.982,2396},{1.000,2516},{999,0},{999,0},{999,0}}|204516|.418|201909|NDFD
DMX|144|po|12|{{999,0},{0.000,20198},{0.120,58793},{0.391,79518},{0.480,80548},{0.623,26526},{0.913,9984},{0.998,3973},{1.000,6666},{1.000,29},{999,0},{999,0}}|286235|.395|201909|NDFD
DDC|144|po|12|{{0.000,1261},{0.051,57956},{0.084,62111},{0.058,46772},{0.468,26858},{0.506,14508},{0.562,4385},{0.680,4672},{999,0},{999,0},{999,0},{999,0}}|218523|.167|201909|NDFD
GLD|144|po|12|{{999,0},{0.019,42419},{0.044,80239},{0.166,47966},{0.327,19438},{0.128,7516},{0.662,9468},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.125|201909|NDFD
TOP|144|po|12|{{999,0},{0.012,18601},{0.245,32599},{0.123,45361},{0.164,30870},{0.592,21214},{0.961,1990},{1.000,2060},{1.000,2716},{999,0},{999,0},{999,0}}|155411|.245|201909|NDFD
ICT|144|po|12|{{0.000,473},{0.036,30227},{0.180,45539},{0.136,54439},{0.195,54723},{0.745,18957},{0.728,1436},{0.968,3281},{0.853,639},{999,0},{999,0},{999,0}}|209714|.220|201909|NDFD
JKL|144|po|12|{{0.000,2418},{0.049,43266},{0.114,48540},{0.073,17838},{0.098,2174},{1.000,5},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.080|201909|NDFD
LMK|144|po|12|{{0.000,6666},{0.018,76931},{0.084,85632},{0.114,16595},{0.419,3508},{0.992,2856},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.077|201909|NDFD
PAH|144|po|12|{{0.000,4386},{0.034,71365},{0.053,110520},{0.223,42972},{0.828,3009},{0.942,7038},{1.000,94},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.113|201909|NDFD
DTX|144|po|12|{{0.011,880},{0.255,31644},{0.164,176685},{0.535,63147},{0.653,42937},{0.651,35508},{0.629,21425},{0.910,7587},{0.848,277},{1.000,31},{999,0},{999,0}}|380121|.375|201909|NDFD
APX|144|po|12|{{999,0},{0.088,15198},{0.315,78795},{0.551,32599},{0.770,24902},{0.532,15698},{0.573,19116},{0.627,7421},{1.000,3212},{1.000,8},{999,0},{999,0}}|196949|.459|201909|NDFD
GRR|144|po|12|{{999,0},{0.141,10671},{0.122,64822},{0.423,30969},{0.548,18914},{0.751,19030},{0.733,7036},{0.886,3225},{1.000,376},{999,0},{999,0},{999,0}}|155043|.358|201909|NDFD
MQT|144|po|12|{{999,0},{0.016,29319},{0.172,117093},{0.481,130615},{0.457,91590},{0.542,44342},{0.238,43438},{0.741,26355},{0.800,8735},{999,0},{999,0},{999,0}}|491487|.379|201909|NDFD
DLH|144|po|12|{{999,0},{0.042,20284},{0.040,79629},{0.384,94310},{0.578,106974},{0.357,49045},{0.624,12221},{0.943,7494},{1.000,13021},{1.000,18},{999,0},{999,0}}|382996|.385|201909|NDFD
MPX|144|po|12|{{999,0},{0.012,29208},{0.239,71897},{0.354,98880},{0.336,72880},{0.709,44935},{0.851,24520},{0.928,9789},{1.000,987},{999,0},{999,0},{999,0}}|353096|.396|201909|NDFD
EAX|144|po|12|{{999,0},{0.083,23916},{0.201,50145},{0.207,61529},{0.346,70574},{0.442,21036},{0.852,10728},{1.000,1331},{1.000,1252},{999,0},{999,0},{999,0}}|240511|.292|201909|NDFD
SGF|144|po|12|{{0.000,1966},{0.005,48375},{0.068,74775},{0.141,66254},{0.309,32718},{0.388,9156},{0.792,8210},{999,0},{999,0},{999,0},{999,0},{999,0}}|241454|.144|201909|NDFD
LSX|144|po|12|{{999,0},{0.029,47039},{0.161,87370},{0.219,74427},{0.463,32408},{0.327,9360},{0.624,11067},{999,0},{999,0},{999,0},{999,0},{999,0}}|261671|.217|201909|NDFD
GID|144|po|12|{{999,0},{0.009,23814},{0.075,66688},{0.037,44567},{0.244,30228},{0.837,14471},{0.901,5338},{0.140,5700},{0.541,2716},{999,0},{999,0},{999,0}}|193522|.173|201909|NDFD
LBF|144|po|12|{{999,0},{0.012,47709},{0.086,97904},{0.235,103025},{0.313,44447},{0.582,17579},{0.843,16573},{0.818,8310},{999,0},{999,0},{999,0},{999,0}}|335547|.233|201909|NDFD
OAX|144|po|12|{{999,0},{0.009,21217},{0.221,68485},{0.243,65570},{0.315,26190},{0.395,20528},{0.772,11070},{0.721,5604},{1.000,4137},{999,0},{999,0},{999,0}}|222801|.289|201909|NDFD
BIS|144|po|12|{{999,0},{0.104,36222},{0.163,158410},{0.232,138004},{0.502,106818},{0.687,33591},{0.416,17353},{0.357,31588},{0.890,21719},{1.000,16092},{999,0},{999,0}}|559797|.343|201909|NDFD
FGF|144|po|12|{{999,0},{0.009,42000},{0.185,134211},{0.335,125534},{0.344,64554},{0.742,59000},{0.731,24784},{0.982,11951},{1.000,1830},{999,0},{999,0},{999,0}}|463864|.356|201909|NDFD
ABR|144|po|12|{{999,0},{0.007,52754},{0.113,86071},{0.266,83581},{0.608,45861},{0.783,24395},{0.485,10114},{0.624,15757},{0.853,2938},{999,0},{999,0},{999,0}}|321471|.300|201909|NDFD
UNR|144|po|12|{{999,0},{0.003,55197},{0.063,116601},{0.292,89864},{0.469,80508},{0.607,35945},{0.658,11023},{0.648,17223},{0.646,24202},{0.633,2757},{999,0},{999,0}}|433320|.298|201909|NDFD
FSD|144|po|12|{{999,0},{0.023,36193},{0.187,85615},{0.235,70986},{0.336,50702},{0.563,30353},{0.873,14189},{1.000,7144},{999,0},{999,0},{999,0},{999,0}}|295182|.295|201909|NDFD
GRB|144|po|12|{{999,0},{0.091,17421},{0.052,52163},{0.724,48990},{0.608,38279},{0.531,14384},{0.601,19331},{1.000,8999},{1.000,1039},{999,0},{999,0},{999,0}}|200606|.460|201909|NDFD
ARX|144|po|12|{{999,0},{0.001,12846},{0.060,40942},{0.613,52264},{0.542,58147},{0.576,20312},{0.828,14469},{0.967,4033},{1.000,3527},{999,0},{999,0},{999,0}}|206540|.470|201909|NDFD
MKX|144|po|12|{{999,0},{0.000,11793},{0.078,95269},{0.607,81060},{0.574,42464},{0.748,30898},{0.686,19781},{0.660,10315},{1.000,6316},{999,0},{999,0},{999,0}}|297896|.439|201909|NDFD
CYS|144|po|12|{{0.000,1612},{0.001,74127},{0.057,75154},{0.262,87213},{0.296,71067},{0.287,26549},{0.610,14284},{0.306,9502},{0.444,3179},{999,0},{999,0},{999,0}}|362687|.190|201909|NDFD
RIW|144|po|12|{{0.000,287},{0.000,105300},{0.081,116649},{0.220,128246},{0.298,76843},{0.469,60253},{0.607,28841},{0.581,23217},{0.738,30323},{0.905,18407},{0.700,20},{999,0}}|588386|.270|201909|NDFD
CAR|144|po|12|{{999,0},{0.000,17672},{0.166,118793},{0.408,52407},{0.495,26571},{0.764,15704},{0.471,4324},{0.445,8568},{0.289,2899},{0.846,13},{999,0},{999,0}}|246951|.296|201909|NDFD
GYX|144|po|12|{{999,0},{0.008,31931},{0.091,140618},{0.377,55653},{0.487,25757},{0.895,10138},{0.983,5087},{1.000,2376},{0.907,2071},{999,0},{999,0},{999,0}}|273631|.237|201909|NDFD
BOX|144|po|12|{{999,0},{0.023,51174},{0.065,77841},{0.328,38185},{0.543,19015},{0.774,9515},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.186|201909|NDFD
PHI|144|po|12|{{0.000,1667},{0.000,21548},{0.100,116120},{0.074,34959},{0.390,9886},{0.427,7042},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.110|201909|NDFD
ALY|144|po|12|{{999,0},{0.000,6920},{0.034,96864},{0.336,22941},{0.670,26389},{0.786,5625},{0.985,260},{999,0},{999,0},{999,0},{999,0},{999,0}}|158999|.210|201909|NDFD
BGM|144|po|12|{{0.000,2890},{0.051,29387},{0.092,83577},{0.305,34892},{0.648,23026},{0.829,6739},{1.000,637},{999,0},{999,0},{999,0},{999,0},{999,0}}|181148|.226|201909|NDFD
BUF|144|po|12|{{0.000,15},{0.000,6080},{0.167,140075},{0.738,6808},{0.418,34899},{0.816,12386},{0.932,10694},{1.000,7681},{999,0},{999,0},{999,0},{999,0}}|218638|.324|201909|NDFD
OKX|144|po|12|{{999,0},{0.002,16042},{0.032,54556},{0.195,30671},{0.852,9729},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.145|201909|NDFD
MHX|144|po|12|{{999,0},{0.000,14202},{0.011,95869},{0.111,21563},{0.052,16242},{0.207,1785},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.031|201909|NDFD
RAH|144|po|12|{{0.000,202},{0.026,49543},{0.062,60998},{0.120,23643},{0.006,24516},{0.000,143},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.051|201909|NDFD
ILM|144|po|12|{{999,0},{0.000,16802},{0.026,80022},{0.139,14926},{0.132,14242},{0.189,2707},{0.161,1642},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.052|201909|NDFD
CLE|144|po|12|{{999,0},{0.064,22109},{0.194,116374},{0.189,62304},{0.184,17382},{0.499,9883},{0.973,15334},{999,0},{999,0},{999,0},{999,0},{999,0}}|243386|.242|201909|NDFD
ILN|144|po|12|{{0.000,8736},{0.004,21932},{0.105,132502},{0.371,19688},{0.378,7801},{0.893,10269},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.167|201909|NDFD
PBZ|144|po|12|{{999,0},{0.000,7265},{0.178,133175},{0.026,21547},{0.279,11700},{0.421,14709},{0.866,1170},{999,0},{999,0},{999,0},{999,0},{999,0}}|189566|.183|201909|NDFD
CTP|144|po|12|{{999,0},{0.058,31946},{0.089,143413},{0.219,23723},{0.155,10630},{0.399,17901},{0.391,6393},{1.000,19},{999,0},{999,0},{999,0},{999,0}}|234025|.133|201909|NDFD
CHS|144|po|12|{{999,0},{0.000,8267},{0.034,102303},{0.161,21139},{0.128,18304},{0.191,12621},{0.294,3191},{0.000,717},{0.000,1},{999,0},{999,0},{999,0}}|166543|.075|201909|NDFD
CAE|144|po|12|{{999,0},{0.046,40030},{0.094,61803},{0.204,21940},{0.000,6131},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.094|201909|NDFD
GSP|144|po|12|{{999,0},{0.001,29059},{0.075,112231},{0.073,30977},{0.137,21972},{0.379,7985},{0.003,337},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.083|201909|NDFD
BTV|144|po|12|{{999,0},{0.000,10460},{0.030,72293},{0.275,36993},{0.666,15537},{0.665,23173},{0.919,4813},{1.000,3113},{999,0},{999,0},{999,0},{999,0}}|166382|.274|201909|NDFD
LWX|144|po|12|{{0.000,2},{0.002,553},{0.023,147748},{0.086,46265},{0.088,11831},{0.036,831},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.040|201909|NDFD
RNK|144|po|12|{{0.030,8407},{0.155,23344},{0.053,125211},{0.034,28214},{0.173,7918},{0.382,267},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.067|201909|NDFD
AKQ|144|po|12|{{0.000,9},{0.027,63938},{0.021,114545},{0.007,46231},{0.001,11671},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.019|201909|NDFD
RLX|144|po|12|{{999,0},{0.055,50280},{0.060,103971},{0.127,33908},{0.165,24665},{0.076,3709},{0.000,150},{999,0},{999,0},{999,0},{999,0},{999,0}}|216683|.081|201909|NDFD
BMX|144|po|12|{{0.004,23252},{0.002,93459},{0.145,102332},{0.034,37642},{0.000,10713},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.061|201909|NDFD
HUN|144|po|12|{{0.000,1642},{0.001,21674},{0.111,49181},{0.000,15731},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.062|201909|NDFD
MOB|144|po|12|{{0.000,5937},{0.072,34706},{0.065,142242},{0.128,37649},{0.239,16642},{0.092,2643},{0.010,5350},{0.484,3576},{999,0},{999,0},{999,0},{999,0}}|248745|.090|201909|NDFD
LZK|144|po|12|{{0.000,5421},{0.000,57292},{0.085,186858},{0.231,68620},{0.995,428},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.101|201909|NDFD
JAX|144|po|12|{{0.000,5001},{0.020,76730},{0.061,65321},{0.122,36020},{0.157,23258},{0.430,12772},{0.508,12692},{0.708,3895},{0.733,2407},{999,0},{999,0},{999,0}}|238096|.126|201909|NDFD
EYW|144|po|12|{{999,0},{0.000,4},{0.023,1302},{0.049,7871},{0.311,101425},{0.502,91165},{0.801,12915},{999,0},{999,0},{999,0},{999,0},{999,0}}|214682|.410|201909|NDFD
MLB|144|po|12|{{999,0},{0.006,2759},{0.045,62763},{0.162,50869},{0.273,41307},{0.550,22235},{0.895,10339},{0.731,1511},{0.919,221},{999,0},{999,0},{999,0}}|192004|.235|201909|NDFD
MFL|144|po|12|{{999,0},{0.000,13944},{0.113,46429},{0.231,63489},{0.298,56366},{0.367,33641},{0.457,8740},{0.592,238},{999,0},{999,0},{999,0},{999,0}}|222847|.239|201909|NDFD
TAE|144|po|12|{{0.000,31317},{0.011,130472},{0.010,100040},{0.099,39679},{0.180,36685},{0.180,17415},{0.165,11361},{0.241,2158},{999,0},{999,0},{999,0},{999,0}}|369127|.050|201909|NDFD
TBW|144|po|12|{{0.000,14393},{0.004,45378},{0.016,100261},{0.076,41520},{0.238,27131},{0.214,17868},{0.297,1826},{999,0},{999,0},{999,0},{999,0},{999,0}}|248377|.063|201909|NDFD
FFC|144|po|12|{{0.000,5139},{0.010,50571},{0.063,192808},{0.066,33900},{0.020,21235},{0.071,476},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.050|201909|NDFD
LCH|144|po|12|{{0.057,7911},{0.094,79957},{0.143,134600},{0.319,68943},{0.487,18482},{0.656,6548},{0.835,1143},{999,0},{999,0},{999,0},{999,0},{999,0}}|317584|.200|201909|NDFD
LIX|144|po|12|{{0.003,20250},{0.043,88888},{0.094,127418},{0.165,65727},{0.336,45682},{0.494,20594},{0.728,3650},{999,0},{999,0},{999,0},{999,0},{999,0}}|372209|.148|201909|NDFD
SHV|144|po|12|{{0.000,18148},{0.082,82159},{0.075,201915},{0.331,34015},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.099|201909|NDFD
JAN|144|po|12|{{0.000,17346},{0.150,67473},{0.054,213032},{0.001,29694},{0.005,5603},{0.000,30},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.065|201909|NDFD
ABQ|144|po|12|{{999,0},{0.100,109314},{0.125,306937},{0.187,238520},{0.539,115214},{0.516,52776},{0.672,16463},{999,0},{999,0},{999,0},{999,0},{999,0}}|839224|.231|201909|NDFD
OUN|144|po|12|{{0.000,3935},{0.000,81671},{0.137,155969},{0.226,171220},{0.313,36783},{0.329,8489},{0.592,1626},{1.000,54},{999,0},{999,0},{999,0},{999,0}}|459747|.164|201909|NDFD
TSA|144|po|12|{{0.000,978},{0.003,40027},{0.075,114310},{0.386,64565},{0.420,23414},{0.723,6325},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249619|.192|201909|NDFD
MEG|144|po|12|{{0.000,12861},{0.000,63609},{0.067,173901},{0.066,39183},{0.000,588},{999,0},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.049|201909|NDFD
MRX|144|po|12|{{0.000,11968},{0.038,43163},{0.100,75152},{0.097,22006},{0.192,5137},{0.000,78},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.078|201909|NDFD
OHX|144|po|12|{{0.000,13278},{0.005,42184},{0.062,79730},{0.062,19176},{0.004,5551},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.040|201909|NDFD
AMA|144|po|12|{{0.000,739},{0.045,67858},{0.224,60819},{0.110,66244},{0.492,28347},{0.735,18635},{0.915,9152},{1.000,1275},{999,0},{999,0},{999,0},{999,0}}|253069|.242|201909|NDFD
EWX|144|po|12|{{0.006,14590},{0.012,57905},{0.062,192005},{0.092,63940},{0.197,7130},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.059|201909|NDFD
BRO|144|po|12|{{0.011,6431},{0.009,4251},{0.053,56699},{0.264,58829},{0.427,20765},{0.277,938},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.188|201909|NDFD
CRP|144|po|12|{{0.000,414},{0.010,32585},{0.078,97285},{0.237,61173},{0.351,20236},{0.417,1839},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.142|201909|NDFD
EPZ|144|po|12|{{0.152,493},{0.230,26041},{0.078,96180},{0.360,72493},{0.466,57342},{0.634,31867},{0.898,7444},{1.000,10},{999,0},{999,0},{999,0},{999,0}}|291870|.320|201909|NDFD
FWD|144|po|12|{{0.000,7893},{0.010,126208},{0.046,162738},{0.141,68523},{0.150,4754},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.051|201909|NDFD
HGX|144|po|12|{{999,0},{0.031,72557},{0.185,97730},{0.356,81382},{0.544,19631},{0.433,9848},{0.949,648},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.230|201909|NDFD
LUB|144|po|12|{{999,0},{0.236,32880},{0.107,65044},{0.254,71910},{0.652,12876},{0.239,12302},{0.598,8836},{1.000,185},{999,0},{999,0},{999,0},{999,0}}|204033|.244|201909|NDFD
MAF|144|po|12|{{999,0},{0.189,67154},{0.154,166725},{0.227,125790},{0.307,74144},{0.352,25068},{0.459,17430},{0.838,6597},{999,0},{999,0},{999,0},{999,0}}|482908|.232|201909|NDFD
SJT|144|po|12|{{999,0},{0.002,53097},{0.085,134288},{0.130,52410},{0.051,12423},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.075|201909|NDFD
FGZ|144|po|12|{{0.000,22587},{0.020,172353},{0.090,179706},{0.140,83380},{0.484,24504},{0.080,125},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|482655|.089|201909|NDFD
PSR|144|po|12|{{0.000,37407},{0.053,174802},{0.232,73168},{0.357,16282},{0.401,4547},{0.814,855},{0.933,717},{1.000,74},{1.000,3},{999,0},{999,0},{999,0}}|307855|.115|201909|NDFD
TWC|144|po|12|{{0.000,2330},{0.010,87283},{0.170,91233},{0.280,34777},{0.576,31888},{0.559,3465},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|250976|.185|201909|NDFD
EKA|144|po|12|{{0.000,4336},{0.059,133543},{0.284,70218},{0.238,48000},{0.344,10389},{0.433,1202},{0.398,377},{1.000,69},{999,0},{999,0},{999,0},{999,0}}|268134|.163|201909|NDFD
LOX|144|po|12|{{0.000,53368},{0.002,205682},{0.000,22775},{0.047,22977},{0.038,4552},{0.208,318},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.006|201909|NDFD
STO|144|po|12|{{0.001,21762},{0.038,152190},{0.146,50505},{0.153,21885},{0.449,18450},{0.485,9881},{0.556,6082},{0.962,52},{999,0},{999,0},{999,0},{999,0}}|280807|.118|201909|NDFD
SGX|144|po|12|{{0.000,46500},{0.030,63540},{0.005,24888},{0.096,11608},{0.139,3880},{0.104,96},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.025|201909|NDFD
MTR|144|po|12|{{0.000,80757},{0.023,176215},{0.050,41638},{0.000,13050},{0.000,151},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
HNX|144|po|12|{{0.000,91081},{0.002,105103},{0.001,39850},{0.033,7862},{0.054,7098},{0.248,2277},{0.000,1867},{0.000,1358},{999,0},{999,0},{999,0},{999,0}}|256496|.006|201909|NDFD
BOI|144|po|12|{{999,0},{0.000,72791},{0.077,156632},{0.342,133776},{0.266,71290},{0.143,32116},{0.107,26232},{0.400,16399},{0.547,1134},{999,0},{999,0},{999,0}}|510370|.179|201909|NDFD
PIH|144|po|12|{{0.000,17},{0.004,46320},{0.076,100619},{0.410,71252},{0.334,45099},{0.267,18957},{0.222,10243},{0.593,16620},{0.975,11124},{1.000,2577},{999,0},{999,0}}|322828|.256|201909|NDFD
BYZ|144|po|12|{{999,0},{0.101,8255},{0.055,84668},{0.197,96088},{0.501,98445},{0.489,55615},{0.670,21650},{0.587,8404},{0.556,32437},{0.821,31436},{0.955,508},{999,0}}|437506|.376|201909|NDFD
GGW|144|po|12|{{999,0},{0.990,2295},{0.272,107229},{0.222,94260},{0.525,84452},{0.735,5067},{0.000,1542},{0.187,28747},{0.905,16031},{0.996,14823},{1.000,605},{999,0}}|355051|.382|201909|NDFD
TFX|144|po|12|{{999,0},{0.204,2861},{0.054,87692},{0.170,170279},{0.240,99175},{0.495,83786},{0.576,18136},{0.234,21603},{0.654,31858},{0.903,38569},{1.000,3534},{999,0}}|557493|.313|201909|NDFD
MSO|144|po|12|{{999,0},{0.000,3387},{0.048,55608},{0.156,113093},{0.235,96666},{0.406,75604},{0.365,43736},{0.388,34866},{0.617,15680},{0.877,2091},{1.000,41},{999,0}}|440772|.260|201909|NDFD
LKN|144|po|12|{{0.000,10407},{0.006,188124},{0.190,193781},{0.218,78632},{0.233,39816},{0.391,15202},{0.622,15206},{0.720,16228},{0.964,692},{1.000,30},{999,0},{999,0}}|558118|.165|201909|NDFD
VEF|144|po|12|{{0.000,130381},{0.007,320281},{0.056,163411},{0.083,38807},{0.090,13474},{0.263,4485},{0.173,301},{999,0},{999,0},{999,0},{999,0},{999,0}}|671140|.025|201909|NDFD
REV|144|po|12|{{0.000,39740},{0.020,100813},{0.181,128865},{0.145,34636},{0.403,22313},{0.514,19572},{0.612,6716},{1.000,27},{999,0},{999,0},{999,0},{999,0}}|352682|.152|201909|NDFD
MFR|144|po|12|{{0.000,8049},{0.046,136637},{0.232,150135},{0.461,92721},{0.466,62414},{0.391,20150},{0.512,26982},{0.634,7182},{1.000,51},{999,0},{999,0},{999,0}}|504321|.276|201909|NDFD
PDT|144|po|12|{{0.000,3614},{0.020,49626},{0.102,129814},{0.220,139129},{0.388,70742},{0.354,34881},{0.543,20091},{0.536,4347},{0.231,143},{999,0},{999,0},{999,0}}|452387|.216|201909|NDFD
PQR|144|po|12|{{999,0},{0.125,17865},{0.248,131258},{0.331,123213},{0.686,64704},{0.749,34827},{0.672,12531},{0.435,1650},{0.367,30},{999,0},{999,0},{999,0}}|386078|.402|201909|NDFD
SLC|144|po|12|{{0.005,14396},{0.002,229452},{0.074,233224},{0.100,113018},{0.113,49544},{0.168,31726},{0.535,15558},{0.731,12972},{0.744,1541},{999,0},{999,0},{999,0}}|701431|.084|201909|NDFD
SEW|144|po|12|{{999,0},{0.273,10797},{0.226,89162},{0.374,100394},{0.605,104104},{0.679,40042},{0.934,2906},{1.000,627},{1.000,1568},{999,0},{999,0},{999,0}}|349600|.446|201909|NDFD
OTX|144|po|12|{{0.000,1928},{0.003,42087},{0.127,108192},{0.168,121884},{0.351,70146},{0.448,50611},{0.390,25033},{0.327,9403},{0.680,2517},{1.000,47},{999,0},{999,0}}|431848|.223|201909|NDFD
BOU|156|po|12|{{0.034,946},{0.017,54417},{0.050,151685},{0.118,51419},{0.121,18980},{0.271,7176},{0.839,3648},{0.987,2498},{1.000,871},{999,0},{999,0},{999,0}}|291640|.087|201909|NDFD
GJT|156|po|12|{{0.000,3893},{0.002,87818},{0.020,190225},{0.043,110896},{0.127,59060},{0.371,34352},{0.668,13521},{0.837,4754},{0.854,998},{999,0},{999,0},{999,0}}|505517|.085|201909|NDFD
PUB|156|po|12|{{0.029,1886},{0.027,73660},{0.062,127920},{0.061,69708},{0.142,28628},{0.148,7484},{0.433,4085},{0.866,4754},{0.934,2426},{999,0},{999,0},{999,0}}|320551|.086|201909|NDFD
LOT|156|po|12|{{999,0},{0.380,9657},{0.375,57468},{0.379,62668},{0.694,12659},{0.985,3228},{0.999,1363},{1.000,341},{999,0},{999,0},{999,0},{999,0}}|147384|.425|201909|NDFD
ILX|156|po|12|{{999,0},{0.291,11276},{0.290,74491},{0.296,93836},{0.603,11418},{0.991,2434},{1.000,44},{999,0},{999,0},{999,0},{999,0},{999,0}}|193499|.320|201909|NDFD
IND|156|po|12|{{999,0},{0.043,10108},{0.155,93111},{0.129,50337},{0.362,2683},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|156239|.143|201909|NDFD
IWX|156|po|12|{{999,0},{0.247,9426},{0.408,86293},{0.199,47963},{0.305,18047},{0.993,1272},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|163001|.331|201909|NDFD
DVN|156|po|12|{{999,0},{0.006,4476},{0.181,60705},{0.429,84903},{0.620,35482},{0.794,8642},{0.936,4901},{1.000,5316},{1.000,91},{999,0},{999,0},{999,0}}|204516|.422|201909|NDFD
DMX|156|po|12|{{999,0},{0.000,4165},{0.279,88405},{0.394,101836},{0.501,40758},{0.756,24930},{0.789,11894},{0.995,14239},{1.000,8},{999,0},{999,0},{999,0}}|286235|.446|201909|NDFD
DDC|156|po|12|{{0.076,4516},{0.109,57326},{0.055,87037},{0.228,41188},{0.604,15389},{0.872,9905},{0.987,3162},{999,0},{999,0},{999,0},{999,0},{999,0}}|218523|.192|201909|NDFD
GLD|156|po|12|{{0.040,2583},{0.042,81944},{0.084,91974},{0.306,21552},{0.347,8335},{0.082,658},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.101|201909|NDFD
TOP|156|po|12|{{999,0},{0.132,14499},{0.151,45515},{0.236,38483},{0.334,31460},{0.775,13208},{0.893,10538},{1.000,1708},{999,0},{999,0},{999,0},{999,0}}|155411|.320|201909|NDFD
ICT|156|po|12|{{0.000,167},{0.103,23592},{0.134,60323},{0.210,60252},{0.436,36309},{0.659,18303},{0.914,10433},{0.997,335},{999,0},{999,0},{999,0},{999,0}}|209714|.291|201909|NDFD
JKL|156|po|12|{{0.003,1822},{0.135,21060},{0.129,58835},{0.276,24314},{0.148,6550},{0.006,1339},{0.171,321},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.159|201909|NDFD
LMK|156|po|12|{{0.000,692},{0.014,50894},{0.098,86503},{0.189,46812},{0.277,7287},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.104|201909|NDFD
PAH|156|po|12|{{999,0},{0.003,39300},{0.148,89429},{0.217,101222},{0.139,9427},{1.000,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.153|201909|NDFD
DTX|156|po|12|{{999,0},{0.037,24221},{0.349,147496},{0.216,117331},{0.690,64823},{0.858,23908},{0.857,2225},{0.991,117},{999,0},{999,0},{999,0},{999,0}}|380121|.382|201909|NDFD
APX|156|po|12|{{999,0},{0.073,9693},{0.261,49804},{0.303,81920},{0.617,32764},{0.749,19101},{0.950,3667},{999,0},{999,0},{999,0},{999,0},{999,0}}|196949|.389|201909|NDFD
GRR|156|po|12|{{999,0},{0.017,7047},{0.371,41309},{0.260,71168},{0.477,25231},{0.984,6129},{1.000,4156},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|155043|.362|201909|NDFD
MQT|156|po|12|{{999,0},{0.114,13256},{0.091,112610},{0.257,149716},{0.509,134210},{0.453,50254},{0.621,21467},{0.945,9974},{999,0},{999,0},{999,0},{999,0}}|491487|.334|201909|NDFD
DLH|156|po|12|{{999,0},{0.217,5093},{0.267,71448},{0.337,74124},{0.423,130701},{0.745,56697},{0.648,27261},{0.866,15520},{0.999,2152},{999,0},{999,0},{999,0}}|382996|.460|201909|NDFD
MPX|156|po|12|{{999,0},{0.158,3622},{0.207,91935},{0.268,99063},{0.394,81045},{0.790,45874},{0.746,20660},{0.985,10745},{1.000,152},{999,0},{999,0},{999,0}}|353096|.398|201909|NDFD
EAX|156|po|12|{{999,0},{0.145,10073},{0.221,69922},{0.217,79127},{0.436,48984},{0.691,22411},{0.561,6948},{0.975,3008},{1.000,38},{999,0},{999,0},{999,0}}|240511|.323|201909|NDFD
SGF|156|po|12|{{999,0},{0.273,18864},{0.070,62778},{0.229,106431},{0.602,44829},{0.764,8546},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0}}|241454|.279|201909|NDFD
LSX|156|po|12|{{999,0},{0.056,11126},{0.186,91936},{0.315,129355},{0.614,24364},{0.875,4890},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|261671|.297|201909|NDFD
GID|156|po|12|{{0.000,14},{0.039,19364},{0.115,79298},{0.192,45395},{0.270,29173},{0.433,10076},{0.841,10202},{999,0},{999,0},{999,0},{999,0},{999,0}}|193522|.204|201909|NDFD
LBF|156|po|12|{{0.000,2940},{0.001,64701},{0.132,152792},{0.131,89702},{0.166,18405},{0.552,6084},{0.950,923},{999,0},{999,0},{999,0},{999,0},{999,0}}|335547|.117|201909|NDFD
OAX|156|po|12|{{999,0},{0.000,16129},{0.305,70575},{0.305,73542},{0.290,27946},{0.593,18391},{0.986,9732},{1.000,6486},{999,0},{999,0},{999,0},{999,0}}|222801|.355|201909|NDFD
BIS|156|po|12|{{999,0},{0.000,18436},{0.281,172058},{0.242,177285},{0.629,92006},{0.280,28871},{0.779,37200},{0.996,27772},{1.000,6169},{999,0},{999,0},{999,0}}|559797|.393|201909|NDFD
FGF|156|po|12|{{999,0},{0.362,6335},{0.304,104376},{0.336,173783},{0.430,65849},{0.488,59603},{0.556,37786},{0.991,16008},{1.000,124},{999,0},{999,0},{999,0}}|463864|.403|201909|NDFD
ABR|156|po|12|{{999,0},{0.000,14642},{0.088,118269},{0.259,108084},{0.323,50303},{0.357,24460},{0.459,5695},{1.000,18},{999,0},{999,0},{999,0},{999,0}}|321471|.205|201909|NDFD
UNR|156|po|12|{{999,0},{0.039,42383},{0.236,190463},{0.262,116248},{0.496,54457},{0.719,20853},{0.971,8868},{1.000,48},{999,0},{999,0},{999,0},{999,0}}|433320|.295|201909|NDFD
FSD|156|po|12|{{999,0},{0.000,10137},{0.112,86323},{0.285,113920},{0.305,47712},{0.608,30470},{0.957,4304},{1.000,2316},{999,0},{999,0},{999,0},{999,0}}|295182|.277|201909|NDFD
GRB|156|po|12|{{999,0},{0.111,11575},{0.222,47592},{0.297,68722},{0.515,46586},{0.815,14405},{0.943,5764},{1.000,5822},{1.000,140},{999,0},{999,0},{999,0}}|200606|.396|201909|NDFD
ARX|156|po|12|{{999,0},{0.166,7176},{0.213,46953},{0.392,79773},{0.421,38120},{0.643,17723},{0.909,6955},{1.000,9761},{1.000,79},{999,0},{999,0},{999,0}}|206540|.417|201909|NDFD
MKX|156|po|12|{{999,0},{0.021,6728},{0.174,86843},{0.330,128473},{0.611,47193},{0.866,12665},{0.996,9796},{1.000,6198},{999,0},{999,0},{999,0},{999,0}}|297896|.381|201909|NDFD
CYS|156|po|12|{{999,0},{0.015,52196},{0.161,172439},{0.365,84828},{0.276,30390},{0.452,16768},{0.779,5196},{1.000,870},{999,0},{999,0},{999,0},{999,0}}|362687|.222|201909|NDFD
RIW|156|po|12|{{999,0},{0.005,31208},{0.107,195244},{0.330,142037},{0.499,86179},{0.748,46570},{0.660,33670},{0.601,24626},{0.720,19272},{0.622,9522},{0.552,58},{999,0}}|588386|.344|201909|NDFD
CAR|156|po|12|{{999,0},{0.002,1791},{0.096,143228},{0.363,56513},{0.627,32912},{0.555,5191},{0.989,2461},{0.995,4855},{999,0},{999,0},{999,0},{999,0}}|246951|.263|201909|NDFD
GYX|156|po|12|{{999,0},{0.011,31249},{0.159,157557},{0.346,34649},{0.458,35594},{0.465,11911},{0.845,2671},{999,0},{999,0},{999,0},{999,0},{999,0}}|273631|.225|201909|NDFD
BOX|156|po|12|{{999,0},{0.024,72288},{0.060,66968},{0.392,33808},{0.576,16087},{0.182,6579},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.151|201909|NDFD
PHI|156|po|12|{{0.000,1643},{0.004,16150},{0.039,132519},{0.234,31542},{0.267,9016},{0.739,352},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.080|201909|NDFD
ALY|156|po|12|{{999,0},{0.000,9551},{0.152,83730},{0.376,35140},{0.549,21107},{0.735,8456},{0.753,1015},{999,0},{999,0},{999,0},{999,0},{999,0}}|158999|.280|201909|NDFD
BGM|156|po|12|{{0.000,998},{0.007,22501},{0.135,95466},{0.446,34816},{0.588,19687},{0.901,6406},{0.969,1274},{999,0},{999,0},{999,0},{999,0},{999,0}}|181148|.261|201909|NDFD
BUF|156|po|12|{{999,0},{0.000,9271},{0.132,112334},{0.400,26151},{0.526,42367},{0.254,10765},{0.762,17750},{999,0},{999,0},{999,0},{999,0},{999,0}}|218638|.292|201909|NDFD
OKX|156|po|12|{{999,0},{0.002,9620},{0.008,70392},{0.414,29876},{0.990,1104},{0.667,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.127|201909|NDFD
MHX|156|po|12|{{999,0},{0.002,9466},{0.048,82263},{0.129,36419},{0.043,9778},{0.087,11735},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.067|201909|NDFD
RAH|156|po|12|{{999,0},{0.047,27861},{0.055,74191},{0.028,26436},{0.071,27282},{0.001,3275},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.051|201909|NDFD
ILM|156|po|12|{{999,0},{0.066,7754},{0.070,73363},{0.042,23273},{0.018,11561},{0.147,11273},{0.370,3117},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.074|201909|NDFD
CLE|156|po|12|{{0.000,66},{0.056,8356},{0.184,151991},{0.569,52923},{0.503,11758},{0.478,11332},{0.344,6960},{999,0},{999,0},{999,0},{999,0},{999,0}}|243386|.297|201909|NDFD
ILN|156|po|12|{{0.000,8736},{0.021,20737},{0.113,111768},{0.229,42500},{0.319,16936},{0.000,251},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.140|201909|NDFD
PBZ|156|po|12|{{999,0},{0.000,10709},{0.181,109987},{0.311,49355},{0.244,11223},{0.841,8268},{1.000,24},{999,0},{999,0},{999,0},{999,0},{999,0}}|189566|.237|201909|NDFD
CTP|156|po|12|{{999,0},{0.007,22342},{0.114,131149},{0.415,56851},{0.556,13857},{0.705,7361},{0.884,2465},{999,0},{999,0},{999,0},{999,0},{999,0}}|234025|.229|201909|NDFD
CHS|156|po|12|{{999,0},{0.000,1788},{0.066,88100},{0.232,34084},{0.304,13628},{0.347,12870},{0.226,14260},{0.496,1812},{0.000,1},{999,0},{999,0},{999,0}}|166543|.159|201909|NDFD
CAE|156|po|12|{{999,0},{0.047,10451},{0.130,84853},{0.013,14137},{0.155,9418},{0.000,4756},{0.020,6286},{0.667,3},{999,0},{999,0},{999,0},{999,0}}|129904|.103|201909|NDFD
GSP|156|po|12|{{999,0},{0.007,8385},{0.111,98474},{0.152,48269},{0.090,23946},{0.113,18281},{0.305,5206},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.119|201909|NDFD
BTV|156|po|12|{{999,0},{0.000,2981},{0.074,71937},{0.249,42728},{0.604,17236},{0.492,20456},{0.744,10133},{1.000,911},{999,0},{999,0},{999,0},{999,0}}|166382|.270|201909|NDFD
LWX|156|po|12|{{0.000,15},{0.000,8081},{0.091,114963},{0.256,49644},{0.293,30754},{0.528,3395},{0.966,378},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.166|201909|NDFD
RNK|156|po|12|{{0.001,8431},{0.075,24176},{0.209,92770},{0.112,43278},{0.042,12994},{0.255,9299},{0.022,2413},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.150|201909|NDFD
AKQ|156|po|12|{{0.000,10724},{0.003,35891},{0.099,127595},{0.081,32701},{0.128,25627},{0.051,3852},{0.000,4},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.080|201909|NDFD
RLX|156|po|12|{{999,0},{0.167,17960},{0.115,140018},{0.309,34068},{0.371,16139},{0.372,4037},{0.441,1834},{0.645,2627},{999,0},{999,0},{999,0},{999,0}}|216683|.183|201909|NDFD
BMX|156|po|12|{{0.060,12438},{0.121,43604},{0.074,132355},{0.079,32096},{0.036,26035},{0.009,19851},{0.006,1019},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.073|201909|NDFD
HUN|156|po|12|{{999,0},{0.000,13457},{0.111,38854},{0.092,15785},{0.029,17940},{0.002,2192},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.071|201909|NDFD
MOB|156|po|12|{{999,0},{0.740,673},{0.102,129256},{0.128,53675},{0.054,18826},{0.171,30188},{0.232,14427},{0.419,1266},{0.760,434},{999,0},{999,0},{999,0}}|248745|.124|201909|NDFD
LZK|156|po|12|{{999,0},{0.000,36042},{0.214,136929},{0.360,116387},{0.107,19047},{0.000,10214},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.230|201909|NDFD
JAX|156|po|12|{{999,0},{0.028,12037},{0.053,63183},{0.131,51953},{0.204,28220},{0.398,32331},{0.395,30930},{0.738,15847},{0.625,3595},{999,0},{999,0},{999,0}}|238096|.232|201909|NDFD
EYW|156|po|12|{{999,0},{999,0},{0.753,279},{0.123,4167},{0.296,98246},{0.486,96590},{0.631,15400},{999,0},{999,0},{999,0},{999,0},{999,0}}|214682|.403|201909|NDFD
MLB|156|po|12|{{999,0},{999,0},{0.008,19813},{0.077,42601},{0.410,47492},{0.477,57617},{0.642,19439},{0.460,5042},{999,0},{999,0},{999,0},{999,0}}|192004|.339|201909|NDFD
MFL|156|po|12|{{999,0},{0.000,4787},{0.008,8068},{0.205,41248},{0.298,67300},{0.406,54283},{0.439,40771},{0.267,5168},{0.200,1222},{999,0},{999,0},{999,0}}|222847|.315|201909|NDFD
TAE|156|po|12|{{0.006,2039},{0.081,51747},{0.062,170614},{0.063,53303},{0.167,26806},{0.184,32123},{0.155,30959},{0.217,1536},{999,0},{999,0},{999,0},{999,0}}|369127|.091|201909|NDFD
TBW|156|po|12|{{0.000,386},{0.171,181},{0.014,54827},{0.107,57032},{0.283,59483},{0.288,47522},{0.385,21177},{0.451,7765},{1.000,4},{999,0},{999,0},{999,0}}|248377|.198|201909|NDFD
FFC|156|po|12|{{999,0},{0.040,20838},{0.090,185729},{0.071,40000},{0.101,20451},{0.045,31475},{0.000,5636},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.079|201909|NDFD
LCH|156|po|12|{{999,0},{0.106,22890},{0.077,65261},{0.179,121760},{0.622,74204},{0.596,20863},{0.952,12191},{1.000,415},{999,0},{999,0},{999,0},{999,0}}|317584|.314|201909|NDFD
LIX|156|po|12|{{0.000,299},{0.111,19861},{0.152,97858},{0.106,120930},{0.328,60256},{0.500,44350},{0.604,19088},{0.897,8490},{1.000,1077},{999,0},{999,0},{999,0}}|372209|.248|201909|NDFD
SHV|156|po|12|{{0.038,1124},{0.008,58953},{0.098,101712},{0.303,137027},{0.239,32419},{0.337,3795},{0.520,1207},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.184|201909|NDFD
JAN|156|po|12|{{999,0},{0.107,27447},{0.060,141182},{0.124,107533},{0.189,30734},{0.051,22078},{0.041,4204},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.096|201909|NDFD
ABQ|156|po|12|{{0.000,9},{0.031,96020},{0.143,318237},{0.208,224005},{0.282,96421},{0.519,70404},{0.681,33427},{0.442,701},{999,0},{999,0},{999,0},{999,0}}|839224|.217|201909|NDFD
OUN|156|po|12|{{0.779,263},{0.090,87351},{0.088,182022},{0.272,135661},{0.209,44517},{0.468,8923},{0.662,1010},{999,0},{999,0},{999,0},{999,0},{999,0}}|459747|.164|201909|NDFD
TSA|156|po|12|{{999,0},{0.058,30956},{0.050,93179},{0.466,94828},{0.627,24863},{0.780,5793},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249619|.283|201909|NDFD
MEG|156|po|12|{{0.000,1267},{0.000,56949},{0.125,142643},{0.316,64187},{0.022,16708},{0.005,8391},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.133|201909|NDFD
MRX|156|po|12|{{0.000,3174},{0.079,25197},{0.166,65271},{0.106,32885},{0.146,16830},{0.113,10163},{0.337,3984},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.135|201909|NDFD
OHX|156|po|12|{{0.000,4960},{0.031,35973},{0.157,58446},{0.213,25670},{0.190,26360},{0.034,8362},{0.926,148},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.132|201909|NDFD
AMA|156|po|12|{{0.425,2280},{0.105,67920},{0.212,83279},{0.170,58120},{0.439,22435},{0.794,12809},{0.971,5985},{1.000,241},{999,0},{999,0},{999,0},{999,0}}|253069|.244|201909|NDFD
EWX|156|po|12|{{0.013,8618},{0.014,8844},{0.046,155357},{0.199,117743},{0.277,44951},{0.860,57},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.129|201909|NDFD
BRO|156|po|12|{{0.060,6431},{0.214,412},{0.248,26489},{0.340,81345},{0.607,30294},{0.659,2942},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.372|201909|NDFD
CRP|156|po|12|{{0.157,51},{0.019,4773},{0.142,64592},{0.321,82716},{0.381,55270},{0.513,6130},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.281|201909|NDFD
EPZ|156|po|12|{{0.000,20},{0.077,40756},{0.147,85281},{0.199,70274},{0.442,58691},{0.538,24557},{0.806,11823},{1.000,468},{999,0},{999,0},{999,0},{999,0}}|291870|.270|201909|NDFD
FWD|156|po|12|{{0.001,7362},{0.000,32583},{0.064,190624},{0.182,102221},{0.222,37150},{0.006,176},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.106|201909|NDFD
HGX|156|po|12|{{999,0},{0.000,420},{0.068,61344},{0.314,97332},{0.506,96388},{0.635,26214},{1.000,98},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.356|201909|NDFD
LUB|156|po|12|{{999,0},{0.248,25093},{0.141,101325},{0.264,50293},{0.330,13267},{0.245,6547},{0.812,7508},{999,0},{999,0},{999,0},{999,0},{999,0}}|204033|.225|201909|NDFD
MAF|156|po|12|{{999,0},{0.234,30999},{0.205,216130},{0.243,153918},{0.337,47232},{0.419,21926},{0.860,12703},{999,0},{999,0},{999,0},{999,0},{999,0}}|482908|.259|201909|NDFD
SJT|156|po|12|{{999,0},{0.018,20553},{0.096,152704},{0.088,67216},{0.035,11735},{0.000,10},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.084|201909|NDFD
FGZ|156|po|12|{{0.000,9689},{0.019,126523},{0.167,194428},{0.067,105061},{0.165,35742},{0.281,9198},{0.506,1959},{0.000,55},{999,0},{999,0},{999,0},{999,0}}|482655|.106|201909|NDFD
PSR|156|po|12|{{0.000,20894},{0.030,184375},{0.260,84657},{0.245,13998},{0.419,3894},{0.919,37},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|307855|.106|201909|NDFD
TWC|156|po|12|{{0.000,2378},{0.029,89559},{0.135,82304},{0.415,40189},{0.553,29587},{0.559,6538},{0.287,421},{999,0},{999,0},{999,0},{999,0},{999,0}}|250976|.201|201909|NDFD
EKA|156|po|12|{{0.000,4072},{0.086,145177},{0.271,68476},{0.393,32280},{0.374,10752},{0.507,6066},{0.919,1127},{1.000,173},{1.000,11},{999,0},{999,0},{999,0}}|268134|.194|201909|NDFD
LOX|156|po|12|{{0.004,52133},{0.003,212639},{0.000,18453},{0.048,22894},{0.040,3477},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
STO|156|po|12|{{0.000,18014},{0.025,167172},{0.284,48804},{0.351,13394},{0.321,19650},{0.445,9345},{0.750,4399},{0.931,29},{999,0},{999,0},{999,0},{999,0}}|280807|.130|201909|NDFD
SGX|156|po|12|{{0.003,30617},{0.004,79476},{0.045,26035},{0.087,10384},{0.440,3904},{0.323,96},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
MTR|156|po|12|{{0.004,69539},{0.026,180732},{0.138,42096},{0.006,19084},{0.000,360},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
HNX|156|po|12|{{0.002,83664},{0.002,108511},{0.028,41047},{0.000,7059},{0.009,8984},{0.098,4262},{0.483,1796},{0.446,1151},{0.000,22},{999,0},{999,0},{999,0}}|256496|.013|201909|NDFD
BOI|156|po|12|{{999,0},{0.000,80502},{0.090,184841},{0.404,97497},{0.422,65016},{0.243,30157},{0.270,25171},{0.444,21444},{0.790,5096},{0.994,646},{999,0},{999,0}}|510370|.219|201909|NDFD
PIH|156|po|12|{{999,0},{0.000,38985},{0.104,102369},{0.300,58303},{0.425,34647},{0.405,36711},{0.574,27123},{0.700,17317},{0.836,6950},{0.993,423},{999,0},{999,0}}|322828|.284|201909|NDFD
BYZ|156|po|12|{{999,0},{0.000,3431},{0.169,130509},{0.415,108626},{0.459,83300},{0.602,43158},{0.694,34338},{0.716,25284},{0.924,6658},{0.970,2202},{999,0},{999,0}}|437506|.415|201909|NDFD
GGW|156|po|12|{{999,0},{0.000,4556},{0.256,137885},{0.403,82146},{0.287,59681},{0.274,26261},{0.485,18656},{0.946,24105},{1.000,1761},{999,0},{999,0},{999,0}}|355051|.356|201909|NDFD
TFX|156|po|12|{{999,0},{0.000,5124},{0.104,134482},{0.272,146900},{0.287,99984},{0.323,51853},{0.286,46174},{0.792,48689},{0.955,21749},{0.999,2537},{999,0},{999,0}}|557492|.313|201909|NDFD
MSO|156|po|12|{{999,0},{0.000,4966},{0.042,71194},{0.279,108723},{0.335,70697},{0.405,72207},{0.541,69874},{0.653,31844},{0.930,9284},{0.949,1981},{0.500,2},{999,0}}|440772|.353|201909|NDFD
LKN|156|po|12|{{0.000,8023},{0.036,201766},{0.149,189020},{0.309,85919},{0.310,34463},{0.810,19574},{0.906,15759},{0.951,3484},{1.000,110},{999,0},{999,0},{999,0}}|558118|.190|201909|NDFD
VEF|156|po|12|{{0.000,119886},{0.023,331553},{0.019,163978},{0.038,42273},{0.243,12827},{0.573,623},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|671140|.024|201909|NDFD
REV|156|po|12|{{0.000,30498},{0.042,153362},{0.151,87350},{0.341,43963},{0.509,23083},{0.572,10621},{0.813,3805},{999,0},{999,0},{999,0},{999,0},{999,0}}|352682|.157|201909|NDFD
MFR|156|po|12|{{0.000,17195},{0.048,102766},{0.202,213152},{0.573,91384},{0.803,19882},{0.433,10802},{0.346,32008},{0.676,16114},{0.911,1018},{999,0},{999,0},{999,0}}|504321|.285|201909|NDFD
PDT|156|po|12|{{999,0},{0.014,56326},{0.108,193191},{0.333,103392},{0.591,48307},{0.509,26426},{0.439,15920},{0.567,7446},{0.897,1277},{1.000,102},{999,0},{999,0}}|452387|.244|201909|NDFD
PQR|156|po|12|{{0.000,388},{0.003,10932},{0.186,125644},{0.334,114713},{0.651,74222},{0.886,47770},{0.617,11629},{0.179,780},{999,0},{999,0},{999,0},{999,0}}|386078|.414|201909|NDFD
SLC|156|po|12|{{0.000,4826},{0.008,174595},{0.019,286679},{0.154,126618},{0.218,56188},{0.500,30732},{0.696,15544},{0.460,5937},{0.224,312},{999,0},{999,0},{999,0}}|701431|.096|201909|NDFD
SEW|156|po|12|{{999,0},{0.697,4018},{0.265,129093},{0.331,78789},{0.609,92302},{0.553,32107},{0.918,3940},{0.981,9351},{999,0},{999,0},{999,0},{999,0}}|349600|.429|201909|NDFD
OTX|156|po|12|{{999,0},{0.024,36709},{0.201,156138},{0.407,113344},{0.555,67274},{0.585,42092},{0.540,15010},{0.557,1281},{999,0},{999,0},{999,0},{999,0}}|431848|.345|201909|NDFD
BOU|12|po|00|{{0.000,83540},{0.016,63481},{0.183,50037},{0.259,21636},{0.688,10447},{0.490,14018},{0.681,11434},{0.900,4454},{0.998,3097},{1.000,3844},{1.000,292},{999,0}}|266280|.184|201909|NDFD
GJT|12|po|00|{{0.000,150130},{0.003,113610},{0.017,57624},{0.075,43453},{0.175,34014},{0.428,27966},{0.669,15999},{0.837,11873},{0.791,5895},{0.943,877},{1.000,118},{999,0}}|461559|.106|201909|NDFD
PUB|12|po|00|{{0.000,45962},{0.010,92982},{0.058,83216},{0.192,29777},{0.254,14467},{0.289,8723},{0.481,7330},{0.681,9470},{0.935,263},{0.903,486},{1.000,1},{999,0}}|292677|.097|201909|NDFD
LOT|12|po|00|{{0.055,27160},{0.084,11443},{0.167,33149},{0.302,16422},{0.672,10139},{0.654,5459},{0.637,5206},{0.764,5921},{0.930,5052},{0.945,4977},{0.934,4919},{0.993,4721}}|134568|.370|201909|NDFD
ILX|12|po|00|{{0.000,39784},{0.021,37911},{0.042,40768},{0.153,16976},{0.345,10988},{0.626,10318},{0.738,5767},{0.757,4987},{0.888,5945},{0.952,1165},{1.000,2064},{999,0}}|176673|.180|201909|NDFD
IND|12|po|00|{{0.005,41367},{0.019,30801},{0.010,40949},{0.063,18224},{0.163,4519},{999,0},{1.000,1311},{1.000,2052},{1.000,3430},{999,0},{999,0},{999,0}}|142653|.069|201909|NDFD
IWX|12|po|00|{{0.005,32365},{0.098,29099},{0.114,49438},{0.294,15642},{0.309,7844},{0.612,2467},{0.764,2051},{0.888,1673},{0.993,4146},{1.000,2492},{1.000,1472},{1.000,138}}|148827|.191|201909|NDFD
DVN|12|po|00|{{0.048,31260},{0.013,23309},{0.072,30969},{0.233,15471},{0.351,13072},{0.540,13476},{0.646,19275},{0.703,12932},{0.866,8742},{0.858,3453},{1.000,4399},{1.000,10374}}|186732|.355|201909|NDFD
DMX|12|po|00|{{0.011,27084},{0.079,61437},{0.062,41909},{0.144,14880},{0.321,20428},{0.525,21678},{0.644,23277},{0.824,19844},{0.854,14442},{0.881,7997},{0.984,6295},{1.000,2074}}|261345|.332|201909|NDFD
DDC|12|po|00|{{0.001,52338},{0.001,21393},{0.021,49333},{0.080,40490},{0.167,6421},{0.279,10811},{0.543,8275},{0.552,3539},{0.924,6532},{1.000,389},{999,0},{999,0}}|199521|.107|201909|NDFD
GLD|12|po|00|{{0.000,57924},{0.005,35904},{0.081,39060},{0.261,19660},{0.484,9692},{0.645,8668},{0.737,7224},{0.828,4614},{0.926,3439},{0.985,2857},{999,0},{999,0}}|189042|.179|201909|NDFD
TOP|12|po|00|{{0.009,35093},{0.004,27511},{0.049,35731},{0.226,12485},{0.312,13503},{0.073,6719},{0.124,2848},{0.895,610},{0.991,320},{1.000,323},{1.000,6696},{1.000,58}}|141897|.127|201909|NDFD
ICT|12|po|00|{{0.000,22543},{0.003,43745},{0.020,56053},{0.119,26972},{0.211,18261},{0.404,9866},{0.711,3183},{0.845,2030},{0.793,1852},{0.937,6676},{0.997,297},{999,0}}|191478|.127|201909|NDFD
JKL|12|po|00|{{0.000,42941},{0.023,20275},{0.026,26692},{0.210,7052},{0.343,2379},{0.007,148},{0.179,4820},{999,0},{999,0},{999,0},{999,0},{999,0}}|104307|.041|201909|NDFD
LMK|12|po|00|{{0.001,66958},{0.014,34997},{0.038,47710},{0.063,13612},{0.195,4559},{0.392,4549},{0.745,2204},{1.000,887},{999,0},{999,0},{999,0},{999,0}}|175476|.048|201909|NDFD
PAH|12|po|00|{{0.000,83017},{0.011,48983},{0.025,51353},{0.218,10508},{0.334,4365},{0.431,4723},{0.748,9162},{0.606,5728},{0.996,717},{1.000,12},{999,0},{999,0}}|218568|.085|201909|NDFD
DTX|12|po|00|{{0.038,22979},{0.092,62557},{0.131,67145},{0.211,38961},{0.341,43974},{0.575,30540},{0.747,24757},{0.853,18022},{0.883,9935},{0.997,9806},{0.993,13883},{1.000,4508}}|347067|.366|201909|NDFD
APX|12|po|00|{{0.025,16257},{0.095,25110},{0.319,24969},{0.328,30207},{0.449,26259},{0.623,4822},{0.896,3121},{0.944,4854},{0.938,9801},{0.919,13317},{0.990,11317},{1.000,9789}}|179823|.474|201909|NDFD
GRR|12|po|00|{{0.075,15233},{0.181,32038},{0.266,29962},{0.247,7059},{0.256,8735},{0.442,8742},{0.584,9357},{0.800,6491},{0.964,3735},{0.988,8265},{0.965,5432},{0.988,6512}}|141561|.402|201909|NDFD
MQT|12|po|00|{{0.000,11842},{0.003,68909},{0.135,84000},{0.321,69998},{0.552,37035},{0.632,33057},{0.687,25216},{0.857,25070},{0.856,19868},{0.910,20999},{0.964,22756},{0.977,29999}}|448749|.449|201909|NDFD
DLH|12|po|00|{{0.000,20588},{0.006,57856},{0.059,52445},{0.246,53388},{0.436,27788},{0.635,23629},{0.723,11441},{0.716,13925},{0.740,14644},{0.967,10134},{1.000,40763},{1.000,23091}}|349692|.419|201909|NDFD
MPX|12|po|00|{{0.000,34511},{0.007,57240},{0.070,48357},{0.267,24341},{0.377,23579},{0.635,22746},{0.780,20236},{0.833,23347},{0.841,21683},{0.984,17432},{1.000,25569},{1.000,3351}}|322392|.413|201909|NDFD
EAX|12|po|00|{{0.027,42139},{0.021,68324},{0.044,39010},{0.088,17708},{0.390,4595},{0.620,4788},{0.471,8216},{0.518,12039},{0.800,5590},{0.905,5787},{0.977,6831},{1.000,4570}}|219597|.190|201909|NDFD
SGF|12|po|00|{{0.000,43783},{0.001,66082},{0.004,38089},{0.074,14649},{0.141,11174},{0.199,13938},{0.373,8561},{0.669,8542},{0.790,12167},{0.933,3379},{1.000,94},{999,0}}|220458|.124|201909|NDFD
LSX|12|po|00|{{0.008,60037},{0.004,37872},{0.013,53000},{0.072,34641},{0.194,11056},{0.322,10096},{0.538,9421},{0.449,11948},{0.551,2555},{0.813,5008},{0.751,3069},{1.000,214}}|238917|.116|201909|NDFD
GID|12|po|00|{{0.007,27345},{0.001,25730},{0.027,56800},{0.096,26403},{0.265,7087},{0.737,2558},{0.844,4514},{0.871,9648},{0.964,9206},{0.846,4799},{0.962,2604},{999,0}}|176694|.202|201909|NDFD
LBF|12|po|00|{{0.000,50080},{0.016,60231},{0.074,69145},{0.244,40230},{0.578,15681},{0.437,7857},{0.590,8839},{0.893,13329},{0.981,13544},{0.999,20994},{0.979,6439},{999,0}}|306369|.281|201909|NDFD
OAX|12|po|00|{{0.000,6865},{0.005,25017},{0.075,73676},{0.256,29518},{0.584,23752},{0.668,12337},{0.544,9433},{0.682,6099},{0.871,7325},{0.780,4359},{0.883,4783},{0.970,263}}|203427|.290|201909|NDFD
BIS|12|po|00|{{0.000,85751},{0.039,41078},{0.200,55862},{0.319,81222},{0.347,52822},{0.507,24205},{0.665,20840},{0.839,31643},{0.916,38592},{0.960,22514},{0.996,28754},{1.000,27836}}|511119|.437|201909|NDFD
FGF|12|po|00|{{0.003,79845},{0.133,67727},{0.164,79630},{0.323,24221},{0.317,21555},{0.436,22052},{0.533,21852},{0.612,12686},{0.733,10522},{0.897,14676},{0.897,35109},{1.000,33653}}|423528|.359|201909|NDFD
ABR|12|po|00|{{0.003,62008},{0.067,53575},{0.154,24746},{0.408,43965},{0.502,30529},{0.704,12507},{0.914,7424},{0.895,6612},{0.978,7410},{0.999,16309},{1.000,25558},{1.000,2874}}|293517|.390|201909|NDFD
UNR|12|po|00|{{0.011,82762},{0.037,62865},{0.065,64104},{0.296,40703},{0.467,20320},{0.612,11063},{0.774,17124},{0.696,30725},{0.918,20494},{0.900,30715},{0.974,14140},{1.000,625}}|395640|.332|201909|NDFD
FSD|12|po|00|{{0.000,32501},{0.068,34401},{0.168,59651},{0.195,47727},{0.353,20776},{0.582,10449},{0.797,6773},{0.870,14724},{0.909,14288},{0.999,8999},{0.999,17807},{1.000,1418}}|269514|.351|201909|NDFD
GRB|12|po|00|{{0.000,4111},{0.004,38004},{0.064,37180},{0.242,12585},{0.624,9122},{0.445,5047},{0.678,8875},{0.829,17155},{0.971,17676},{1.000,9906},{1.000,22073},{1.000,1428}}|183162|.460|201909|NDFD
ARX|12|po|00|{{0.001,11006},{0.025,45417},{0.175,13899},{0.232,17215},{0.275,8655},{0.661,8748},{0.778,15765},{0.910,15307},{0.881,11726},{0.884,18124},{0.982,14232},{0.993,8486}}|188580|.481|201909|NDFD
MKX|12|po|00|{{0.017,25641},{0.069,51825},{0.215,27658},{0.410,33738},{0.488,13645},{0.497,19048},{0.512,17624},{0.784,17699},{0.853,13252},{0.862,15509},{0.948,19564},{0.995,16789}}|271992|.451|201909|NDFD
CYS|12|po|00|{{0.005,134483},{0.042,44622},{0.252,20544},{0.352,30244},{0.448,23791},{0.544,19831},{0.450,22241},{0.826,15229},{0.981,10028},{0.989,9879},{1.000,257},{999,0}}|331149|.249|201909|NDFD
RIW|12|po|00|{{0.000,170493},{0.009,72142},{0.051,39247},{0.242,58717},{0.498,53315},{0.617,38922},{0.675,28346},{0.736,25801},{0.799,24385},{0.874,16925},{0.888,7055},{1.000,1874}}|537222|.275|201909|NDFD
CAR|12|po|00|{{0.000,38827},{0.001,45725},{0.181,33893},{0.108,26918},{0.404,21064},{0.460,9120},{0.640,10344},{0.786,6055},{0.847,6570},{0.880,6818},{0.950,9285},{1.000,10858}}|225477|.286|201909|NDFD
GYX|12|po|00|{{0.000,58135},{0.002,58972},{0.062,47510},{0.375,21683},{0.515,14795},{0.384,8129},{0.562,8360},{0.706,10976},{0.816,8363},{0.986,6611},{1.000,6303},{999,0}}|249837|.216|201909|NDFD
BOX|12|po|00|{{0.000,56161},{0.060,43502},{0.149,32920},{0.289,9830},{0.330,1895},{0.451,2259},{0.664,4466},{0.850,5504},{0.925,9565},{0.851,3380},{0.883,5007},{0.709,4221}}|178710|.217|201909|NDFD
PHI|12|po|00|{{0.016,36369},{0.004,45401},{0.026,28940},{0.120,16558},{0.435,13859},{0.370,6754},{0.452,18760},{0.457,7829},{1.000,124},{999,0},{999,0},{999,0}}|174594|.139|201909|NDFD
ALY|12|po|00|{{0.000,17004},{0.000,43537},{0.027,32405},{0.220,19002},{0.637,15540},{0.541,5938},{0.868,5097},{0.979,3628},{0.953,1334},{0.971,1598},{1.000,90},{999,0}}|145173|.200|201909|NDFD
BGM|12|po|00|{{0.000,29595},{0.022,26742},{0.054,40959},{0.222,27532},{0.457,12916},{0.612,10806},{0.669,8140},{0.803,4762},{0.930,2119},{0.869,1483},{0.965,342},{999,0}}|165396|.207|201909|NDFD
BUF|12|po|00|{{0.011,47953},{0.024,33107},{0.110,32035},{0.460,22039},{0.455,18740},{0.556,8539},{0.926,6446},{0.851,17706},{0.995,3024},{0.896,1495},{0.990,2540},{1.000,6002}}|199626|.311|201909|NDFD
OKX|12|po|00|{{0.000,23575},{0.044,38035},{0.115,11026},{0.376,4683},{0.812,4840},{0.359,1353},{0.773,10529},{0.575,5267},{0.667,2038},{999,0},{999,0},{999,0}}|101346|.213|201909|NDFD
MHX|12|po|00|{{0.000,23537},{0.008,33326},{0.013,55225},{0.183,12325},{0.428,5992},{0.354,3854},{0.146,2368},{1.000,20},{999,0},{999,0},{999,0},{999,0}}|136647|.055|201909|NDFD
RAH|12|po|00|{{0.000,37028},{0.000,26743},{0.020,57012},{0.137,16235},{0.182,8149},{0.167,48},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|145215|.033|201909|NDFD
ILM|12|po|00|{{0.000,25652},{0.001,45372},{0.086,27343},{0.179,13992},{0.148,5009},{0.109,727},{0.342,404},{0.902,508},{999,0},{999,0},{999,0},{999,0}}|119007|.053|201909|NDFD
CLE|12|po|00|{{0.000,30494},{0.001,52110},{0.031,50920},{0.252,30617},{0.385,20322},{0.753,12884},{0.964,12191},{0.973,2850},{0.946,1317},{0.944,4667},{0.956,3850},{999,0}}|222222|.228|201909|NDFD
ILN|12|po|00|{{0.000,33767},{0.001,50599},{0.046,50603},{0.192,28534},{0.544,10161},{0.575,4537},{0.924,1372},{0.981,3380},{0.704,81},{0.559,93},{0.742,329},{999,0}}|183456|.114|201909|NDFD
PBZ|12|po|00|{{0.000,21286},{0.000,33036},{0.038,57966},{0.241,29406},{0.597,13555},{0.899,9149},{0.877,2344},{0.847,2137},{0.781,2527},{0.933,1676},{999,0},{999,0}}|173082|.191|201909|NDFD
CTP|12|po|00|{{0.000,43974},{0.016,43094},{0.072,56212},{0.178,28363},{0.395,18188},{0.634,15808},{0.725,5865},{0.987,1222},{1.000,470},{1.000,302},{1.000,175},{1.000,2}}|213675|.156|201909|NDFD
CHS|12|po|00|{{0.000,51943},{0.004,29801},{0.036,36108},{0.229,26728},{0.260,5699},{0.278,1657},{1.000,124},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|152061|.063|201909|NDFD
CAE|12|po|00|{{0.000,45184},{0.000,25985},{0.032,29703},{0.382,13647},{0.610,1586},{0.635,1299},{0.327,1204},{999,0},{999,0},{999,0},{999,0},{999,0}}|118608|.070|201909|NDFD
GSP|12|po|00|{{0.000,18721},{0.001,85835},{0.016,44055},{0.089,18118},{0.158,6435},{0.214,4272},{0.529,5204},{0.892,2033},{1.000,274},{999,0},{999,0},{999,0}}|184947|.049|201909|NDFD
BTV|12|po|00|{{0.000,57025},{0.000,10890},{0.043,24569},{0.221,17525},{0.433,10623},{0.314,6226},{0.779,4974},{0.970,9353},{0.971,5064},{1.000,5344},{1.000,321},{999,0}}|151914|.231|201909|NDFD
LWX|12|po|00|{{0.000,30355},{0.000,42236},{0.034,33079},{0.114,44175},{0.296,21041},{0.328,14347},{0.425,1981},{0.092,1996},{999,0},{999,0},{999,0},{999,0}}|189210|.096|201909|NDFD
RNK|12|po|00|{{0.000,33404},{0.009,34105},{0.032,53308},{0.161,35508},{0.186,14464},{0.213,4586},{0.696,1140},{0.000,28},{0.000,4},{999,0},{999,0},{999,0}}|176547|.069|201909|NDFD
AKQ|12|po|00|{{0.000,64411},{0.000,39051},{0.013,61146},{0.117,19223},{0.410,12005},{0.564,7622},{0.591,9001},{0.754,3379},{999,0},{999,0},{999,0},{999,0}}|215838|.093|201909|NDFD
RLX|12|po|00|{{0.003,42596},{0.019,62702},{0.058,41815},{0.098,27043},{0.375,13608},{0.469,7054},{0.212,2375},{0.316,648},{999,0},{999,0},{999,0},{999,0}}|197841|.079|201909|NDFD
BMX|12|po|00|{{0.000,96939},{0.000,47147},{0.004,57773},{0.122,37430},{0.044,4674},{0.000,183},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244146|.021|201909|NDFD
HUN|12|po|00|{{0.000,22196},{0.000,28533},{0.009,9022},{0.111,14856},{0.001,2503},{0.106,2596},{0.404,850},{999,0},{999,0},{999,0},{999,0},{999,0}}|80556|.029|201909|NDFD
MOB|12|po|00|{{0.000,36240},{0.003,79684},{0.030,77479},{0.201,28561},{0.559,3361},{0.907,1189},{0.657,601},{999,0},{999,0},{999,0},{999,0},{999,0}}|227115|.051|201909|NDFD
LZK|12|po|00|{{0.004,29100},{0.000,102823},{0.013,70317},{0.433,20060},{0.260,11392},{0.416,15809},{0.411,21201},{0.353,9386},{0.445,7597},{0.465,3214},{1.000,14},{999,0}}|290913|.124|201909|NDFD
JAX|12|po|00|{{0.000,47890},{0.003,45925},{0.027,50103},{0.192,42670},{0.446,17656},{0.800,8685},{0.952,3371},{0.942,1039},{1.000,53},{999,0},{999,0},{999,0}}|217392|.132|201909|NDFD
EYW|12|po|00|{{999,0},{0.001,10001},{0.091,39572},{0.430,42223},{0.426,34920},{0.524,17834},{0.769,23541},{0.868,13283},{0.827,6184},{0.963,6035},{1.000,2421},{999,0}}|196014|.454|201909|NDFD
MLB|12|po|00|{{0.000,3307},{0.006,38127},{0.058,44509},{0.314,34943},{0.605,21119},{0.589,9869},{0.827,12012},{0.931,3841},{0.967,1030},{0.952,2692},{0.994,2357},{1.000,1502}}|175308|.304|201909|NDFD
MFL|12|po|00|{{0.039,22098},{0.065,26763},{0.084,38877},{0.321,39653},{0.385,25284},{0.509,21479},{0.618,15812},{0.495,5386},{0.650,3960},{0.181,998},{0.586,1042},{0.936,2117}}|203469|.280|201909|NDFD
TAE|12|po|00|{{0.000,122730},{0.004,134191},{0.078,60040},{0.276,16585},{0.509,3041},{0.093,442},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|337029|.034|201909|NDFD
TBW|12|po|00|{{0.001,80638},{0.009,31416},{0.062,56221},{0.189,30691},{0.337,20524},{0.520,4705},{0.634,2098},{0.753,486},{999,0},{999,0},{999,0},{999,0}}|226779|.091|201909|NDFD
FFC|12|po|00|{{0.001,28435},{0.001,143062},{0.026,71558},{0.181,25634},{0.402,7829},{0.747,590},{0.835,575},{999,0},{999,0},{999,0},{999,0},{999,0}}|277683|.039|201909|NDFD
LCH|12|po|00|{{0.000,2023},{0.004,86162},{0.108,69315},{0.173,82643},{0.511,16682},{0.609,11461},{0.803,6483},{0.878,3971},{0.938,5637},{0.979,5058},{1.000,533},{999,0}}|289968|.197|201909|NDFD
LIX|12|po|00|{{0.003,86579},{0.033,60579},{0.124,87828},{0.256,44062},{0.536,39558},{0.467,15821},{0.870,2201},{0.991,3215},{999,0},{999,0},{999,0},{999,0}}|339843|.171|201909|NDFD
SHV|12|po|00|{{0.000,69181},{0.011,67301},{0.012,75213},{0.113,66864},{0.152,7616},{0.315,4084},{0.442,3047},{0.681,3902},{0.862,3683},{0.983,6108},{999,0},{999,0}}|306999|.081|201909|NDFD
JAN|12|po|00|{{0.002,122503},{0.008,98401},{0.080,45566},{0.136,19019},{0.365,7695},{0.394,4784},{0.647,3039},{0.709,2622},{0.794,577},{999,0},{999,0},{999,0}}|304206|.053|201909|NDFD
ABQ|12|po|00|{{0.000,19419},{0.010,175817},{0.065,196630},{0.182,133557},{0.350,101216},{0.526,54710},{0.678,31893},{0.684,27333},{0.838,14794},{0.981,4609},{1.000,6201},{1.000,69}}|766248|.217|201909|NDFD
OUN|12|po|00|{{0.003,118492},{0.007,74219},{0.037,80199},{0.163,50363},{0.437,26696},{0.642,16672},{0.717,16243},{0.839,13448},{0.961,14577},{0.993,5039},{1.000,3821},{999,0}}|419769|.191|201909|NDFD
TSA|12|po|00|{{0.002,65107},{0.002,42376},{0.004,33251},{0.264,23276},{0.430,16593},{0.436,10765},{0.755,8659},{0.769,10130},{0.779,9637},{1.000,4412},{1.000,3251},{1.000,456}}|227913|.212|201909|NDFD
MEG|12|po|00|{{0.000,67547},{0.009,99696},{0.008,60972},{0.059,18708},{0.198,10241},{0.765,2681},{0.678,3020},{0.911,1748},{1.000,299},{1.000,3},{999,0},{999,0}}|264915|.040|201909|NDFD
MRX|12|po|00|{{0.001,31026},{0.003,36956},{0.014,46123},{0.183,19406},{0.168,7203},{0.173,2566},{0.487,528},{999,0},{999,0},{999,0},{999,0},{999,0}}|143808|.043|201909|NDFD
OHX|12|po|00|{{0.003,45289},{0.007,27123},{0.032,38279},{0.114,28241},{0.161,1597},{0.093,3371},{0.112,1126},{0.271,987},{999,0},{999,0},{999,0},{999,0}}|146013|.039|201909|NDFD
AMA|12|po|00|{{0.000,16685},{0.001,54089},{0.007,55245},{0.080,40598},{0.324,16239},{0.416,12789},{0.540,11156},{0.706,10745},{0.934,7597},{0.965,4531},{1.000,1389},{999,0}}|231063|.176|201909|NDFD
EWX|12|po|00|{{0.004,21944},{0.009,109933},{0.039,100094},{0.211,54889},{0.424,13077},{0.571,4353},{0.830,1954},{0.336,146},{999,0},{999,0},{999,0},{999,0}}|306390|.086|201909|NDFD
BRO|12|po|00|{{0.006,7272},{0.001,12705},{0.060,23107},{0.244,45878},{0.369,29842},{0.462,7573},{0.399,3227},{0.727,2553},{0.931,2880},{1.000,14},{999,0},{999,0}}|135051|.244|201909|NDFD
CRP|12|po|00|{{0.028,4372},{0.005,26156},{0.050,67014},{0.209,51118},{0.382,32189},{0.414,6554},{0.609,2845},{0.768,2039},{0.942,2677},{999,0},{999,0},{999,0}}|194964|.180|201909|NDFD
EPZ|12|po|00|{{0.000,3525},{0.014,52104},{0.048,56973},{0.126,44999},{0.329,37749},{0.516,25325},{0.584,19940},{0.782,13688},{0.929,7474},{0.875,649},{0.970,4032},{1.000,32}}|266490|.257|201909|NDFD
FWD|12|po|00|{{0.000,88498},{0.012,103622},{0.040,80831},{0.141,35533},{0.211,14941},{0.422,7963},{0.687,3654},{0.816,1757},{0.846,935},{0.299,154},{0.636,44},{999,0}}|337932|.062|201909|NDFD
HGX|12|po|00|{{0.000,11356},{0.039,53470},{0.169,69867},{0.229,46458},{0.483,27097},{0.580,22028},{0.497,8351},{0.846,3692},{0.770,4952},{0.943,5924},{0.912,3264},{1.000,833}}|257292|.276|201909|NDFD
LUB|12|po|00|{{0.000,14444},{0.000,39691},{0.025,34792},{0.185,34285},{0.323,15450},{0.430,9310},{0.555,9222},{0.547,6418},{0.920,7007},{0.999,5268},{1.000,10404},{999,0}}|186291|.252|201909|NDFD
MAF|12|po|00|{{0.000,215},{0.005,101394},{0.084,84964},{0.243,71861},{0.403,64979},{0.368,41639},{0.573,32386},{0.642,17474},{0.864,8700},{0.877,9664},{0.991,7640},{999,0}}|440916|.272|201909|NDFD
SJT|12|po|00|{{0.002,51990},{0.009,52094},{0.045,63009},{0.162,39244},{0.510,11452},{0.778,9225},{0.832,2091},{0.955,1033},{0.966,148},{999,0},{999,0},{999,0}}|230286|.112|201909|NDFD
FGZ|12|po|00|{{0.001,152559},{0.001,74691},{0.012,77584},{0.114,51657},{0.226,32309},{0.223,14474},{0.320,9118},{0.594,7403},{0.647,7802},{0.807,6389},{0.763,1449},{0.826,5250}}|440685|.092|201909|NDFD
PSR|12|po|00|{{0.000,120285},{0.006,58305},{0.101,30247},{0.164,22210},{0.230,13870},{0.380,7124},{0.573,9498},{0.562,9621},{0.756,7049},{0.929,2148},{1.000,728},{999,0}}|281085|.113|201909|NDFD
TWC|12|po|00|{{0.001,37050},{0.003,57656},{0.033,18763},{0.108,18162},{0.234,28882},{0.320,23880},{0.392,17367},{0.498,15875},{0.747,4379},{0.981,5198},{0.999,1940},{999,0}}|229152|.184|201909|NDFD
EKA|12|po|00|{{0.000,113191},{0.024,61364},{0.166,28418},{0.329,10477},{0.759,4346},{0.919,2373},{0.898,1553},{0.716,3166},{0.888,4101},{0.924,6221},{0.999,3872},{0.999,5736}}|244818|.154|201909|NDFD
LOX|12|po|00|{{0.000,122725},{0.000,145265},{0.036,14001},{0.032,750},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|282744|.002|201909|NDFD
STO|12|po|00|{{0.001,169339},{0.028,39574},{0.039,14966},{0.151,6392},{0.380,5902},{0.572,3312},{0.745,3693},{0.882,4478},{0.932,4092},{0.812,3347},{0.613,1294},{999,0}}|256389|.082|201909|NDFD
SGX|12|po|00|{{0.000,76288},{0.000,42329},{0.007,9154},{0.121,4395},{0.127,2139},{0.349,1336},{0.780,1447},{0.711,301},{0.400,35},{999,0},{999,0},{999,0}}|137424|.020|201909|NDFD
MTR|12|po|00|{{0.000,209422},{0.005,44598},{0.067,13404},{0.158,6077},{0.201,3333},{0.313,3295},{0.453,2223},{0.787,1098},{0.697,964},{0.106,283},{999,0},{999,0}}|284697|.022|201909|NDFD
HNX|12|po|00|{{0.000,201067},{0.011,17127},{0.001,13363},{0.033,1398},{0.063,651},{0.355,470},{0.198,116},{999,0},{999,0},{999,0},{999,0},{999,0}}|234192|.002|201909|NDFD
BOI|12|po|00|{{0.000,197471},{0.006,51967},{0.059,59268},{0.156,43882},{0.211,27094},{0.315,26054},{0.487,21413},{0.572,17906},{0.641,7053},{0.858,4455},{0.992,5205},{1.000,4222}}|465990|.135|201909|NDFD
PIH|12|po|00|{{0.000,110240},{0.000,25155},{0.084,34975},{0.245,31717},{0.322,20807},{0.466,23064},{0.544,19392},{0.668,10009},{0.891,7933},{0.840,6432},{0.912,4742},{0.997,290}}|294756|.212|201909|NDFD
BYZ|12|po|00|{{0.000,86265},{0.025,52145},{0.057,44989},{0.306,46878},{0.604,32106},{0.772,19209},{0.838,13647},{0.929,17606},{0.974,21725},{0.968,24920},{0.996,30883},{1.000,9089}}|399462|.414|201909|NDFD
GGW|12|po|00|{{0.009,55817},{0.025,63865},{0.191,40600},{0.514,25561},{0.669,13879},{0.611,8172},{0.872,8537},{0.922,12207},{0.981,23704},{0.990,24885},{1.000,21316},{1.000,25634}}|324177|.465|201909|NDFD
TFX|12|po|00|{{0.000,85764},{0.009,85662},{0.088,107755},{0.253,49006},{0.438,30735},{0.616,17785},{0.701,16722},{0.692,19369},{0.761,22355},{0.871,25303},{0.975,20211},{1.000,28352}}|509019|.313|201909|NDFD
MSO|12|po|00|{{0.000,86480},{0.003,70460},{0.062,36223},{0.154,27300},{0.262,28009},{0.331,27384},{0.419,26730},{0.515,23988},{0.588,23508},{0.559,25020},{0.812,13334},{0.993,14008}}|402444|.247|201909|NDFD
LKN|12|po|00|{{0.000,214800},{0.020,102452},{0.110,93856},{0.172,36801},{0.332,22863},{0.357,18776},{0.539,11606},{0.723,6910},{0.930,1435},{1.000,84},{1.000,3},{999,0}}|509586|.090|201909|NDFD
VEF|12|po|00|{{0.000,383772},{0.000,117905},{0.008,47692},{0.032,26872},{0.138,15042},{0.277,7273},{0.630,4400},{0.817,4122},{0.845,3225},{0.709,1778},{0.857,699},{999,0}}|612780|.026|201909|NDFD
REV|12|po|00|{{0.000,164857},{0.001,54599},{0.082,37038},{0.198,35971},{0.362,17066},{0.582,5492},{0.730,2291},{0.924,1238},{0.862,1012},{0.961,1261},{0.870,1125},{1.000,64}}|322014|.079|201909|NDFD
MFR|12|po|00|{{0.000,175357},{0.024,85975},{0.126,31472},{0.192,28696},{0.387,21764},{0.462,16289},{0.566,15750},{0.702,19347},{0.690,17520},{0.633,13413},{0.860,9416},{0.981,25468}}|460467|.225|201909|NDFD
PDT|12|po|00|{{0.000,121415},{0.000,73676},{0.034,47662},{0.122,53472},{0.246,28349},{0.421,20580},{0.542,17100},{0.657,14941},{0.766,12487},{0.939,9881},{0.962,7141},{0.978,6345}}|413049|.181|201909|NDFD
PQR|12|po|00|{{0.000,27033},{0.000,77876},{0.072,54314},{0.281,32019},{0.290,16122},{0.395,12764},{0.577,10588},{0.692,10852},{0.733,17228},{0.742,17550},{0.876,16724},{0.869,59436}}|352506|.364|201909|NDFD
SLC|12|po|00|{{0.001,235582},{0.003,134956},{0.063,113269},{0.163,66031},{0.162,22385},{0.350,20391},{0.584,17090},{0.718,12012},{0.906,8121},{0.956,4539},{0.988,3635},{1.000,2426}}|640437|.103|201909|NDFD
SEW|12|po|00|{{0.084,6051},{0.000,35600},{0.022,63900},{0.250,35688},{0.354,17027},{0.531,14242},{0.512,18122},{0.587,23993},{0.640,29039},{0.829,25382},{0.890,30913},{0.965,19243}}|319200|.418|201909|NDFD
OTX|12|po|00|{{0.000,48962},{0.010,82384},{0.052,77012},{0.208,52416},{0.293,31057},{0.314,25989},{0.367,25487},{0.563,24507},{0.679,12922},{0.938,6158},{0.958,4821},{0.990,2581}}|394296|.198|201909|NDFD
BOU|24|po|00|{{0.004,79901},{0.012,84213},{0.099,57384},{0.141,28069},{0.261,14279},{0.437,11009},{0.697,3155},{0.925,816},{1.000,107},{1.000,27},{999,0},{999,0}}|278960|.081|201909|NDFD
GJT|24|po|00|{{0.001,150646},{0.011,130805},{0.068,62435},{0.151,38273},{0.275,36504},{0.304,29358},{0.454,17468},{0.523,9303},{0.951,7216},{0.962,1324},{1.000,206},{999,0}}|483538|.107|201909|NDFD
PUB|24|po|00|{{0.005,29284},{0.006,118203},{0.062,86523},{0.128,29585},{0.270,20505},{0.378,9676},{0.558,4189},{0.708,4647},{0.724,2895},{0.804,735},{0.000,372},{999,0}}|306614|.090|201909|NDFD
LOT|24|po|00|{{0.016,23985},{0.007,31644},{0.145,20893},{0.293,13588},{0.523,14193},{0.595,12049},{0.758,7489},{0.892,5009},{0.980,2709},{0.910,2510},{0.952,3345},{1.000,3562}}|140976|.312|201909|NDFD
ILX|24|po|00|{{0.000,35686},{0.011,50605},{0.054,45750},{0.197,23048},{0.416,12351},{0.732,4337},{0.970,2202},{1.000,3259},{1.000,1998},{1.000,1692},{1.000,3775},{1.000,383}}|185086|.157|201909|NDFD
IND|24|po|00|{{0.019,42832},{0.026,48971},{0.101,33849},{0.219,14111},{0.186,5056},{0.266,2376},{0.429,2251},{999,0},{999,0},{999,0},{999,0},{999,0}}|149446|.074|201909|NDFD
IWX|24|po|00|{{0.022,52099},{0.046,28363},{0.273,26763},{0.515,18816},{0.610,10926},{0.590,5295},{0.543,3884},{0.635,4640},{0.806,3189},{0.998,1700},{1.000,239},{999,0}}|155914|.249|201909|NDFD
DVN|24|po|00|{{0.000,21839},{0.023,49966},{0.191,32791},{0.377,13463},{0.431,18378},{0.624,17409},{0.565,7291},{0.722,7920},{0.939,7561},{0.972,7959},{0.999,3084},{1.000,7963}}|195624|.342|201909|NDFD
DMX|24|po|00|{{0.059,22153},{0.073,62880},{0.236,46830},{0.437,31304},{0.641,19636},{0.905,15671},{0.877,14793},{0.860,22458},{0.945,15197},{0.920,9512},{1.000,11317},{1.000,2039}}|273790|.461|201909|NDFD
DDC|24|po|00|{{0.002,26984},{0.011,43356},{0.042,72361},{0.167,30327},{0.393,18583},{0.240,4126},{0.626,3105},{0.875,1733},{0.914,2760},{1.000,5447},{1.000,240},{999,0}}|209022|.137|201909|NDFD
GLD|24|po|00|{{0.014,45239},{0.037,60049},{0.036,46724},{0.180,26991},{0.355,5795},{0.159,4198},{0.416,2881},{0.675,3702},{1.000,1597},{1.000,860},{1.000,8},{999,0}}|198044|.092|201909|NDFD
TOP|24|po|00|{{0.000,25984},{0.027,33000},{0.089,39315},{0.323,14658},{0.375,9098},{0.553,4563},{0.704,3194},{0.476,6522},{0.639,2944},{0.758,2121},{0.852,6936},{1.000,319}}|148654|.203|201909|NDFD
ICT|24|po|00|{{0.000,26553},{0.016,55177},{0.045,48032},{0.194,27465},{0.395,10139},{0.603,5441},{0.512,7387},{0.668,7591},{0.801,6666},{0.683,2889},{0.994,3256},{999,0}}|200596|.175|201909|NDFD
JKL|24|po|00|{{0.003,27098},{0.019,39195},{0.157,25350},{0.213,6838},{0.476,2513},{0.565,1594},{0.522,6099},{0.864,587},{999,0},{999,0},{999,0},{999,0}}|109274|.110|201909|NDFD
LMK|24|po|00|{{0.002,59808},{0.005,52812},{0.099,47263},{0.135,13013},{0.736,2705},{0.387,4758},{0.563,3473},{999,0},{999,0},{999,0},{999,0},{999,0}}|183832|.069|201909|NDFD
PAH|24|po|00|{{0.005,57631},{0.009,78470},{0.055,50160},{0.202,22603},{0.517,15477},{0.792,3593},{0.843,1042},{999,0},{999,0},{999,0},{999,0},{999,0}}|228976|.087|201909|NDFD
DTX|24|po|00|{{0.003,36022},{0.060,62174},{0.120,75007},{0.319,27546},{0.689,32469},{0.720,18001},{0.788,20014},{0.851,24339},{0.930,21996},{0.940,25568},{0.952,13467},{1.000,6991}}|363594|.434|201909|NDFD
APX|24|po|00|{{0.013,21878},{0.009,26348},{0.167,23991},{0.422,20184},{0.514,17044},{0.596,16281},{0.713,12864},{0.871,8963},{0.834,6206},{0.806,10118},{0.953,6031},{1.000,18478}}|188386|.457|201909|NDFD
GRR|24|po|00|{{0.025,34134},{0.001,22540},{0.152,6096},{0.109,15290},{0.449,11839},{0.517,11317},{0.559,11321},{0.794,11925},{0.911,6170},{0.964,4055},{0.984,6033},{1.000,7582}}|148302|.361|201909|NDFD
MQT|24|po|00|{{0.000,44},{0.019,75327},{0.069,125328},{0.240,60303},{0.377,53687},{0.556,44352},{0.642,25095},{0.835,18227},{0.961,16507},{0.995,17396},{1.000,17225},{0.986,16627}}|470118|.357|201909|NDFD
DLH|24|po|00|{{0.000,5318},{0.059,64254},{0.130,71118},{0.404,49976},{0.550,30285},{0.698,21786},{0.782,17295},{0.874,31319},{0.963,20203},{0.999,17400},{0.987,20991},{1.000,16399}}|366344|.491|201909|NDFD
MPX|24|po|00|{{0.000,40132},{0.021,53044},{0.250,55236},{0.335,41000},{0.349,26761},{0.476,20998},{0.671,17966},{0.635,28074},{0.794,11499},{0.897,13600},{0.996,17622},{1.000,11812}}|337744|.381|201909|NDFD
EAX|24|po|00|{{0.000,25065},{0.013,86099},{0.090,54194},{0.170,17410},{0.259,8867},{0.325,5757},{0.573,3987},{0.730,6326},{0.918,7576},{0.884,4316},{0.977,3599},{1.000,6858}}|230054|.179|201909|NDFD
SGF|24|po|00|{{0.005,33001},{0.026,80021},{0.126,44101},{0.214,23310},{0.354,10314},{0.230,9896},{0.617,9252},{0.797,7023},{0.853,2742},{0.963,5148},{1.000,6148},{999,0}}|230956|.188|201909|NDFD
LSX|24|po|00|{{0.000,42394},{0.002,70699},{0.076,71263},{0.261,30178},{0.606,8042},{0.421,11856},{0.894,3916},{1.000,1644},{0.984,1109},{0.954,3408},{1.000,4772},{1.000,1013}}|250294|.154|201909|NDFD
GID|24|po|00|{{0.000,33921},{0.000,37840},{0.119,40642},{0.087,44520},{0.239,7484},{0.485,4674},{0.746,3180},{0.931,2600},{1.000,1412},{1.000,2708},{1.000,6127},{999,0}}|185108|.150|201909|NDFD
LBF|24|po|00|{{0.000,32298},{0.023,133346},{0.159,54380},{0.175,23111},{0.171,17464},{0.221,18682},{0.255,12505},{0.293,15241},{0.667,11956},{0.968,1960},{1.000,15},{999,0}}|320958|.126|201909|NDFD
OAX|24|po|00|{{0.000,22847},{0.015,39193},{0.202,38504},{0.351,41890},{0.536,19689},{0.535,15814},{0.748,11805},{0.790,6886},{0.731,4249},{0.789,3758},{1.000,5524},{1.000,2955}}|213114|.333|201909|NDFD
BIS|24|po|00|{{0.017,126727},{0.072,96364},{0.164,55813},{0.372,37230},{0.596,27706},{0.795,18743},{0.861,16496},{0.907,26328},{0.975,28710},{0.856,25198},{0.959,40420},{1.000,35723}}|535458|.421|201909|NDFD
FGF|24|po|00|{{0.000,59140},{0.022,77797},{0.121,68915},{0.361,41117},{0.553,37000},{0.603,24965},{0.638,17799},{0.784,22863},{0.862,23145},{0.889,17642},{0.943,12788},{0.960,40525}}|443696|.397|201909|NDFD
ABR|24|po|00|{{0.000,56748},{0.017,74512},{0.126,60499},{0.168,28731},{0.325,15302},{0.361,9054},{0.400,6516},{0.688,10014},{0.613,14978},{0.578,17024},{0.930,8621},{1.000,5495}}|307494|.208|201909|NDFD
UNR|24|po|00|{{0.005,143010},{0.099,55296},{0.363,40990},{0.378,38057},{0.550,28609},{0.738,33603},{0.688,23839},{0.663,17300},{0.867,17443},{0.947,12798},{0.993,3535},{999,0}}|414480|.325|201909|NDFD
FSD|24|po|00|{{0.000,28343},{0.131,63239},{0.108,61178},{0.305,46698},{0.466,18034},{0.569,9698},{0.821,15226},{0.849,14937},{0.861,12151},{0.986,5518},{1.000,4162},{1.000,3164}}|282348|.324|201909|NDFD
GRB|24|po|00|{{0.000,390},{0.007,39553},{0.085,29380},{0.239,31006},{0.417,18109},{0.767,14186},{0.870,9254},{0.667,15564},{0.938,9008},{0.905,16495},{0.985,8788},{1.000,151}}|191884|.413|201909|NDFD
ARX|24|po|00|{{0.000,22488},{0.056,32353},{0.105,24497},{0.220,11185},{0.341,20652},{0.567,14291},{0.767,14729},{0.837,16645},{0.769,10881},{0.803,5979},{0.996,21042},{1.000,2818}}|197560|.426|201909|NDFD
MKX|24|po|00|{{0.001,20892},{0.010,69963},{0.121,34430},{0.239,31628},{0.434,22719},{0.621,17784},{0.646,19317},{0.786,18995},{0.787,16892},{0.828,11011},{0.937,6339},{1.000,14974}}|284944|.365|201909|NDFD
CYS|24|po|00|{{0.014,98130},{0.014,112392},{0.173,55567},{0.344,18849},{0.613,18368},{0.548,16787},{0.780,14316},{0.914,10454},{0.937,1789},{0.970,266},{999,0},{999,0}}|346918|.179|201909|NDFD
RIW|24|po|00|{{0.002,128084},{0.015,136260},{0.053,75958},{0.119,43471},{0.247,25708},{0.410,28606},{0.499,31362},{0.641,30175},{0.841,22503},{0.972,20109},{0.993,17670},{0.989,2898}}|562804|.219|201909|NDFD
CAR|24|po|00|{{0.000,43738},{0.039,57162},{0.098,46060},{0.160,11833},{0.399,3382},{0.384,5670},{0.386,8498},{0.708,11442},{0.817,17034},{0.900,13159},{0.780,9403},{0.934,8833}}|236214|.275|201909|NDFD
GYX|24|po|00|{{0.002,78402},{0.019,41770},{0.056,51290},{0.338,16253},{0.705,15860},{0.637,14111},{0.590,11221},{0.756,13005},{0.738,11011},{0.922,7737},{0.875,1074},{999,0}}|261734|.237|201909|NDFD
BOX|24|po|00|{{0.000,51338},{0.030,44367},{0.116,38879},{0.248,17862},{0.372,8721},{0.465,6059},{0.795,10024},{0.836,5946},{0.190,1463},{0.456,2489},{1.000,72},{999,0}}|187220|.164|201909|NDFD
PHI|24|po|00|{{0.005,39315},{0.005,43392},{0.034,46952},{0.232,22850},{0.211,14089},{0.578,13534},{0.784,2776},{999,0},{999,0},{999,0},{999,0},{999,0}}|182908|.111|201909|NDFD
ALY|24|po|00|{{0.000,26820},{0.000,32201},{0.175,26855},{0.375,12794},{0.343,19128},{0.777,16866},{0.695,6971},{0.715,8251},{0.668,2200},{999,0},{999,0},{999,0}}|152086|.272|201909|NDFD
BGM|24|po|00|{{0.000,41051},{0.000,25926},{0.119,25593},{0.358,19246},{0.297,10821},{0.327,16391},{0.661,7811},{0.614,20540},{0.675,2565},{0.573,2915},{0.274,413},{999,0}}|173272|.230|201909|NDFD
BUF|24|po|00|{{0.000,38024},{0.000,21250},{0.020,38317},{0.190,25339},{0.401,27856},{0.450,18622},{0.394,10521},{0.761,14646},{0.921,8034},{0.555,2890},{0.285,1758},{0.000,1875}}|209132|.239|201909|NDFD
OKX|24|po|00|{{0.002,34002},{0.064,27350},{0.042,17429},{0.256,7811},{0.356,10488},{0.351,2553},{0.428,6539},{999,0},{999,0},{999,0},{999,0},{999,0}}|106172|.113|201909|NDFD
MHX|24|po|00|{{0.000,28719},{0.003,39369},{0.046,36363},{0.197,26382},{0.566,6752},{0.621,5388},{0.989,181},{999,0},{999,0},{999,0},{999,0},{999,0}}|143154|.100|201909|NDFD
RAH|24|po|00|{{0.000,18318},{0.000,56434},{0.036,41027},{0.090,27324},{0.294,7364},{0.641,1228},{0.920,435},{999,0},{999,0},{999,0},{999,0},{999,0}}|152130|.048|201909|NDFD
ILM|24|po|00|{{0.000,13196},{0.001,41714},{0.028,35345},{0.130,19340},{0.382,10365},{0.713,4568},{0.863,146},{999,0},{999,0},{999,0},{999,0},{999,0}}|124674|.087|201909|NDFD
CLE|24|po|00|{{0.001,30500},{0.004,49439},{0.142,59252},{0.198,33403},{0.252,23615},{0.370,11048},{0.650,11597},{0.814,8726},{0.668,1171},{0.829,2977},{1.000,1076},{999,0}}|232804|.190|201909|NDFD
ILN|24|po|00|{{0.000,37630},{0.017,55015},{0.040,53740},{0.174,19995},{0.227,16400},{0.316,8218},{0.529,974},{0.982,220},{999,0},{999,0},{999,0},{999,0}}|192192|.071|201909|NDFD
PBZ|24|po|00|{{0.000,32635},{0.007,48341},{0.009,23305},{0.159,26930},{0.286,17444},{0.442,12852},{0.686,15382},{0.887,3425},{0.875,1010},{999,0},{999,0},{999,0}}|181324|.165|201909|NDFD
CTP|24|po|00|{{0.011,55598},{0.001,31953},{0.040,38693},{0.160,32772},{0.463,18147},{0.716,21006},{0.750,18124},{0.858,4612},{0.931,1771},{0.654,1174},{999,0},{999,0}}|223850|.227|201909|NDFD
CHS|24|po|00|{{0.000,26346},{0.006,31379},{0.065,49255},{0.327,38159},{0.359,7962},{0.419,4103},{0.457,2096},{999,0},{999,0},{0.000,2},{999,0},{999,0}}|159302|.134|201909|NDFD
CAE|24|po|00|{{0.000,24536},{0.008,30387},{0.073,40206},{0.250,23217},{0.761,2486},{0.884,1546},{0.996,1878},{999,0},{999,0},{999,0},{999,0},{999,0}}|124256|.113|201909|NDFD
GSP|24|po|00|{{0.000,7779},{0.000,70000},{0.033,44690},{0.124,34644},{0.325,15543},{0.527,7956},{0.780,9395},{0.953,3611},{0.985,136},{999,0},{999,0},{999,0}}|193754|.134|201909|NDFD
BTV|24|po|00|{{0.000,50638},{0.034,12213},{0.055,25870},{0.245,7612},{0.225,7730},{0.580,8889},{0.697,16913},{0.759,18323},{0.860,7694},{0.782,2857},{1.000,409},{999,0}}|159148|.286|201909|NDFD
LWX|24|po|00|{{0.000,16301},{0.035,63173},{0.110,42334},{0.311,32389},{0.356,25033},{0.424,12909},{0.562,6081},{999,0},{999,0},{999,0},{999,0},{999,0}}|198220|.175|201909|NDFD
RNK|24|po|00|{{0.001,31626},{0.006,31636},{0.123,45196},{0.209,40747},{0.263,18775},{0.435,11401},{0.420,4147},{0.351,1309},{0.573,117},{999,0},{999,0},{999,0}}|184954|.143|201909|NDFD
AKQ|24|po|00|{{0.001,67293},{0.009,60481},{0.156,38076},{0.163,23368},{0.279,21167},{0.264,12316},{0.364,3415},{999,0},{999,0},{999,0},{999,0},{999,0}}|226116|.092|201909|NDFD
RLX|24|po|00|{{0.000,52987},{0.015,44536},{0.047,36664},{0.148,36394},{0.239,14816},{0.564,10110},{0.780,5401},{0.926,4723},{0.852,1631},{999,0},{999,0},{999,0}}|207262|.130|201909|NDFD
BMX|24|po|00|{{0.000,47489},{0.054,63490},{0.060,92585},{0.112,35658},{0.357,10560},{0.418,5990},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|255772|.075|201909|NDFD
HUN|24|po|00|{{0.001,26783},{0.014,24917},{0.477,8599},{0.230,14517},{0.322,7568},{0.266,2008},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|84392|.128|201909|NDFD
MOB|24|po|00|{{0.000,13990},{0.039,82676},{0.079,98137},{0.173,28374},{0.483,6643},{0.695,3926},{0.862,4184},{999,0},{999,0},{999,0},{999,0},{999,0}}|237930|.107|201909|NDFD
LZK|24|po|00|{{0.000,13877},{0.008,116382},{0.078,67145},{0.282,38492},{0.462,17116},{0.592,18236},{0.676,13316},{0.803,13927},{0.910,5651},{0.697,624},{999,0},{999,0}}|304766|.202|201909|NDFD
JAX|24|po|00|{{0.011,36411},{0.010,41043},{0.091,53613},{0.335,30555},{0.453,18598},{0.603,17946},{0.747,16789},{0.843,7097},{0.846,3004},{0.984,1263},{0.979,1255},{0.859,170}}|227744|.258|201909|NDFD
EYW|24|po|00|{{0.000,23},{0.000,8051},{0.038,35184},{0.357,29993},{0.395,42262},{0.550,32786},{0.806,34175},{0.770,14486},{0.475,2840},{0.994,5548},{999,0},{999,0}}|205348|.449|201909|NDFD
MLB|24|po|00|{{0.000,451},{0.011,32213},{0.052,32022},{0.332,38975},{0.596,31321},{0.662,11203},{0.857,5900},{0.743,10408},{0.926,9544},{0.777,3271},{1.000,1798},{1.000,6550}}|183656|.400|201909|NDFD
MFL|24|po|00|{{0.000,18795},{0.038,21656},{0.043,22345},{0.263,43483},{0.468,33654},{0.614,30231},{0.580,12976},{0.823,18720},{0.880,9209},{0.879,355},{1.000,1734},{999,0}}|213158|.378|201909|NDFD
TAE|24|po|00|{{0.000,36251},{0.009,149031},{0.094,105245},{0.212,39413},{0.472,14854},{0.522,5702},{0.727,2450},{1.000,132},{999,0},{999,0},{999,0},{999,0}}|353078|.089|201909|NDFD
TBW|24|po|00|{{0.012,51979},{0.038,36100},{0.200,44741},{0.260,46648},{0.565,18207},{0.743,17382},{0.601,7409},{0.759,5460},{0.968,7962},{0.889,1690},{999,0},{999,0}}|237578|.270|201909|NDFD
FFC|24|po|00|{{0.000,2250},{0.005,118020},{0.029,103802},{0.230,45099},{0.497,14871},{0.474,5267},{0.772,1459},{0.971,138},{999,0},{999,0},{999,0},{999,0}}|290906|.086|201909|NDFD
LCH|24|po|00|{{999,0},{0.006,84392},{0.092,49403},{0.339,61466},{0.533,33655},{0.638,20252},{0.918,11251},{0.961,18325},{0.997,7149},{1.000,8272},{1.000,9611},{999,0}}|303776|.361|201909|NDFD
LIX|24|po|00|{{0.002,61517},{0.022,58227},{0.157,81098},{0.383,61296},{0.452,52793},{0.489,22985},{0.825,9377},{0.999,8076},{1.000,657},{999,0},{999,0},{999,0}}|356026|.250|201909|NDFD
SHV|24|po|00|{{0.021,56504},{0.056,62749},{0.092,86459},{0.271,55522},{0.450,16119},{0.556,9511},{0.748,13972},{0.680,5923},{0.848,5514},{0.978,9345},{999,0},{999,0}}|321618|.213|201909|NDFD
JAN|24|po|00|{{0.001,63613},{0.021,129471},{0.054,67768},{0.173,27595},{0.389,14372},{0.751,10724},{0.831,4517},{0.826,632},{999,0},{999,0},{999,0},{999,0}}|318692|.091|201909|NDFD
ABQ|24|po|00|{{999,0},{0.007,156830},{0.061,225953},{0.199,155977},{0.381,113711},{0.522,69403},{0.662,44577},{0.821,18657},{0.956,10842},{1.000,5055},{1.000,1731},{999,0}}|802736|.234|201909|NDFD
OUN|24|po|00|{{0.002,96552},{0.005,94207},{0.030,76722},{0.135,59461},{0.412,30296},{0.559,30157},{0.585,20214},{0.454,14274},{0.540,11936},{0.621,5631},{1.000,308},{999,0}}|439758|.157|201909|NDFD
TSA|24|po|00|{{0.000,58981},{0.012,40711},{0.053,47968},{0.246,23002},{0.403,18451},{0.462,10832},{0.682,8141},{0.907,9040},{0.948,7746},{0.945,9284},{0.998,4610},{999,0}}|238766|.233|201909|NDFD
MEG|24|po|00|{{0.001,34823},{0.025,125848},{0.079,69797},{0.123,14791},{0.546,14479},{0.728,12464},{0.818,5325},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|277530|.115|201909|NDFD
MRX|24|po|00|{{0.002,22080},{0.003,51660},{0.084,27490},{0.243,28844},{0.423,6951},{0.594,8888},{0.667,4388},{0.465,355},{999,0},{999,0},{999,0},{999,0}}|150656|.138|201909|NDFD
OHX|24|po|00|{{0.005,46410},{0.012,29940},{0.072,27570},{0.279,33902},{0.411,6829},{0.759,6015},{0.897,2300},{999,0},{999,0},{999,0},{999,0},{999,0}}|152966|.141|201909|NDFD
AMA|24|po|00|{{0.000,18713},{0.001,48282},{0.038,61438},{0.057,47361},{0.339,22488},{0.501,16708},{0.737,10580},{0.923,4705},{0.683,1249},{0.959,10542},{999,0},{999,0}}|242066|.183|201909|NDFD
EWX|24|po|00|{{0.000,24281},{0.009,87710},{0.061,72432},{0.236,62858},{0.514,42649},{0.666,18400},{0.661,9186},{0.669,3464},{999,0},{999,0},{999,0},{999,0}}|320980|.195|201909|NDFD
BRO|24|po|00|{{0.045,2025},{0.028,11203},{0.107,16372},{0.393,48231},{0.511,21351},{0.665,20618},{0.742,12755},{0.766,3297},{0.747,4300},{1.000,758},{1.000,572},{999,0}}|141482|.440|201909|NDFD
CRP|24|po|00|{{0.000,3542},{0.011,17611},{0.106,35031},{0.328,59816},{0.550,46442},{0.521,20032},{0.616,11373},{0.663,7230},{0.720,2767},{0.896,404},{999,0},{999,0}}|204248|.361|201909|NDFD
EPZ|24|po|00|{{0.000,367},{0.053,34120},{0.092,76750},{0.216,55847},{0.396,49277},{0.485,32014},{0.755,17547},{0.746,8263},{0.916,4345},{1.000,650},{999,0},{999,0}}|279180|.287|201909|NDFD
FWD|24|po|00|{{0.000,68948},{0.018,100101},{0.098,84559},{0.270,38145},{0.309,18306},{0.351,18746},{0.409,13148},{0.471,9185},{0.849,2886},{999,0},{999,0},{999,0}}|354024|.127|201909|NDFD
HGX|24|po|00|{{0.000,13319},{0.064,39978},{0.165,42433},{0.369,34352},{0.578,45699},{0.762,32170},{0.786,18262},{0.824,11162},{0.920,11882},{0.968,12230},{1.000,7173},{1.000,884}}|269544|.473|201909|NDFD
LUB|24|po|00|{{0.000,8867},{0.005,44447},{0.066,25967},{0.145,23346},{0.227,31253},{0.364,19386},{0.602,18538},{0.715,9777},{0.184,5066},{0.438,8269},{1.000,246},{999,0}}|195162|.217|201909|NDFD
MAF|24|po|00|{{0.000,21989},{0.002,80457},{0.100,65668},{0.267,69777},{0.362,69336},{0.487,61883},{0.618,44112},{0.655,24821},{0.452,16504},{0.703,7193},{0.901,172},{999,0}}|461912|.296|201909|NDFD
SJT|24|po|00|{{0.000,36410},{0.013,51936},{0.058,69059},{0.113,51972},{0.498,17649},{0.558,11271},{0.869,2195},{0.954,667},{1.000,93},{999,0},{999,0},{999,0}}|241252|.117|201909|NDFD
FGZ|24|po|00|{{0.007,121298},{0.005,104327},{0.069,60716},{0.115,42988},{0.228,34049},{0.351,33300},{0.503,27005},{0.745,24529},{0.694,10015},{0.834,3281},{1.000,162},{999,0}}|461670|.155|201909|NDFD
PSR|24|po|00|{{0.000,115319},{0.002,83849},{0.063,27847},{0.196,14809},{0.447,13781},{0.490,15713},{0.543,13315},{0.708,8611},{0.795,1141},{1.000,85},{999,0},{999,0}}|294470|.112|201909|NDFD
TWC|24|po|00|{{0.000,26772},{0.003,47066},{0.073,42770},{0.275,30246},{0.378,23462},{0.419,22448},{0.442,19054},{0.517,11662},{0.753,7527},{0.992,6570},{0.991,2487},{999,0}}|240064|.246|201909|NDFD
EKA|24|po|00|{{0.002,129485},{0.050,50549},{0.110,23685},{0.289,13099},{0.496,9219},{0.584,7248},{0.765,5659},{0.742,4416},{0.820,4178},{0.844,4326},{0.934,3496},{0.958,1116}}|256476|.145|201909|NDFD
LOX|24|po|00|{{0.000,131146},{0.000,144402},{0.047,19246},{0.154,1121},{0.362,232},{0.951,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|296208|.004|201909|NDFD
STO|24|po|00|{{0.000,168395},{0.024,48981},{0.116,14470},{0.317,6668},{0.556,4748},{0.755,4311},{0.811,4116},{0.900,3699},{0.998,4514},{0.974,5870},{0.993,2826},{999,0}}|268598|.114|201909|NDFD
SGX|24|po|00|{{0.000,76744},{0.002,43063},{0.002,12850},{0.140,8201},{0.569,2522},{0.526,565},{0.957,23},{999,0},{999,0},{999,0},{999,0},{999,0}}|143968|.021|201909|NDFD
MTR|24|po|00|{{0.005,214105},{0.023,53425},{0.026,13863},{0.190,4646},{0.340,4538},{0.626,4597},{0.929,2305},{0.999,745},{1.000,30},{999,0},{999,0},{999,0}}|298254|.036|201909|NDFD
HNX|24|po|00|{{0.000,199235},{0.000,25127},{0.004,14061},{0.087,2715},{0.173,2260},{0.395,1042},{0.540,746},{0.032,156},{0.000,2},{999,0},{999,0},{999,0}}|245344|.006|201909|NDFD
BOI|24|po|00|{{0.009,162808},{0.038,125111},{0.113,56134},{0.182,28813},{0.310,18961},{0.369,20810},{0.481,19383},{0.563,16247},{0.627,15853},{0.799,13975},{0.949,8341},{1.000,1744}}|488180|.165|201909|NDFD
PIH|24|po|00|{{0.001,89729},{0.010,59582},{0.039,45658},{0.168,27281},{0.213,14624},{0.429,12332},{0.597,10887},{0.712,14594},{0.817,14290},{0.919,13449},{0.941,6215},{0.947,151}}|308792|.202|201909|NDFD
BYZ|24|po|00|{{0.000,107311},{0.053,70751},{0.220,41575},{0.228,20917},{0.561,27950},{0.762,29863},{0.852,33803},{0.922,27504},{0.902,15896},{0.974,15721},{0.998,23157},{1.000,4036}}|418484|.399|201909|NDFD
GGW|24|po|00|{{0.000,55898},{0.030,86390},{0.307,47164},{0.333,22084},{0.580,18973},{0.733,15209},{0.838,13275},{0.834,13432},{0.948,11113},{0.990,12403},{0.999,19169},{1.000,24504}}|339614|.399|201909|NDFD
TFX|24|po|00|{{0.003,134021},{0.017,49765},{0.177,100426},{0.315,49330},{0.328,33104},{0.462,28656},{0.591,28184},{0.712,30728},{0.749,32420},{0.795,18745},{0.934,15341},{1.000,12536}}|533256|.306|201909|NDFD
MSO|24|po|00|{{0.000,58767},{0.005,68273},{0.041,55147},{0.102,41201},{0.212,36979},{0.308,32310},{0.501,27992},{0.670,32064},{0.713,29504},{0.834,30076},{0.952,8660},{1.000,635}}|421608|.273|201909|NDFD
LKN|24|po|00|{{0.000,236231},{0.011,124902},{0.082,72813},{0.219,37783},{0.408,18323},{0.675,14448},{0.828,10183},{0.900,8657},{0.938,5859},{0.972,3681},{0.981,972},{999,0}}|533852|.111|201909|NDFD
VEF|24|po|00|{{0.000,406489},{0.002,122587},{0.034,56990},{0.090,30881},{0.199,11768},{0.265,6399},{0.511,4169},{0.665,2236},{0.631,434},{1.000,7},{999,0},{999,0}}|641960|.020|201909|NDFD
REV|24|po|00|{{0.000,155536},{0.004,78739},{0.059,47721},{0.421,17576},{0.528,9550},{0.723,9718},{0.787,7711},{0.856,4116},{0.985,5047},{1.000,1292},{1.000,342},{999,0}}|337348|.115|201909|NDFD
MFR|24|po|00|{{0.003,153237},{0.013,116355},{0.060,50081},{0.249,25765},{0.453,16000},{0.488,12726},{0.589,10893},{0.701,14079},{0.810,15773},{0.881,18105},{0.770,20355},{0.970,29025}}|482394|.236|201909|NDFD
PDT|24|po|00|{{0.000,91230},{0.003,117130},{0.051,50545},{0.257,37564},{0.323,23433},{0.336,23319},{0.356,19051},{0.559,17185},{0.753,17694},{0.907,22279},{0.908,11527},{0.953,1761}}|432718|.208|201909|NDFD
PQR|24|po|00|{{0.000,22024},{0.012,111173},{0.059,46599},{0.087,21085},{0.126,17593},{0.165,14340},{0.242,11982},{0.225,12427},{0.635,10004},{0.893,20818},{0.953,17479},{0.941,63768}}|369292|.319|201909|NDFD
SLC|24|po|00|{{0.000,247018},{0.007,139749},{0.032,120761},{0.230,77480},{0.323,32102},{0.506,19020},{0.609,13300},{0.870,7765},{0.981,4076},{0.993,5442},{0.999,3617},{1.000,604}}|670934|.106|201909|NDFD
SEW|24|po|00|{{0.072,349},{0.038,63714},{0.044,63755},{0.119,30994},{0.257,28011},{0.412,23646},{0.582,22082},{0.679,16476},{0.678,16730},{0.899,12764},{0.979,29799},{0.939,26080}}|334400|.378|201909|NDFD
OTX|24|po|00|{{0.000,52217},{0.020,89356},{0.103,89443},{0.220,50036},{0.297,28930},{0.569,21828},{0.666,17068},{0.779,15138},{0.914,14648},{0.916,19084},{0.966,12731},{1.000,2593}}|413072|.271|201909|NDFD
BOU|36|po|00|{{0.000,54762},{0.034,78687},{0.077,48905},{0.236,17846},{0.642,10876},{0.636,7730},{0.853,5149},{0.994,3012},{1.000,1191},{1.000,82},{999,0},{999,0}}|228240|.137|201909|NDFD
GJT|36|po|00|{{0.000,122507},{0.002,150833},{0.016,58235},{0.069,19207},{0.123,14972},{0.130,13918},{0.227,9923},{0.635,4725},{0.419,1302},{999,0},{999,0},{999,0}}|395622|.030|201909|NDFD
PUB|36|po|00|{{0.000,20345},{0.008,113472},{0.060,76751},{0.192,23003},{0.351,11160},{0.189,3753},{0.219,1083},{0.528,810},{0.087,184},{0.000,97},{0.000,208},{999,0}}|250866|.061|201909|NDFD
LOT|36|po|00|{{0.000,15140},{0.090,25232},{0.130,21441},{0.311,14204},{0.548,9014},{0.602,5778},{0.760,3523},{0.949,3222},{0.618,4125},{0.956,5264},{0.999,8401},{999,0}}|115344|.343|201909|NDFD
ILX|36|po|00|{{0.000,18813},{0.013,50728},{0.065,30034},{0.281,14501},{0.296,12792},{0.510,5287},{0.336,3263},{0.598,4391},{0.922,4733},{0.991,3868},{1.000,3024},{999,0}}|151434|.186|201909|NDFD
IND|36|po|00|{{0.000,31135},{0.019,43206},{0.023,22886},{0.049,9879},{0.068,4451},{0.023,2217},{0.009,1015},{0.852,3450},{1.000,3222},{1.000,813},{999,0},{999,0}}|122274|.075|201909|NDFD
IWX|36|po|00|{{0.013,36675},{0.097,22735},{0.107,32169},{0.251,9489},{0.243,6466},{0.756,3638},{0.640,2135},{0.685,3213},{0.679,4554},{0.880,4819},{1.000,1673},{999,0}}|127566|.199|201909|NDFD
DVN|36|po|00|{{0.124,12010},{0.020,33632},{0.027,27727},{0.194,12397},{0.521,11823},{0.702,11021},{0.675,11297},{0.786,11395},{0.845,8500},{0.989,14707},{0.945,5530},{0.000,17}}|160056|.392|201909|NDFD
DMX|36|po|00|{{0.000,5780},{0.017,70847},{0.045,19629},{0.275,18303},{0.348,12990},{0.302,14184},{0.447,23766},{0.743,18019},{0.917,14947},{0.942,7916},{0.987,17629},{999,0}}|224010|.350|201909|NDFD
DDC|36|po|00|{{0.000,16653},{0.003,51052},{0.023,36118},{0.094,31719},{0.103,11164},{0.571,10866},{0.529,2507},{0.625,4857},{0.556,4150},{0.537,1295},{0.466,637},{999,0}}|171018|.111|201909|NDFD
GLD|36|po|00|{{0.000,21273},{0.009,48142},{0.029,48447},{0.065,12461},{0.334,7041},{0.759,11381},{0.759,6172},{0.582,4553},{0.705,2566},{999,0},{999,0},{999,0}}|162036|.141|201909|NDFD
TOP|36|po|00|{{0.000,3387},{0.002,28973},{0.015,37965},{0.077,18541},{0.233,10087},{0.247,7282},{0.249,2021},{0.262,561},{0.838,1323},{0.982,2658},{1.000,8826},{1.000,2}}|121626|.159|201909|NDFD
ICT|36|po|00|{{0.000,10518},{0.003,43344},{0.018,50106},{0.144,21410},{0.380,11084},{0.281,8052},{0.672,4802},{0.986,2192},{0.943,2512},{0.819,7404},{0.919,2700},{999,0}}|164124|.164|201909|NDFD
JKL|36|po|00|{{0.005,17523},{0.003,42609},{0.070,18598},{0.201,7878},{0.249,2798},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.043|201909|NDFD
LMK|36|po|00|{{0.001,67832},{0.003,46323},{0.028,18516},{0.143,5209},{0.429,4139},{0.270,4688},{0.322,3093},{1.000,608},{999,0},{999,0},{999,0},{999,0}}|150408|.041|201909|NDFD
PAH|36|po|00|{{0.000,64327},{0.015,75664},{0.140,20469},{0.188,4444},{0.473,3183},{0.634,4854},{0.466,7141},{0.761,7044},{1.000,218},{999,0},{999,0},{999,0}}|187344|.098|201909|NDFD
DTX|36|po|00|{{0.078,42242},{0.075,44095},{0.315,49329},{0.314,34979},{0.415,31832},{0.630,16229},{0.818,20492},{0.853,12275},{0.875,10407},{0.923,19870},{0.778,8745},{0.650,6991}}|297486|.412|201909|NDFD
APX|36|po|00|{{0.068,11467},{0.126,33252},{0.442,22259},{0.428,12544},{0.495,14761},{0.745,9588},{0.838,9810},{0.779,12574},{0.956,10896},{0.992,13074},{1.000,2739},{1.000,1170}}|154134|.519|201909|NDFD
GRR|36|po|00|{{0.194,18789},{0.046,21054},{0.293,18926},{0.178,11684},{0.283,8720},{0.615,4333},{0.705,5389},{0.872,6170},{0.868,4679},{0.986,12747},{0.990,7254},{1.000,1593}}|121338|.428|201909|NDFD
MQT|36|po|00|{{999,0},{0.004,43702},{0.177,99834},{0.376,71147},{0.416,34823},{0.613,29912},{0.741,19313},{0.780,20520},{0.818,20167},{0.893,19091},{0.993,22931},{1.000,3202}}|384642|.435|201909|NDFD
DLH|36|po|00|{{0.000,17582},{0.004,42538},{0.135,77575},{0.209,27963},{0.328,19561},{0.541,17959},{0.662,19500},{0.727,23117},{0.684,17997},{0.805,15665},{0.998,12310},{1.000,7969}}|299736|.359|201909|NDFD
MPX|36|po|00|{{0.002,48749},{0.036,51927},{0.120,30969},{0.434,19448},{0.501,17393},{0.395,20931},{0.490,18615},{0.703,16865},{0.845,17657},{0.998,15816},{1.000,11933},{1.000,6033}}|276336|.365|201909|NDFD
EAX|36|po|00|{{0.000,18285},{0.002,51716},{0.041,42563},{0.207,13601},{0.347,16382},{0.565,16283},{0.758,7891},{0.937,1686},{0.767,1970},{0.964,5305},{0.976,7200},{1.000,5344}}|188226|.245|201909|NDFD
SGF|36|po|00|{{0.000,9132},{0.000,97977},{0.000,20342},{0.068,13487},{0.074,18056},{0.557,5459},{0.858,8592},{0.889,9610},{0.862,3569},{0.793,2134},{0.984,571},{1.000,35}}|188964|.141|201909|NDFD
LSX|36|po|00|{{0.000,19475},{0.007,86372},{0.045,31178},{0.255,18733},{0.322,21228},{0.546,6028},{0.268,6082},{0.340,3500},{0.415,2964},{0.821,6686},{0.883,2540},{999,0}}|204786|.140|201909|NDFD
GID|36|po|00|{{0.028,6661},{0.001,33135},{0.014,32782},{0.068,36178},{0.184,10762},{0.731,4397},{0.779,2402},{0.379,7910},{0.759,11106},{0.697,1586},{0.904,4533},{999,0}}|151452|.177|201909|NDFD
LBF|36|po|00|{{0.000,24146},{0.055,88852},{0.119,57526},{0.170,23495},{0.189,10741},{0.276,3401},{0.227,8135},{0.625,10781},{0.891,23957},{0.993,10536},{1.000,1032},{999,0}}|262602|.229|201909|NDFD
OAX|36|po|00|{{0.002,14749},{0.066,44187},{0.175,22924},{0.169,14160},{0.354,12647},{0.314,14013},{0.413,18625},{0.655,9573},{0.837,9405},{0.585,6300},{0.858,4942},{1.000,2841}}|174366|.292|201909|NDFD
BIS|36|po|00|{{0.034,56652},{0.129,130244},{0.174,66047},{0.247,41132},{0.241,32239},{0.350,17369},{0.521,11578},{0.916,26357},{0.990,13451},{0.989,16493},{0.867,8331},{0.999,18209}}|438102|.318|201909|NDFD
FGF|36|po|00|{{0.014,55121},{0.082,102246},{0.129,60284},{0.322,26413},{0.536,16323},{0.602,10211},{0.528,13920},{0.730,9324},{0.898,20411},{0.866,21985},{0.742,21088},{0.768,5698}}|363024|.308|201909|NDFD
ABR|36|po|00|{{0.000,60425},{0.013,74292},{0.297,26950},{0.577,32129},{0.579,16879},{0.706,8746},{0.792,2914},{0.963,1256},{1.000,4817},{1.000,12263},{1.000,9490},{1.000,1425}}|251586|.298|201909|NDFD
UNR|36|po|00|{{0.000,51230},{0.022,112454},{0.085,39047},{0.215,30615},{0.498,21485},{0.436,20312},{0.559,20640},{0.941,10252},{0.988,12620},{0.914,14898},{0.999,4836},{1.000,731}}|339120|.250|201909|NDFD
FSD|36|po|00|{{0.081,25047},{0.086,73229},{0.184,30543},{0.207,24262},{0.139,11180},{0.211,11393},{0.366,8720},{0.770,13782},{0.895,15097},{0.998,11792},{0.998,5908},{1.000,59}}|231012|.294|201909|NDFD
GRB|36|po|00|{{0.000,9938},{0.006,35297},{0.129,17492},{0.029,7135},{0.810,3885},{0.939,6094},{0.832,19862},{0.883,23106},{0.853,13627},{0.885,10262},{1.000,9965},{1.000,333}}|156996|.506|201909|NDFD
ARX|36|po|00|{{0.001,18901},{0.051,31993},{0.038,11892},{0.125,4698},{0.066,4307},{0.665,6425},{0.699,9795},{0.887,26540},{0.920,11837},{0.961,17665},{0.994,14756},{1.000,2831}}|161640|.514|201909|NDFD
MKX|36|po|00|{{0.055,20403},{0.045,59411},{0.111,26747},{0.591,15070},{0.586,7773},{0.468,9486},{0.704,14400},{0.815,19458},{0.813,14346},{0.883,18352},{0.974,18213},{1.000,9477}}|233136|.454|201909|NDFD
CYS|36|po|00|{{0.004,75829},{0.013,89290},{0.183,51608},{0.361,15067},{0.300,9217},{0.234,15803},{0.534,6309},{0.599,9579},{0.679,8396},{0.622,2744},{999,0},{999,0}}|283842|.138|201909|NDFD
RIW|36|po|00|{{0.001,135404},{0.009,110504},{0.054,72004},{0.284,35869},{0.443,26941},{0.498,24677},{0.610,12746},{0.653,10931},{0.763,17047},{0.907,13287},{0.736,1066},{999,0}}|460476|.174|201909|NDFD
CAR|36|po|00|{{0.000,24360},{0.001,37267},{0.162,37783},{0.154,15541},{0.250,16150},{0.609,12236},{0.692,9864},{0.492,12369},{0.556,9511},{0.878,8248},{0.971,9850},{1.000,87}}|193266|.285|201909|NDFD
GYX|36|po|00|{{0.000,44412},{0.001,32798},{0.059,42718},{0.231,31354},{0.525,19012},{0.479,16447},{0.452,7677},{0.656,15460},{0.994,2755},{0.881,1497},{0.062,16},{999,0}}|214146|.212|201909|NDFD
BOX|36|po|00|{{0.000,18532},{0.043,47312},{0.099,38308},{0.196,17555},{0.265,7609},{0.340,4024},{0.833,1779},{0.915,6531},{0.934,7438},{0.997,4092},{999,0},{999,0}}|153180|.203|201909|NDFD
PHI|36|po|00|{{0.000,42665},{0.006,30364},{0.046,39158},{0.156,4212},{0.194,6589},{0.485,15778},{0.606,10311},{0.965,575},{999,0},{999,0},{999,0},{999,0}}|149652|.123|201909|NDFD
ALY|36|po|00|{{0.000,8614},{0.001,23946},{0.043,37616},{0.322,16855},{0.324,13345},{0.411,8780},{0.728,7911},{0.902,4806},{0.995,1527},{1.000,933},{1.000,101},{999,0}}|124434|.222|201909|NDFD
BGM|36|po|00|{{0.000,21985},{0.010,30659},{0.042,27796},{0.212,18282},{0.395,13792},{0.762,12224},{0.787,6195},{0.938,7803},{1.000,1823},{1.000,1206},{1.000,3},{999,0}}|141768|.249|201909|NDFD
BUF|36|po|00|{{0.012,41330},{0.000,30005},{0.094,14681},{0.358,14054},{0.530,16408},{0.636,11942},{0.740,11754},{0.661,6003},{0.984,6466},{0.999,17241},{1.000,1224},{999,0}}|171108|.355|201909|NDFD
OKX|36|po|00|{{0.000,14478},{0.000,17094},{0.105,29221},{0.030,7089},{0.111,4080},{0.769,6107},{0.798,3973},{0.732,1710},{0.961,3116},{999,0},{999,0},{999,0}}|86868|.182|201909|NDFD
MHX|36|po|00|{{0.003,27311},{0.006,36881},{0.029,35475},{0.247,15140},{0.826,2319},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.060|201909|NDFD
RAH|36|po|00|{{0.000,29977},{0.001,41478},{0.014,23337},{0.059,24077},{0.112,5561},{0.000,40},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.019|201909|NDFD
ILM|36|po|00|{{0.000,10064},{0.000,41158},{0.025,27122},{0.079,14617},{0.257,6300},{0.239,1883},{0.248,745},{0.000,117},{999,0},{999,0},{999,0},{999,0}}|102006|.040|201909|NDFD
CLE|36|po|00|{{0.000,6388},{0.002,65297},{0.098,52834},{0.226,14490},{0.376,11215},{0.547,6218},{0.763,7871},{0.843,16086},{0.842,2125},{0.924,2752},{0.907,4401},{0.916,799}}|190476|.235|201909|NDFD
ILN|36|po|00|{{0.000,24359},{0.005,52973},{0.087,29868},{0.116,18720},{0.298,15950},{0.483,5961},{0.579,4508},{0.673,4360},{0.630,549},{999,0},{999,0},{999,0}}|157248|.118|201909|NDFD
PBZ|36|po|00|{{0.000,31109},{0.066,17658},{0.147,52985},{0.121,20926},{0.317,9624},{0.560,8523},{0.689,3116},{0.541,497},{0.770,840},{0.974,2224},{0.995,854},{999,0}}|148356|.171|201909|NDFD
CTP|36|po|00|{{0.000,41042},{0.008,48138},{0.134,40902},{0.175,28712},{0.490,12851},{0.645,3983},{0.950,3497},{1.000,3049},{1.000,577},{1.000,399},{999,0},{999,0}}|183150|.148|201909|NDFD
CHS|36|po|00|{{0.000,9598},{0.000,51245},{0.084,37499},{0.169,17737},{0.032,5687},{0.181,4736},{0.646,1934},{0.736,1013},{1.000,533},{1.000,355},{1.000,1},{999,0}}|130338|.077|201909|NDFD
CAE|36|po|00|{{0.000,16944},{0.000,39965},{0.111,33453},{0.201,6677},{0.649,1762},{0.532,1340},{0.456,1523},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.075|201909|NDFD
GSP|36|po|00|{{0.000,1860},{0.001,61199},{0.007,48662},{0.052,25669},{0.162,8234},{0.172,6671},{0.720,6231},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.055|201909|NDFD
BTV|36|po|00|{{0.000,41296},{0.038,2998},{0.056,18864},{0.094,18566},{0.219,13883},{0.618,12176},{0.913,11804},{0.985,2788},{1.000,1783},{1.000,4533},{1.000,1521},{999,0}}|130212|.268|201909|NDFD
LWX|36|po|00|{{0.000,21527},{0.004,72198},{0.093,26069},{0.062,20682},{0.076,12021},{0.401,9650},{0.095,21},{0.917,12},{999,0},{999,0},{999,0},{999,0}}|162180|.054|201909|NDFD
RNK|36|po|00|{{0.002,32137},{0.010,37135},{0.076,42439},{0.066,20740},{0.101,13904},{0.133,4115},{0.842,856},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.051|201909|NDFD
AKQ|36|po|00|{{0.001,61112},{0.000,32240},{0.031,49630},{0.144,21280},{0.256,12118},{0.770,3149},{0.963,3531},{0.592,1944},{999,0},{999,0},{999,0},{999,0}}|185004|.080|201909|NDFD
RLX|36|po|00|{{0.005,35944},{0.013,56858},{0.047,32364},{0.159,29126},{0.171,13215},{0.836,2032},{0.667,39},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.065|201909|NDFD
BMX|36|po|00|{{0.000,70346},{0.003,73364},{0.030,47070},{0.170,18488},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.023|201909|NDFD
HUN|36|po|00|{{0.000,17232},{0.000,24030},{0.026,15003},{0.064,5890},{0.045,3057},{0.075,1588},{0.451,2248},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.030|201909|NDFD
MOB|36|po|00|{{0.013,28632},{0.016,94723},{0.034,56686},{0.321,8713},{0.426,4271},{0.371,1465},{0.650,180},{999,0},{999,0},{999,0},{999,0},{999,0}}|194670|.047|201909|NDFD
LZK|36|po|00|{{0.000,41559},{0.003,92495},{0.023,61255},{0.326,18639},{0.295,15461},{0.274,12958},{0.599,2750},{0.923,2938},{1.000,1278},{1.000,21},{999,0},{999,0}}|249354|.086|201909|NDFD
JAX|36|po|00|{{0.000,2107},{0.003,86349},{0.089,49720},{0.288,20933},{0.307,7344},{0.354,5712},{0.597,5005},{0.970,3004},{1.000,1735},{1.000,1355},{1.000,2016},{1.000,1056}}|186336|.145|201909|NDFD
EYW|36|po|00|{{0.000,436},{0.002,6490},{0.093,23319},{0.166,27924},{0.310,31059},{0.663,21562},{0.822,37560},{0.803,12648},{0.504,2907},{0.868,4107},{999,0},{999,0}}|168012|.457|201909|NDFD
MLB|36|po|00|{{0.000,1220},{0.000,36559},{0.054,28546},{0.344,33342},{0.282,13509},{0.449,5812},{0.691,8134},{0.768,10245},{0.973,5581},{1.000,1316},{1.000,2210},{1.000,3790}}|150264|.304|201909|NDFD
MFL|36|po|00|{{999,0},{0.016,28658},{0.032,37111},{0.320,32048},{0.366,27414},{0.347,17703},{0.611,14542},{0.623,9642},{0.727,6578},{1.000,144},{1.000,562},{999,0}}|174402|.278|201909|NDFD
TAE|36|po|00|{{0.000,63636},{0.003,137090},{0.054,49098},{0.187,17618},{0.177,10019},{0.577,6949},{0.720,2233},{0.762,1548},{0.446,691},{999,0},{999,0},{999,0}}|288882|.053|201909|NDFD
TBW|36|po|00|{{0.004,51166},{0.004,52692},{0.064,32229},{0.158,18753},{0.265,18554},{0.270,11873},{0.575,4595},{0.220,1704},{0.222,2667},{0.678,149},{999,0},{999,0}}|194382|.089|201909|NDFD
FFC|36|po|00|{{0.000,3435},{0.001,120474},{0.023,89845},{0.129,18732},{0.523,3122},{0.724,2264},{0.683,142},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.033|201909|NDFD
LCH|36|po|00|{{999,0},{0.004,97674},{0.074,70724},{0.289,45139},{0.574,10250},{0.797,9794},{0.989,5114},{0.911,2603},{0.925,3282},{0.975,2736},{0.934,1228},{999,0}}|248544|.187|201909|NDFD
LIX|36|po|00|{{0.007,57175},{0.019,96453},{0.075,85082},{0.406,28652},{0.588,13224},{0.957,2211},{0.963,3478},{0.969,2630},{0.994,2103},{1.000,286},{999,0},{999,0}}|291294|.132|201909|NDFD
SHV|36|po|00|{{0.000,54019},{0.018,83931},{0.032,93943},{0.087,17979},{0.287,8621},{0.368,3723},{1.000,748},{1.000,178},{999,0},{999,0},{999,0},{999,0}}|263142|.041|201909|NDFD
JAN|36|po|00|{{0.001,74988},{0.012,144086},{0.031,35877},{0.046,4804},{0.000,993},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.012|201909|NDFD
ABQ|36|po|00|{{0.000,1370},{0.012,182747},{0.070,223542},{0.216,106539},{0.447,66354},{0.495,38908},{0.691,24868},{0.682,4234},{1.000,4504},{1.000,3709},{1.000,9},{999,0}}|656784|.180|201909|NDFD
OUN|36|po|00|{{0.000,32091},{0.005,121401},{0.022,68538},{0.145,46289},{0.418,28990},{0.665,29614},{0.837,13092},{0.984,10575},{1.000,9212},{999,0},{999,0},{999,0}}|359802|.198|201909|NDFD
TSA|36|po|00|{{0.000,18007},{0.001,87569},{0.073,20421},{0.419,15397},{0.569,18330},{0.445,17499},{0.864,7714},{0.979,3781},{1.000,4911},{1.000,1725},{999,0},{999,0}}|195354|.221|201909|NDFD
MEG|36|po|00|{{0.000,49541},{0.002,113832},{0.021,34903},{0.013,14818},{0.230,6078},{0.501,3081},{0.783,3031},{0.941,1773},{0.769,13},{999,0},{999,0},{999,0}}|227070|.036|201909|NDFD
MRX|36|po|00|{{0.000,31885},{0.004,34711},{0.032,30319},{0.162,21596},{0.196,4633},{0.026,117},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.045|201909|NDFD
OHX|36|po|00|{{0.000,69242},{0.011,10676},{0.009,18633},{0.076,14634},{0.091,8841},{0.198,3128},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.023|201909|NDFD
AMA|36|po|00|{{0.003,6988},{0.006,70300},{0.009,56595},{0.085,18403},{0.135,17604},{0.584,10197},{0.851,4926},{0.919,6823},{0.973,6215},{1.000,3},{999,0},{999,0}}|198054|.138|201909|NDFD
EWX|36|po|00|{{0.001,24659},{0.013,120453},{0.024,68348},{0.127,38059},{0.311,8130},{0.157,1977},{0.107,974},{0.150,20},{999,0},{999,0},{999,0},{999,0}}|262620|.042|201909|NDFD
BRO|36|po|00|{{0.053,6425},{0.009,8300},{0.073,29993},{0.222,32022},{0.286,22361},{0.224,4433},{0.631,2885},{0.664,4540},{0.932,4488},{1.000,311},{999,0},{999,0}}|115758|.228|201909|NDFD
CRP|36|po|00|{{0.000,1291},{0.009,32550},{0.043,41187},{0.166,48200},{0.277,26272},{0.389,6253},{0.665,4865},{0.657,2754},{0.733,2831},{0.506,778},{0.977,131},{999,0}}|167112|.164|201909|NDFD
EPZ|36|po|00|{{999,0},{0.016,33818},{0.131,86106},{0.253,38079},{0.355,29480},{0.611,19213},{0.555,16510},{0.527,4563},{0.898,649},{1.000,2},{999,0},{999,0}}|228420|.244|201909|NDFD
FWD|36|po|00|{{0.001,81742},{0.032,119410},{0.023,51259},{0.102,21859},{0.176,7929},{0.499,4445},{0.470,2681},{0.414,331},{999,0},{999,0},{999,0},{999,0}}|289656|.043|201909|NDFD
HGX|36|po|00|{{0.000,6393},{0.044,69783},{0.102,52794},{0.303,40911},{0.444,9438},{0.373,6908},{0.382,6293},{0.572,6897},{0.740,6448},{0.770,4880},{0.858,9589},{1.000,202}}|220536|.231|201909|NDFD
LUB|36|po|00|{{0.000,7669},{0.000,49670},{0.012,39804},{0.075,9717},{0.293,6186},{0.488,18622},{0.552,6400},{0.865,11112},{0.905,5924},{1.000,3432},{1.000,1142},{999,0}}|159678|.220|201909|NDFD
MAF|36|po|00|{{0.000,19165},{0.006,74781},{0.088,82627},{0.263,79556},{0.388,59268},{0.490,25531},{0.567,14393},{0.802,16715},{0.808,3286},{0.753,2179},{0.972,427},{999,0}}|377928|.239|201909|NDFD
SJT|36|po|00|{{0.000,38791},{0.007,71744},{0.049,45912},{0.181,25606},{0.740,9933},{0.755,3228},{0.595,1023},{0.927,708},{0.955,443},{999,0},{999,0},{999,0}}|197388|.096|201909|NDFD
FGZ|36|po|00|{{0.001,134016},{0.000,64792},{0.036,48702},{0.116,39826},{0.185,35352},{0.214,17600},{0.515,9872},{0.608,11376},{0.694,13051},{0.651,3143},{999,0},{999,0}}|377730|.106|201909|NDFD
PSR|36|po|00|{{0.000,90562},{0.001,56174},{0.152,27759},{0.252,20206},{0.379,18927},{0.588,5710},{0.621,8984},{0.660,8824},{0.931,3761},{1.000,23},{999,0},{999,0}}|240930|.145|201909|NDFD
TWC|36|po|00|{{0.000,8987},{0.003,67222},{0.038,27250},{0.324,22911},{0.390,19477},{0.187,14917},{0.596,14569},{0.675,11241},{0.734,6883},{0.756,2664},{0.932,295},{999,0}}|196416|.217|201909|NDFD
EKA|36|po|00|{{0.000,97057},{0.000,63818},{0.139,16850},{0.426,3747},{0.566,2284},{0.737,2577},{0.818,5636},{0.872,3763},{0.929,3568},{0.958,3700},{0.983,3084},{0.994,3760}}|209844|.137|201909|NDFD
LOX|36|po|00|{{0.000,105906},{0.000,101298},{0.011,32947},{0.000,1908},{0.000,232},{0.000,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.001|201909|NDFD
STO|36|po|00|{{0.000,133668},{0.002,45060},{0.057,14688},{0.286,7105},{0.553,5676},{0.715,4211},{0.943,3556},{0.959,2110},{0.966,1902},{0.993,1766},{1.000,20},{999,0}}|219762|.082|201909|NDFD
SGX|36|po|00|{{0.000,56670},{0.003,36164},{0.047,15840},{0.042,4723},{0.105,2523},{0.798,1715},{0.854,157},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.024|201909|NDFD
MTR|36|po|00|{{0.000,161474},{0.008,66165},{0.111,11558},{0.706,2035},{0.836,1540},{0.495,768},{0.092,358},{0.044,91},{0.000,37},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
HNX|36|po|00|{{0.000,147618},{0.001,38951},{0.005,8834},{0.010,2446},{0.012,1540},{0.204,1214},{0.489,133},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.002|201909|NDFD
BOI|36|po|00|{{0.000,156876},{0.006,96070},{0.072,41836},{0.289,23428},{0.369,18151},{0.410,15510},{0.551,14871},{0.462,13750},{0.729,10630},{0.832,3769},{1.000,4529},{999,0}}|399420|.134|201909|NDFD
PIH|36|po|00|{{0.001,86719},{0.001,44352},{0.102,45313},{0.201,18183},{0.378,16994},{0.533,17533},{0.725,12082},{0.713,6369},{0.701,3632},{1.000,1175},{1.000,271},{1.000,25}}|252648|.164|201909|NDFD
BYZ|36|po|00|{{0.000,52138},{0.007,79146},{0.069,58448},{0.334,43038},{0.540,29318},{0.830,18812},{0.752,16763},{0.786,8672},{0.970,9356},{1.000,15412},{0.992,9328},{1.000,1965}}|342396|.308|201909|NDFD
GGW|36|po|00|{{0.008,35635},{0.054,70987},{0.131,66277},{0.500,25299},{0.689,16546},{0.870,15798},{0.884,8420},{0.973,9702},{0.990,10876},{1.000,8294},{1.000,5552},{1.000,4480}}|277866|.347|201909|NDFD
TFX|36|po|00|{{0.001,60386},{0.032,96147},{0.076,94410},{0.238,67351},{0.331,31700},{0.555,24770},{0.791,26286},{0.860,20051},{0.980,11054},{1.000,3739},{1.000,379},{1.000,29}}|436302|.238|201909|NDFD
MSO|36|po|00|{{0.000,43560},{0.001,81492},{0.050,57108},{0.100,39886},{0.313,26929},{0.456,23815},{0.493,21809},{0.603,24150},{0.742,16413},{0.860,7352},{0.931,2291},{1.000,147}}|344952|.209|201909|NDFD
LKN|36|po|00|{{0.000,210012},{0.006,116826},{0.089,44666},{0.235,27522},{0.354,21559},{0.444,8998},{0.686,4032},{0.693,2073},{0.555,885},{0.093,215},{999,0},{999,0}}|436788|.063|201909|NDFD
VEF|36|po|00|{{0.000,310924},{0.001,112574},{0.017,54107},{0.060,25757},{0.291,8075},{0.552,4098},{0.736,4062},{0.864,5634},{0.222,9},{999,0},{999,0},{999,0}}|525240|.029|201909|NDFD
REV|36|po|00|{{0.000,177647},{0.011,24772},{0.119,26843},{0.337,21481},{0.449,14055},{0.677,8691},{0.774,1181},{1.000,795},{1.000,547},{999,0},{999,0},{999,0}}|276012|.091|201909|NDFD
MFR|36|po|00|{{0.001,145871},{0.011,110115},{0.162,26729},{0.261,14847},{0.520,16796},{0.684,11975},{0.722,10061},{0.826,13221},{0.810,12244},{0.875,7694},{0.847,6937},{0.981,18196}}|394686|.216|201909|NDFD
PDT|36|po|00|{{0.000,74537},{0.003,123776},{0.031,55342},{0.091,21927},{0.214,11708},{0.472,11741},{0.701,10783},{0.762,13695},{0.940,13938},{0.961,7479},{0.979,7801},{1.000,1315}}|354042|.168|201909|NDFD
PQR|36|po|00|{{0.000,23563},{0.001,100510},{0.036,43416},{0.160,19223},{0.248,12844},{0.411,13084},{0.589,15809},{0.683,14629},{0.721,14339},{0.898,15546},{0.847,13000},{0.999,16185}}|302148|.278|201909|NDFD
SLC|36|po|00|{{0.002,236322},{0.005,149753},{0.026,85592},{0.089,48656},{0.141,12265},{0.249,5544},{0.412,4916},{0.695,3340},{0.696,2558},{999,0},{999,0},{999,0}}|548946|.031|201909|NDFD
SEW|36|po|00|{{0.000,1534},{0.014,35771},{0.040,71216},{0.135,21126},{0.424,24289},{0.496,16149},{0.513,18896},{0.627,15880},{0.770,16632},{0.904,20962},{0.932,20608},{0.945,10537}}|273600|.384|201909|NDFD
OTX|36|po|00|{{0.000,58372},{0.013,96436},{0.094,57688},{0.207,28405},{0.289,23449},{0.383,21541},{0.335,15579},{0.401,11466},{0.528,11771},{0.749,5991},{0.953,7225},{0.800,45}}|337968|.163|201909|NDFD
BOU|48|po|00|{{0.001,50041},{0.019,80516},{0.081,47597},{0.184,17048},{0.286,16160},{0.514,10054},{0.546,4976},{0.509,1679},{0.663,169},{999,0},{999,0},{999,0}}|228240|.096|201909|NDFD
GJT|48|po|00|{{0.000,107958},{0.005,132444},{0.020,55233},{0.084,29233},{0.062,17582},{0.108,19816},{0.323,18052},{0.439,13117},{0.737,2068},{1.000,119},{999,0},{999,0}}|395622|.052|201909|NDFD
PUB|48|po|00|{{0.000,16328},{0.006,111827},{0.028,62175},{0.150,26039},{0.153,13727},{0.204,11974},{0.408,4665},{0.564,2157},{0.901,1602},{0.981,372},{999,0},{999,0}}|250866|.063|201909|NDFD
LOT|48|po|00|{{0.000,10221},{0.010,45685},{0.509,7282},{0.552,12123},{0.487,14004},{0.666,5841},{0.835,4051},{0.937,2907},{0.997,2473},{1.000,9149},{1.000,1608},{999,0}}|115344|.355|201909|NDFD
ILX|48|po|00|{{0.000,22724},{0.029,58538},{0.187,21531},{0.186,13287},{0.383,11349},{0.543,8286},{0.806,5289},{0.968,1920},{1.000,2390},{1.000,5233},{1.000,887},{999,0}}|151434|.209|201909|NDFD
IND|48|po|00|{{0.017,34228},{0.049,43844},{0.064,20188},{0.150,11948},{0.219,7935},{0.222,2169},{0.467,1123},{0.788,600},{0.929,239},{999,0},{999,0},{999,0}}|122274|.076|201909|NDFD
IWX|48|po|00|{{0.000,32736},{0.125,26685},{0.399,21477},{0.625,9263},{0.476,10244},{0.523,9622},{0.578,10616},{0.847,3851},{0.762,1454},{1.000,1618},{999,0},{999,0}}|127566|.311|201909|NDFD
DVN|48|po|00|{{0.000,7524},{0.007,54658},{0.250,26998},{0.477,8110},{0.202,7428},{0.582,4880},{0.828,9769},{0.830,11857},{0.884,8804},{0.997,9222},{1.000,10806},{999,0}}|160056|.381|201909|NDFD
DMX|48|po|00|{{0.000,18652},{0.024,60111},{0.256,39143},{0.597,11994},{0.787,7993},{0.921,9577},{0.933,21179},{0.813,19019},{0.716,15844},{0.918,12515},{0.998,7983},{999,0}}|224010|.445|201909|NDFD
DDC|48|po|00|{{0.001,25695},{0.014,54996},{0.031,45324},{0.142,11794},{0.401,12854},{0.347,4504},{0.543,6218},{0.950,2225},{1.000,4921},{1.000,2487},{999,0},{999,0}}|171018|.137|201909|NDFD
GLD|48|po|00|{{0.014,21424},{0.011,92061},{0.075,25616},{0.203,10860},{0.187,3543},{0.319,3038},{0.585,2364},{1.000,1194},{1.000,1349},{1.000,587},{999,0},{999,0}}|162036|.072|201909|NDFD
TOP|48|po|00|{{0.000,16911},{0.000,24368},{0.103,17312},{0.069,14147},{0.205,6398},{0.178,12049},{0.424,8177},{0.565,6410},{0.814,9472},{0.892,4083},{0.983,2299},{999,0}}|121626|.221|201909|NDFD
ICT|48|po|00|{{0.000,25510},{0.005,37289},{0.037,25013},{0.028,13138},{0.184,12696},{0.242,16041},{0.530,14586},{0.821,10447},{0.719,5224},{0.882,4166},{1.000,14},{999,0}}|164124|.191|201909|NDFD
JKL|48|po|00|{{0.000,9995},{0.016,44077},{0.069,17778},{0.300,7550},{0.518,8058},{0.263,1291},{0.018,333},{0.176,324},{999,0},{999,0},{999,0},{999,0}}|89406|.098|201909|NDFD
LMK|48|po|00|{{0.000,26439},{0.001,73321},{0.095,31827},{0.216,4099},{0.450,8436},{0.274,6284},{0.000,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.063|201909|NDFD
PAH|48|po|00|{{0.000,25754},{0.003,90572},{0.068,33064},{0.165,20398},{0.542,14186},{0.537,3248},{0.787,122},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.083|201909|NDFD
DTX|48|po|00|{{0.014,39871},{0.042,76146},{0.265,31077},{0.518,26938},{0.462,22003},{0.641,23180},{0.902,22535},{0.861,15226},{0.954,25660},{0.992,11456},{1.000,3394},{999,0}}|297486|.416|201909|NDFD
APX|48|po|00|{{0.000,10163},{0.021,45353},{0.216,13132},{0.260,11177},{0.374,13167},{0.566,10601},{0.778,8077},{0.815,11946},{0.896,12118},{0.974,11585},{0.999,6737},{1.000,78}}|154134|.406|201909|NDFD
GRR|48|po|00|{{0.000,18529},{0.000,33143},{0.200,7275},{0.526,9295},{0.614,8599},{0.464,5403},{0.312,8166},{0.826,6143},{0.962,9304},{0.976,12534},{1.000,2947},{999,0}}|121338|.378|201909|NDFD
MQT|48|po|00|{{0.001,14668},{0.054,87350},{0.127,94043},{0.234,44949},{0.440,37193},{0.424,25273},{0.686,21698},{0.863,16215},{0.893,13652},{0.788,10651},{0.843,18763},{1.000,187}}|384642|.311|201909|NDFD
DLH|48|po|00|{{0.004,8093},{0.038,77200},{0.413,65722},{0.448,32277},{0.714,39078},{0.772,21326},{0.745,8117},{0.942,5271},{0.854,6015},{0.974,20117},{0.998,16275},{1.000,245}}|299736|.471|201909|NDFD
MPX|48|po|00|{{0.000,25622},{0.049,67026},{0.315,43217},{0.409,41214},{0.528,25914},{0.584,10228},{0.783,12999},{0.823,16397},{0.840,15390},{0.964,10195},{1.000,7119},{1.000,1015}}|276336|.391|201909|NDFD
EAX|48|po|00|{{0.000,24980},{0.024,45929},{0.068,21899},{0.068,16655},{0.075,13374},{0.144,7891},{0.459,14650},{0.421,11643},{0.703,13648},{0.892,12495},{1.000,5062},{999,0}}|188226|.230|201909|NDFD
SGF|48|po|00|{{0.012,11561},{0.009,67910},{0.059,37944},{0.224,19771},{0.244,16735},{0.615,11373},{0.328,11152},{0.521,2957},{0.984,4505},{1.000,5056},{999,0},{999,0}}|188964|.176|201909|NDFD
LSX|48|po|00|{{0.004,17863},{0.023,84898},{0.126,41616},{0.226,16171},{0.355,9733},{0.385,13055},{0.548,9197},{0.875,2603},{0.995,2438},{1.000,6029},{1.000,1183},{999,0}}|204786|.178|201909|NDFD
GID|48|po|00|{{0.000,23220},{0.002,38061},{0.034,39580},{0.081,26996},{0.158,5833},{0.023,923},{0.056,1098},{0.607,7264},{1.000,533},{1.000,3677},{1.000,4267},{999,0}}|151452|.116|201909|NDFD
LBF|48|po|00|{{0.000,27897},{0.034,134440},{0.099,53712},{0.320,17923},{0.105,6688},{0.157,5840},{0.129,6032},{0.563,7440},{0.835,2063},{1.000,567},{999,0},{999,0}}|262602|.093|201909|NDFD
OAX|48|po|00|{{0.000,25346},{0.010,42797},{0.170,20912},{0.396,20101},{0.326,16961},{0.420,12359},{0.658,13270},{0.679,10855},{0.945,3099},{1.000,3884},{1.000,4782},{999,0}}|174366|.289|201909|NDFD
BIS|48|po|00|{{0.005,54593},{0.085,118430},{0.121,99018},{0.388,48193},{0.419,22279},{0.505,13329},{0.753,12273},{0.978,18292},{0.999,28366},{1.000,5482},{1.000,17847},{999,0}}|438102|.310|201909|NDFD
FGF|48|po|00|{{0.000,38495},{0.021,87292},{0.241,86243},{0.403,40573},{0.728,18001},{0.774,14035},{0.761,16257},{0.871,18258},{0.807,7642},{0.873,11916},{0.954,17657},{1.000,6655}}|363024|.362|201909|NDFD
ABR|48|po|00|{{0.036,39712},{0.070,101660},{0.050,53906},{0.103,14928},{0.283,6445},{0.335,7548},{0.484,4731},{0.926,16471},{0.942,5287},{0.962,898},{999,0},{999,0}}|251586|.161|201909|NDFD
UNR|48|po|00|{{0.034,51640},{0.125,159786},{0.154,43039},{0.466,18258},{0.506,18367},{0.748,10469},{0.813,14092},{0.970,13072},{1.000,8870},{1.000,1344},{1.000,183},{999,0}}|339120|.261|201909|NDFD
FSD|48|po|00|{{0.002,27773},{0.149,68028},{0.103,54251},{0.329,17965},{0.480,13743},{0.519,11701},{0.540,9723},{0.868,17188},{0.587,4544},{0.854,5337},{1.000,759},{999,0}}|231012|.271|201909|NDFD
GRB|48|po|00|{{0.000,13273},{0.024,32534},{0.216,32754},{0.352,18611},{0.525,10005},{0.871,9733},{0.852,6106},{0.641,5322},{0.820,10063},{0.896,13908},{0.958,4687},{999,0}}|156996|.395|201909|NDFD
ARX|48|po|00|{{0.000,19155},{0.056,26521},{0.189,46422},{0.612,6241},{0.759,6807},{0.917,5557},{0.993,9809},{0.832,10947},{0.695,5875},{0.892,11875},{0.991,11938},{1.000,493}}|161640|.434|201909|NDFD
MKX|48|po|00|{{0.000,20364},{0.002,77004},{0.127,17556},{0.391,12946},{0.503,19684},{0.582,17712},{0.777,10656},{0.735,11293},{0.814,14962},{0.972,18091},{0.978,12868},{999,0}}|233136|.371|201909|NDFD
CYS|48|po|00|{{0.000,68198},{0.019,107708},{0.101,46178},{0.417,23410},{0.571,18215},{0.644,14805},{0.840,4949},{0.860,379},{999,0},{999,0},{999,0},{999,0}}|283842|.144|201909|NDFD
RIW|48|po|00|{{0.000,129613},{0.021,117639},{0.101,70933},{0.315,46494},{0.524,31475},{0.627,25718},{0.738,17210},{0.822,13096},{0.872,7993},{0.851,275},{1.000,30},{999,0}}|460476|.190|201909|NDFD
CAR|48|po|00|{{0.000,27182},{0.002,35010},{0.075,44722},{0.153,20484},{0.549,4103},{0.606,14511},{0.586,8610},{0.685,7884},{0.875,15052},{0.556,9242},{0.870,6188},{0.457,278}}|193266|.268|201909|NDFD
GYX|48|po|00|{{0.003,61387},{0.012,24317},{0.140,32743},{0.520,22980},{0.550,20815},{0.561,24030},{0.790,13871},{0.831,9228},{0.864,4660},{0.983,115},{999,0},{999,0}}|214146|.302|201909|NDFD
BOX|48|po|00|{{0.000,21214},{0.000,38320},{0.190,16691},{0.344,28509},{0.382,15944},{0.453,10982},{0.863,12170},{0.738,8799},{0.588,452},{1.000,99},{999,0},{999,0}}|153180|.270|201909|NDFD
PHI|48|po|00|{{0.000,28395},{0.008,38904},{0.047,39144},{0.252,20878},{0.654,13699},{0.653,7231},{0.306,1310},{0.011,91},{999,0},{999,0},{999,0},{999,0}}|149652|.144|201909|NDFD
ALY|48|po|00|{{0.000,11226},{0.002,38385},{0.359,18760},{0.738,8011},{0.516,6673},{0.687,10674},{0.709,15139},{0.922,13313},{1.000,2087},{1.000,166},{999,0},{999,0}}|124434|.392|201909|NDFD
BGM|48|po|00|{{0.000,23157},{0.016,24013},{0.109,26103},{0.149,11797},{0.460,13317},{0.844,12363},{0.610,15673},{0.797,9550},{0.914,5036},{0.920,759},{999,0},{999,0}}|141768|.310|201909|NDFD
BUF|48|po|00|{{0.000,39237},{0.001,11071},{0.134,32817},{0.395,27134},{0.405,11764},{0.387,8577},{0.634,8668},{0.776,12177},{0.835,15627},{0.574,3757},{1.000,277},{1.000,2}}|171108|.314|201909|NDFD
OKX|48|po|00|{{0.000,9652},{0.001,22804},{0.079,18922},{0.292,14426},{0.662,17012},{0.398,3814},{0.063,238},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.213|201909|NDFD
MHX|48|po|00|{{0.000,20659},{0.003,34341},{0.012,19133},{0.178,19926},{0.214,12556},{0.458,6609},{0.575,2499},{0.999,1383},{1.000,20},{999,0},{999,0},{999,0}}|117126|.106|201909|NDFD
RAH|48|po|00|{{0.000,25516},{0.000,25549},{0.015,33333},{0.106,22825},{0.224,9835},{0.054,3305},{0.312,4107},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.053|201909|NDFD
ILM|48|po|00|{{0.000,39},{0.001,48125},{0.011,13152},{0.103,14976},{0.298,14210},{0.544,6488},{0.144,1475},{0.815,1793},{1.000,1538},{1.000,210},{999,0},{999,0}}|102006|.127|201909|NDFD
CLE|48|po|00|{{0.000,27301},{0.061,44377},{0.248,52119},{0.252,19374},{0.249,14790},{0.280,12915},{0.742,6414},{0.869,12218},{1.000,968},{999,0},{999,0},{999,0}}|190476|.232|201909|NDFD
ILN|48|po|00|{{0.000,285},{0.016,69745},{0.094,46492},{0.155,15639},{0.040,10214},{0.093,5434},{0.443,7311},{0.248,2128},{999,0},{999,0},{999,0},{999,0}}|157248|.080|201909|NDFD
PBZ|48|po|00|{{0.000,14991},{0.021,39907},{0.093,32257},{0.169,16070},{0.366,10773},{0.171,12430},{0.214,12880},{0.796,8660},{0.931,350},{1.000,38},{999,0},{999,0}}|148356|.152|201909|NDFD
CTP|48|po|00|{{0.025,27240},{0.001,37646},{0.056,29955},{0.237,25087},{0.397,20350},{0.534,23771},{0.666,13616},{0.873,4674},{0.439,807},{1.000,4},{999,0},{999,0}}|183150|.233|201909|NDFD
CHS|48|po|00|{{0.000,7799},{0.003,51535},{0.026,27620},{0.244,15093},{0.344,9390},{0.444,5385},{0.523,3670},{0.472,5448},{0.991,1170},{0.999,1478},{1.000,1025},{1.000,725}}|130338|.146|201909|NDFD
CAE|48|po|00|{{0.001,23511},{0.021,22235},{0.090,25602},{0.197,9394},{0.377,14671},{0.246,4936},{0.408,896},{0.233,391},{0.714,28},{999,0},{999,0},{999,0}}|101664|.117|201909|NDFD
GSP|48|po|00|{{999,0},{0.001,52263},{0.025,41938},{0.102,26637},{0.195,19789},{0.480,8209},{0.690,6770},{0.838,2055},{0.886,865},{999,0},{999,0},{999,0}}|158526|.118|201909|NDFD
BTV|48|po|00|{{0.000,28208},{0.000,24598},{0.146,23529},{0.335,2789},{0.323,2460},{0.767,5478},{0.720,14728},{0.819,15397},{0.823,6565},{0.926,5032},{1.000,1428},{999,0}}|130212|.339|201909|NDFD
LWX|48|po|00|{{0.001,9071},{0.047,78735},{0.054,21712},{0.128,20282},{0.314,15961},{0.319,12059},{0.525,4360},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.115|201909|NDFD
RNK|48|po|00|{{0.008,24118},{0.042,43327},{0.077,34125},{0.202,22858},{0.087,15295},{0.295,7524},{0.496,1995},{0.629,1676},{0.895,408},{999,0},{999,0},{999,0}}|151326|.100|201909|NDFD
AKQ|48|po|00|{{0.055,52919},{0.007,55478},{0.001,23818},{0.050,17386},{0.199,25612},{0.182,9791},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.060|201909|NDFD
RLX|48|po|00|{{0.000,28727},{0.030,81280},{0.016,4037},{0.041,14645},{0.369,24879},{0.607,11179},{0.676,4831},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.132|201909|NDFD
BMX|48|po|00|{{0.001,21307},{0.055,72192},{0.067,80252},{0.089,31612},{0.170,3877},{0.321,28},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.061|201909|NDFD
HUN|48|po|00|{{0.000,3377},{0.044,29049},{0.087,22480},{0.090,5377},{0.219,4929},{0.055,1670},{0.323,2166},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.081|201909|NDFD
MOB|48|po|00|{{0.012,2120},{0.037,79300},{0.072,76959},{0.150,19606},{0.189,6735},{0.524,4996},{0.737,3507},{0.115,1069},{0.045,378},{999,0},{999,0},{999,0}}|194670|.092|201909|NDFD
LZK|48|po|00|{{0.000,1842},{0.011,104068},{0.069,64718},{0.277,24731},{0.518,21606},{0.641,17682},{0.658,10825},{0.424,3073},{0.707,809},{999,0},{999,0},{999,0}}|249354|.176|201909|NDFD
JAX|48|po|00|{{999,0},{0.011,49992},{0.072,55134},{0.374,20754},{0.694,16687},{0.567,11852},{0.403,8970},{0.532,9586},{0.780,7772},{0.986,1978},{1.000,1674},{1.000,1937}}|186336|.273|201909|NDFD
EYW|48|po|00|{{0.000,324},{0.000,5897},{0.107,14833},{0.260,32806},{0.336,34729},{0.567,20491},{0.720,32936},{0.786,22265},{0.856,3731},{999,0},{999,0},{999,0}}|168012|.463|201909|NDFD
MLB|48|po|00|{{999,0},{0.009,32652},{0.048,24731},{0.239,25338},{0.593,20590},{0.587,10899},{0.743,8522},{0.750,12751},{0.921,9635},{0.830,3439},{1.000,1707},{999,0}}|150264|.369|201909|NDFD
MFL|48|po|00|{{0.000,1443},{0.003,18304},{0.159,23919},{0.252,31417},{0.314,23158},{0.443,22790},{0.429,25979},{0.809,18542},{0.731,8267},{0.161,583},{999,0},{999,0}}|174402|.352|201909|NDFD
TAE|48|po|00|{{0.000,28917},{0.007,102261},{0.092,82397},{0.185,38575},{0.299,16993},{0.375,10098},{0.095,3234},{0.058,3130},{0.027,2824},{0.055,453},{999,0},{999,0}}|288882|.086|201909|NDFD
TBW|48|po|00|{{0.003,27947},{0.001,30709},{0.065,42662},{0.170,35421},{0.334,17761},{0.327,10947},{0.385,7915},{0.949,11084},{0.869,3254},{0.820,6682},{999,0},{999,0}}|194382|.207|201909|NDFD
FFC|48|po|00|{{0.000,1541},{0.014,100756},{0.043,72754},{0.175,42295},{0.103,15988},{0.510,3928},{0.158,646},{0.000,106},{999,0},{999,0},{999,0},{999,0}}|238014|.066|201909|NDFD
LCH|48|po|00|{{0.000,325},{0.001,47708},{0.040,72591},{0.353,48852},{0.358,30759},{0.827,14295},{0.991,16257},{1.000,7017},{1.000,5294},{1.000,4106},{1.000,1340},{999,0}}|248544|.309|201909|NDFD
LIX|48|po|00|{{0.001,9330},{0.015,93293},{0.105,71185},{0.381,58278},{0.554,33026},{0.667,13962},{0.899,5736},{0.882,1519},{0.999,2042},{1.000,2923},{999,0},{999,0}}|291294|.241|201909|NDFD
SHV|48|po|00|{{0.015,47633},{0.032,86440},{0.083,63833},{0.275,24277},{0.490,19351},{0.415,8195},{0.708,5750},{0.899,3542},{0.939,3038},{1.000,1083},{999,0},{999,0}}|263142|.150|201909|NDFD
JAN|48|po|00|{{0.001,38708},{0.029,107761},{0.036,82105},{0.123,11384},{0.322,8171},{0.562,10697},{0.444,1922},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.065|201909|NDFD
ABQ|48|po|00|{{999,0},{0.005,150699},{0.043,218509},{0.155,116936},{0.354,83660},{0.556,48095},{0.722,18159},{0.911,12478},{0.991,5850},{1.000,2398},{999,0},{999,0}}|656784|.179|201909|NDFD
OUN|48|po|00|{{0.001,19989},{0.001,83488},{0.008,88889},{0.114,61086},{0.298,44979},{0.486,31573},{0.521,19159},{0.663,7478},{0.840,3096},{1.000,65},{999,0},{999,0}}|359802|.150|201909|NDFD
TSA|48|po|00|{{0.000,15274},{0.005,58615},{0.041,43517},{0.537,24224},{0.415,14489},{0.255,10319},{0.438,8528},{0.782,13589},{0.887,2181},{0.870,4618},{999,0},{999,0}}|195354|.226|201909|NDFD
MEG|48|po|00|{{0.000,12659},{0.013,111831},{0.114,61089},{0.222,16592},{0.641,22854},{0.952,1619},{1.000,423},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|227070|.126|201909|NDFD
MRX|48|po|00|{{0.000,20556},{0.001,26141},{0.050,40469},{0.160,17000},{0.679,11082},{0.425,4687},{0.302,1685},{0.594,1533},{0.189,111},{999,0},{999,0},{999,0}}|123264|.128|201909|NDFD
OHX|48|po|00|{{0.000,7358},{0.004,54433},{0.123,39377},{0.094,6866},{0.601,8906},{0.566,8214},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.125|201909|NDFD
AMA|48|po|00|{{0.000,15521},{0.026,60724},{0.020,51624},{0.254,30610},{0.474,19566},{0.574,8473},{0.769,2118},{0.998,1362},{1.000,2498},{1.000,5558},{999,0},{999,0}}|198054|.180|201909|NDFD
EWX|48|po|00|{{0.000,1276},{0.008,67783},{0.061,92556},{0.184,57613},{0.208,17426},{0.111,9756},{0.320,10019},{0.613,5630},{0.476,561},{999,0},{999,0},{999,0}}|262620|.108|201909|NDFD
BRO|48|po|00|{{999,0},{0.053,1290},{0.114,24416},{0.357,33621},{0.479,20180},{0.623,15021},{0.405,9797},{0.648,7339},{0.999,1534},{1.000,2560},{999,0},{999,0}}|115758|.403|201909|NDFD
CRP|48|po|00|{{0.000,50},{0.012,6605},{0.085,35157},{0.345,51312},{0.453,39757},{0.505,12779},{0.359,10786},{0.551,8363},{0.163,1856},{0.157,447},{999,0},{999,0}}|167112|.323|201909|NDFD
EPZ|48|po|00|{{0.000,1679},{0.012,23103},{0.173,73799},{0.263,57879},{0.390,30734},{0.549,20648},{0.646,10853},{0.910,8792},{0.741,933},{999,0},{999,0},{999,0}}|228420|.294|201909|NDFD
FWD|48|po|00|{{0.001,39021},{0.003,97288},{0.052,86097},{0.186,25255},{0.409,19843},{0.376,9690},{0.134,3801},{0.198,3219},{0.179,2977},{0.438,2235},{0.778,230},{999,0}}|289656|.083|201909|NDFD
HGX|48|po|00|{{0.010,99},{0.081,26543},{0.106,61002},{0.329,36519},{0.587,43986},{0.722,8236},{0.792,5227},{0.837,8687},{0.916,9404},{0.925,7368},{0.945,12264},{0.858,1201}}|220536|.417|201909|NDFD
LUB|48|po|00|{{0.000,178},{0.001,34919},{0.052,45071},{0.150,12255},{0.342,24104},{0.510,23391},{0.261,8171},{0.212,8042},{0.454,1422},{0.883,1639},{1.000,486},{999,0}}|159678|.193|201909|NDFD
MAF|48|po|00|{{999,0},{0.004,69699},{0.093,86012},{0.240,63072},{0.328,65952},{0.510,51747},{0.544,26891},{0.660,12115},{0.984,2440},{999,0},{999,0},{999,0}}|377928|.255|201909|NDFD
SJT|48|po|00|{{0.000,22131},{0.006,36447},{0.043,80101},{0.062,38256},{0.390,14653},{0.720,3724},{0.927,1664},{0.985,412},{999,0},{999,0},{999,0},{999,0}}|197388|.083|201909|NDFD
FGZ|48|po|00|{{0.010,91719},{0.001,73629},{0.063,68342},{0.156,36853},{0.187,27216},{0.451,25881},{0.612,33844},{0.625,16822},{0.754,2821},{0.806,603},{999,0},{999,0}}|377730|.163|201909|NDFD
PSR|48|po|00|{{0.000,71942},{0.008,84481},{0.125,26989},{0.322,17684},{0.580,15916},{0.517,13815},{0.618,9005},{0.640,1052},{0.870,46},{999,0},{999,0},{999,0}}|240930|.135|201909|NDFD
TWC|48|po|00|{{0.000,2921},{0.016,55501},{0.079,41434},{0.246,23322},{0.306,18128},{0.411,19480},{0.690,21958},{0.823,8797},{0.982,3483},{1.000,1383},{1.000,9},{999,0}}|196416|.258|201909|NDFD
EKA|48|po|00|{{0.000,82221},{0.008,71478},{0.078,14975},{0.397,7251},{0.671,7545},{0.680,7442},{0.845,5899},{0.776,5633},{0.897,3467},{0.957,2626},{0.884,1160},{0.721,147}}|209844|.147|201909|NDFD
LOX|48|po|00|{{0.000,108403},{0.000,105414},{0.031,25743},{0.076,2792},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.004|201909|NDFD
STO|48|po|00|{{0.000,128105},{0.019,51792},{0.173,12202},{0.296,5854},{0.782,3741},{0.875,4083},{0.868,4068},{0.940,4760},{0.985,4846},{0.993,300},{1.000,11},{999,0}}|219762|.111|201909|NDFD
SGX|48|po|00|{{0.002,47825},{0.003,42010},{0.110,15387},{0.107,7308},{0.156,3190},{0.550,1936},{0.228,136},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.036|201909|NDFD
MTR|48|po|00|{{0.004,180543},{0.036,38522},{0.172,12915},{0.598,4665},{0.464,7369},{1.000,12},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.043|201909|NDFD
HNX|48|po|00|{{0.000,140353},{0.000,36390},{0.012,19392},{0.150,2001},{0.555,1332},{0.515,618},{0.566,341},{0.761,243},{0.879,66},{999,0},{999,0},{999,0}}|200736|.010|201909|NDFD
BOI|48|po|00|{{0.010,144768},{0.017,96945},{0.074,69917},{0.155,24694},{0.328,10679},{0.271,4871},{0.276,5785},{0.343,7712},{0.482,9675},{0.826,14089},{0.927,10285},{999,0}}|399420|.118|201909|NDFD
PIH|48|po|00|{{0.000,56725},{0.015,76589},{0.095,55640},{0.181,26396},{0.220,9176},{0.237,11479},{0.560,7302},{0.855,5522},{0.953,1269},{0.894,1036},{0.803,1431},{0.843,83}}|252648|.111|201909|NDFD
BYZ|48|po|00|{{0.000,39775},{0.044,130665},{0.249,48572},{0.377,22798},{0.692,22335},{0.825,24434},{0.878,22938},{0.904,17101},{0.942,8127},{1.000,5259},{1.000,392},{999,0}}|342396|.324|201909|NDFD
GGW|48|po|00|{{0.003,65173},{0.136,71109},{0.270,40200},{0.317,30923},{0.614,18853},{0.848,11167},{0.944,11242},{0.994,16833},{1.000,6968},{0.998,4081},{1.000,1317},{999,0}}|277866|.329|201909|NDFD
TFX|48|po|00|{{0.001,78441},{0.061,116486},{0.163,78695},{0.376,47939},{0.399,25698},{0.462,20058},{0.567,19637},{0.672,24962},{0.680,17267},{0.875,6191},{1.000,928},{999,0}}|436302|.238|201909|NDFD
MSO|48|po|00|{{0.000,37050},{0.002,92441},{0.019,46788},{0.147,40235},{0.315,28835},{0.236,21676},{0.409,16853},{0.689,15125},{0.825,19537},{0.903,21880},{0.886,4532},{999,0}}|344952|.227|201909|NDFD
LKN|48|po|00|{{0.000,203938},{0.002,101541},{0.036,63452},{0.229,31083},{0.501,14893},{0.823,7870},{0.878,4687},{0.882,4449},{0.900,2401},{0.976,1643},{0.976,831},{999,0}}|436788|.083|201909|NDFD
VEF|48|po|00|{{0.000,322411},{0.001,94953},{0.028,55247},{0.208,30509},{0.283,12684},{0.502,5155},{0.581,2522},{0.584,1740},{0.947,19},{999,0},{999,0},{999,0}}|525240|.032|201909|NDFD
REV|48|po|00|{{0.000,125638},{0.000,72622},{0.069,22184},{0.314,31298},{0.573,9435},{0.960,3428},{0.983,3967},{0.987,4752},{1.000,1940},{1.000,748},{999,0},{999,0}}|276012|.114|201909|NDFD
MFR|48|po|00|{{0.002,130373},{0.015,111748},{0.111,44234},{0.344,17422},{0.674,8962},{0.860,5170},{0.911,3192},{0.799,5961},{0.899,15342},{0.889,14262},{0.948,11457},{0.989,26563}}|394686|.240|201909|NDFD
PDT|48|po|00|{{0.000,78292},{0.000,105218},{0.039,45806},{0.072,25937},{0.229,18580},{0.371,14467},{0.490,13082},{0.619,13867},{0.803,15962},{0.811,15996},{0.967,6217},{0.974,618}}|354042|.171|201909|NDFD
PQR|48|po|00|{{0.001,27481},{0.005,72046},{0.051,41112},{0.152,18688},{0.241,19142},{0.370,14912},{0.538,14640},{0.536,13082},{0.685,9797},{0.810,15730},{0.985,26698},{0.978,28820}}|302148|.345|201909|NDFD
SLC|48|po|00|{{0.000,177739},{0.005,159126},{0.017,107110},{0.060,60676},{0.160,24806},{0.441,11987},{0.438,6857},{0.395,635},{0.800,10},{999,0},{999,0},{999,0}}|548946|.034|201909|NDFD
SEW|48|po|00|{{0.000,379},{0.058,41173},{0.041,44587},{0.256,21450},{0.424,28107},{0.490,31266},{0.590,23142},{0.528,19150},{0.744,14388},{0.869,12968},{0.995,19959},{0.911,17031}}|273600|.431|201909|NDFD
OTX|48|po|00|{{0.021,77459},{0.028,61322},{0.085,48828},{0.176,35428},{0.300,28957},{0.478,23626},{0.683,15163},{0.831,17753},{0.862,14638},{0.952,11747},{0.998,2454},{1.000,593}}|337968|.253|201909|NDFD
BOU|60|po|00|{{0.000,35404},{0.012,67082},{0.077,66782},{0.178,22666},{0.400,14331},{0.670,12712},{0.810,7167},{1.000,1403},{1.000,692},{1.000,1},{999,0},{999,0}}|228240|.141|201909|NDFD
GJT|60|po|00|{{0.000,105006},{0.002,120668},{0.022,64090},{0.109,42566},{0.167,32929},{0.286,18478},{0.393,10340},{0.244,1545},{999,0},{999,0},{999,0},{999,0}}|395622|.054|201909|NDFD
PUB|60|po|00|{{0.000,20695},{0.011,85172},{0.044,78312},{0.154,31477},{0.218,17158},{0.329,12970},{0.147,4286},{0.262,774},{0.000,22},{999,0},{999,0},{999,0}}|250866|.072|201909|NDFD
LOT|60|po|00|{{0.000,11756},{0.150,28562},{0.195,8859},{0.115,9788},{0.422,8358},{0.608,9931},{0.659,8654},{0.893,6475},{0.996,10106},{0.995,8779},{1.000,4076},{999,0}}|115344|.443|201909|NDFD
ILX|60|po|00|{{0.000,24168},{0.034,37082},{0.035,19001},{0.036,10154},{0.243,12760},{0.383,17198},{0.552,7246},{0.618,6962},{0.959,10147},{1.000,4467},{1.000,2249},{999,0}}|151434|.242|201909|NDFD
IND|60|po|00|{{0.000,23870},{0.019,39183},{0.018,29796},{0.082,8901},{0.125,6928},{0.079,6137},{0.816,564},{1.000,3487},{1.000,2052},{1.000,1356},{999,0},{999,0}}|122274|.088|201909|NDFD
IWX|60|po|00|{{0.000,26806},{0.079,24076},{0.064,23595},{0.138,11970},{0.327,12914},{0.319,5788},{0.494,4574},{0.737,5098},{0.924,5433},{1.000,2721},{1.000,4591},{999,0}}|127566|.231|201909|NDFD
DVN|60|po|00|{{0.000,2989},{0.050,43031},{0.211,25337},{0.160,7826},{0.361,7558},{0.830,13364},{0.837,13852},{0.753,18355},{0.950,13748},{0.992,10791},{1.000,3205},{999,0}}|160056|.468|201909|NDFD
DMX|60|po|00|{{0.108,6597},{0.046,47129},{0.035,49108},{0.181,22244},{0.422,20358},{0.600,31431},{0.615,22677},{0.909,10641},{1.000,4626},{1.000,8385},{1.000,814},{999,0}}|224010|.328|201909|NDFD
DDC|60|po|00|{{0.000,8934},{0.020,69607},{0.055,38739},{0.038,13657},{0.129,12468},{0.219,10568},{0.153,6908},{0.696,2767},{0.672,4784},{0.397,2576},{1.000,10},{999,0}}|171018|.089|201909|NDFD
GLD|60|po|00|{{0.000,10451},{0.007,52346},{0.016,54392},{0.225,15015},{0.319,12306},{0.783,7282},{0.807,1640},{0.898,2122},{0.655,6408},{0.000,74},{999,0},{999,0}}|162036|.134|201909|NDFD
TOP|60|po|00|{{0.000,9062},{0.000,18463},{0.040,31156},{0.049,26641},{0.093,10261},{0.315,5248},{0.617,3385},{0.863,2797},{0.982,6363},{0.925,5174},{1.000,3076},{999,0}}|121626|.196|201909|NDFD
ICT|60|po|00|{{0.000,15442},{0.005,34156},{0.047,36529},{0.117,20528},{0.195,11522},{0.288,13061},{0.561,10475},{0.754,11113},{0.714,7284},{0.936,3521},{0.966,493},{999,0}}|164124|.204|201909|NDFD
JKL|60|po|00|{{0.000,14465},{0.021,40880},{0.169,17418},{0.123,13605},{0.187,2827},{0.597,211},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.069|201909|NDFD
LMK|60|po|00|{{0.000,35436},{0.016,74314},{0.075,21377},{0.084,7844},{0.212,5348},{0.366,3893},{0.989,1783},{1.000,413},{999,0},{999,0},{999,0},{999,0}}|150408|.054|201909|NDFD
PAH|60|po|00|{{0.001,39217},{0.007,85184},{0.029,34229},{0.158,4856},{0.472,3972},{0.399,8195},{0.675,8632},{0.958,2844},{1.000,215},{999,0},{999,0},{999,0}}|187344|.087|201909|NDFD
DTX|60|po|00|{{0.001,39825},{0.051,56505},{0.239,37501},{0.398,35581},{0.581,36334},{0.569,15930},{0.793,19144},{0.956,16015},{0.999,24863},{0.992,11514},{0.976,4274},{999,0}}|297486|.427|201909|NDFD
APX|60|po|00|{{0.000,7867},{0.062,25071},{0.330,32349},{0.632,18925},{0.805,8240},{0.874,10011},{0.932,14556},{0.965,12306},{0.971,11912},{0.968,10125},{0.999,2772},{999,0}}|154134|.579|201909|NDFD
GRR|60|po|00|{{0.000,13488},{0.008,26875},{0.138,16996},{0.460,12813},{0.505,6942},{0.682,4166},{0.977,4694},{1.000,6235},{1.000,15184},{1.000,8517},{1.000,5388},{1.000,40}}|121338|.451|201909|NDFD
MQT|60|po|00|{{0.000,19500},{0.074,52555},{0.251,85819},{0.399,64167},{0.346,32252},{0.641,19466},{0.806,16098},{0.833,21856},{0.779,34294},{0.844,16518},{0.953,18901},{1.000,3216}}|384642|.436|201909|NDFD
DLH|60|po|00|{{0.000,21940},{0.074,65930},{0.131,56548},{0.158,34137},{0.457,15808},{0.312,10178},{0.663,17416},{0.800,30793},{0.970,12115},{0.997,23109},{1.000,11731},{1.000,31}}|299736|.370|201909|NDFD
MPX|60|po|00|{{0.001,22393},{0.052,66281},{0.210,42255},{0.144,24067},{0.234,35267},{0.321,34120},{0.705,20430},{0.851,13825},{0.927,12350},{0.993,4151},{1.000,1197},{999,0}}|276336|.282|201909|NDFD
EAX|60|po|00|{{0.000,14428},{0.000,42369},{0.047,31450},{0.149,16937},{0.323,16446},{0.453,17803},{0.561,10365},{0.855,7259},{0.974,14972},{0.945,10930},{1.000,5267},{999,0}}|188226|.316|201909|NDFD
SGF|60|po|00|{{0.000,25200},{0.000,60195},{0.002,28330},{0.001,11868},{0.129,7694},{0.314,9710},{0.417,19239},{0.670,18201},{0.825,7690},{0.953,837},{999,0},{999,0}}|188964|.167|201909|NDFD
LSX|60|po|00|{{0.000,20577},{0.005,79639},{0.042,21801},{0.043,10318},{0.128,10409},{0.321,18632},{0.313,17947},{0.431,10642},{0.759,11057},{0.995,2084},{1.000,1680},{999,0}}|204786|.154|201909|NDFD
GID|60|po|00|{{0.000,6242},{0.007,41099},{0.028,41729},{0.030,21225},{0.134,21309},{0.400,7185},{0.531,4784},{0.470,4606},{0.377,2098},{0.601,1175},{999,0},{999,0}}|151452|.093|201909|NDFD
LBF|60|po|00|{{0.003,13777},{0.013,89894},{0.136,78969},{0.198,34703},{0.427,13973},{0.697,7583},{0.861,7605},{0.925,11554},{0.962,4544},{999,0},{999,0},{999,0}}|262602|.197|201909|NDFD
OAX|60|po|00|{{0.000,4388},{0.080,33918},{0.064,56164},{0.242,26205},{0.255,18886},{0.406,14200},{0.653,12619},{0.999,2297},{1.000,1327},{1.000,2484},{1.000,1878},{999,0}}|174366|.226|201909|NDFD
BIS|60|po|00|{{0.281,19595},{0.098,138212},{0.152,76703},{0.223,51219},{0.244,40090},{0.355,27531},{0.529,29725},{0.736,35949},{0.833,18302},{0.553,776},{999,0},{999,0}}|438102|.273|201909|NDFD
FGF|60|po|00|{{0.000,19649},{0.066,157639},{0.170,41822},{0.443,17729},{0.472,29959},{0.611,31076},{0.696,13340},{0.836,17364},{0.993,20554},{1.000,12278},{1.000,1614},{999,0}}|363024|.321|201909|NDFD
ABR|60|po|00|{{0.021,17860},{0.030,79365},{0.202,66561},{0.350,38270},{0.360,20013},{0.322,18499},{0.538,7190},{0.502,3356},{0.532,472},{999,0},{999,0},{999,0}}|251586|.193|201909|NDFD
UNR|60|po|00|{{0.014,28365},{0.024,117680},{0.139,66973},{0.229,28401},{0.337,25740},{0.457,31402},{0.569,18303},{0.637,6915},{0.567,11433},{0.267,3908},{999,0},{999,0}}|339120|.190|201909|NDFD
FSD|60|po|00|{{0.032,7640},{0.134,69999},{0.152,59749},{0.125,36205},{0.188,34287},{0.509,13705},{0.922,7604},{0.986,1683},{1.000,140},{999,0},{999,0},{999,0}}|231012|.197|201909|NDFD
GRB|60|po|00|{{0.002,12221},{0.051,29620},{0.096,21214},{0.407,15365},{0.485,13883},{0.893,18159},{0.967,13366},{0.961,6127},{0.942,10332},{0.994,7982},{1.000,7237},{1.000,1490}}|156996|.497|201909|NDFD
ARX|60|po|00|{{0.037,11363},{0.061,31049},{0.326,24831},{0.056,13634},{0.288,9501},{0.743,10378},{0.836,28649},{0.920,10263},{0.958,11841},{0.961,7917},{1.000,2204},{1.000,10}}|161640|.471|201909|NDFD
MKX|60|po|00|{{0.019,4406},{0.016,67121},{0.122,23969},{0.482,11887},{0.532,18585},{0.668,26575},{0.875,20302},{0.996,12923},{0.983,16690},{0.962,20266},{1.000,10225},{1.000,187}}|233136|.491|201909|NDFD
CYS|60|po|00|{{0.005,49609},{0.000,101459},{0.092,69157},{0.238,14712},{0.345,11840},{0.537,13490},{0.658,10303},{0.889,9085},{1.000,4187},{999,0},{999,0},{999,0}}|283842|.143|201909|NDFD
RIW|60|po|00|{{0.000,104014},{0.003,138669},{0.073,82416},{0.279,32857},{0.465,26856},{0.716,27064},{0.625,22811},{0.622,19419},{0.790,5912},{0.819,458},{999,0},{999,0}}|460476|.171|201909|NDFD
CAR|60|po|00|{{0.000,24126},{0.007,41620},{0.121,35358},{0.152,19365},{0.524,16524},{0.635,20295},{0.668,16820},{0.935,4578},{0.555,12382},{0.340,1920},{0.081,273},{0.400,5}}|193266|.270|201909|NDFD
GYX|60|po|00|{{0.000,52157},{0.012,41993},{0.078,33375},{0.060,21301},{0.246,29454},{0.449,18173},{0.626,7391},{0.961,7467},{0.936,2081},{0.920,754},{999,0},{999,0}}|214146|.160|201909|NDFD
BOX|60|po|00|{{0.000,27572},{0.000,37209},{0.032,31495},{0.040,12066},{0.099,7302},{0.351,11473},{0.664,11566},{0.749,9906},{0.978,4591},{999,0},{999,0},{999,0}}|153180|.169|201909|NDFD
PHI|60|po|00|{{0.000,21024},{0.019,59294},{0.049,23094},{0.124,10122},{0.439,23694},{0.650,8279},{0.738,3425},{1.000,720},{999,0},{999,0},{999,0},{999,0}}|149652|.151|201909|NDFD
ALY|60|po|00|{{0.000,12839},{0.001,27283},{0.028,33744},{0.056,20876},{0.207,12282},{0.450,7058},{0.520,3905},{0.790,4321},{1.000,928},{1.000,717},{1.000,481},{999,0}}|124434|.124|201909|NDFD
BGM|60|po|00|{{0.000,19146},{0.003,29440},{0.106,41821},{0.252,20195},{0.417,10511},{0.543,5682},{0.597,4909},{0.741,4450},{0.998,4462},{1.000,1152},{999,0},{999,0}}|141768|.204|201909|NDFD
BUF|60|po|00|{{0.000,33206},{0.000,35317},{0.040,19030},{0.199,4970},{0.153,13299},{0.461,21675},{0.647,15077},{0.779,11868},{0.990,9876},{1.000,4900},{1.000,1890},{999,0}}|171108|.288|201909|NDFD
OKX|60|po|00|{{0.000,4826},{0.000,14676},{0.055,39903},{0.111,3659},{0.255,5141},{0.459,9656},{0.857,5130},{0.956,1338},{0.998,2539},{999,0},{999,0},{999,0}}|86868|.191|201909|NDFD
MHX|60|po|00|{{0.010,11165},{0.004,39081},{0.036,44207},{0.232,14706},{0.000,1460},{999,0},{999,0},{0.527,129},{0.296,2895},{0.848,3483},{999,0},{999,0}}|117126|.078|201909|NDFD
RAH|60|po|00|{{0.000,24483},{0.000,32770},{0.085,25637},{0.129,17932},{0.119,10877},{0.000,3885},{0.024,4683},{0.347,623},{0.162,2085},{0.936,1495},{999,0},{999,0}}|124470|.063|201909|NDFD
ILM|60|po|00|{{0.000,2708},{0.000,49117},{0.010,25166},{0.205,13751},{0.090,4447},{0.005,1069},{0.731,297},{0.995,1143},{1.000,2299},{1.000,1361},{1.000,560},{1.000,88}}|102006|.090|201909|NDFD
CLE|60|po|00|{{0.000,21468},{0.002,63694},{0.079,31501},{0.301,21101},{0.451,16297},{0.733,7725},{0.618,3086},{0.916,14202},{0.990,10261},{0.984,1141},{999,0},{999,0}}|190476|.253|201909|NDFD
ILN|60|po|00|{{0.000,9253},{0.015,80473},{0.196,37659},{0.080,4394},{0.366,12066},{0.441,5274},{0.740,3604},{1.000,2946},{1.000,1579},{999,0},{999,0},{999,0}}|157248|.145|201909|NDFD
PBZ|60|po|00|{{0.000,9365},{0.089,49215},{0.030,34008},{0.209,30111},{0.297,10292},{0.532,3451},{0.760,3894},{0.862,3633},{0.845,4380},{1.000,7},{999,0},{999,0}}|148356|.178|201909|NDFD
CTP|60|po|00|{{0.072,23969},{0.007,51436},{0.041,53772},{0.182,25956},{0.343,12264},{0.601,5033},{0.837,3127},{0.949,3563},{1.000,2120},{1.000,1910},{999,0},{999,0}}|183150|.143|201909|NDFD
CHS|60|po|00|{{0.000,12535},{0.001,60885},{0.072,24685},{0.297,8786},{0.132,6120},{0.063,4975},{0.215,3235},{0.451,2829},{0.680,2896},{1.000,1750},{1.000,1194},{1.000,448}}|130338|.099|201909|NDFD
CAE|60|po|00|{{0.000,31849},{0.000,30757},{0.156,11150},{0.134,18978},{0.180,4015},{0.353,1928},{0.813,1713},{1.000,837},{1.000,420},{1.000,17},{999,0},{999,0}}|101664|.082|201909|NDFD
GSP|60|po|00|{{999,0},{0.001,54912},{0.077,49740},{0.034,31855},{0.096,12425},{0.450,2912},{0.482,4754},{0.849,1928},{999,0},{999,0},{999,0},{999,0}}|158526|.072|201909|NDFD
BTV|60|po|00|{{0.000,25841},{0.002,18843},{0.042,15429},{0.047,20876},{0.085,14175},{0.208,12637},{0.715,8013},{0.677,6339},{0.802,1383},{1.000,2869},{1.000,3807},{999,0}}|130212|.179|201909|NDFD
LWX|60|po|00|{{0.060,18077},{0.018,73399},{0.010,36684},{0.079,15378},{0.111,7127},{0.398,8706},{0.302,2809},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.056|201909|NDFD
RNK|60|po|00|{{0.012,20454},{0.006,57667},{0.137,24371},{0.053,22814},{0.063,20182},{0.052,3599},{0.443,1999},{0.762,240},{999,0},{999,0},{999,0},{999,0}}|151326|.051|201909|NDFD
AKQ|60|po|00|{{0.000,59905},{0.044,28851},{0.020,50899},{0.100,21927},{0.112,12232},{0.775,9322},{0.250,1183},{0.038,680},{0.000,5},{999,0},{999,0},{999,0}}|185004|.072|201909|NDFD
RLX|60|po|00|{{0.017,18918},{0.011,64406},{0.111,34791},{0.090,30014},{0.125,15585},{0.434,4189},{0.585,1619},{0.964,56},{999,0},{999,0},{999,0},{999,0}}|169578|.073|201909|NDFD
BMX|60|po|00|{{0.000,46244},{0.019,93457},{0.083,66850},{0.001,2717},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.035|201909|NDFD
HUN|60|po|00|{{0.003,9043},{0.015,36988},{0.016,9521},{0.093,6863},{0.012,3766},{0.392,2867},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.037|201909|NDFD
MOB|60|po|00|{{0.039,9365},{0.006,98595},{0.056,61046},{0.160,16355},{0.474,4439},{0.334,1119},{0.000,1662},{0.029,1600},{0.090,489},{999,0},{999,0},{999,0}}|194670|.049|201909|NDFD
LZK|60|po|00|{{0.000,994},{0.006,125402},{0.025,67558},{0.312,24399},{0.424,17684},{0.474,6793},{0.532,6381},{1.000,143},{999,0},{999,0},{999,0},{999,0}}|249354|.098|201909|NDFD
JAX|60|po|00|{{0.000,1222},{0.006,81219},{0.059,47096},{0.298,17019},{0.334,12908},{0.319,10105},{0.489,5200},{0.551,4659},{0.833,4948},{0.996,1281},{1.000,679},{999,0}}|186336|.145|201909|NDFD
EYW|60|po|00|{{999,0},{999,0},{0.017,13459},{0.141,31766},{0.387,45849},{0.491,29620},{0.718,38808},{0.762,8049},{0.557,461},{999,0},{999,0},{999,0}}|168012|.424|201909|NDFD
MLB|60|po|00|{{0.000,701},{0.003,35027},{0.062,39545},{0.206,24535},{0.390,23373},{0.631,9378},{0.687,6871},{0.724,7022},{0.982,3342},{1.000,470},{999,0},{999,0}}|150264|.241|201909|NDFD
MFL|60|po|00|{{999,0},{0.003,24602},{0.100,47353},{0.199,34219},{0.285,19984},{0.493,18498},{0.718,21708},{0.497,6947},{0.467,1091},{999,0},{999,0},{999,0}}|174402|.264|201909|NDFD
TAE|60|po|00|{{0.000,38284},{0.004,133992},{0.041,61223},{0.152,25511},{0.224,12421},{0.269,5322},{0.350,3936},{0.383,2872},{0.312,4331},{0.387,990},{999,0},{999,0}}|288882|.053|201909|NDFD
TBW|60|po|00|{{0.002,47457},{0.009,43913},{0.081,44896},{0.111,19665},{0.144,18757},{0.134,8784},{0.269,3918},{0.640,3817},{0.376,2226},{0.197,949},{999,0},{999,0}}|194382|.076|201909|NDFD
FFC|60|po|00|{{0.062,3201},{0.006,139967},{0.075,66913},{0.252,20289},{0.029,7179},{0.026,465},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.048|201909|NDFD
LCH|60|po|00|{{0.000,12},{0.024,93450},{0.097,76649},{0.373,41335},{0.741,14552},{0.809,11041},{0.890,8951},{0.958,2554},{999,0},{999,0},{999,0},{999,0}}|248544|.222|201909|NDFD
LIX|60|po|00|{{0.004,28912},{0.031,121197},{0.051,75847},{0.166,24943},{0.643,19003},{0.644,7559},{0.647,3306},{0.599,4971},{0.989,5547},{1.000,9},{999,0},{999,0}}|291294|.136|201909|NDFD
SHV|60|po|00|{{0.014,45755},{0.014,127587},{0.039,59201},{0.197,9297},{0.465,9298},{0.950,5636},{0.999,5064},{1.000,1304},{999,0},{999,0},{999,0},{999,0}}|263142|.086|201909|NDFD
JAN|60|po|00|{{0.007,52036},{0.015,115117},{0.021,79940},{0.216,5697},{0.256,5360},{0.395,2501},{0.495,97},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.028|201909|NDFD
ABQ|60|po|00|{{999,0},{0.066,142213},{0.052,242576},{0.186,117388},{0.515,83675},{0.557,41173},{0.816,21012},{0.777,8232},{1.000,515},{999,0},{999,0},{999,0}}|656784|.204|201909|NDFD
OUN|60|po|00|{{0.000,20146},{0.001,109202},{0.034,57949},{0.167,69034},{0.420,43726},{0.623,30224},{0.503,8221},{0.409,11271},{0.946,10029},{999,0},{999,0},{999,0}}|359802|.192|201909|NDFD
TSA|60|po|00|{{0.000,25858},{0.013,56476},{0.054,35175},{0.504,26035},{0.516,19120},{0.529,8457},{0.466,13845},{0.912,4482},{1.000,5906},{999,0},{999,0},{999,0}}|195354|.238|201909|NDFD
MEG|60|po|00|{{0.000,37820},{0.005,98458},{0.029,68282},{0.103,7347},{0.212,8510},{0.724,4961},{0.846,934},{1.000,755},{0.000,3},{999,0},{999,0},{999,0}}|227070|.045|201909|NDFD
MRX|60|po|00|{{0.000,19957},{0.013,39942},{0.081,43850},{0.161,16896},{0.132,2619},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.058|201909|NDFD
OHX|60|po|00|{{0.038,7458},{0.001,70050},{0.040,36997},{0.179,5423},{0.117,4414},{0.000,812},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.027|201909|NDFD
AMA|60|po|00|{{0.000,18384},{0.011,58087},{0.057,49553},{0.159,15690},{0.530,21338},{0.295,17510},{0.567,5763},{0.941,11627},{0.225,102},{999,0},{999,0},{999,0}}|198054|.185|201909|NDFD
EWX|60|po|00|{{0.000,5245},{0.008,104344},{0.022,109507},{0.051,19089},{0.065,14167},{0.530,4978},{0.332,3873},{0.171,1417},{999,0},{999,0},{999,0},{999,0}}|262620|.035|201909|NDFD
BRO|60|po|00|{{0.000,119},{0.006,6157},{0.049,40479},{0.185,33674},{0.220,16689},{0.431,7258},{0.287,8218},{0.475,3108},{1.000,56},{999,0},{999,0},{999,0}}|115758|.164|201909|NDFD
CRP|60|po|00|{{0.011,87},{0.035,23338},{0.065,57556},{0.206,45646},{0.249,17725},{0.352,11803},{0.584,7684},{0.230,3168},{0.000,105},{999,0},{999,0},{999,0}}|167112|.166|201909|NDFD
EPZ|60|po|00|{{0.000,844},{0.139,34192},{0.166,64240},{0.210,59544},{0.446,45655},{0.626,16101},{0.815,7775},{0.986,69},{999,0},{999,0},{999,0},{999,0}}|228420|.284|201909|NDFD
FWD|60|po|00|{{0.002,61714},{0.003,107879},{0.012,61432},{0.132,31319},{0.103,9524},{0.160,5065},{0.413,4643},{0.444,5668},{0.237,2412},{999,0},{999,0},{999,0}}|289656|.042|201909|NDFD
HGX|60|po|00|{{0.000,6558},{0.029,49446},{0.086,68220},{0.221,41847},{0.541,15671},{0.491,6663},{0.502,7310},{0.601,7290},{0.755,5504},{0.711,10091},{0.653,1936},{999,0}}|220536|.222|201909|NDFD
LUB|60|po|00|{{0.000,7886},{0.056,33630},{0.139,46470},{0.171,17393},{0.501,14719},{0.600,16489},{0.548,9969},{0.635,7350},{0.694,5772},{999,0},{999,0},{999,0}}|159678|.267|201909|NDFD
MAF|60|po|00|{{999,0},{0.006,88754},{0.119,93889},{0.270,71288},{0.194,57454},{0.427,32718},{0.612,18185},{0.877,13789},{0.867,1851},{999,0},{999,0},{999,0}}|377928|.214|201909|NDFD
SJT|60|po|00|{{0.000,33909},{0.006,44637},{0.050,72457},{0.228,33465},{0.444,11115},{0.859,1805},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.091|201909|NDFD
FGZ|60|po|00|{{0.000,76126},{0.009,111360},{0.061,63305},{0.176,47275},{0.207,31672},{0.322,19628},{0.507,15099},{0.599,10447},{0.928,2818},{999,0},{999,0},{999,0}}|377730|.113|201909|NDFD
PSR|60|po|00|{{0.000,61369},{0.016,79581},{0.194,43427},{0.308,22876},{0.528,18011},{0.679,5283},{0.778,6181},{0.938,2080},{0.906,2003},{0.807,119},{999,0},{999,0}}|240930|.160|201909|NDFD
TWC|60|po|00|{{0.004,6233},{0.008,54094},{0.023,40922},{0.153,28202},{0.460,32087},{0.292,13324},{0.625,10868},{0.957,4960},{0.976,4194},{0.906,1425},{0.981,107},{999,0}}|196416|.211|201909|NDFD
EKA|60|po|00|{{0.000,63566},{0.014,81832},{0.183,29892},{0.435,7714},{0.643,3691},{0.809,2675},{0.881,2756},{0.915,4851},{0.935,3527},{0.919,4920},{0.944,3127},{0.990,1293}}|209844|.159|201909|NDFD
LOX|60|po|00|{{0.000,83786},{0.001,109376},{0.029,41096},{0.016,7912},{0.016,182},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.006|201909|NDFD
STO|60|po|00|{{0.000,116692},{0.014,46908},{0.103,24496},{0.286,13620},{0.632,7546},{0.779,5423},{0.850,2385},{0.979,1959},{1.000,704},{1.000,29},{999,0},{999,0}}|219762|.094|201909|NDFD
SGX|60|po|00|{{0.000,48185},{0.000,31430},{0.048,25333},{0.170,11412},{0.459,1426},{0.500,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
MTR|60|po|00|{{0.000,158937},{0.020,61161},{0.098,19017},{0.244,4173},{1.000,738},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
HNX|60|po|00|{{0.000,125460},{0.000,54174},{0.013,16376},{0.090,2563},{0.048,1059},{0.137,350},{0.223,282},{0.291,457},{0.333,15},{999,0},{999,0},{999,0}}|200736|.004|201909|NDFD
BOI|60|po|00|{{0.000,107344},{0.002,102069},{0.053,62042},{0.150,30743},{0.302,23265},{0.601,26045},{0.608,21405},{0.601,13166},{0.569,10646},{0.654,2695},{999,0},{999,0}}|399420|.149|201909|NDFD
PIH|60|po|00|{{0.000,54898},{0.004,74551},{0.165,55219},{0.329,21526},{0.591,13312},{0.563,11624},{0.300,11128},{0.462,6994},{0.579,2544},{0.500,800},{0.135,52},{999,0}}|252648|.156|201909|NDFD
BYZ|60|po|00|{{0.000,21456},{0.003,97904},{0.091,55685},{0.291,56779},{0.337,32632},{0.443,21586},{0.872,24226},{0.818,9732},{0.492,12015},{0.832,8616},{0.959,1752},{1.000,13}}|342396|.252|201909|NDFD
GGW|60|po|00|{{0.000,23321},{0.019,67207},{0.274,47682},{0.386,49216},{0.580,38926},{0.613,21469},{0.587,15175},{0.763,9215},{0.554,1046},{0.472,918},{0.740,3572},{1.000,119}}|277866|.320|201909|NDFD
TFX|60|po|00|{{0.004,48259},{0.018,110606},{0.056,78758},{0.149,50256},{0.379,37928},{0.554,30337},{0.589,25992},{0.538,20451},{0.407,14088},{0.822,9266},{1.000,9061},{1.000,1300}}|436302|.218|201909|NDFD
MSO|60|po|00|{{0.000,27132},{0.001,93599},{0.071,52414},{0.177,29956},{0.230,23794},{0.328,24409},{0.366,25712},{0.492,26042},{0.648,26861},{0.910,10701},{1.000,4332},{999,0}}|344952|.221|201909|NDFD
LKN|60|po|00|{{0.000,175572},{0.000,87380},{0.020,59116},{0.180,32653},{0.449,39242},{0.575,27184},{0.584,10353},{0.702,3684},{0.784,1508},{1.000,96},{999,0},{999,0}}|436788|.115|201909|NDFD
VEF|60|po|00|{{0.000,287525},{0.000,122526},{0.055,70652},{0.259,28750},{0.569,12691},{0.789,2171},{0.836,812},{0.460,113},{999,0},{999,0},{999,0},{999,0}}|525240|.040|201909|NDFD
REV|60|po|00|{{0.000,127383},{0.002,49057},{0.190,29145},{0.320,26355},{0.470,22669},{0.594,9124},{0.864,8586},{0.943,2933},{1.000,760},{999,0},{999,0},{999,0}}|276012|.149|201909|NDFD
MFR|60|po|00|{{0.000,45681},{0.002,128598},{0.129,83890},{0.354,27785},{0.576,23786},{0.674,20609},{0.786,15606},{0.886,11084},{0.954,9693},{0.940,5537},{0.651,10138},{0.981,12279}}|394686|.263|201909|NDFD
PDT|60|po|00|{{0.000,46945},{0.001,97319},{0.041,74000},{0.094,31725},{0.242,23487},{0.465,19632},{0.602,21766},{0.841,20093},{0.953,14042},{0.999,4974},{0.983,59},{999,0}}|354042|.196|201909|NDFD
PQR|60|po|00|{{0.000,8693},{0.025,54313},{0.113,52851},{0.216,28851},{0.295,27050},{0.531,27781},{0.666,24650},{0.744,16687},{0.718,15144},{0.798,18624},{0.861,8038},{0.974,19466}}|302148|.386|201909|NDFD
SLC|60|po|00|{{0.000,226785},{0.004,117514},{0.017,85966},{0.124,41368},{0.166,32737},{0.394,23543},{0.552,14933},{0.694,5974},{0.802,126},{999,0},{999,0},{999,0}}|548946|.063|201909|NDFD
SEW|60|po|00|{{0.000,645},{0.029,30464},{0.124,29984},{0.240,39344},{0.431,30632},{0.540,22278},{0.625,25249},{0.751,32291},{0.794,30018},{0.747,16630},{0.974,12654},{0.972,3411}}|273600|.480|201909|NDFD
OTX|60|po|00|{{0.000,39169},{0.006,67475},{0.093,68015},{0.094,45185},{0.214,27766},{0.365,22452},{0.385,13889},{0.310,17630},{0.594,17983},{0.869,14318},{0.974,4086},{999,0}}|337968|.186|201909|NDFD
BOU|72|po|00|{{0.001,35464},{0.010,113839},{0.057,32646},{0.167,16454},{0.283,13226},{0.234,9915},{0.549,6055},{0.835,641},{999,0},{999,0},{999,0},{999,0}}|228240|.069|201909|NDFD
GJT|72|po|00|{{0.000,68126},{0.004,123696},{0.037,70544},{0.084,37998},{0.047,30091},{0.097,30676},{0.275,20993},{0.473,9460},{0.762,3148},{0.965,890},{999,0},{999,0}}|395622|.061|201909|NDFD
PUB|72|po|00|{{0.004,25292},{0.015,116532},{0.077,54562},{0.093,16335},{0.108,13082},{0.118,14337},{0.286,6488},{0.624,2587},{0.889,1536},{1.000,115},{999,0},{999,0}}|250866|.062|201909|NDFD
LOT|72|po|00|{{0.000,1418},{0.000,41497},{0.090,23446},{0.600,17164},{0.430,8611},{0.663,3133},{0.769,3743},{0.976,3830},{1.000,6178},{1.000,6320},{1.000,4},{999,0}}|115344|.324|201909|NDFD
ILX|72|po|00|{{0.000,9447},{0.001,43356},{0.142,50022},{0.200,13331},{0.439,8595},{0.407,11838},{0.502,4052},{0.929,3975},{1.000,2780},{1.000,4038},{999,0},{999,0}}|151434|.204|201909|NDFD
IND|72|po|00|{{0.000,18362},{0.025,41643},{0.114,24455},{0.059,18634},{0.247,12586},{0.185,3383},{0.191,2208},{0.615,1003},{999,0},{999,0},{999,0},{999,0}}|122274|.079|201909|NDFD
IWX|72|po|00|{{0.000,14792},{0.001,40737},{0.270,17130},{0.498,10818},{0.434,11478},{0.603,16386},{0.624,6622},{0.791,5305},{0.371,863},{0.850,3435},{999,0},{999,0}}|127566|.286|201909|NDFD
DVN|72|po|00|{{999,0},{0.000,38780},{0.119,52481},{0.279,18162},{0.350,14106},{0.596,11173},{0.914,1674},{0.986,3463},{0.997,11394},{1.000,8823},{999,0},{999,0}}|160056|.300|201909|NDFD
DMX|72|po|00|{{0.000,8413},{0.000,54089},{0.205,53256},{0.287,23618},{0.475,19376},{0.613,32183},{0.886,20550},{0.901,6710},{0.912,4194},{1.000,1621},{999,0},{999,0}}|224010|.341|201909|NDFD
DDC|72|po|00|{{0.009,19721},{0.038,61075},{0.098,55717},{0.112,19528},{0.232,5190},{0.341,3750},{0.510,1607},{0.812,2095},{0.979,2092},{0.992,243},{999,0},{999,0}}|171018|.102|201909|NDFD
GLD|72|po|00|{{0.003,15064},{0.019,98811},{0.096,35250},{0.105,8452},{0.062,2977},{0.008,1191},{0.155,291},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.040|201909|NDFD
TOP|72|po|00|{{0.000,7231},{0.000,38571},{0.149,14516},{0.117,17317},{0.293,17023},{0.457,9722},{0.616,5755},{0.672,2768},{0.918,3974},{0.998,3398},{1.000,1351},{999,0}}|121626|.225|201909|NDFD
ICT|72|po|00|{{0.000,12667},{0.000,33509},{0.074,44079},{0.251,24610},{0.380,12049},{0.390,14708},{0.562,8684},{0.407,3739},{0.801,6806},{0.985,3183},{1.000,90},{999,0}}|164124|.212|201909|NDFD
JKL|72|po|00|{{0.062,18623},{0.010,33330},{0.093,21328},{0.404,10622},{0.561,5386},{0.214,117},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.121|201909|NDFD
LMK|72|po|00|{{0.002,31309},{0.066,50253},{0.049,46115},{0.223,19149},{0.557,3430},{0.474,152},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.079|201909|NDFD
PAH|72|po|00|{{0.000,25046},{0.015,70142},{0.055,51659},{0.297,18935},{0.493,13156},{0.404,7917},{0.429,489},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.103|201909|NDFD
DTX|72|po|00|{{0.000,13808},{0.088,113810},{0.312,26472},{0.634,20602},{0.559,20462},{0.729,19572},{0.923,19653},{0.883,18115},{0.948,28195},{0.998,11765},{1.000,5020},{1.000,12}}|297486|.453|201909|NDFD
APX|72|po|00|{{0.000,2011},{0.046,48842},{0.163,28085},{0.633,15753},{0.310,3580},{0.430,7296},{0.521,12807},{0.824,10755},{0.965,11953},{0.973,10179},{1.000,2873},{999,0}}|154134|.395|201909|NDFD
GRR|72|po|00|{{0.000,3523},{0.002,46422},{0.086,15040},{0.168,6407},{0.686,6270},{0.519,6753},{0.846,7889},{0.943,15654},{0.930,7949},{0.976,5431},{999,0},{999,0}}|121338|.366|201909|NDFD
MQT|72|po|00|{{0.000,14641},{0.052,80032},{0.190,89718},{0.321,78054},{0.453,36610},{0.324,19893},{0.531,8446},{0.672,7207},{0.920,19360},{0.949,20771},{0.892,9518},{1.000,392}}|384642|.325|201909|NDFD
DLH|72|po|00|{{0.000,4340},{0.020,58522},{0.423,61750},{0.533,64906},{0.626,50457},{0.371,25510},{0.577,14582},{0.974,8465},{0.984,9452},{0.998,1752},{999,0},{999,0}}|299736|.436|201909|NDFD
MPX|72|po|00|{{0.000,9061},{0.001,40662},{0.230,85762},{0.308,62820},{0.480,41716},{0.427,17266},{0.167,12860},{0.204,5985},{0.657,204},{999,0},{999,0},{999,0}}|276336|.254|201909|NDFD
EAX|72|po|00|{{0.000,8036},{0.039,56241},{0.096,29327},{0.055,29086},{0.151,11045},{0.216,8393},{0.534,15754},{0.580,11972},{0.830,8267},{1.000,9794},{1.000,311},{999,0}}|188226|.225|201909|NDFD
SGF|72|po|00|{{0.000,9466},{0.013,47327},{0.132,53118},{0.286,14054},{0.216,12153},{0.568,22884},{0.453,15702},{0.702,6547},{1.000,2754},{1.000,4810},{1.000,149},{999,0}}|188964|.247|201909|NDFD
LSX|72|po|00|{{0.002,9082},{0.045,62272},{0.118,61475},{0.220,23257},{0.375,11435},{0.284,18596},{0.416,5757},{0.841,4751},{1.000,2180},{1.000,5981},{999,0},{999,0}}|204786|.192|201909|NDFD
GID|72|po|00|{{0.000,8502},{0.002,58288},{0.043,31596},{0.106,24190},{0.224,16437},{0.368,7123},{0.486,3548},{0.907,1433},{1.000,335},{999,0},{999,0},{999,0}}|151452|.091|201909|NDFD
LBF|72|po|00|{{0.000,28514},{0.035,128388},{0.155,55626},{0.233,22097},{0.316,17034},{0.190,5698},{0.014,4139},{0.066,1106},{999,0},{999,0},{999,0},{999,0}}|262602|.095|201909|NDFD
OAX|72|po|00|{{0.000,20985},{0.021,44503},{0.230,25230},{0.234,25493},{0.384,20372},{0.618,25418},{0.754,8548},{0.963,2070},{1.000,1382},{1.000,365},{999,0},{999,0}}|174366|.266|201909|NDFD
BIS|72|po|00|{{0.000,12214},{0.024,166623},{0.147,111044},{0.410,41458},{0.788,22611},{0.803,15720},{0.391,9116},{0.654,11497},{0.881,25326},{0.995,16138},{1.000,6355},{999,0}}|438102|.282|201909|NDFD
FGF|72|po|00|{{0.000,8403},{0.009,84025},{0.287,134893},{0.522,49830},{0.436,20747},{0.328,10263},{0.528,14789},{0.618,15585},{0.811,15030},{0.858,8890},{1.000,569},{999,0}}|363024|.319|201909|NDFD
ABR|72|po|00|{{0.000,26014},{0.062,117048},{0.064,49691},{0.494,13761},{0.610,15855},{0.454,7718},{0.375,8561},{0.315,10435},{0.774,1351},{1.000,1133},{1.000,19},{999,0}}|251586|.155|201909|NDFD
UNR|72|po|00|{{0.000,44945},{0.122,164033},{0.237,54241},{0.561,20480},{0.781,18170},{0.818,9601},{0.863,10421},{0.879,5787},{0.981,2919},{1.000,7209},{1.000,1314},{999,0}}|339120|.271|201909|NDFD
FSD|72|po|00|{{0.000,22313},{0.072,68135},{0.227,61601},{0.182,25421},{0.337,31992},{0.457,10122},{0.113,7575},{0.031,3853},{999,0},{999,0},{999,0},{999,0}}|231012|.173|201909|NDFD
GRB|72|po|00|{{0.000,3519},{0.054,39015},{0.117,30472},{0.509,31270},{0.527,28606},{0.641,8955},{0.806,2268},{0.939,3705},{0.990,8897},{1.000,289},{999,0},{999,0}}|156996|.362|201909|NDFD
ARX|72|po|00|{{0.000,460},{0.011,29066},{0.190,56034},{0.246,27213},{0.511,25097},{0.705,13291},{0.858,1542},{0.762,7058},{0.958,1879},{999,0},{999,0},{999,0}}|161640|.299|201909|NDFD
MKX|72|po|00|{{0.000,3587},{0.004,68708},{0.049,51345},{0.378,30778},{0.418,24194},{0.523,13356},{0.753,10338},{0.869,8772},{0.945,15067},{0.989,6991},{999,0},{999,0}}|233136|.292|201909|NDFD
CYS|72|po|00|{{0.000,27889},{0.006,129002},{0.221,56709},{0.487,30075},{0.690,22335},{0.710,6630},{0.497,3333},{0.591,3011},{0.978,2782},{0.983,2058},{1.000,18},{999,0}}|283842|.198|201909|NDFD
RIW|72|po|00|{{0.004,77596},{0.014,131025},{0.201,75644},{0.328,44311},{0.303,30230},{0.376,24042},{0.501,15761},{0.669,16025},{0.824,11510},{0.989,13237},{1.000,21090},{1.000,5}}|460476|.244|201909|NDFD
CAR|72|po|00|{{0.000,21269},{0.019,39231},{0.059,52855},{0.132,14225},{0.452,17393},{0.689,18452},{0.919,13327},{0.975,8622},{0.991,5248},{0.999,2644},{999,0},{999,0}}|193266|.284|201909|NDFD
GYX|72|po|00|{{0.003,61016},{0.002,31765},{0.092,33872},{0.390,19388},{0.571,20884},{0.512,15826},{0.565,15858},{0.797,9570},{0.833,4139},{0.691,1406},{0.746,291},{1.000,131}}|214146|.244|201909|NDFD
BOX|72|po|00|{{0.000,8510},{0.000,55474},{0.108,25636},{0.297,27727},{0.569,12620},{0.435,8586},{0.585,8636},{0.684,3037},{0.984,2834},{1.000,120},{999,0},{999,0}}|153180|.209|201909|NDFD
PHI|72|po|00|{{0.000,14955},{0.014,50718},{0.121,42626},{0.113,23646},{0.518,8517},{0.034,2978},{0.270,3984},{0.785,2228},{999,0},{999,0},{999,0},{999,0}}|149652|.106|201909|NDFD
ALY|72|po|00|{{0.000,3715},{0.001,48858},{0.124,16730},{0.544,10333},{0.416,10097},{0.620,9257},{0.589,9543},{0.883,5821},{0.997,9955},{1.000,125},{999,0},{999,0}}|124434|.309|201909|NDFD
BGM|72|po|00|{{0.000,15889},{0.001,44631},{0.175,23510},{0.592,6611},{0.531,9579},{0.537,15689},{0.681,7309},{0.674,10474},{0.990,3811},{1.000,4265},{999,0},{999,0}}|141768|.294|201909|NDFD
BUF|72|po|00|{{0.000,46704},{0.001,13306},{0.123,26906},{0.573,10555},{0.626,7457},{0.396,8929},{0.166,6187},{0.691,22177},{0.649,22399},{0.902,6488},{999,0},{999,0}}|171108|.318|201909|NDFD
OKX|72|po|00|{{999,0},{0.001,24759},{0.001,25243},{0.175,14043},{0.599,14317},{0.159,2470},{0.026,1210},{1.000,2589},{1.000,2237},{999,0},{999,0},{999,0}}|86868|.188|201909|NDFD
MHX|72|po|00|{{0.000,9743},{0.000,44782},{0.015,20205},{0.330,16219},{0.137,16896},{0.212,2774},{999,0},{999,0},{999,0},{999,0},{1.000,6507},{999,0}}|117126|.129|201909|NDFD
RAH|72|po|00|{{0.000,18222},{0.000,35598},{0.004,25534},{0.107,20017},{0.408,5223},{0.031,9436},{0.130,4595},{0.936,1165},{1.000,1249},{1.000,1833},{1.000,1598},{999,0}}|124470|.089|201909|NDFD
ILM|72|po|00|{{999,0},{0.000,41217},{0.099,27238},{0.182,10348},{0.240,9806},{0.272,5982},{0.319,1733},{0.000,16},{1.000,642},{1.000,2084},{1.000,1704},{1.000,1236}}|102006|.145|201909|NDFD
CLE|72|po|00|{{0.000,6482},{0.001,55394},{0.120,45701},{0.387,31300},{0.550,13491},{0.596,18270},{0.543,7114},{0.374,6561},{0.870,5711},{1.000,452},{999,0},{999,0}}|190476|.250|201909|NDFD
ILN|72|po|00|{{0.000,24074},{0.007,48696},{0.102,53892},{0.119,6920},{0.076,9596},{0.326,11352},{0.158,2718},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.073|201909|NDFD
PBZ|72|po|00|{{0.000,9175},{0.006,51451},{0.014,29707},{0.144,7958},{0.356,18309},{0.366,11544},{0.685,9861},{0.831,9492},{1.000,756},{1.000,103},{999,0},{999,0}}|148356|.189|201909|NDFD
CTP|72|po|00|{{0.000,19128},{0.011,60737},{0.198,34990},{0.358,17978},{0.460,17662},{0.604,14583},{0.501,5925},{0.813,8585},{0.848,3159},{1.000,403},{999,0},{999,0}}|183150|.240|201909|NDFD
CHS|72|po|00|{{0.000,6492},{0.001,51042},{0.060,31102},{0.255,9316},{0.448,11938},{0.531,5010},{0.394,3578},{0.315,6717},{0.558,4457},{0.999,686},{999,0},{999,0}}|130338|.146|201909|NDFD
CAE|72|po|00|{{0.000,29443},{0.020,25629},{0.169,16073},{0.330,16668},{0.239,4062},{0.220,4945},{0.332,3361},{0.950,902},{1.000,581},{999,0},{999,0},{999,0}}|101664|.131|201909|NDFD
GSP|72|po|00|{{999,0},{0.001,31873},{0.058,74697},{0.197,18021},{0.244,14536},{0.295,10374},{0.555,5669},{0.753,2348},{0.798,1008},{999,0},{999,0},{999,0}}|158526|.128|201909|NDFD
BTV|72|po|00|{{0.000,27334},{0.000,24800},{0.014,17452},{0.291,6180},{0.472,6313},{0.566,5470},{0.581,13125},{0.672,16837},{0.747,11432},{0.976,1269},{999,0},{999,0}}|130212|.283|201909|NDFD
LWX|72|po|00|{{0.000,18392},{0.023,59687},{0.115,38351},{0.126,20144},{0.371,10399},{0.357,7270},{0.301,7496},{0.590,412},{0.897,29},{999,0},{999,0},{999,0}}|162180|.107|201909|NDFD
RNK|72|po|00|{{0.000,20209},{0.019,34802},{0.052,44967},{0.183,21954},{0.212,17297},{0.209,7725},{0.424,2313},{0.576,957},{0.843,808},{0.891,294},{999,0},{999,0}}|151326|.098|201909|NDFD
AKQ|72|po|00|{{0.003,38847},{0.049,68008},{0.085,29059},{0.175,27341},{0.145,4550},{0.012,6680},{0.012,1385},{0.168,2220},{0.553,2409},{0.618,2145},{0.875,2360},{999,0}}|185004|.089|201909|NDFD
RLX|72|po|00|{{0.032,16931},{0.007,69567},{0.006,31081},{0.387,21547},{0.522,14803},{0.587,11230},{0.611,2983},{0.851,1331},{1.000,105},{999,0},{999,0},{999,0}}|169578|.159|201909|NDFD
BMX|72|po|00|{{0.018,36586},{0.053,35115},{0.087,100927},{0.087,27037},{0.109,5622},{0.004,2396},{0.000,1585},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.068|201909|NDFD
HUN|72|po|00|{{0.000,4532},{0.061,36056},{0.095,14016},{0.098,9031},{0.120,5413},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.074|201909|NDFD
MOB|72|po|00|{{0.000,1343},{0.016,61728},{0.045,87328},{0.115,16670},{0.436,9646},{0.264,8107},{0.003,2872},{0.091,2533},{0.174,4443},{999,0},{999,0},{999,0}}|194670|.073|201909|NDFD
LZK|72|po|00|{{0.003,4987},{0.011,82139},{0.144,64372},{0.430,49763},{0.632,32785},{0.757,10323},{0.989,4985},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.261|201909|NDFD
JAX|72|po|00|{{0.000,11639},{0.014,50297},{0.081,47328},{0.219,18970},{0.263,10980},{0.448,11438},{0.406,6830},{0.329,7150},{0.308,7684},{0.700,10321},{0.933,3699},{999,0}}|186336|.187|201909|NDFD
EYW|72|po|00|{{999,0},{0.000,227},{0.094,11472},{0.164,37062},{0.355,53127},{0.601,21245},{0.676,29224},{0.732,11837},{0.771,3818},{999,0},{999,0},{999,0}}|168012|.418|201909|NDFD
MLB|72|po|00|{{0.000,7},{0.000,20763},{0.037,35687},{0.276,34668},{0.284,25757},{0.758,8221},{0.680,3958},{0.799,6878},{0.838,14325},{999,0},{999,0},{999,0}}|150264|.297|201909|NDFD
MFL|72|po|00|{{0.000,877},{0.001,5432},{0.096,31977},{0.279,55232},{0.253,23800},{0.244,19601},{0.383,10066},{0.770,20613},{0.673,6804},{999,0},{999,0},{999,0}}|174402|.307|201909|NDFD
TAE|72|po|00|{{0.000,15534},{0.022,131842},{0.104,75584},{0.094,24511},{0.171,6698},{0.388,7949},{0.239,3347},{0.046,5661},{0.066,13193},{0.154,4563},{999,0},{999,0}}|288882|.069|201909|NDFD
TBW|72|po|00|{{0.007,20898},{0.000,32356},{0.097,62993},{0.216,23580},{0.175,16163},{0.070,5420},{0.259,2780},{0.680,10981},{0.667,11614},{0.946,7597},{999,0},{999,0}}|194382|.194|201909|NDFD
FFC|72|po|00|{{0.000,221},{0.015,106927},{0.152,82680},{0.080,27723},{0.175,10776},{0.223,3932},{0.051,2970},{0.000,2724},{0.000,61},{999,0},{999,0},{999,0}}|238014|.081|201909|NDFD
LCH|72|po|00|{{0.000,376},{0.002,20941},{0.032,54581},{0.185,71860},{0.450,44170},{0.869,24728},{0.965,17641},{0.972,10369},{1.000,2966},{1.000,912},{999,0},{999,0}}|248544|.352|201909|NDFD
LIX|72|po|00|{{0.000,5746},{0.027,82864},{0.072,73560},{0.268,62497},{0.460,34362},{0.492,11823},{0.387,3699},{0.922,14161},{0.973,2549},{1.000,33},{999,0},{999,0}}|291294|.216|201909|NDFD
SHV|72|po|00|{{0.010,13574},{0.039,73595},{0.146,68131},{0.370,57885},{0.467,20573},{0.572,10977},{0.843,7298},{0.896,6608},{0.969,4501},{999,0},{999,0},{999,0}}|263142|.253|201909|NDFD
JAN|72|po|00|{{0.013,32157},{0.039,63386},{0.090,116268},{0.115,34955},{0.456,12006},{0.775,1959},{1.000,17},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.094|201909|NDFD
ABQ|72|po|00|{{0.000,14797},{0.002,92625},{0.027,195848},{0.160,142801},{0.258,105253},{0.454,50226},{0.621,27475},{0.855,20348},{0.925,7389},{1.000,22},{999,0},{999,0}}|656784|.182|201909|NDFD
OUN|72|po|00|{{0.003,62644},{0.003,56714},{0.037,35803},{0.131,75105},{0.364,51230},{0.422,37898},{0.336,24502},{0.646,15417},{1.000,489},{999,0},{999,0},{999,0}}|359802|.180|201909|NDFD
TSA|72|po|00|{{0.000,9453},{0.007,46405},{0.089,41084},{0.236,30245},{0.434,22107},{0.543,17317},{0.741,18346},{0.926,6670},{1.000,3727},{999,0},{999,0},{999,0}}|195354|.275|201909|NDFD
MEG|72|po|00|{{0.000,15728},{0.025,96930},{0.067,66194},{0.310,25692},{0.699,19188},{0.367,3092},{0.154,246},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.129|201909|NDFD
MRX|72|po|00|{{0.000,3295},{0.007,44031},{0.130,38855},{0.240,21897},{0.316,6927},{0.333,5401},{0.494,2858},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.130|201909|NDFD
OHX|72|po|00|{{0.000,7758},{0.022,46669},{0.083,46030},{0.328,17006},{0.686,6099},{0.640,1520},{0.667,72},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.125|201909|NDFD
AMA|72|po|00|{{0.013,21523},{0.043,64916},{0.152,36388},{0.389,43260},{0.477,16097},{0.455,9225},{0.754,3707},{0.878,2938},{999,0},{999,0},{999,0},{999,0}}|198054|.215|201909|NDFD
EWX|72|po|00|{{0.015,2848},{0.054,46318},{0.082,91152},{0.085,63844},{0.174,20562},{0.224,13876},{0.340,17445},{0.560,4031},{0.789,2544},{999,0},{999,0},{999,0}}|262620|.123|201909|NDFD
BRO|72|po|00|{{999,0},{0.013,2739},{0.106,14625},{0.280,32021},{0.505,28726},{0.505,18568},{0.509,15117},{0.485,2856},{0.997,1106},{999,0},{999,0},{999,0}}|115758|.385|201909|NDFD
CRP|72|po|00|{{0.000,50},{0.028,3264},{0.200,42298},{0.358,44986},{0.415,38371},{0.270,15307},{0.416,13896},{0.709,8828},{0.473,112},{999,0},{999,0},{999,0}}|167112|.340|201909|NDFD
EPZ|72|po|00|{{0.003,1242},{0.065,34161},{0.153,48293},{0.227,49873},{0.248,41968},{0.418,21872},{0.536,20222},{0.726,5909},{0.694,1712},{0.718,1441},{0.719,1727},{999,0}}|228420|.258|201909|NDFD
FWD|72|po|00|{{0.001,13127},{0.005,65371},{0.034,75992},{0.209,66843},{0.095,21457},{0.192,14703},{0.368,12562},{0.273,10391},{0.436,8518},{0.673,692},{999,0},{999,0}}|289656|.115|201909|NDFD
HGX|72|po|00|{{0.009,2317},{0.082,20541},{0.078,30669},{0.253,47265},{0.542,50751},{0.635,16606},{0.623,15959},{0.838,10645},{0.960,14162},{0.890,8537},{1.000,3084},{999,0}}|220536|.441|201909|NDFD
LUB|72|po|00|{{0.000,9530},{0.021,37926},{0.143,27133},{0.281,22257},{0.430,31520},{0.252,8076},{0.280,11752},{0.647,8647},{0.180,2837},{999,0},{999,0},{999,0}}|159678|.225|201909|NDFD
MAF|72|po|00|{{0.172,986},{0.015,93266},{0.094,74599},{0.351,71663},{0.328,59930},{0.342,43092},{0.488,21925},{0.538,7390},{0.508,5077},{999,0},{999,0},{999,0}}|377928|.226|201909|NDFD
SJT|72|po|00|{{0.000,9235},{0.007,35620},{0.044,71902},{0.144,41269},{0.158,24256},{0.247,11669},{0.590,3306},{0.076,131},{999,0},{999,0},{999,0},{999,0}}|197388|.091|201909|NDFD
FGZ|72|po|00|{{0.018,41890},{0.003,106856},{0.073,73518},{0.168,60038},{0.229,44372},{0.349,22109},{0.652,17899},{0.976,10536},{0.771,512},{999,0},{999,0},{999,0}}|377730|.150|201909|NDFD
PSR|72|po|00|{{0.000,55817},{0.015,93376},{0.206,44102},{0.304,23440},{0.539,11741},{0.707,4735},{0.558,4383},{0.876,3331},{1.000,5},{999,0},{999,0},{999,0}}|240930|.136|201909|NDFD
TWC|72|po|00|{{0.000,2937},{0.005,51996},{0.134,37260},{0.295,32379},{0.304,22437},{0.516,21709},{0.576,15469},{0.780,9570},{0.957,2658},{1.000,1},{999,0},{999,0}}|196416|.264|201909|NDFD
EKA|72|po|00|{{0.012,32619},{0.034,116109},{0.124,19827},{0.634,7808},{0.743,6581},{0.567,9596},{0.800,4599},{0.814,3800},{0.767,4777},{0.901,3718},{0.978,400},{1.000,10}}|209844|.172|201909|NDFD
LOX|72|po|00|{{0.000,82620},{0.001,119874},{0.040,31740},{0.098,7936},{0.055,182},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
STO|72|po|00|{{0.001,88200},{0.001,78620},{0.127,20538},{0.416,7742},{0.734,6744},{0.889,6867},{0.898,4920},{0.926,4185},{0.945,1842},{1.000,104},{999,0},{999,0}}|219762|.124|201909|NDFD
SGX|72|po|00|{{0.002,48441},{0.000,31929},{0.059,20882},{0.248,15460},{0.551,1076},{0.250,4},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.049|201909|NDFD
MTR|72|po|00|{{0.000,135884},{0.017,80968},{0.195,14478},{0.504,3180},{0.606,6158},{0.266,3358},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.043|201909|NDFD
HNX|72|po|00|{{0.000,107142},{0.018,54920},{0.038,30654},{0.238,5035},{0.713,2735},{1.000,246},{1.000,4},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.028|201909|NDFD
BOI|72|po|00|{{0.006,96112},{0.025,49483},{0.079,98252},{0.140,43720},{0.272,32025},{0.370,24173},{0.530,16174},{0.638,12037},{0.703,11860},{0.851,12316},{0.910,3268},{999,0}}|399420|.179|201909|NDFD
PIH|72|po|00|{{0.000,44945},{0.022,70860},{0.132,33047},{0.074,27884},{0.131,16571},{0.336,17209},{0.602,18956},{0.801,11168},{0.926,5873},{0.936,4523},{0.911,1612},{999,0}}|252648|.188|201909|NDFD
BYZ|72|po|00|{{0.003,23752},{0.038,124522},{0.117,57389},{0.359,34280},{0.397,18651},{0.539,10860},{0.835,17555},{0.824,16196},{0.951,13405},{0.999,16345},{1.000,9237},{1.000,204}}|342396|.302|201909|NDFD
GGW|72|po|00|{{0.046,40445},{0.066,98884},{0.155,39247},{0.356,27763},{0.686,24296},{0.900,12891},{0.925,3387},{0.967,4341},{0.990,8844},{1.000,2352},{1.000,13468},{1.000,1948}}|277866|.311|201909|NDFD
TFX|72|po|00|{{0.012,35000},{0.106,135427},{0.116,73983},{0.103,26144},{0.305,31014},{0.397,23621},{0.371,22192},{0.522,23870},{0.805,29274},{0.958,18821},{0.994,15820},{1.000,1136}}|436302|.284|201909|NDFD
MSO|72|po|00|{{0.000,12682},{0.002,50700},{0.020,55479},{0.057,33713},{0.117,34249},{0.277,33478},{0.379,31624},{0.522,27639},{0.790,36947},{0.821,23885},{0.879,4556},{999,0}}|344952|.277|201909|NDFD
LKN|72|po|00|{{0.000,153875},{0.014,74967},{0.116,90294},{0.180,25619},{0.304,33293},{0.759,26292},{0.846,18015},{0.878,8882},{0.887,3773},{0.915,1778},{999,0},{999,0}}|436788|.170|201909|NDFD
VEF|72|po|00|{{0.000,223029},{0.002,152517},{0.061,80651},{0.277,51536},{0.422,11848},{0.566,3547},{0.516,1683},{0.599,404},{0.720,25},{999,0},{999,0},{999,0}}|525240|.053|201909|NDFD
REV|72|po|00|{{0.000,99583},{0.001,55904},{0.056,51747},{0.378,28509},{0.554,16706},{0.792,12231},{0.968,6687},{1.000,3381},{1.000,957},{1.000,307},{999,0},{999,0}}|276012|.159|201909|NDFD
MFR|72|po|00|{{0.000,18562},{0.006,118075},{0.132,92310},{0.316,42000},{0.515,20259},{0.691,14615},{0.726,11508},{0.898,11928},{0.941,12846},{0.907,23674},{0.907,21651},{0.950,7258}}|394686|.319|201909|NDFD
PDT|72|po|00|{{0.000,27081},{0.014,71331},{0.064,81168},{0.214,38344},{0.308,20583},{0.345,21896},{0.440,23002},{0.563,35384},{0.794,25009},{0.905,9509},{1.000,735},{999,0}}|354042|.247|201909|NDFD
PQR|72|po|00|{{0.000,1024},{0.032,41435},{0.092,56770},{0.303,49485},{0.374,27628},{0.509,23105},{0.640,14745},{0.939,14196},{0.859,14463},{0.896,22480},{1.000,23825},{0.952,12992}}|302148|.447|201909|NDFD
SLC|72|po|00|{{0.000,148921},{0.007,133015},{0.009,85953},{0.045,53041},{0.121,51932},{0.260,32966},{0.494,15792},{0.675,11115},{0.776,7941},{0.710,3970},{0.877,4079},{0.900,221}}|548946|.086|201909|NDFD
SEW|72|po|00|{{0.144,4655},{0.362,10662},{0.118,38435},{0.272,28031},{0.404,45756},{0.467,33910},{0.462,37965},{0.703,26405},{0.833,14571},{0.995,13930},{0.999,11135},{0.814,8145}}|273600|.478|201909|NDFD
OTX|72|po|00|{{0.128,16242},{0.038,63013},{0.064,59887},{0.266,48690},{0.324,37127},{0.460,31147},{0.577,28031},{0.736,24439},{0.853,17889},{0.906,11352},{1.000,151},{999,0}}|337968|.318|201909|NDFD
BOU|84|po|00|{{0.000,11903},{0.015,96595},{0.088,52090},{0.110,26444},{0.218,23848},{0.432,13214},{0.184,3471},{0.680,675},{999,0},{999,0},{999,0},{999,0}}|228240|.091|201909|NDFD
GJT|84|po|00|{{0.000,58005},{0.001,110930},{0.045,78447},{0.155,45990},{0.179,41332},{0.096,26225},{0.065,26514},{0.390,7209},{0.523,970},{999,0},{999,0},{999,0}}|395622|.065|201909|NDFD
PUB|84|po|00|{{0.000,7515},{0.012,118225},{0.075,75489},{0.175,23919},{0.153,14168},{0.183,7725},{0.345,3217},{0.780,608},{999,0},{999,0},{999,0},{999,0}}|250866|.065|201909|NDFD
LOT|84|po|00|{{0.000,2327},{0.079,41658},{0.226,19062},{0.401,13327},{0.514,9452},{0.550,8412},{0.899,7041},{0.968,6264},{0.980,2428},{1.000,4116},{1.000,1257},{999,0}}|115344|.369|201909|NDFD
ILX|84|po|00|{{0.000,3832},{0.020,62542},{0.075,19902},{0.304,20083},{0.623,14669},{0.264,8372},{0.721,7810},{0.995,6700},{0.994,4585},{1.000,2775},{1.000,164},{999,0}}|151434|.264|201909|NDFD
IND|84|po|00|{{0.000,11307},{0.022,50892},{0.008,33224},{0.256,6569},{0.108,3003},{0.096,6113},{0.165,4282},{1.000,3547},{1.000,3337},{999,0},{999,0},{999,0}}|122274|.095|201909|NDFD
IWX|84|po|00|{{0.000,11118},{0.011,37858},{0.106,37704},{0.138,7330},{0.631,4319},{0.392,7161},{0.327,7119},{0.859,8610},{1.000,6347},{999,0},{999,0},{999,0}}|127566|.212|201909|NDFD
DVN|84|po|00|{{0.016,2184},{0.043,48037},{0.166,23049},{0.446,14794},{0.583,14451},{0.544,19121},{0.661,17775},{0.851,10277},{0.922,5883},{1.000,4003},{1.000,482},{999,0}}|160056|.386|201909|NDFD
DMX|84|po|00|{{0.142,4108},{0.028,75446},{0.104,37756},{0.640,20721},{0.458,20642},{0.478,19786},{0.389,19996},{0.626,16149},{0.975,8129},{1.000,1277},{999,0},{999,0}}|224010|.294|201909|NDFD
DDC|84|po|00|{{0.000,810},{0.009,59064},{0.070,53469},{0.215,28184},{0.240,18942},{0.080,9960},{0.871,589},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.095|201909|NDFD
GLD|84|po|00|{{0.000,3103},{0.020,61350},{0.033,52548},{0.113,28673},{0.097,14786},{0.013,1576},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.047|201909|NDFD
TOP|84|po|00|{{0.000,619},{0.000,24968},{0.076,30519},{0.117,31490},{0.221,16892},{0.260,11876},{0.714,2643},{0.856,2608},{1.000,11},{999,0},{999,0},{999,0}}|121626|.140|201909|NDFD
ICT|84|po|00|{{0.000,5787},{0.001,37571},{0.073,36020},{0.202,36781},{0.278,28714},{0.227,10733},{0.714,5536},{0.850,2973},{1.000,9},{999,0},{999,0},{999,0}}|164124|.165|201909|NDFD
JKL|84|po|00|{{0.061,24402},{0.012,25204},{0.094,26228},{0.140,11733},{0.043,1472},{0.488,367},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.069|201909|NDFD
LMK|84|po|00|{{0.009,29964},{0.019,79329},{0.044,23725},{0.090,5824},{0.139,6324},{0.520,2682},{1.000,1358},{1.000,1202},{999,0},{999,0},{999,0},{999,0}}|150408|.054|201909|NDFD
PAH|84|po|00|{{0.000,16676},{0.008,104312},{0.075,35825},{0.225,8989},{0.202,999},{0.413,11602},{0.846,4658},{1.000,4204},{1.000,79},{999,0},{999,0},{999,0}}|187344|.100|201909|NDFD
DTX|84|po|00|{{0.000,9506},{0.032,85995},{0.295,84526},{0.293,31845},{0.546,14352},{0.794,25244},{0.818,16460},{0.969,8095},{0.989,18766},{1.000,2697},{999,0},{999,0}}|297486|.361|201909|NDFD
APX|84|po|00|{{999,0},{0.081,31959},{0.395,50905},{0.641,18656},{0.835,18625},{0.873,21155},{0.804,5605},{0.863,2423},{0.975,4663},{1.000,143},{999,0},{999,0}}|154134|.519|201909|NDFD
GRR|84|po|00|{{0.000,3011},{0.026,33379},{0.196,36697},{0.385,9122},{0.484,11731},{0.687,7917},{0.977,7242},{1.000,3206},{1.000,3611},{1.000,4299},{1.000,1123},{999,0}}|121338|.346|201909|NDFD
MQT|84|po|00|{{0.002,9352},{0.067,58788},{0.274,83435},{0.423,91379},{0.592,58663},{0.709,42506},{0.705,15187},{0.824,8155},{0.894,9430},{0.973,7677},{1.000,70},{999,0}}|384642|.426|201909|NDFD
DLH|84|po|00|{{0.024,8757},{0.041,70837},{0.170,62409},{0.292,31195},{0.522,39606},{0.632,34399},{0.813,21256},{0.631,10569},{0.832,10663},{1.000,10045},{999,0},{999,0}}|299736|.361|201909|NDFD
MPX|84|po|00|{{0.019,18335},{0.031,100988},{0.329,25477},{0.206,12902},{0.333,30435},{0.689,35365},{0.467,14307},{0.776,21744},{0.901,9339},{1.000,7209},{1.000,235},{999,0}}|276336|.320|201909|NDFD
EAX|84|po|00|{{0.000,6393},{0.006,44556},{0.012,41331},{0.270,24152},{0.422,21136},{0.436,15441},{0.624,17646},{0.951,9773},{0.929,6448},{1.000,1350},{999,0},{999,0}}|188226|.269|201909|NDFD
SGF|84|po|00|{{0.000,9582},{0.000,60821},{0.020,44124},{0.227,14327},{0.079,11172},{0.091,18533},{0.704,12612},{0.838,11146},{0.745,6641},{0.500,6},{999,0},{999,0}}|188964|.158|201909|NDFD
LSX|84|po|00|{{0.000,6845},{0.005,90123},{0.045,21485},{0.334,22481},{0.306,17411},{0.471,17375},{0.499,11709},{0.777,7324},{0.764,8231},{1.000,1802},{999,0},{999,0}}|204786|.205|201909|NDFD
GID|84|po|00|{{0.000,107},{0.001,45803},{0.042,41478},{0.091,27025},{0.084,24808},{0.021,11368},{0.002,863},{999,0},{999,0},{999,0},{999,0},{999,0}}|151452|.043|201909|NDFD
LBF|84|po|00|{{0.000,4724},{0.027,102090},{0.026,59272},{0.116,24043},{0.284,21325},{0.265,26575},{0.411,17758},{0.272,4273},{0.000,2542},{999,0},{999,0},{999,0}}|262602|.109|201909|NDFD
OAX|84|po|00|{{0.000,1715},{0.041,56774},{0.165,34041},{0.211,26869},{0.191,16226},{0.271,18217},{0.328,18966},{0.350,1550},{0.000,8},{999,0},{999,0},{999,0}}|174366|.163|201909|NDFD
BIS|84|po|00|{{0.169,6222},{0.073,180587},{0.174,59867},{0.334,35856},{0.686,39810},{0.475,34944},{0.440,29494},{0.811,23531},{0.733,3406},{0.858,332},{0.987,21960},{1.000,2093}}|438102|.318|201909|NDFD
FGF|84|po|00|{{0.002,8119},{0.045,168465},{0.127,48340},{0.431,24395},{0.933,23802},{0.736,11940},{0.322,15770},{0.779,19155},{0.990,28569},{0.998,11863},{0.995,2606},{999,0}}|363024|.325|201909|NDFD
ABR|84|po|00|{{0.014,7049},{0.014,119466},{0.290,26878},{0.376,18468},{0.508,27320},{0.378,18927},{0.688,12775},{0.687,6541},{0.292,4542},{0.755,6967},{0.786,2653},{999,0}}|251586|.236|201909|NDFD
UNR|84|po|00|{{0.000,22140},{0.007,135346},{0.136,38151},{0.440,19401},{0.284,23724},{0.477,33810},{0.704,27937},{0.732,8068},{0.359,12511},{0.483,8897},{0.977,8429},{1.000,706}}|339120|.239|201909|NDFD
FSD|84|po|00|{{0.028,23402},{0.073,70359},{0.147,39909},{0.158,26242},{0.332,22003},{0.373,15436},{0.407,19853},{0.310,2306},{0.485,6257},{0.936,5245},{999,0},{999,0}}|231012|.197|201909|NDFD
GRB|84|po|00|{{0.002,3575},{0.041,37254},{0.263,32612},{0.526,29978},{0.584,17201},{0.763,16110},{0.971,10862},{0.990,4832},{1.000,4361},{1.000,211},{999,0},{999,0}}|156996|.434|201909|NDFD
ARX|84|po|00|{{0.000,1187},{0.062,55836},{0.280,22252},{0.421,15731},{0.533,11543},{0.578,17764},{0.686,15552},{0.813,12332},{0.990,9320},{1.000,123},{999,0},{999,0}}|161640|.388|201909|NDFD
MKX|84|po|00|{{0.000,3096},{0.026,54067},{0.153,58996},{0.565,24944},{0.654,22171},{0.687,25225},{0.908,24011},{0.947,14603},{0.992,2495},{1.000,2167},{1.000,1361},{999,0}}|233136|.420|201909|NDFD
CYS|84|po|00|{{0.000,23555},{0.000,94074},{0.059,61492},{0.227,31570},{0.415,24205},{0.596,26361},{0.542,12859},{0.175,3522},{0.176,3461},{0.592,2539},{1.000,204},{999,0}}|283842|.164|201909|NDFD
RIW|84|po|00|{{0.000,46898},{0.001,130594},{0.065,83548},{0.244,49785},{0.334,40960},{0.469,22457},{0.706,18549},{0.636,23210},{0.691,16644},{0.832,12413},{0.997,13823},{1.000,1595}}|460476|.232|201909|NDFD
CAR|84|po|00|{{0.000,1215},{0.013,58039},{0.100,36682},{0.343,32313},{0.383,21456},{0.623,15181},{0.691,12467},{0.949,15014},{0.999,886},{1.000,13},{999,0},{999,0}}|193266|.295|201909|NDFD
GYX|84|po|00|{{0.001,56746},{0.000,29872},{0.112,45199},{0.173,33370},{0.159,18665},{0.340,4899},{0.675,6589},{0.890,17377},{0.976,1184},{1.000,245},{999,0},{999,0}}|214146|.172|201909|NDFD
BOX|84|po|00|{{999,0},{0.003,48407},{0.012,47856},{0.193,15416},{0.634,7627},{0.651,6958},{0.258,9502},{0.861,8690},{0.903,2332},{0.987,6392},{999,0},{999,0}}|153180|.205|201909|NDFD
PHI|84|po|00|{{0.000,16105},{0.012,60060},{0.095,26400},{0.485,26085},{0.646,10467},{0.548,4536},{0.682,3525},{0.795,2339},{1.000,135},{999,0},{999,0},{999,0}}|149652|.197|201909|NDFD
ALY|84|po|00|{{0.000,6913},{0.004,27422},{0.026,36795},{0.086,19308},{0.278,7986},{0.510,10289},{0.378,7014},{0.644,1794},{999,0},{0.945,5076},{1.000,1837},{999,0}}|124434|.166|201909|NDFD
BGM|84|po|00|{{0.000,12971},{0.002,43433},{0.107,26004},{0.233,16659},{0.589,17215},{0.410,12911},{0.496,4893},{0.823,6952},{1.000,730},{999,0},{999,0},{999,0}}|141768|.219|201909|NDFD
BUF|84|po|00|{{0.000,30567},{0.013,42840},{0.000,12251},{0.383,16470},{0.350,15424},{0.585,12561},{0.433,8991},{0.664,20065},{0.976,11939},{999,0},{999,0},{999,0}}|171108|.283|201909|NDFD
OKX|84|po|00|{{999,0},{0.000,19304},{0.053,29003},{0.058,14226},{0.612,5558},{0.823,5094},{0.480,8857},{0.935,2589},{0.987,2237},{999,0},{999,0},{999,0}}|86868|.217|201909|NDFD
MHX|84|po|00|{{0.000,3245},{0.001,36409},{0.030,56734},{0.154,11823},{0.000,1795},{0.000,613},{999,0},{999,0},{999,0},{1.000,4047},{1.000,2460},{999,0}}|117126|.086|201909|NDFD
RAH|84|po|00|{{0.000,18650},{0.000,35400},{0.036,26877},{0.176,20383},{0.244,6273},{0.077,9297},{0.068,4100},{0.752,383},{1.000,467},{1.000,2636},{1.000,4},{999,0}}|124470|.084|201909|NDFD
ILM|84|po|00|{{999,0},{0.000,42889},{0.087,35452},{0.029,13220},{0.125,4577},{0.681,2285},{0.926,539},{1.000,1852},{1.000,1064},{1.000,128},{999,0},{999,0}}|102006|.090|201909|NDFD
CLE|84|po|00|{{0.000,7266},{0.000,85410},{0.157,23358},{0.255,11227},{0.301,16207},{0.448,16364},{0.847,14447},{0.989,7822},{1.000,6026},{1.000,2349},{999,0},{999,0}}|190476|.247|201909|NDFD
ILN|84|po|00|{{0.000,17532},{0.049,60919},{0.130,49585},{0.339,6946},{0.388,10734},{0.403,3094},{0.966,8246},{1.000,192},{999,0},{999,0},{999,0},{999,0}}|157248|.161|201909|NDFD
PBZ|84|po|00|{{0.000,10204},{0.019,41003},{0.153,40718},{0.322,18217},{0.255,13315},{0.293,8494},{0.665,10174},{0.723,5526},{0.993,705},{999,0},{999,0},{999,0}}|148356|.204|201909|NDFD
CTP|84|po|00|{{0.000,12643},{0.001,52395},{0.119,50113},{0.345,30226},{0.360,16545},{0.347,12311},{0.623,6350},{0.836,1989},{1.000,578},{999,0},{999,0},{999,0}}|183150|.180|201909|NDFD
CHS|84|po|00|{{0.000,1162},{0.021,63980},{0.088,26321},{0.065,17588},{0.215,7127},{0.180,3805},{0.044,6399},{0.064,2380},{0.359,1576},{999,0},{999,0},{999,0}}|130338|.062|201909|NDFD
CAE|84|po|00|{{0.000,33341},{0.025,31197},{0.181,21383},{0.102,9704},{0.236,4993},{0.023,1046},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.067|201909|NDFD
GSP|84|po|00|{{999,0},{0.002,38194},{0.029,71607},{0.128,29744},{0.187,10902},{0.357,5658},{0.366,2421},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.069|201909|NDFD
BTV|84|po|00|{{0.000,21824},{0.011,10569},{0.051,27046},{0.021,18747},{0.088,18003},{0.449,13462},{0.619,6378},{0.502,4328},{0.997,5997},{1.000,3858},{999,0},{999,0}}|130212|.196|201909|NDFD
LWX|84|po|00|{{0.000,18024},{0.001,47974},{0.035,52053},{0.056,31334},{0.077,7301},{0.007,3450},{0.283,1553},{1.000,366},{1.000,125},{999,0},{999,0},{999,0}}|162180|.032|201909|NDFD
RNK|84|po|00|{{0.004,21050},{0.001,24029},{0.053,76278},{0.035,17340},{0.065,4658},{0.065,6215},{0.468,1578},{0.983,178},{999,0},{999,0},{999,0},{999,0}}|151326|.042|201909|NDFD
AKQ|84|po|00|{{0.000,31456},{0.046,56374},{0.009,70507},{0.059,10679},{0.006,5900},{0.326,485},{0.327,761},{0.780,1567},{0.995,2128},{1.000,3885},{1.000,1262},{999,0}}|185004|.069|201909|NDFD
RLX|84|po|00|{{0.086,10779},{0.012,61742},{0.024,39827},{0.225,30209},{0.082,19539},{0.280,6572},{0.945,886},{1.000,24},{999,0},{999,0},{999,0},{999,0}}|169578|.081|201909|NDFD
BMX|84|po|00|{{0.015,47013},{0.024,50876},{0.072,99556},{0.000,7623},{0.000,4200},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.043|201909|NDFD
HUN|84|po|00|{{0.000,11897},{0.002,28871},{0.056,21736},{0.198,6544},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.037|201909|NDFD
MOB|84|po|00|{{0.001,5507},{0.020,87437},{0.042,69047},{0.391,12210},{0.032,8942},{0.044,4929},{0.051,2471},{0.447,4095},{0.094,32},{999,0},{999,0},{999,0}}|194670|.061|201909|NDFD
LZK|84|po|00|{{0.000,344},{0.008,85733},{0.068,108351},{0.352,31411},{0.459,15909},{0.262,6804},{0.793,802},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.115|201909|NDFD
JAX|84|po|00|{{0.003,25109},{0.010,67041},{0.078,35139},{0.136,21493},{0.147,11723},{0.237,8740},{0.389,4867},{0.577,4165},{0.737,6044},{0.530,1827},{0.819,188},{999,0}}|186336|.108|201909|NDFD
EYW|84|po|00|{{999,0},{999,0},{0.007,13561},{0.156,37916},{0.354,49931},{0.464,24427},{0.686,41524},{0.812,653},{999,0},{999,0},{999,0},{999,0}}|168012|.381|201909|NDFD
MLB|84|po|00|{{0.000,1403},{0.000,33183},{0.076,45159},{0.159,26106},{0.405,24859},{0.603,7315},{0.804,12239},{999,0},{999,0},{999,0},{999,0},{999,0}}|150264|.212|201909|NDFD
MFL|84|po|00|{{999,0},{0.017,10200},{0.088,59732},{0.201,42326},{0.302,26066},{0.547,20737},{0.397,14374},{0.337,963},{0.000,4},{999,0},{999,0},{999,0}}|174402|.225|201909|NDFD
TAE|84|po|00|{{0.000,49931},{0.019,133678},{0.034,48547},{0.201,15759},{0.219,10096},{0.143,11788},{0.118,5719},{0.155,7212},{0.303,4366},{0.665,1786},{999,0},{999,0}}|288882|.054|201909|NDFD
TBW|84|po|00|{{0.004,25615},{0.001,59252},{0.036,48541},{0.172,23425},{0.107,14100},{0.121,6735},{0.210,4699},{0.054,2174},{0.452,9841},{999,0},{999,0},{999,0}}|194382|.071|201909|NDFD
FFC|84|po|00|{{999,0},{0.004,102392},{0.098,107001},{0.077,18189},{0.000,4886},{0.000,5546},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.052|201909|NDFD
LCH|84|po|00|{{0.000,429},{0.021,67335},{0.114,80060},{0.200,51798},{0.465,26817},{0.774,15165},{0.804,4031},{0.727,2687},{0.964,222},{999,0},{999,0},{999,0}}|248544|.203|201909|NDFD
LIX|84|po|00|{{0.011,11917},{0.029,110910},{0.046,82495},{0.318,35854},{0.277,21284},{0.715,10349},{0.739,8189},{0.592,6950},{0.957,3339},{1.000,7},{999,0},{999,0}}|291294|.155|201909|NDFD
SHV|84|po|00|{{0.018,12769},{0.020,111978},{0.136,96993},{0.221,23505},{0.344,6678},{0.836,3591},{1.000,3009},{1.000,4619},{999,0},{999,0},{999,0},{999,0}}|263142|.128|201909|NDFD
JAN|84|po|00|{{0.029,29037},{0.008,85521},{0.086,128163},{0.214,18027},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.063|201909|NDFD
ABQ|84|po|00|{{999,0},{0.046,106951},{0.048,244612},{0.191,130727},{0.441,82226},{0.536,40097},{0.678,30802},{0.807,18679},{0.825,2690},{999,0},{999,0},{999,0}}|656784|.209|201909|NDFD
OUN|84|po|00|{{0.000,59829},{0.007,57329},{0.057,53564},{0.225,129287},{0.458,39678},{0.122,7036},{0.235,3724},{0.490,3869},{0.390,5486},{999,0},{999,0},{999,0}}|359802|.157|201909|NDFD
TSA|84|po|00|{{0.000,11197},{0.013,49412},{0.062,57142},{0.548,24992},{0.356,25693},{0.517,17874},{0.370,5016},{0.491,3638},{0.097,390},{999,0},{999,0},{999,0}}|195354|.204|201909|NDFD
MEG|84|po|00|{{0.000,23141},{0.010,85465},{0.016,99725},{0.186,9810},{0.675,6745},{0.610,2153},{0.839,31},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.045|201909|NDFD
MRX|84|po|00|{{0.000,7390},{0.013,29362},{0.051,74132},{0.204,9584},{0.348,2796},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.058|201909|NDFD
OHX|84|po|00|{{0.000,15714},{0.016,42042},{0.030,53149},{0.071,10590},{0.024,2540},{0.076,1076},{0.884,43},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.026|201909|NDFD
AMA|84|po|00|{{0.000,2715},{0.029,70893},{0.077,50183},{0.176,27582},{0.545,18750},{0.479,18861},{0.734,6309},{0.918,2754},{1.000,7},{999,0},{999,0},{999,0}}|198054|.188|201909|NDFD
EWX|84|po|00|{{0.012,12516},{0.005,67114},{0.019,106834},{0.084,54265},{0.234,14994},{0.327,5286},{0.368,1611},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.049|201909|NDFD
BRO|84|po|00|{{0.000,636},{0.000,3767},{0.044,38447},{0.176,38078},{0.255,19489},{0.296,12537},{0.178,2804},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.152|201909|NDFD
CRP|84|po|00|{{0.000,3830},{0.018,14253},{0.041,66878},{0.167,39333},{0.218,18857},{0.296,17467},{0.490,3165},{0.263,3329},{999,0},{999,0},{999,0},{999,0}}|167112|.127|201909|NDFD
EPZ|84|po|00|{{0.000,5831},{0.112,40570},{0.160,59286},{0.299,50549},{0.246,29158},{0.549,20327},{0.623,12041},{0.734,1783},{0.918,5643},{0.983,3232},{999,0},{999,0}}|228420|.283|201909|NDFD
FWD|84|po|00|{{0.000,22207},{0.003,88080},{0.037,79758},{0.128,72595},{0.029,13637},{0.059,4504},{0.502,6625},{0.636,2250},{999,0},{999,0},{999,0},{999,0}}|289656|.062|201909|NDFD
HGX|84|po|00|{{0.000,4879},{0.037,27974},{0.074,72909},{0.232,39622},{0.442,31268},{0.650,19185},{0.649,8568},{0.586,15393},{0.488,738},{999,0},{999,0},{999,0}}|220536|.258|201909|NDFD
LUB|84|po|00|{{0.000,5489},{0.036,38907},{0.186,38010},{0.213,26796},{0.400,27474},{0.435,6970},{0.134,5612},{0.388,7064},{0.447,3356},{999,0},{999,0},{999,0}}|159678|.208|201909|NDFD
MAF|84|po|00|{{999,0},{0.007,78386},{0.147,105588},{0.241,100706},{0.356,48659},{0.370,23712},{0.341,9518},{0.482,7902},{0.375,3457},{999,0},{999,0},{999,0}}|377928|.198|201909|NDFD
SJT|84|po|00|{{0.000,26901},{0.000,27258},{0.062,64813},{0.133,68455},{0.145,9653},{0.052,308},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.074|201909|NDFD
FGZ|84|po|00|{{0.000,20035},{0.008,100643},{0.044,137207},{0.131,72321},{0.303,21668},{0.500,5957},{0.489,3302},{0.609,11830},{0.942,4767},{999,0},{999,0},{999,0}}|377730|.103|201909|NDFD
PSR|84|po|00|{{0.009,51359},{0.028,95724},{0.173,44272},{0.319,24397},{0.533,14674},{0.595,5588},{0.986,2703},{0.843,1526},{0.870,687},{999,0},{999,0},{999,0}}|240930|.142|201909|NDFD
TWC|84|po|00|{{0.000,8398},{0.006,55357},{0.063,37819},{0.223,32020},{0.417,30140},{0.450,18491},{0.587,8047},{0.940,4234},{0.974,1908},{1.000,2},{999,0},{999,0}}|196416|.210|201909|NDFD
EKA|84|po|00|{{0.000,19416},{0.008,109012},{0.311,41543},{0.435,13248},{0.578,10862},{0.718,7760},{0.766,5284},{0.931,1584},{0.962,1044},{0.989,91},{999,0},{999,0}}|209844|.181|201909|NDFD
LOX|84|po|00|{{0.000,80272},{0.003,118245},{0.021,38025},{0.091,5810},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.007|201909|NDFD
STO|84|po|00|{{0.001,87827},{0.030,61833},{0.151,33760},{0.408,10437},{0.397,8768},{0.343,6670},{0.698,5838},{0.835,3420},{1.000,1209},{999,0},{999,0},{999,0}}|219762|.114|201909|NDFD
SGX|84|po|00|{{0.000,39511},{0.000,38680},{0.033,20282},{0.173,19141},{0.056,178},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.034|201909|NDFD
MTR|84|po|00|{{0.004,115253},{0.026,95246},{0.079,25858},{0.000,7257},{0.000,412},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
HNX|84|po|00|{{0.005,97527},{0.017,67225},{0.008,25618},{0.015,4536},{0.057,2894},{0.360,2360},{0.405,576},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.016|201909|NDFD
BOI|84|po|00|{{0.000,53512},{0.024,82426},{0.139,60691},{0.192,50305},{0.266,35402},{0.471,42707},{0.532,44331},{0.527,25093},{0.583,4309},{0.992,640},{1.000,4},{999,0}}|399420|.224|201909|NDFD
PIH|84|po|00|{{0.000,17415},{0.002,59631},{0.102,42502},{0.243,43369},{0.432,35382},{0.513,22707},{0.520,17086},{0.631,9021},{0.875,4462},{0.965,1073},{999,0},{999,0}}|252648|.243|201909|NDFD
BYZ|84|po|00|{{0.000,3959},{0.004,77359},{0.006,66090},{0.226,45007},{0.195,14047},{0.370,24422},{0.550,29047},{0.742,29917},{0.792,14604},{0.600,15381},{1.000,13264},{1.000,9299}}|342396|.304|201909|NDFD
GGW|84|po|00|{{0.000,422},{0.017,84961},{0.018,38010},{0.458,23418},{0.810,31605},{0.711,36493},{0.655,23122},{0.593,14501},{0.206,7416},{0.733,2215},{1.000,550},{1.000,15153}}|277866|.385|201909|NDFD
TFX|84|po|00|{{0.000,764},{0.048,75131},{0.120,45413},{0.104,72564},{0.270,58608},{0.411,47684},{0.623,27669},{0.705,36789},{0.563,25647},{0.653,16008},{0.997,21860},{1.000,8162}}|436299|.344|201909|NDFD
MSO|84|po|00|{{0.000,3509},{0.023,35248},{0.130,29847},{0.062,37219},{0.156,54964},{0.349,47051},{0.451,44837},{0.568,42660},{0.634,27913},{0.523,17430},{0.950,4274},{999,0}}|344952|.311|201909|NDFD
LKN|84|po|00|{{0.000,97693},{0.001,108212},{0.046,76529},{0.144,38052},{0.408,41006},{0.492,46409},{0.749,16551},{0.975,5783},{0.985,3247},{1.000,3162},{1.000,144},{999,0}}|436788|.167|201909|NDFD
VEF|84|po|00|{{0.000,197015},{0.002,153770},{0.037,101418},{0.187,51385},{0.348,14324},{0.680,4282},{0.582,2036},{0.741,649},{1.000,353},{1.000,8},{999,0},{999,0}}|525240|.045|201909|NDFD
REV|84|po|00|{{0.000,94505},{0.035,49889},{0.179,50981},{0.226,30425},{0.476,26066},{0.611,10796},{0.848,8723},{0.901,4627},{999,0},{999,0},{999,0},{999,0}}|276012|.175|201909|NDFD
MFR|84|po|00|{{0.004,61405},{0.001,64976},{0.135,86535},{0.427,42340},{0.472,35389},{0.704,30594},{0.762,31926},{0.808,18514},{0.731,14827},{0.965,4939},{1.000,3228},{1.000,13}}|394686|.320|201909|NDFD
PDT|84|po|00|{{0.000,5821},{0.000,63791},{0.028,85065},{0.098,40947},{0.236,35658},{0.486,44202},{0.713,25389},{0.673,30204},{0.892,18945},{0.976,3808},{1.000,212},{999,0}}|354042|.270|201909|NDFD
PQR|84|po|00|{{0.000,278},{0.001,12056},{0.080,59342},{0.284,69627},{0.572,47642},{0.644,45329},{0.710,20330},{0.474,11662},{0.788,12330},{0.978,13803},{1.000,9749},{999,0}}|302148|.443|201909|NDFD
SLC|84|po|00|{{0.000,133721},{0.000,151097},{0.038,82564},{0.175,59342},{0.236,48862},{0.314,35540},{0.437,15197},{0.483,6890},{0.785,5672},{1.000,9264},{1.000,797},{999,0}}|548946|.111|201909|NDFD
SEW|84|po|00|{{0.434,656},{0.191,12908},{0.067,40114},{0.297,58529},{0.450,46624},{0.701,25124},{0.693,20448},{0.749,25167},{0.780,17001},{0.904,21050},{0.695,5979},{999,0}}|273600|.478|201909|NDFD
OTX|84|po|00|{{0.000,7115},{0.001,42915},{0.066,64849},{0.167,59240},{0.320,44641},{0.324,34006},{0.433,26305},{0.497,27474},{0.563,23911},{0.646,7000},{0.998,512},{999,0}}|337968|.246|201909|NDFD
BOU|96|po|00|{{0.020,32353},{0.015,83029},{0.079,55352},{0.148,19453},{0.254,15903},{0.246,11869},{0.413,4165},{0.897,2121},{0.930,3994},{1.000,1},{999,0},{999,0}}|228240|.103|201909|NDFD
GJT|96|po|00|{{0.001,26028},{0.001,83564},{0.016,88435},{0.021,56821},{0.075,57499},{0.167,37437},{0.299,29567},{0.565,9334},{0.580,4287},{0.633,2650},{999,0},{999,0}}|395622|.080|201909|NDFD
PUB|96|po|00|{{0.022,13488},{0.045,95567},{0.061,64455},{0.110,33972},{0.107,17977},{0.138,9649},{0.210,6442},{0.525,5783},{0.873,2970},{0.956,563},{999,0},{999,0}}|250866|.092|201909|NDFD
LOT|96|po|00|{{999,0},{0.007,42177},{0.116,27044},{0.737,13477},{0.692,18703},{0.678,8112},{0.849,4840},{0.998,989},{999,0},{1.000,2},{999,0},{999,0}}|115344|.320|201909|NDFD
ILX|96|po|00|{{0.000,2559},{0.007,51089},{0.158,42245},{0.253,17874},{0.525,25273},{0.708,7947},{0.791,3830},{1.000,617},{999,0},{999,0},{999,0},{999,0}}|151434|.225|201909|NDFD
IND|96|po|00|{{0.000,8800},{0.019,48542},{0.116,33280},{0.264,23256},{0.081,8130},{0.045,266},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.095|201909|NDFD
IWX|96|po|00|{{0.000,3817},{0.057,55905},{0.350,21689},{0.582,22778},{0.648,13965},{0.561,9209},{0.522,203},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.301|201909|NDFD
DVN|96|po|00|{{999,0},{0.004,33425},{0.091,49620},{0.367,24748},{0.440,17096},{0.350,5797},{0.608,11549},{0.999,16216},{1.000,1605},{999,0},{999,0},{999,0}}|160056|.301|201909|NDFD
DMX|96|po|00|{{999,0},{0.015,47136},{0.150,70681},{0.256,16105},{0.502,37537},{0.674,17177},{0.737,18581},{0.844,13898},{0.911,2866},{1.000,29},{999,0},{999,0}}|224010|.330|201909|NDFD
DDC|96|po|00|{{0.024,12016},{0.033,64542},{0.156,59397},{0.146,20997},{0.538,10000},{0.569,3235},{0.332,831},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.130|201909|NDFD
GLD|96|po|00|{{0.033,16795},{0.041,94087},{0.121,41848},{0.167,8706},{0.375,600},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.069|201909|NDFD
TOP|96|po|00|{{0.000,2020},{0.000,29759},{0.039,21111},{0.377,28616},{0.480,23848},{0.150,10832},{0.337,4097},{0.958,1343},{999,0},{999,0},{999,0},{999,0}}|121626|.225|201909|NDFD
ICT|96|po|00|{{0.000,8968},{0.000,36601},{0.053,28946},{0.204,43311},{0.593,21664},{0.646,14755},{0.407,8451},{0.946,1428},{999,0},{999,0},{999,0},{999,0}}|164124|.229|201909|NDFD
JKL|96|po|00|{{0.000,3856},{0.035,43682},{0.209,23182},{0.133,11729},{0.401,5372},{0.407,1585},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.120|201909|NDFD
LMK|96|po|00|{{0.000,18027},{0.039,66663},{0.049,50086},{0.215,7298},{0.705,4042},{0.367,4270},{0.045,22},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.074|201909|NDFD
PAH|96|po|00|{{0.000,6293},{0.017,73471},{0.138,78796},{0.314,21376},{0.092,7123},{0.000,285},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.104|201909|NDFD
DTX|96|po|00|{{0.045,6398},{0.070,101212},{0.325,63986},{0.694,50499},{0.802,29135},{0.858,18513},{0.959,16253},{0.996,6876},{0.941,3718},{1.000,772},{1.000,124},{999,0}}|297486|.435|201909|NDFD
APX|96|po|00|{{0.000,1251},{0.052,45169},{0.194,29091},{0.609,20624},{0.504,18893},{0.764,16568},{0.886,15167},{0.998,3332},{1.000,1753},{1.000,2283},{1.000,3},{999,0}}|154134|.412|201909|NDFD
GRR|96|po|00|{{0.000,609},{0.027,45602},{0.186,24365},{0.388,12974},{0.731,12291},{0.855,18679},{0.928,6382},{1.000,436},{999,0},{999,0},{999,0},{999,0}}|121338|.347|201909|NDFD
MQT|96|po|00|{{0.012,5767},{0.059,94027},{0.166,89178},{0.118,62490},{0.184,21893},{0.540,25646},{0.717,39857},{0.856,20542},{0.769,14948},{0.917,9559},{1.000,735},{999,0}}|384642|.293|201909|NDFD
DLH|96|po|00|{{0.172,3361},{0.042,54901},{0.352,107235},{0.436,20158},{0.622,25970},{0.489,30676},{0.673,27885},{0.715,13121},{0.846,5191},{0.767,7868},{0.571,3370},{999,0}}|299736|.404|201909|NDFD
MPX|96|po|00|{{0.012,257},{0.008,69821},{0.171,76075},{0.229,40432},{0.442,34034},{0.607,11027},{0.480,15434},{0.309,13247},{0.755,5582},{0.703,9870},{0.844,557},{999,0}}|276336|.245|201909|NDFD
EAX|96|po|00|{{0.000,76},{0.000,37221},{0.049,48509},{0.257,29948},{0.433,31212},{0.331,21251},{0.581,11289},{0.762,8049},{0.386,671},{999,0},{999,0},{999,0}}|188226|.231|201909|NDFD
SGF|96|po|00|{{0.000,228},{0.007,47768},{0.062,52625},{0.275,32055},{0.490,35738},{0.466,16072},{0.803,4429},{1.000,49},{999,0},{999,0},{999,0},{999,0}}|188964|.217|201909|NDFD
LSX|96|po|00|{{0.000,2094},{0.014,55011},{0.132,67493},{0.242,34133},{0.409,27336},{0.412,11655},{0.758,3399},{0.953,3665},{999,0},{999,0},{999,0},{999,0}}|204786|.195|201909|NDFD
GID|96|po|00|{{0.000,599},{0.008,56082},{0.124,43094},{0.346,27008},{0.153,20701},{0.162,3968},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151452|.125|201909|NDFD
LBF|96|po|00|{{0.000,11085},{0.040,118506},{0.186,88125},{0.179,22188},{0.248,16126},{0.174,6481},{0.000,91},{999,0},{999,0},{999,0},{999,0},{999,0}}|262602|.115|201909|NDFD
OAX|96|po|00|{{0.000,215},{0.000,53144},{0.164,35467},{0.385,22291},{0.507,37015},{0.378,19263},{0.366,6857},{0.816,114},{999,0},{999,0},{999,0},{999,0}}|174366|.247|201909|NDFD
BIS|96|po|00|{{0.000,2884},{0.065,127001},{0.141,104538},{0.194,77463},{0.492,19952},{0.754,16983},{0.884,27545},{0.872,22046},{0.987,13603},{0.960,5884},{0.997,20203},{999,0}}|438102|.327|201909|NDFD
FGF|96|po|00|{{0.000,3512},{0.014,91389},{0.280,116150},{0.363,48376},{0.447,25397},{0.565,20052},{0.625,17392},{0.866,15619},{0.830,4968},{0.871,4392},{0.809,15777},{999,0}}|363024|.328|201909|NDFD
ABR|96|po|00|{{0.000,7219},{0.051,97024},{0.068,78917},{0.051,24220},{0.264,4833},{0.434,6299},{0.415,15692},{0.548,4196},{0.613,3340},{0.463,4556},{0.608,5290},{999,0}}|251586|.126|201909|NDFD
UNR|96|po|00|{{0.000,27320},{0.067,120053},{0.211,99839},{0.491,26194},{0.575,19102},{0.716,19962},{0.837,12868},{0.858,9924},{0.882,3844},{1.000,14},{999,0},{999,0}}|339120|.265|201909|NDFD
FSD|96|po|00|{{0.000,877},{0.006,67385},{0.169,63585},{0.171,39181},{0.206,20425},{0.228,15642},{0.083,13406},{0.713,3078},{0.621,3827},{0.354,3209},{0.471,397},{999,0}}|231012|.141|201909|NDFD
GRB|96|po|00|{{0.000,814},{0.082,40093},{0.028,41046},{0.202,24644},{0.429,9889},{0.471,13071},{0.856,6085},{0.586,12750},{0.980,8570},{1.000,34},{999,0},{999,0}}|156996|.260|201909|NDFD
ARX|96|po|00|{{999,0},{0.036,40090},{0.099,47097},{0.327,22263},{0.398,18616},{0.058,6643},{0.594,2598},{0.689,12177},{0.846,11056},{0.885,1100},{999,0},{999,0}}|161640|.256|201909|NDFD
MKX|96|po|00|{{0.000,23},{0.007,72415},{0.047,51733},{0.141,26404},{0.501,20956},{0.359,24717},{0.814,23394},{0.973,8865},{1.000,3146},{1.000,1483},{999,0},{999,0}}|233136|.250|201909|NDFD
CYS|96|po|00|{{0.000,16878},{0.025,111770},{0.181,69908},{0.510,22618},{0.587,25944},{0.658,17134},{0.671,12157},{0.877,6186},{0.902,1117},{0.946,130},{999,0},{999,0}}|283842|.240|201909|NDFD
RIW|96|po|00|{{0.000,52083},{0.006,83668},{0.090,75232},{0.307,54807},{0.423,42377},{0.565,34484},{0.616,27086},{0.848,32145},{0.973,38069},{0.998,20238},{1.000,287},{999,0}}|460476|.354|201909|NDFD
CAR|96|po|00|{{0.000,10737},{0.026,45683},{0.064,50202},{0.175,26701},{0.460,10136},{0.884,11518},{0.801,19079},{0.546,10591},{0.763,1031},{0.993,7566},{1.000,22},{999,0}}|193266|.276|201909|NDFD
GYX|96|po|00|{{0.005,49905},{0.019,53321},{0.070,30385},{0.488,15166},{0.534,21304},{0.509,20722},{0.474,14734},{0.497,5639},{0.872,1742},{0.748,1228},{999,0},{999,0}}|214146|.210|201909|NDFD
BOX|96|po|00|{{999,0},{0.006,47014},{0.121,41107},{0.324,14739},{0.305,10607},{0.353,18249},{0.406,11306},{0.414,8077},{0.737,2023},{0.000,58},{999,0},{999,0}}|153180|.190|201909|NDFD
PHI|96|po|00|{{0.000,8315},{0.000,46979},{0.078,48556},{0.152,24951},{0.451,11373},{0.593,4629},{0.806,4505},{1.000,344},{999,0},{999,0},{999,0},{999,0}}|149652|.130|201909|NDFD
ALY|96|po|00|{{0.000,6913},{0.000,35416},{0.090,31838},{0.358,10727},{0.458,10630},{0.539,7955},{0.547,7384},{0.922,13008},{1.000,563},{999,0},{999,0},{999,0}}|124434|.261|201909|NDFD
BGM|96|po|00|{{0.000,19088},{0.000,35752},{0.097,22709},{0.299,24145},{0.472,11829},{0.792,13500},{0.577,6235},{0.699,5385},{0.999,3125},{999,0},{999,0},{999,0}}|141768|.255|201909|NDFD
BUF|96|po|00|{{0.000,38024},{0.158,28352},{0.216,31333},{0.338,21120},{0.586,10431},{0.246,8413},{0.662,7148},{0.812,20484},{0.863,5803},{999,0},{999,0},{999,0}}|171108|.309|201909|NDFD
OKX|96|po|00|{{999,0},{0.001,24130},{0.015,30364},{0.423,10842},{0.207,9505},{0.016,2375},{0.958,4873},{1.000,4779},{999,0},{999,0},{999,0},{999,0}}|86868|.190|201909|NDFD
MHX|96|po|00|{{0.000,607},{0.008,37184},{0.054,38566},{0.135,21291},{0.127,9808},{0.398,5014},{0.988,1520},{1.000,1290},{1.000,1673},{1.000,173},{999,0},{999,0}}|117126|.112|201909|NDFD
RAH|96|po|00|{{999,0},{0.000,53876},{0.030,28555},{0.131,25266},{0.004,14325},{0.000,600},{0.000,565},{0.282,1283},{999,0},{999,0},{999,0},{999,0}}|124470|.037|201909|NDFD
ILM|96|po|00|{{999,0},{0.000,19904},{0.002,45001},{0.076,17956},{0.166,12966},{0.183,6179},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.046|201909|NDFD
CLE|96|po|00|{{0.000,6184},{0.034,66245},{0.326,64278},{0.542,16906},{0.393,8091},{0.449,16278},{0.679,11996},{0.994,498},{999,0},{999,0},{999,0},{999,0}}|190476|.270|201909|NDFD
ILN|96|po|00|{{0.000,8736},{0.065,54975},{0.177,58725},{0.072,16113},{0.001,10264},{0.369,8435},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.116|201909|NDFD
PBZ|96|po|00|{{0.000,8709},{0.002,44957},{0.129,42740},{0.294,22156},{0.427,10668},{0.713,5279},{0.402,2266},{0.799,8346},{0.869,3235},{999,0},{999,0},{999,0}}|148356|.208|201909|NDFD
CTP|96|po|00|{{0.000,13233},{0.017,57852},{0.129,59962},{0.446,16540},{0.336,5386},{0.745,14367},{0.733,9462},{0.917,6348},{999,0},{999,0},{999,0},{999,0}}|183150|.226|201909|NDFD
CHS|96|po|00|{{999,0},{0.006,23932},{0.040,67095},{0.269,12368},{0.365,5326},{0.272,5996},{0.167,13660},{0.631,1960},{1.000,1},{999,0},{999,0},{999,0}}|130338|.102|201909|NDFD
CAE|96|po|00|{{0.000,20520},{0.016,22725},{0.050,32351},{0.301,11629},{0.008,6391},{0.024,6922},{0.024,1126},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.056|201909|NDFD
GSP|96|po|00|{{0.000,925},{0.002,32473},{0.045,65703},{0.183,31070},{0.153,18735},{0.140,6742},{0.746,2029},{0.720,849},{999,0},{999,0},{999,0},{999,0}}|158526|.092|201909|NDFD
BTV|96|po|00|{{0.000,21702},{0.000,19348},{0.059,30350},{0.157,8721},{0.326,6198},{0.327,13738},{0.588,13420},{0.785,13420},{0.867,3304},{1.000,11},{999,0},{999,0}}|130212|.238|201909|NDFD
LWX|96|po|00|{{0.095,17991},{0.007,48144},{0.086,43423},{0.208,25407},{0.203,15971},{0.547,7411},{0.820,3632},{0.652,161},{1.000,40},{999,0},{999,0},{999,0}}|162180|.133|201909|NDFD
RNK|96|po|00|{{0.088,16773},{0.000,27188},{0.051,67537},{0.328,21541},{0.346,9019},{0.063,3467},{0.197,1869},{0.624,3932},{999,0},{999,0},{999,0},{999,0}}|151326|.120|201909|NDFD
AKQ|96|po|00|{{0.003,6908},{0.010,76543},{0.103,55745},{0.162,30158},{0.021,7432},{0.547,2425},{0.974,1515},{0.978,742},{1.000,3309},{1.000,227},{999,0},{999,0}}|185004|.100|201909|NDFD
RLX|96|po|00|{{0.000,5909},{0.068,76681},{0.107,40510},{0.378,23945},{0.235,8757},{0.745,10376},{0.755,2722},{0.739,671},{1.000,7},{999,0},{999,0},{999,0}}|169578|.183|201909|NDFD
BMX|96|po|00|{{0.000,13184},{0.027,52399},{0.082,87816},{0.110,35407},{0.007,7876},{0.000,6032},{0.011,6171},{0.000,383},{999,0},{999,0},{999,0},{999,0}}|209268|.060|201909|NDFD
HUN|96|po|00|{{0.000,9727},{0.012,23899},{0.130,19965},{0.106,11681},{0.032,3721},{0.000,55},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.061|201909|NDFD
MOB|96|po|00|{{999,0},{0.021,44043},{0.083,97195},{0.205,20411},{0.546,6780},{0.207,5647},{0.175,12429},{0.130,6968},{0.056,1197},{999,0},{999,0},{999,0}}|194670|.109|201909|NDFD
LZK|96|po|00|{{999,0},{0.013,23284},{0.131,126300},{0.419,64044},{0.567,24796},{0.935,10779},{0.960,151},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.272|201909|NDFD
JAX|96|po|00|{{0.018,2315},{0.022,51608},{0.018,50488},{0.156,20908},{0.292,13655},{0.567,7651},{0.393,8566},{0.331,9379},{0.439,13636},{0.799,6892},{0.675,1238},{999,0}}|186336|.174|201909|NDFD
EYW|96|po|00|{{999,0},{999,0},{0.010,9440},{0.175,22423},{0.309,74616},{0.434,26747},{0.777,31212},{0.542,3199},{0.029,375},{999,0},{999,0},{999,0}}|168012|.385|201909|NDFD
MLB|96|po|00|{{999,0},{0.000,64},{0.018,41429},{0.209,42890},{0.475,32428},{0.317,12309},{0.801,13693},{0.663,7366},{0.000,85},{999,0},{999,0},{999,0}}|150264|.299|201909|NDFD
MFL|96|po|00|{{999,0},{0.000,14339},{0.099,18436},{0.233,47855},{0.289,40017},{0.191,16947},{0.472,29758},{0.342,3826},{0.258,3224},{999,0},{999,0},{999,0}}|174402|.252|201909|NDFD
TAE|96|po|00|{{0.012,20136},{0.036,76725},{0.057,116125},{0.210,25368},{0.683,2422},{0.290,3742},{0.036,18895},{0.080,16637},{0.090,7502},{0.135,1330},{999,0},{999,0}}|288882|.071|201909|NDFD
TBW|96|po|00|{{0.000,2601},{0.004,27215},{0.028,59307},{0.118,40635},{0.430,19078},{0.053,14163},{0.012,5209},{0.461,7974},{0.685,17963},{0.295,237},{999,0},{999,0}}|194382|.163|201909|NDFD
FFC|96|po|00|{{999,0},{0.015,74404},{0.120,110688},{0.047,18848},{0.116,14428},{0.031,10856},{0.002,8790},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.073|201909|NDFD
LCH|96|po|00|{{999,0},{0.000,1441},{0.158,52343},{0.213,96747},{0.459,40074},{0.741,31973},{0.839,17615},{0.836,7017},{0.839,1334},{999,0},{999,0},{999,0}}|248544|.373|201909|NDFD
LIX|96|po|00|{{0.075,2305},{0.091,60043},{0.103,90527},{0.231,71030},{0.450,23138},{0.473,14952},{0.896,14887},{0.884,5160},{0.796,9027},{1.000,225},{999,0},{999,0}}|291294|.255|201909|NDFD
SHV|96|po|00|{{999,0},{0.041,30981},{0.202,92214},{0.270,106915},{0.395,18262},{0.993,4031},{0.916,2630},{0.947,4219},{0.752,3890},{999,0},{999,0},{999,0}}|263142|.263|201909|NDFD
JAN|96|po|00|{{0.000,14779},{0.148,42659},{0.083,136436},{0.110,44229},{0.194,19262},{0.221,3360},{0.000,23},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.103|201909|NDFD
ABQ|96|po|00|{{0.000,103},{0.016,80274},{0.089,234123},{0.189,130395},{0.324,82948},{0.477,65742},{0.684,39701},{0.754,22173},{0.973,1325},{999,0},{999,0},{999,0}}|656784|.229|201909|NDFD
OUN|96|po|00|{{0.000,54986},{0.005,37004},{0.059,49405},{0.115,105756},{0.363,69533},{0.515,30270},{0.531,12848},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.175|201909|NDFD
TSA|96|po|00|{{0.000,6365},{0.009,30942},{0.130,58783},{0.247,42600},{0.562,38693},{0.479,11773},{0.707,6198},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.257|201909|NDFD
MEG|96|po|00|{{0.000,6347},{0.016,76001},{0.085,109523},{0.496,19893},{0.577,15188},{0.965,115},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.129|201909|NDFD
MRX|96|po|00|{{0.000,1512},{0.014,31847},{0.127,63327},{0.231,16971},{0.213,4629},{0.108,2683},{0.572,2295},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.122|201909|NDFD
OHX|96|po|00|{{0.000,6429},{0.049,54187},{0.158,37408},{0.144,14524},{0.265,8702},{0.823,3878},{1.000,26},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.129|201909|NDFD
AMA|96|po|00|{{0.020,9830},{0.032,71855},{0.228,42268},{0.399,43122},{0.608,22378},{0.502,4247},{0.934,3585},{1.000,769},{999,0},{999,0},{999,0},{999,0}}|198054|.248|201909|NDFD
EWX|96|po|00|{{0.000,178},{0.014,44295},{0.024,74428},{0.088,68874},{0.292,33631},{0.300,23449},{0.326,17727},{0.000,38},{999,0},{999,0},{999,0},{999,0}}|262620|.118|201909|NDFD
BRO|96|po|00|{{999,0},{0.139,108},{0.127,14073},{0.310,43893},{0.530,35173},{0.422,14559},{0.826,7856},{0.969,96},{999,0},{999,0},{999,0},{999,0}}|115758|.404|201909|NDFD
CRP|96|po|00|{{0.000,600},{0.040,3719},{0.101,36851},{0.385,50164},{0.406,36358},{0.373,26293},{0.547,8640},{0.413,4487},{999,0},{999,0},{999,0},{999,0}}|167112|.325|201909|NDFD
EPZ|96|po|00|{{0.036,13036},{0.056,38866},{0.200,60590},{0.260,40729},{0.330,33996},{0.555,17604},{0.656,14759},{0.794,4857},{0.935,3363},{1.000,620},{999,0},{999,0}}|228420|.278|201909|NDFD
FWD|96|po|00|{{0.000,9457},{0.001,40096},{0.043,41697},{0.153,116948},{0.073,47093},{0.077,12747},{0.297,15689},{0.650,5929},{999,0},{999,0},{999,0},{999,0}}|289656|.113|201909|NDFD
HGX|96|po|00|{{0.000,1532},{0.001,9067},{0.095,22158},{0.147,44258},{0.439,60688},{0.578,42589},{0.692,18621},{0.872,21623},{999,0},{999,0},{999,0},{999,0}}|220536|.415|201909|NDFD
LUB|96|po|00|{{0.000,1507},{0.048,48309},{0.188,22600},{0.261,44221},{0.521,25983},{0.377,8588},{0.147,1754},{0.557,4961},{0.523,1755},{999,0},{999,0},{999,0}}|159678|.243|201909|NDFD
MAF|96|po|00|{{999,0},{0.028,75639},{0.178,106594},{0.320,120618},{0.467,29858},{0.356,19747},{0.308,13788},{0.470,6896},{0.465,3395},{0.682,1393},{999,0},{999,0}}|377928|.240|201909|NDFD
SJT|96|po|00|{{0.000,8448},{0.005,30772},{0.039,60244},{0.099,69047},{0.085,19587},{0.136,8920},{0.019,370},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.062|201909|NDFD
FGZ|96|po|00|{{0.000,6649},{0.001,77708},{0.042,107352},{0.080,89218},{0.223,43159},{0.388,24002},{0.712,22990},{0.749,6280},{0.997,372},{999,0},{999,0},{999,0}}|377730|.138|201909|NDFD
PSR|96|po|00|{{0.012,40702},{0.006,110264},{0.247,48199},{0.315,20742},{0.602,10438},{0.563,5339},{0.738,5193},{1.000,53},{999,0},{999,0},{999,0},{999,0}}|240930|.136|201909|NDFD
TWC|96|po|00|{{0.000,3468},{0.030,59843},{0.119,46001},{0.328,26159},{0.485,20393},{0.518,17140},{0.596,19960},{0.686,3307},{0.951,144},{1.000,1},{999,0},{999,0}}|196416|.249|201909|NDFD
EKA|96|po|00|{{0.000,7010},{0.029,111216},{0.216,54762},{0.640,15000},{0.661,9072},{0.747,6630},{0.924,5227},{0.961,927},{999,0},{999,0},{999,0},{999,0}}|209844|.197|201909|NDFD
LOX|96|po|00|{{0.000,87479},{0.007,112121},{0.012,39139},{0.273,3613},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
STO|96|po|00|{{0.000,71883},{0.017,65185},{0.218,41178},{0.420,20327},{0.523,11811},{0.588,6646},{0.937,2489},{1.000,238},{1.000,5},{999,0},{999,0},{999,0}}|219762|.142|201909|NDFD
SGX|96|po|00|{{0.003,32355},{0.001,48827},{0.062,25977},{0.235,10619},{1.000,14},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.036|201909|NDFD
MTR|96|po|00|{{0.000,94584},{0.019,105967},{0.154,43078},{0.023,397},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.035|201909|NDFD
HNX|96|po|00|{{0.000,69708},{0.003,80343},{0.028,36344},{0.072,9036},{0.248,5082},{0.278,223},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.016|201909|NDFD
BOI|96|po|00|{{0.032,42359},{0.001,67588},{0.170,71029},{0.343,65295},{0.386,40983},{0.388,44637},{0.446,38707},{0.593,19096},{0.744,7093},{0.884,2633},{999,0},{999,0}}|399420|.263|201909|NDFD
PIH|96|po|00|{{0.000,20257},{0.001,47782},{0.136,33750},{0.252,39307},{0.374,31081},{0.506,26206},{0.764,22889},{0.880,16943},{0.914,11192},{0.917,3235},{1.000,6},{999,0}}|252648|.337|201909|NDFD
BYZ|96|po|00|{{0.000,4869},{0.043,67387},{0.071,73211},{0.176,48661},{0.724,41964},{0.868,30886},{0.894,18088},{0.932,22217},{0.986,21384},{1.000,10938},{1.000,2791},{999,0}}|342396|.425|201909|NDFD
GGW|96|po|00|{{0.000,885},{0.100,68121},{0.231,54335},{0.169,58284},{0.542,27348},{0.869,13113},{0.950,18889},{0.983,4994},{1.000,8788},{1.000,7420},{1.000,14756},{1.000,933}}|277866|.397|201909|NDFD
TFX|96|po|00|{{0.000,1261},{0.015,64199},{0.113,79016},{0.212,63870},{0.318,46414},{0.557,38142},{0.652,41971},{0.825,36406},{0.986,22411},{0.997,20756},{1.000,16295},{1.000,5558}}|436299|.416|201909|NDFD
MSO|96|po|00|{{0.000,1229},{0.001,17216},{0.022,42753},{0.053,32556},{0.162,37873},{0.333,50309},{0.598,56688},{0.779,53152},{0.809,39154},{0.901,12940},{0.936,1082},{999,0}}|344952|.421|201909|NDFD
LKN|96|po|00|{{0.000,75275},{0.029,109233},{0.251,87967},{0.223,59655},{0.221,42263},{0.792,28728},{0.874,19201},{0.946,11777},{0.992,2675},{1.000,14},{999,0},{999,0}}|436788|.232|201909|NDFD
VEF|96|po|00|{{0.000,170750},{0.003,163826},{0.034,125138},{0.149,47032},{0.259,12748},{0.462,4929},{0.591,604},{0.792,212},{1.000,1},{999,0},{999,0},{999,0}}|525240|.034|201909|NDFD
REV|96|po|00|{{0.000,59987},{0.012,87147},{0.101,47775},{0.164,34422},{0.600,22485},{0.825,17977},{0.919,5494},{1.000,725},{999,0},{999,0},{999,0},{999,0}}|276012|.165|201909|NDFD
MFR|96|po|00|{{0.010,47350},{0.015,100634},{0.087,80419},{0.187,47262},{0.707,23523},{0.758,26978},{0.849,31436},{0.807,23884},{0.849,11337},{1.000,1858},{1.000,5},{999,0}}|394686|.285|201909|NDFD
PDT|96|po|00|{{0.000,6662},{0.011,76375},{0.068,70605},{0.298,68308},{0.333,33849},{0.387,37011},{0.645,32891},{0.736,21197},{0.880,6097},{0.988,1011},{1.000,36},{999,0}}|354042|.268|201909|NDFD
PQR|96|po|00|{{999,0},{0.000,10113},{0.089,73263},{0.372,92408},{0.543,35503},{0.630,20897},{0.701,20703},{0.967,27152},{0.921,8474},{0.994,7780},{1.000,5855},{999,0}}|302148|.449|201909|NDFD
SLC|96|po|00|{{0.000,79047},{0.001,123761},{0.022,86592},{0.127,95254},{0.136,60041},{0.175,45498},{0.461,22181},{0.571,13683},{0.765,14630},{0.851,7821},{0.934,438},{999,0}}|548946|.121|201909|NDFD
SEW|96|po|00|{{0.138,1719},{0.361,11903},{0.211,44910},{0.366,61814},{0.363,41088},{0.566,36234},{0.548,31370},{0.694,20839},{0.996,16410},{0.870,5051},{0.628,2262},{999,0}}|273600|.460|201909|NDFD
OTX|96|po|00|{{0.177,7145},{0.082,43624},{0.214,80240},{0.446,48015},{0.383,43618},{0.565,43175},{0.678,41906},{0.775,20169},{0.866,9064},{0.501,1012},{999,0},{999,0}}|337968|.405|201909|NDFD
BOU|108|po|00|{{0.000,286},{0.017,62132},{0.053,79603},{0.091,37012},{0.166,19436},{0.604,14571},{0.799,10261},{0.958,4939},{999,0},{999,0},{999,0},{999,0}}|228240|.147|201909|NDFD
GJT|108|po|00|{{0.000,2960},{0.001,86258},{0.024,115761},{0.045,72399},{0.098,60352},{0.215,40836},{0.652,11535},{0.793,4432},{0.961,1089},{999,0},{999,0},{999,0}}|395622|.083|201909|NDFD
PUB|108|po|00|{{0.005,3341},{0.020,86677},{0.065,94409},{0.076,33001},{0.117,15625},{0.173,8344},{0.453,4846},{0.639,4462},{0.807,161},{999,0},{999,0},{999,0}}|250866|.075|201909|NDFD
LOT|108|po|00|{{0.000,279},{0.002,37127},{0.283,22832},{0.508,20646},{0.599,11938},{0.738,6315},{0.440,8141},{0.853,7002},{0.976,1060},{0.000,4},{999,0},{999,0}}|115344|.342|201909|NDFD
ILX|108|po|00|{{0.000,728},{0.028,53891},{0.139,40639},{0.321,17874},{0.548,14026},{0.614,7994},{0.253,8967},{0.492,5542},{0.985,1773},{999,0},{999,0},{999,0}}|151434|.213|201909|NDFD
IND|108|po|00|{{0.000,4230},{0.013,61063},{0.042,31805},{0.160,12601},{0.143,7527},{0.000,3491},{0.000,1385},{0.000,172},{999,0},{999,0},{999,0},{999,0}}|122274|.043|201909|NDFD
IWX|108|po|00|{{0.000,187},{0.015,61544},{0.155,29535},{0.472,14958},{0.491,11759},{0.519,5420},{0.223,2426},{0.526,1737},{999,0},{999,0},{999,0},{999,0}}|127566|.177|201909|NDFD
DVN|108|po|00|{{0.000,4695},{0.000,28177},{0.048,26693},{0.471,19932},{0.440,27997},{0.465,18187},{0.763,18968},{0.849,10692},{1.000,4715},{999,0},{999,0},{999,0}}|160056|.373|201909|NDFD
DMX|108|po|00|{{0.000,7},{0.030,44153},{0.200,56435},{0.418,24850},{0.576,24387},{0.625,39419},{0.636,30808},{1.000,3535},{1.000,416},{999,0},{999,0},{999,0}}|224010|.380|201909|NDFD
DDC|108|po|00|{{0.000,5046},{0.026,31240},{0.066,59771},{0.109,44108},{0.284,19656},{0.412,8542},{0.626,2612},{0.628,43},{999,0},{999,0},{999,0},{999,0}}|171018|.119|201909|NDFD
GLD|108|po|00|{{0.000,783},{0.099,33317},{0.042,69475},{0.039,29399},{0.343,13559},{0.576,8448},{0.210,4863},{0.131,2186},{0.000,6},{999,0},{999,0},{999,0}}|162036|.112|201909|NDFD
TOP|108|po|00|{{0.000,2022},{0.000,12506},{0.061,38592},{0.173,17285},{0.196,20520},{0.254,15275},{0.524,6599},{1.000,5539},{1.000,3288},{999,0},{999,0},{999,0}}|121626|.210|201909|NDFD
ICT|108|po|00|{{0.000,2203},{0.000,27988},{0.042,35715},{0.217,32763},{0.230,41964},{0.405,9824},{0.701,6014},{0.853,6684},{0.875,969},{999,0},{999,0},{999,0}}|164124|.201|201909|NDFD
JKL|108|po|00|{{0.001,10349},{0.060,45421},{0.073,25690},{0.014,7661},{0.000,285},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.053|201909|NDFD
LMK|108|po|00|{{0.000,24271},{0.015,78127},{0.055,45344},{0.000,2655},{0.000,11},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.024|201909|NDFD
PAH|108|po|00|{{0.000,23999},{0.035,83174},{0.046,61459},{0.196,16312},{0.190,2243},{0.000,157},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.050|201909|NDFD
DTX|108|po|00|{{0.012,1037},{0.054,75686},{0.183,99368},{0.285,39137},{0.654,34839},{0.682,25023},{0.846,11807},{0.525,7777},{0.900,2460},{0.509,352},{999,0},{999,0}}|297486|.302|201909|NDFD
APX|108|po|00|{{999,0},{0.043,24366},{0.253,48998},{0.607,38739},{0.778,9868},{0.699,5663},{0.635,13972},{0.585,9782},{0.110,1980},{0.000,766},{999,0},{999,0}}|154134|.412|201909|NDFD
GRR|108|po|00|{{999,0},{0.062,35913},{0.176,35606},{0.262,13538},{0.508,10635},{0.717,8713},{0.649,8754},{0.763,6668},{0.991,1511},{999,0},{999,0},{999,0}}|121338|.296|201909|NDFD
MQT|108|po|00|{{0.000,3229},{0.129,66782},{0.195,101995},{0.405,66839},{0.540,64725},{0.537,42261},{0.570,12642},{0.334,4355},{0.680,2783},{0.578,6949},{0.562,12082},{999,0}}|384642|.350|201909|NDFD
DLH|108|po|00|{{0.000,64},{0.014,65559},{0.106,52883},{0.396,69993},{0.579,47916},{0.718,20920},{0.759,7914},{0.703,15710},{0.259,2249},{1.000,5426},{1.000,11102},{999,0}}|299736|.371|201909|NDFD
MPX|108|po|00|{{0.000,6186},{0.004,61477},{0.189,47606},{0.391,44058},{0.560,32625},{0.408,41622},{0.748,18920},{0.944,17996},{0.991,4344},{1.000,1502},{999,0},{999,0}}|276336|.357|201909|NDFD
EAX|108|po|00|{{0.000,8423},{0.001,22340},{0.005,52497},{0.252,14046},{0.392,31912},{0.412,31698},{0.718,15550},{0.962,4030},{0.915,7730},{999,0},{999,0},{999,0}}|188226|.274|201909|NDFD
SGF|108|po|00|{{0.000,4016},{0.000,66352},{0.013,48452},{0.091,28589},{0.312,18593},{0.351,10483},{0.481,9476},{0.402,2739},{0.481,264},{999,0},{999,0},{999,0}}|188964|.098|201909|NDFD
LSX|108|po|00|{{0.000,2267},{0.009,67911},{0.051,60374},{0.291,22518},{0.443,21409},{0.544,10306},{0.409,10807},{0.347,8939},{0.239,255},{999,0},{999,0},{999,0}}|204786|.161|201909|NDFD
GID|108|po|00|{{999,0},{0.000,16844},{0.031,58301},{0.096,31652},{0.251,21992},{0.249,10691},{0.824,9538},{0.994,2434},{999,0},{999,0},{999,0},{999,0}}|151452|.154|201909|NDFD
LBF|108|po|00|{{0.000,1108},{0.006,43290},{0.083,85589},{0.286,48221},{0.366,26257},{0.472,27598},{0.645,18861},{0.564,7400},{0.692,4278},{999,0},{999,0},{999,0}}|262602|.240|201909|NDFD
OAX|108|po|00|{{0.000,202},{0.017,22361},{0.146,53566},{0.249,43885},{0.475,18418},{0.388,18359},{0.504,13622},{1.000,3953},{999,0},{999,0},{999,0},{999,0}}|174366|.263|201909|NDFD
BIS|108|po|00|{{0.156,1061},{0.157,85259},{0.134,97023},{0.213,75475},{0.564,46585},{0.587,48112},{0.996,11787},{0.992,22536},{0.994,17132},{1.000,20816},{1.000,12316},{999,0}}|438102|.414|201909|NDFD
FGF|108|po|00|{{0.000,8837},{0.009,60575},{0.140,100223},{0.365,54428},{0.678,43261},{0.587,32898},{0.993,18166},{0.986,28563},{1.000,11882},{1.000,3343},{1.000,848},{999,0}}|363024|.400|201909|NDFD
ABR|108|po|00|{{0.000,12630},{0.003,49669},{0.186,67669},{0.371,37016},{0.499,25585},{0.678,23703},{0.937,14395},{0.781,14296},{0.634,5026},{0.898,1597},{999,0},{999,0}}|251586|.336|201909|NDFD
UNR|108|po|00|{{0.000,4076},{0.012,75257},{0.068,70793},{0.324,41376},{0.579,45711},{0.484,19111},{0.779,29247},{0.793,24609},{0.894,19517},{0.958,8312},{1.000,1111},{999,0}}|339120|.365|201909|NDFD
FSD|108|po|00|{{0.000,3843},{0.037,35692},{0.206,71808},{0.324,40333},{0.285,28182},{0.568,23503},{0.546,17886},{0.729,9717},{1.000,48},{999,0},{999,0},{999,0}}|231012|.292|201909|NDFD
GRB|108|po|00|{{0.000,70},{0.008,30897},{0.173,37736},{0.380,20497},{0.579,19421},{0.838,23898},{0.564,17135},{0.602,5302},{1.000,1786},{1.000,254},{999,0},{999,0}}|156996|.387|201909|NDFD
ARX|108|po|00|{{999,0},{0.002,38682},{0.102,20497},{0.521,25680},{0.502,13541},{0.554,35838},{0.794,21701},{0.675,4966},{0.982,491},{1.000,244},{999,0},{999,0}}|161640|.393|201909|NDFD
MKX|108|po|00|{{999,0},{0.000,34876},{0.057,56400},{0.370,42750},{0.541,35065},{0.787,25893},{0.765,14468},{0.816,19173},{0.427,4134},{0.000,377},{999,0},{999,0}}|233136|.373|201909|NDFD
CYS|108|po|00|{{0.000,1110},{0.003,69321},{0.064,66568},{0.290,32424},{0.369,38911},{0.439,26472},{0.745,31027},{0.624,13828},{0.716,3949},{0.935,232},{999,0},{999,0}}|283842|.263|201909|NDFD
RIW|108|po|00|{{0.000,28700},{0.001,73473},{0.108,91705},{0.181,49689},{0.315,43315},{0.475,44248},{0.663,57463},{0.673,26545},{0.858,22532},{0.953,17480},{1.000,5326},{999,0}}|460476|.328|201909|NDFD
CAR|108|po|00|{{0.000,10553},{0.000,23693},{0.146,86544},{0.526,15723},{0.614,32057},{0.609,17970},{0.887,6726},{999,0},{999,0},{999,0},{999,0},{999,0}}|193266|.297|201909|NDFD
GYX|108|po|00|{{0.000,39186},{0.011,50138},{0.179,57226},{0.253,31946},{0.430,14770},{0.779,11907},{0.937,4231},{0.971,4742},{999,0},{999,0},{999,0},{999,0}}|214146|.201|201909|NDFD
BOX|108|po|00|{{0.000,1300},{0.000,46460},{0.072,55128},{0.144,8198},{0.183,9359},{0.871,13829},{0.898,4070},{0.971,12881},{0.976,1955},{999,0},{999,0},{999,0}}|153180|.241|201909|NDFD
PHI|108|po|00|{{0.000,8314},{0.000,55535},{0.056,47835},{0.485,11227},{0.463,11593},{0.594,8839},{0.429,3419},{0.581,2890},{999,0},{999,0},{999,0},{999,0}}|149652|.146|201909|NDFD
ALY|108|po|00|{{999,0},{0.000,28564},{0.016,56457},{0.252,15375},{0.608,13490},{0.678,2957},{0.099,679},{0.960,6912},{999,0},{999,0},{999,0},{999,0}}|124434|.174|201909|NDFD
BGM|108|po|00|{{0.000,9169},{0.001,51563},{0.114,36200},{0.277,25238},{0.676,7674},{0.888,4048},{0.660,3546},{0.673,4330},{999,0},{999,0},{999,0},{999,0}}|141768|.178|201909|NDFD
BUF|108|po|00|{{0.018,28518},{0.002,21633},{0.056,54313},{0.349,18521},{0.314,25479},{0.786,15246},{0.829,6153},{0.995,1245},{999,0},{999,0},{999,0},{999,0}}|171108|.213|201909|NDFD
OKX|108|po|00|{{999,0},{0.001,33755},{0.061,26647},{0.005,5799},{0.481,3326},{0.840,8913},{0.738,3602},{0.959,4826},{999,0},{999,0},{999,0},{999,0}}|86868|.208|201909|NDFD
MHX|108|po|00|{{999,0},{0.002,29573},{0.017,63953},{0.057,17494},{0.029,4967},{0.000,1139},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.019|201909|NDFD
RAH|108|po|00|{{999,0},{0.007,46173},{0.106,43456},{0.091,22251},{0.063,12565},{0.000,25},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.062|201909|NDFD
ILM|108|po|00|{{999,0},{0.000,29476},{0.014,50381},{0.172,12799},{0.052,9137},{0.000,213},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.033|201909|NDFD
CLE|108|po|00|{{0.000,3243},{0.002,89035},{0.182,48283},{0.484,21914},{0.284,27817},{0.207,184},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.144|201909|NDFD
ILN|108|po|00|{{0.000,8736},{0.069,54715},{0.069,72428},{0.328,12595},{0.341,8774},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.101|201909|NDFD
PBZ|108|po|00|{{0.000,757},{0.032,56223},{0.256,52592},{0.346,20199},{0.181,13598},{0.072,3587},{0.000,1400},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.168|201909|NDFD
CTP|108|po|00|{{0.000,2148},{0.004,83598},{0.231,65211},{0.307,13103},{0.193,6813},{0.185,3944},{0.344,7418},{0.517,915},{999,0},{999,0},{999,0},{999,0}}|183150|.134|201909|NDFD
CHS|108|po|00|{{999,0},{0.001,27813},{0.005,63797},{0.194,13138},{0.120,14825},{0.243,7834},{0.139,1680},{0.299,1250},{0.000,1},{999,0},{999,0},{999,0}}|130338|.055|201909|NDFD
CAE|108|po|00|{{0.000,10389},{0.001,35781},{0.099,34058},{0.120,18385},{0.000,3051},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.055|201909|NDFD
GSP|108|po|00|{{0.000,156},{0.008,30823},{0.034,75480},{0.132,38624},{0.002,11700},{0.000,1743},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.050|201909|NDFD
BTV|108|po|00|{{0.000,7234},{0.004,35703},{0.045,30774},{0.152,29809},{0.570,10864},{0.338,5072},{0.762,6076},{0.940,4669},{1.000,11},{999,0},{999,0},{999,0}}|130212|.176|201909|NDFD
LWX|108|po|00|{{0.121,9008},{0.002,52051},{0.038,61254},{0.099,23624},{0.106,14778},{0.440,1465},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.050|201909|NDFD
RNK|108|po|00|{{0.014,23928},{0.119,32372},{0.030,69266},{0.123,19899},{0.079,3717},{0.078,2144},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.061|201909|NDFD
AKQ|108|po|00|{{0.000,2518},{0.029,57658},{0.010,105018},{0.113,13525},{0.016,5677},{0.030,608},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.023|201909|NDFD
RLX|108|po|00|{{0.104,3435},{0.032,78865},{0.109,54670},{0.133,20332},{0.107,8014},{0.075,4070},{0.000,192},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.075|201909|NDFD
BMX|108|po|00|{{0.000,11626},{0.020,70459},{0.040,98038},{0.014,8307},{0.000,15260},{0.000,4973},{0.000,605},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.026|201909|NDFD
HUN|108|po|00|{{0.000,13108},{0.023,25252},{0.036,23279},{0.000,7155},{0.000,254},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.021|201909|NDFD
MOB|108|po|00|{{0.305,1314},{0.077,74568},{0.044,74908},{0.291,15346},{0.079,8501},{0.104,9270},{0.056,6735},{0.032,2091},{0.013,1937},{999,0},{999,0},{999,0}}|194670|.082|201909|NDFD
LZK|108|po|00|{{0.000,11632},{0.008,49185},{0.099,157834},{0.270,27452},{0.500,3251},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.100|201909|NDFD
JAX|108|po|00|{{0.003,15480},{0.018,72574},{0.044,37179},{0.098,27383},{0.223,13084},{0.333,7172},{0.326,5871},{0.703,3955},{0.757,2495},{0.997,1143},{999,0},{999,0}}|186336|.100|201909|NDFD
EYW|108|po|00|{{999,0},{999,0},{0.007,9472},{0.134,14568},{0.310,99353},{0.552,23187},{0.532,21432},{999,0},{999,0},{999,0},{999,0},{999,0}}|168012|.339|201909|NDFD
MLB|108|po|00|{{999,0},{0.002,10654},{0.058,54757},{0.131,43456},{0.425,21963},{0.442,15247},{0.947,4184},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|150264|.193|201909|NDFD
MFL|108|po|00|{{999,0},{0.001,17412},{0.097,39125},{0.218,73508},{0.421,24732},{0.245,11860},{0.284,7765},{999,0},{999,0},{999,0},{999,0},{999,0}}|174402|.203|201909|NDFD
TAE|108|po|00|{{0.009,41083},{0.019,108541},{0.033,67968},{0.144,23695},{0.148,19949},{0.046,15381},{0.069,4065},{0.166,5586},{0.437,2614},{999,0},{999,0},{999,0}}|288882|.049|201909|NDFD
TBW|108|po|00|{{0.010,19069},{0.019,47818},{0.048,57516},{0.118,32740},{0.040,12451},{0.225,17638},{0.346,5259},{0.326,1891},{999,0},{999,0},{999,0},{999,0}}|194382|.075|201909|NDFD
FFC|108|po|00|{{0.001,14020},{0.019,74298},{0.055,107346},{0.032,17805},{0.001,21158},{0.000,3387},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.033|201909|NDFD
LCH|108|po|00|{{0.000,391},{0.117,56022},{0.192,88712},{0.282,63830},{0.427,29891},{0.494,7542},{0.586,1410},{0.879,746},{999,0},{999,0},{999,0},{999,0}}|248544|.240|201909|NDFD
LIX|108|po|00|{{0.029,11249},{0.034,81842},{0.066,104191},{0.188,48353},{0.449,29859},{0.110,7856},{0.676,5961},{0.674,1983},{999,0},{999,0},{999,0},{999,0}}|291294|.133|201909|NDFD
SHV|108|po|00|{{0.000,19085},{0.061,69698},{0.179,137175},{0.116,26487},{0.102,4833},{0.031,5864},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.124|201909|NDFD
JAN|108|po|00|{{0.006,42043},{0.081,73765},{0.089,126561},{0.016,16352},{0.000,2002},{0.000,25},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.068|201909|NDFD
ABQ|108|po|00|{{999,0},{0.062,64176},{0.114,268859},{0.180,139653},{0.388,97699},{0.488,57203},{0.589,15745},{0.890,12012},{0.642,1437},{999,0},{999,0},{999,0}}|656784|.223|201909|NDFD
OUN|108|po|00|{{0.000,50567},{0.002,51395},{0.084,69833},{0.274,123413},{0.377,61856},{0.731,2474},{1.000,264},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.181|201909|NDFD
TSA|108|po|00|{{0.000,1575},{0.003,67294},{0.116,38219},{0.247,57346},{0.512,23546},{0.518,7374},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.177|201909|NDFD
MEG|108|po|00|{{0.000,31979},{0.018,40303},{0.024,149583},{0.552,5202},{1.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.032|201909|NDFD
MRX|108|po|00|{{0.000,2299},{0.003,37791},{0.064,66502},{0.013,16432},{0.000,240},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.037|201909|NDFD
OHX|108|po|00|{{0.000,7353},{0.014,67185},{0.038,41303},{0.012,9313},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.021|201909|NDFD
AMA|108|po|00|{{0.000,96},{0.020,53527},{0.148,60251},{0.314,53318},{0.369,23262},{0.826,5403},{0.941,2197},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.211|201909|NDFD
EWX|108|po|00|{{0.006,13919},{0.007,39318},{0.017,115819},{0.151,69424},{0.207,20056},{0.006,4084},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.065|201909|NDFD
BRO|108|po|00|{{0.000,1393},{0.021,4251},{0.056,52738},{0.280,39631},{0.314,15294},{0.586,2284},{0.976,167},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.177|201909|NDFD
CRP|108|po|00|{{0.000,608},{0.020,20993},{0.038,62236},{0.177,47529},{0.414,23688},{0.487,9130},{0.225,2928},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.156|201909|NDFD
EPZ|108|po|00|{{0.000,2133},{0.163,40622},{0.126,77226},{0.328,48073},{0.611,22501},{0.524,32476},{0.495,5376},{1.000,13},{999,0},{999,0},{999,0},{999,0}}|228420|.287|201909|NDFD
FWD|108|po|00|{{0.000,3920},{0.011,69591},{0.039,115729},{0.112,88824},{0.016,11592},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.053|201909|NDFD
HGX|108|po|00|{{999,0},{0.007,27517},{0.105,89922},{0.400,54839},{0.621,22123},{0.657,15792},{0.463,5432},{0.223,2001},{0.099,2910},{999,0},{999,0},{999,0}}|220536|.267|201909|NDFD
LUB|108|po|00|{{0.000,1354},{0.091,48814},{0.215,23027},{0.246,50286},{0.602,28794},{0.641,3934},{0.308,1728},{0.477,1280},{0.898,461},{999,0},{999,0},{999,0}}|159678|.270|201909|NDFD
MAF|108|po|00|{{0.000,2474},{0.112,63822},{0.138,128293},{0.281,98553},{0.555,38343},{0.299,29142},{0.489,12017},{0.280,3866},{0.143,1418},{999,0},{999,0},{999,0}}|377928|.238|201909|NDFD
SJT|108|po|00|{{0.018,2753},{0.003,51035},{0.070,70403},{0.168,55664},{0.049,16872},{0.094,661},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.078|201909|NDFD
FGZ|108|po|00|{{0.000,13715},{0.005,81904},{0.030,147346},{0.109,84330},{0.228,27527},{0.460,4966},{0.452,10621},{0.935,7321},{999,0},{999,0},{999,0},{999,0}}|377730|.091|201909|NDFD
PSR|108|po|00|{{0.012,43173},{0.026,112815},{0.172,45128},{0.361,23346},{0.560,10950},{0.975,2967},{0.857,1918},{0.986,633},{999,0},{999,0},{999,0},{999,0}}|240930|.128|201909|NDFD
TWC|108|po|00|{{0.000,6985},{0.013,69526},{0.060,40900},{0.187,24122},{0.443,36808},{0.652,13042},{0.955,2939},{0.922,2092},{0.000,2},{999,0},{999,0},{999,0}}|196416|.191|201909|NDFD
EKA|108|po|00|{{0.000,6260},{0.021,102800},{0.422,52197},{0.290,34333},{0.425,11111},{0.762,2400},{0.893,682},{0.803,61},{999,0},{999,0},{999,0},{999,0}}|209844|.197|201909|NDFD
LOX|108|po|00|{{0.000,70797},{0.003,122304},{0.019,38386},{0.068,8289},{0.011,2576},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.007|201909|NDFD
STO|108|po|00|{{0.000,67982},{0.008,54547},{0.139,44177},{0.359,22935},{0.522,14374},{0.699,9687},{0.549,5957},{0.233,103},{999,0},{999,0},{999,0},{999,0}}|219762|.147|201909|NDFD
SGX|108|po|00|{{0.000,34004},{0.000,44979},{0.040,25152},{0.213,11903},{0.103,1754},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
MTR|108|po|00|{{0.001,78836},{0.021,120093},{0.090,41335},{0.000,3465},{0.000,297},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.026|201909|NDFD
HNX|108|po|00|{{0.000,73493},{0.002,68814},{0.001,40754},{0.026,9649},{0.054,5026},{0.287,2609},{0.013,391},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.007|201909|NDFD
BOI|108|po|00|{{0.000,31150},{0.017,66561},{0.046,65336},{0.208,55584},{0.242,70757},{0.345,68698},{0.301,30904},{0.553,8130},{0.463,1522},{0.604,777},{1.000,1},{999,0}}|399420|.179|201909|NDFD
PIH|108|po|00|{{0.004,8238},{0.003,57208},{0.053,52946},{0.418,37433},{0.478,25433},{0.405,25427},{0.459,26686},{0.793,12782},{0.821,4788},{0.970,1707},{999,0},{999,0}}|252648|.273|201909|NDFD
BYZ|108|po|00|{{999,0},{0.000,42465},{0.050,48962},{0.119,55154},{0.376,27014},{0.611,33823},{0.676,37976},{0.883,46212},{0.834,28921},{0.937,8347},{1.000,13522},{999,0}}|342396|.443|201909|NDFD
GGW|108|po|00|{{999,0},{0.024,46443},{0.221,42062},{0.146,45876},{0.362,46042},{0.613,21078},{0.908,17511},{0.995,26052},{1.000,3125},{1.000,5949},{0.998,23728},{999,0}}|277866|.436|201909|NDFD
TFX|108|po|00|{{0.000,2},{0.044,44326},{0.108,49331},{0.151,54827},{0.430,69859},{0.531,67050},{0.494,49881},{0.644,33670},{0.861,18397},{0.865,23215},{0.942,17202},{1.000,8538}}|436298|.431|201909|NDFD
MSO|108|po|00|{{0.000,71},{0.018,23660},{0.100,36199},{0.115,32932},{0.304,51201},{0.388,67069},{0.492,67140},{0.477,31737},{0.489,22639},{0.542,9980},{0.948,2324},{999,0}}|344952|.337|201909|NDFD
LKN|108|po|00|{{0.000,55339},{0.008,114049},{0.099,100707},{0.143,48677},{0.273,28720},{0.414,45130},{0.425,36745},{0.417,4258},{0.982,1406},{1.000,1757},{999,0},{999,0}}|436788|.149|201909|NDFD
VEF|108|po|00|{{0.000,162171},{0.002,153230},{0.028,144930},{0.141,45282},{0.247,12390},{0.233,4275},{0.427,1575},{0.566,673},{0.953,682},{1.000,32},{999,0},{999,0}}|525240|.032|201909|NDFD
REV|108|po|00|{{0.000,57272},{0.023,82701},{0.177,38281},{0.261,32861},{0.357,36765},{0.511,18596},{0.626,8473},{0.646,1063},{999,0},{999,0},{999,0},{999,0}}|276012|.166|201909|NDFD
MFR|108|po|00|{{0.004,62865},{0.002,72276},{0.119,71232},{0.358,45068},{0.543,41951},{0.660,55815},{0.704,25441},{0.741,10443},{0.711,7963},{0.948,1632},{999,0},{999,0}}|394686|.298|201909|NDFD
PDT|108|po|00|{{0.000,35},{0.000,54691},{0.019,82194},{0.110,59040},{0.304,50146},{0.571,64704},{0.463,29967},{0.481,9956},{0.419,2136},{0.986,1170},{1.000,3},{999,0}}|354042|.229|201909|NDFD
PQR|108|po|00|{{999,0},{0.000,16577},{0.206,68457},{0.439,62815},{0.630,44654},{0.601,38178},{0.348,27212},{0.625,21791},{0.787,16628},{0.932,5306},{1.000,530},{999,0}}|302148|.445|201909|NDFD
SLC|108|po|00|{{0.003,65333},{0.001,141715},{0.024,122053},{0.184,76283},{0.173,42951},{0.200,52714},{0.206,23444},{0.149,7261},{0.723,3846},{0.995,11155},{1.000,2191},{999,0}}|548946|.104|201909|NDFD
SEW|108|po|00|{{0.019,3714},{0.060,9617},{0.164,42101},{0.367,62447},{0.606,31399},{0.716,22181},{0.523,28056},{0.507,34436},{0.772,34578},{0.923,5007},{1.000,64},{999,0}}|273600|.471|201909|NDFD
OTX|108|po|00|{{0.000,4671},{0.007,35888},{0.095,60460},{0.138,67099},{0.376,63842},{0.388,54809},{0.482,27519},{0.497,14255},{0.234,8119},{0.000,1306},{999,0},{999,0}}|337968|.245|201909|NDFD
BOU|120|po|00|{{0.000,3496},{0.017,75134},{0.045,83835},{0.130,36922},{0.237,16562},{0.150,7854},{0.087,3439},{0.219,998},{999,0},{999,0},{999,0},{999,0}}|228240|.068|201909|NDFD
GJT|120|po|00|{{0.003,21010},{0.010,52813},{0.011,101972},{0.033,84556},{0.094,72740},{0.167,36152},{0.342,17644},{0.588,6127},{0.728,2153},{1.000,455},{999,0},{999,0}}|395622|.073|201909|NDFD
PUB|120|po|00|{{0.024,4704},{0.018,86335},{0.057,74921},{0.126,43834},{0.185,20305},{0.296,8348},{0.560,3681},{0.689,4957},{0.674,3781},{999,0},{999,0},{999,0}}|250866|.103|201909|NDFD
LOT|120|po|00|{{999,0},{0.052,13460},{0.060,43392},{0.655,28308},{0.869,15269},{1.000,7504},{1.000,3011},{1.000,4372},{1.000,28},{999,0},{999,0},{999,0}}|115344|.434|201909|NDFD
ILX|120|po|00|{{999,0},{0.000,23115},{0.126,68106},{0.474,32041},{0.870,13691},{0.910,6246},{0.715,1483},{1.000,5993},{1.000,759},{999,0},{999,0},{999,0}}|151434|.325|201909|NDFD
IND|120|po|00|{{0.000,2},{0.000,31511},{0.101,74037},{0.469,10007},{0.050,2012},{0.000,2738},{0.150,1267},{0.946,700},{999,0},{999,0},{999,0},{999,0}}|122274|.107|201909|NDFD
IWX|120|po|00|{{0.000,10},{0.000,22177},{0.209,68289},{0.685,26248},{0.893,3755},{0.000,944},{0.081,2291},{0.796,3852},{999,0},{999,0},{999,0},{999,0}}|127566|.305|201909|NDFD
DVN|120|po|00|{{999,0},{0.000,14080},{0.133,42889},{0.323,38825},{0.462,26270},{1.000,12723},{1.000,17398},{0.998,7083},{1.000,788},{999,0},{999,0},{999,0}}|160056|.427|201909|NDFD
DMX|120|po|00|{{999,0},{0.000,13420},{0.170,63359},{0.459,67400},{0.638,24751},{0.686,21883},{0.846,11234},{0.870,20700},{0.988,1263},{999,0},{999,0},{999,0}}|224010|.452|201909|NDFD
DDC|120|po|00|{{0.000,393},{0.076,60146},{0.156,59042},{0.168,36708},{0.476,14521},{0.702,208},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.158|201909|NDFD
GLD|120|po|00|{{0.000,7297},{0.042,87037},{0.101,50584},{0.236,12508},{0.256,3009},{0.474,1535},{0.045,66},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.082|201909|NDFD
TOP|120|po|00|{{999,0},{0.000,12366},{0.304,20391},{0.263,44886},{0.171,21881},{0.405,10980},{0.810,5266},{0.974,5290},{1.000,566},{999,0},{999,0},{999,0}}|121626|.297|201909|NDFD
ICT|120|po|00|{{999,0},{0.002,21777},{0.235,32915},{0.230,52698},{0.289,31414},{0.466,17869},{0.669,4418},{0.785,2172},{1.000,861},{999,0},{999,0},{999,0}}|164124|.261|201909|NDFD
JKL|120|po|00|{{0.782,257},{0.106,52458},{0.124,32009},{0.152,4682},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.117|201909|NDFD
LMK|120|po|00|{{0.002,2493},{0.051,77564},{0.055,55770},{0.016,14575},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.048|201909|NDFD
PAH|120|po|00|{{0.000,5584},{0.002,46476},{0.149,99649},{0.186,30913},{0.000,3662},{0.294,1060},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.112|201909|NDFD
DTX|120|po|00|{{0.114,44},{0.092,68953},{0.193,102402},{0.610,66474},{0.710,28591},{0.779,11309},{0.815,14771},{0.799,4906},{1.000,36},{999,0},{999,0},{999,0}}|297486|.376|201909|NDFD
APX|120|po|00|{{999,0},{0.112,22689},{0.104,51933},{0.470,27838},{0.576,25395},{0.806,17700},{0.999,6313},{1.000,2032},{1.000,234},{999,0},{999,0},{999,0}}|154134|.379|201909|NDFD
GRR|120|po|00|{{999,0},{0.007,20379},{0.072,41705},{0.564,25584},{0.724,20735},{0.682,6050},{0.985,2538},{0.893,4347},{999,0},{999,0},{999,0},{999,0}}|121338|.355|201909|NDFD
MQT|120|po|00|{{0.001,1959},{0.053,66242},{0.044,101673},{0.118,51716},{0.373,47317},{0.693,57127},{0.779,32153},{0.993,19955},{1.000,5625},{1.000,875},{999,0},{999,0}}|384642|.319|201909|NDFD
DLH|120|po|00|{{0.158,120},{0.058,44118},{0.111,71644},{0.632,48670},{0.368,38812},{0.352,19624},{0.865,37280},{0.968,23548},{0.824,15903},{1.000,17},{999,0},{999,0}}|299736|.436|201909|NDFD
MPX|120|po|00|{{999,0},{0.057,26027},{0.144,82489},{0.347,59712},{0.463,27689},{0.431,19747},{0.810,37354},{0.649,20802},{0.417,2516},{999,0},{999,0},{999,0}}|276336|.363|201909|NDFD
EAX|120|po|00|{{999,0},{0.000,13232},{0.155,57849},{0.179,41928},{0.345,30823},{0.638,20563},{0.820,10797},{0.984,10045},{1.000,2989},{999,0},{999,0},{999,0}}|188226|.329|201909|NDFD
SGF|120|po|00|{{0.000,88},{0.000,18276},{0.131,65544},{0.190,52098},{0.546,33313},{0.932,9071},{0.719,2087},{0.998,5716},{1.000,2771},{999,0},{999,0},{999,0}}|188964|.292|201909|NDFD
LSX|120|po|00|{{999,0},{0.001,23326},{0.128,93796},{0.257,41808},{0.632,22934},{0.707,11318},{0.887,2107},{1.000,8512},{1.000,985},{999,0},{999,0},{999,0}}|204786|.277|201909|NDFD
GID|120|po|00|{{0.000,514},{0.000,25933},{0.178,48474},{0.220,42574},{0.184,21502},{0.308,8114},{0.296,3896},{0.685,445},{999,0},{999,0},{999,0},{999,0}}|151452|.171|201909|NDFD
LBF|120|po|00|{{0.000,4299},{0.056,76592},{0.119,120305},{0.208,36855},{0.087,13486},{0.096,4421},{0.096,2914},{0.579,3609},{0.628,121},{999,0},{999,0},{999,0}}|262602|.115|201909|NDFD
OAX|120|po|00|{{999,0},{0.002,17967},{0.207,34102},{0.434,56952},{0.384,36102},{0.542,17429},{0.515,8127},{0.930,3687},{999,0},{999,0},{999,0},{999,0}}|174366|.360|201909|NDFD
BIS|120|po|00|{{0.000,1118},{0.047,58704},{0.212,123368},{0.242,58529},{0.527,54255},{0.927,55370},{0.985,47109},{1.000,15358},{0.942,5690},{0.997,16670},{1.000,1931},{999,0}}|438102|.476|201909|NDFD
FGF|120|po|00|{{999,0},{0.000,34903},{0.156,103279},{0.323,98889},{0.535,23091},{0.803,33013},{0.911,31030},{0.909,17738},{0.876,16791},{0.999,4290},{999,0},{999,0}}|363024|.414|201909|NDFD
ABR|120|po|00|{{0.000,379},{0.054,41490},{0.110,86859},{0.153,44944},{0.295,26113},{0.426,24487},{0.627,15073},{0.551,7632},{0.744,4609},{999,0},{999,0},{999,0}}|251586|.214|201909|NDFD
UNR|120|po|00|{{0.000,3627},{0.146,74223},{0.194,129456},{0.269,47694},{0.601,32796},{0.730,30438},{0.772,17153},{0.683,3295},{0.874,438},{999,0},{999,0},{999,0}}|339120|.315|201909|NDFD
FSD|120|po|00|{{999,0},{0.023,25633},{0.166,75390},{0.232,51211},{0.211,32670},{0.501,17309},{0.571,18593},{0.618,9695},{0.708,511},{999,0},{999,0},{999,0}}|231012|.249|201909|NDFD
GRB|120|po|00|{{999,0},{0.013,27739},{0.003,29747},{0.308,36925},{0.403,23135},{0.772,15194},{0.773,16257},{1.000,5554},{0.986,2445},{999,0},{999,0},{999,0}}|156996|.340|201909|NDFD
ARX|120|po|00|{{999,0},{0.081,14280},{0.085,40997},{0.429,48262},{0.156,16488},{0.463,13719},{0.875,17611},{0.755,6002},{0.831,4281},{999,0},{999,0},{999,0}}|161640|.357|201909|NDFD
MKX|120|po|00|{{999,0},{0.007,24289},{0.010,74410},{0.354,39442},{0.495,47131},{0.839,27396},{0.998,14890},{1.000,5578},{999,0},{999,0},{999,0},{999,0}}|233136|.350|201909|NDFD
CYS|120|po|00|{{0.000,1408},{0.015,69712},{0.153,102018},{0.259,48593},{0.479,33601},{0.557,22116},{0.723,5117},{0.775,1106},{1.000,171},{999,0},{999,0},{999,0}}|283842|.220|201909|NDFD
RIW|120|po|00|{{0.005,25129},{0.000,64784},{0.065,81913},{0.238,97361},{0.427,40596},{0.542,48777},{0.651,35054},{0.821,24679},{0.854,20962},{0.811,19755},{0.801,1466},{999,0}}|460476|.327|201909|NDFD
CAR|120|po|00|{{999,0},{0.006,43757},{0.052,83342},{0.387,24423},{0.569,18337},{0.899,16319},{0.951,7004},{1.000,84},{999,0},{999,0},{999,0},{999,0}}|193266|.237|201909|NDFD
GYX|120|po|00|{{0.000,10257},{0.045,82065},{0.155,82295},{0.507,19562},{0.733,10167},{0.325,4090},{0.021,5710},{999,0},{999,0},{999,0},{999,0},{999,0}}|214146|.165|201909|NDFD
BOX|120|po|00|{{999,0},{0.000,59001},{0.137,63786},{0.171,12238},{0.214,6243},{0.269,3456},{0.082,7789},{0.045,667},{999,0},{999,0},{999,0},{999,0}}|153180|.090|201909|NDFD
PHI|120|po|00|{{0.365,5012},{0.020,45596},{0.037,85307},{0.404,6900},{0.000,6107},{0.000,730},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.058|201909|NDFD
ALY|120|po|00|{{999,0},{0.000,41425},{0.106,50047},{0.502,13707},{0.520,10853},{0.263,7288},{0.000,1114},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.159|201909|NDFD
BGM|120|po|00|{{0.000,2317},{0.038,55099},{0.119,43373},{0.405,20950},{0.416,19984},{0.133,45},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.170|201909|NDFD
BUF|120|po|00|{{0.000,39131},{0.000,23877},{0.171,48682},{0.125,15715},{0.174,23583},{0.863,19832},{0.111,288},{999,0},{999,0},{999,0},{999,0},{999,0}}|171108|.184|201909|NDFD
OKX|120|po|00|{{999,0},{0.001,27113},{0.105,45822},{0.082,9107},{999,0},{0.000,196},{0.000,4630},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.064|201909|NDFD
MHX|120|po|00|{{999,0},{0.004,16306},{0.059,67924},{0.039,20376},{0.091,11091},{0.104,1429},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.051|201909|NDFD
RAH|120|po|00|{{999,0},{0.019,42885},{0.074,41169},{0.097,38088},{0.002,2328},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.061|201909|NDFD
ILM|120|po|00|{{999,0},{0.000,20538},{0.085,46896},{0.034,14786},{0.073,15918},{0.113,3868},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.060|201909|NDFD
CLE|120|po|00|{{0.000,132},{0.010,45856},{0.257,101526},{0.308,27690},{0.276,15169},{0.000,103},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.206|201909|NDFD
ILN|120|po|00|{{0.000,8736},{0.062,73021},{0.168,48246},{0.112,14503},{0.000,12517},{0.000,225},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.091|201909|NDFD
PBZ|120|po|00|{{999,0},{0.003,36220},{0.095,66783},{0.326,34101},{0.510,7614},{0.687,3638},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.162|201909|NDFD
CTP|120|po|00|{{999,0},{0.007,50099},{0.128,93166},{0.289,34698},{0.679,5083},{0.923,104},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.141|201909|NDFD
CHS|120|po|00|{{999,0},{0.000,2352},{0.035,79133},{0.211,14676},{0.309,16007},{0.214,9162},{0.268,9007},{999,0},{0.000,1},{999,0},{999,0},{999,0}}|130338|.116|201909|NDFD
CAE|120|po|00|{{0.000,5413},{0.041,32054},{0.219,43165},{0.044,4214},{0.018,8193},{0.014,7457},{0.022,1168},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.111|201909|NDFD
GSP|120|po|00|{{999,0},{0.057,29004},{0.054,73067},{0.357,27204},{0.079,20658},{0.076,8282},{0.174,311},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.111|201909|NDFD
BTV|120|po|00|{{999,0},{0.002,35860},{0.065,44321},{0.231,22076},{0.699,9473},{0.835,12059},{0.348,6423},{999,0},{999,0},{999,0},{999,0},{999,0}}|130212|.207|201909|NDFD
LWX|120|po|00|{{0.000,1},{0.035,47345},{0.105,78844},{0.271,32084},{0.951,3906},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.138|201909|NDFD
RNK|120|po|00|{{0.059,25079},{0.000,15945},{0.058,71565},{0.355,34191},{0.435,4546},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.130|201909|NDFD
AKQ|120|po|00|{{0.004,5878},{0.085,48993},{0.033,89398},{0.171,39857},{0.557,878},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.078|201909|NDFD
RLX|120|po|00|{{999,0},{0.040,77942},{0.164,76316},{0.256,13486},{0.092,1733},{0.000,101},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.113|201909|NDFD
BMX|120|po|00|{{0.000,11626},{0.057,51307},{0.101,99624},{0.040,15516},{0.014,9823},{0.006,14320},{0.009,7052},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.067|201909|NDFD
HUN|120|po|00|{{0.000,1027},{0.081,22204},{0.007,30019},{0.293,7813},{0.013,5525},{0.036,2460},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.065|201909|NDFD
MOB|120|po|00|{{999,0},{0.259,19959},{0.052,113151},{0.182,21383},{0.313,10947},{0.295,10244},{0.137,6183},{0.025,8654},{0.157,4149},{999,0},{999,0},{999,0}}|194670|.119|201909|NDFD
LZK|120|po|00|{{0.000,7332},{0.000,24544},{0.131,83322},{0.341,117366},{0.350,16255},{0.032,535},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.227|201909|NDFD
JAX|120|po|00|{{999,0},{0.020,27586},{0.033,59559},{0.080,24628},{0.232,21296},{0.269,13442},{0.322,17539},{0.352,10599},{0.751,9810},{0.965,1877},{999,0},{999,0}}|186336|.170|201909|NDFD
EYW|120|po|00|{{999,0},{999,0},{999,0},{0.166,22838},{0.309,86553},{0.554,50277},{0.304,8344},{999,0},{999,0},{999,0},{999,0},{999,0}}|168012|.363|201909|NDFD
MLB|120|po|00|{{999,0},{999,0},{0.000,33242},{0.138,33108},{0.419,49187},{0.511,16149},{0.621,16500},{0.877,2078},{999,0},{999,0},{999,0},{999,0}}|150264|.303|201909|NDFD
MFL|120|po|00|{{999,0},{0.000,7411},{0.062,28338},{0.205,38980},{0.352,45718},{0.387,29819},{0.308,21198},{0.460,2938},{999,0},{999,0},{999,0},{999,0}}|174402|.260|201909|NDFD
TAE|120|po|00|{{999,0},{0.019,75492},{0.049,117247},{0.146,32456},{0.303,17253},{0.031,15632},{0.022,21871},{0.154,7318},{0.204,1613},{999,0},{999,0},{999,0}}|288882|.068|201909|NDFD
TBW|120|po|00|{{999,0},{0.009,13712},{0.020,52974},{0.112,46032},{0.227,31126},{0.401,15542},{0.168,15232},{0.332,13107},{0.639,6657},{999,0},{999,0},{999,0}}|194382|.159|201909|NDFD
FFC|120|po|00|{{0.000,9170},{0.015,28234},{0.106,143219},{0.069,17081},{0.039,5511},{0.022,24705},{0.002,10094},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.074|201909|NDFD
LCH|120|po|00|{{999,0},{0.104,7611},{0.058,45676},{0.215,71763},{0.514,86739},{0.645,29163},{0.726,6304},{0.589,1288},{999,0},{999,0},{999,0},{999,0}}|248544|.353|201909|NDFD
LIX|120|po|00|{{0.250,553},{0.103,47097},{0.139,81853},{0.166,78484},{0.331,36956},{0.589,26721},{0.356,7179},{0.683,10628},{0.550,1823},{999,0},{999,0},{999,0}}|291294|.234|201909|NDFD
SHV|120|po|00|{{0.000,5566},{0.004,37098},{0.124,51660},{0.329,119631},{0.163,46338},{0.090,2785},{0.016,64},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.204|201909|NDFD
JAN|120|po|00|{{0.000,31021},{0.028,39934},{0.119,120287},{0.142,45882},{0.271,6293},{0.013,8187},{0.055,9144},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.093|201909|NDFD
ABQ|120|po|00|{{0.000,482},{0.012,98637},{0.088,239064},{0.163,123944},{0.328,96047},{0.547,56267},{0.776,33672},{0.928,8565},{1.000,106},{999,0},{999,0},{999,0}}|656784|.211|201909|NDFD
OUN|120|po|00|{{0.004,49937},{0.002,49374},{0.190,36684},{0.150,140060},{0.363,71599},{0.569,11984},{0.945,164},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.170|201909|NDFD
TSA|120|po|00|{{0.000,2137},{0.009,27751},{0.098,47752},{0.315,72194},{0.494,28412},{0.916,16326},{0.958,782},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.294|201909|NDFD
MEG|120|po|00|{{0.000,8654},{0.002,47920},{0.060,111014},{0.271,51577},{0.024,5329},{0.003,2576},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.092|201909|NDFD
MRX|120|po|00|{{0.000,8},{0.035,37286},{0.225,51711},{0.011,26694},{0.009,6762},{0.000,803},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.108|201909|NDFD
OHX|120|po|00|{{0.000,2951},{0.099,41976},{0.083,56027},{0.105,15727},{0.003,6540},{0.046,1933},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.084|201909|NDFD
AMA|120|po|00|{{0.060,5383},{0.070,79203},{0.197,42569},{0.369,52897},{0.485,10714},{0.141,6666},{0.023,622},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.201|201909|NDFD
EWX|120|po|00|{{0.001,2777},{0.000,29493},{0.036,66011},{0.109,94930},{0.387,49713},{0.443,12603},{0.074,7093},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.145|201909|NDFD
BRO|120|po|00|{{999,0},{0.228,784},{0.193,26321},{0.348,52476},{0.536,27594},{0.441,8573},{0.000,10},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.363|201909|NDFD
CRP|120|po|00|{{0.000,93},{0.014,4557},{0.085,39356},{0.287,61015},{0.525,40050},{0.403,20684},{0.237,1357},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.303|201909|NDFD
EPZ|120|po|00|{{0.055,4431},{0.109,43874},{0.197,89020},{0.269,39401},{0.435,28086},{0.528,19953},{0.836,3574},{1.000,77},{1.000,4},{999,0},{999,0},{999,0}}|228420|.258|201909|NDFD
FWD|120|po|00|{{0.000,9666},{0.000,29980},{0.076,70671},{0.119,125913},{0.186,45716},{0.105,6294},{0.556,1416},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.104|201909|NDFD
HGX|120|po|00|{{999,0},{0.002,2223},{0.039,33905},{0.310,75149},{0.585,50794},{0.569,31168},{0.502,22086},{0.983,5211},{999,0},{999,0},{999,0},{999,0}}|220536|.400|201909|NDFD
LUB|120|po|00|{{999,0},{0.057,55594},{0.173,29734},{0.154,40290},{0.615,26405},{0.191,5092},{0.001,2563},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.199|201909|NDFD
MAF|120|po|00|{{0.466,610},{0.056,60389},{0.165,141424},{0.391,96535},{0.301,50480},{0.398,22919},{0.520,5367},{1.000,204},{999,0},{999,0},{999,0},{999,0}}|377928|.244|201909|NDFD
SJT|120|po|00|{{0.000,759},{0.002,35373},{0.060,69035},{0.069,65576},{0.127,24111},{0.087,2470},{0.000,64},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.061|201909|NDFD
FGZ|120|po|00|{{0.000,13376},{0.011,85920},{0.035,112158},{0.098,84099},{0.215,59069},{0.263,19701},{0.487,2680},{0.954,701},{1.000,26},{999,0},{999,0},{999,0}}|377730|.087|201909|NDFD
PSR|120|po|00|{{0.000,34250},{0.021,127854},{0.205,50155},{0.268,18014},{0.497,7707},{0.457,2919},{1.000,31},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.095|201909|NDFD
TWC|120|po|00|{{0.000,905},{0.020,75429},{0.164,50937},{0.399,24927},{0.509,24416},{0.663,15230},{0.832,4212},{0.921,316},{0.955,44},{999,0},{999,0},{999,0}}|196416|.235|201909|NDFD
EKA|120|po|00|{{0.000,6126},{0.057,96304},{0.379,57884},{0.354,34965},{0.726,11085},{0.673,2877},{0.759,602},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|209844|.240|201909|NDFD
LOX|120|po|00|{{0.000,68875},{0.006,127574},{0.013,36192},{0.113,7109},{0.066,2526},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
STO|120|po|00|{{0.000,36002},{0.055,80909},{0.208,49801},{0.337,27367},{0.428,11763},{0.605,8269},{0.483,4958},{0.098,693},{999,0},{999,0},{999,0},{999,0}}|219762|.166|201909|NDFD
SGX|120|po|00|{{0.000,33141},{0.001,47829},{0.060,28195},{0.309,6769},{0.161,1858},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.035|201909|NDFD
MTR|120|po|00|{{0.002,66717},{0.042,126272},{0.141,39327},{0.000,11635},{0.000,75},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.045|201909|NDFD
HNX|120|po|00|{{0.000,77159},{0.003,64539},{0.029,38089},{0.013,11978},{0.091,4671},{0.323,3811},{0.151,489},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.016|201909|NDFD
BOI|120|po|00|{{0.072,16428},{0.012,45795},{0.121,80831},{0.200,50374},{0.310,67498},{0.287,68354},{0.359,47465},{0.415,17156},{0.304,4651},{0.803,868},{999,0},{999,0}}|399420|.221|201909|NDFD
PIH|120|po|00|{{0.000,7993},{0.002,45184},{0.136,61825},{0.291,37164},{0.339,22525},{0.406,20849},{0.477,21184},{0.660,18050},{0.823,15354},{0.702,2520},{999,0},{999,0}}|252648|.285|201909|NDFD
BYZ|120|po|00|{{999,0},{0.023,36915},{0.211,93840},{0.310,61242},{0.602,37705},{0.774,35483},{0.804,25394},{0.821,24112},{0.868,15135},{0.968,12461},{0.917,109},{999,0}}|342396|.454|201909|NDFD
GGW|120|po|00|{{999,0},{0.036,38755},{0.317,78573},{0.227,42048},{0.549,36146},{0.814,35598},{0.548,13541},{0.910,15145},{1.000,3421},{1.000,9523},{1.000,5116},{999,0}}|277866|.446|201909|NDFD
TFX|120|po|00|{{999,0},{0.070,16934},{0.115,84588},{0.310,96386},{0.324,61029},{0.461,41287},{0.598,31700},{0.445,37175},{0.691,29265},{0.980,23446},{1.000,12677},{1.000,1810}}|436297|.396|201909|NDFD
MSO|120|po|00|{{999,0},{0.000,3652},{0.009,25633},{0.113,58858},{0.313,59424},{0.337,70792},{0.578,56934},{0.659,32812},{0.857,26259},{0.953,10572},{1.000,16},{999,0}}|344952|.396|201909|NDFD
LKN|120|po|00|{{0.000,25493},{0.004,130225},{0.163,108059},{0.396,56749},{0.380,42255},{0.534,31815},{0.596,22542},{0.513,15011},{0.094,4426},{0.085,213},{999,0},{999,0}}|436788|.218|201909|NDFD
VEF|120|po|00|{{0.000,145765},{0.000,172258},{0.015,148760},{0.074,43898},{0.226,11335},{0.456,2279},{0.322,858},{0.851,87},{999,0},{999,0},{999,0},{999,0}}|525240|.018|201909|NDFD
REV|120|po|00|{{0.000,42651},{0.005,84794},{0.214,60974},{0.302,30945},{0.540,30930},{0.644,18894},{0.535,6778},{0.283,46},{999,0},{999,0},{999,0},{999,0}}|276012|.200|201909|NDFD
MFR|120|po|00|{{0.013,49083},{0.016,48685},{0.141,86925},{0.422,44944},{0.552,54840},{0.692,43551},{0.564,38362},{0.609,23009},{0.797,5271},{1.000,16},{999,0},{999,0}}|394686|.337|201909|NDFD
PDT|120|po|00|{{0.000,122},{0.005,36756},{0.072,93756},{0.256,62732},{0.431,61954},{0.421,44000},{0.496,23359},{0.547,25257},{0.536,5955},{1.000,151},{999,0},{999,0}}|354042|.274|201909|NDFD
PQR|120|po|00|{{0.000,1},{0.000,9422},{0.106,94582},{0.458,57805},{0.514,35600},{0.668,38684},{0.743,21755},{0.786,22279},{0.969,15120},{1.000,6900},{999,0},{999,0}}|302148|.450|201909|NDFD
SLC|120|po|00|{{0.000,37647},{0.001,119267},{0.032,154499},{0.078,99306},{0.136,42453},{0.192,32221},{0.142,16221},{0.450,24699},{0.553,13334},{0.755,5988},{0.873,3311},{999,0}}|548946|.096|201909|NDFD
SEW|120|po|00|{{0.000,2288},{0.009,12770},{0.137,50618},{0.269,62997},{0.483,52233},{0.568,37224},{0.674,21200},{0.846,12055},{0.929,11052},{0.782,11163},{999,0},{999,0}}|273600|.416|201909|NDFD
OTX|120|po|00|{{0.000,583},{0.000,36830},{0.119,74593},{0.351,60537},{0.464,57365},{0.549,56101},{0.591,34425},{0.741,13044},{0.941,3835},{0.997,655},{999,0},{999,0}}|337968|.360|201909|NDFD
BOU|132|po|00|{{0.000,889},{0.020,32503},{0.059,84888},{0.155,71385},{0.228,29807},{0.207,5755},{0.461,2841},{0.610,172},{999,0},{999,0},{999,0},{999,0}}|228240|.115|201909|NDFD
GJT|132|po|00|{{0.000,3715},{0.004,105168},{0.067,95189},{0.121,89709},{0.049,64920},{0.100,30608},{0.352,5246},{0.413,1063},{0.000,4},{999,0},{999,0},{999,0}}|395622|.066|201909|NDFD
PUB|132|po|00|{{0.000,597},{0.013,67874},{0.054,122197},{0.098,36535},{0.080,8312},{0.280,4432},{0.258,6071},{0.373,4452},{0.927,396},{999,0},{999,0},{999,0}}|250866|.066|201909|NDFD
LOT|132|po|00|{{999,0},{0.000,14181},{0.220,39611},{0.595,24233},{0.438,12454},{0.711,19889},{0.937,4488},{1.000,480},{0.286,7},{0.000,1},{999,0},{999,0}}|115344|.411|201909|NDFD
ILX|132|po|00|{{999,0},{0.014,27205},{0.213,53040},{0.477,36008},{0.504,12677},{0.418,12115},{0.765,7758},{1.000,2631},{999,0},{999,0},{999,0},{999,0}}|151434|.323|201909|NDFD
IND|132|po|00|{{999,0},{0.019,31561},{0.064,56898},{0.291,18062},{0.525,7884},{0.462,1661},{1.000,3895},{1.000,2313},{999,0},{999,0},{999,0},{999,0}}|122274|.169|201909|NDFD
IWX|132|po|00|{{999,0},{0.005,25412},{0.099,56554},{0.288,15706},{0.622,14365},{0.762,8115},{0.993,7414},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.257|201909|NDFD
DVN|132|po|00|{{0.000,60},{0.000,13644},{0.082,20006},{0.479,44641},{0.504,54908},{0.636,21369},{0.432,5070},{0.927,358},{999,0},{999,0},{999,0},{999,0}}|160056|.418|201909|NDFD
DMX|132|po|00|{{0.000,37},{0.000,21953},{0.173,30083},{0.346,52156},{0.589,67211},{0.585,39384},{0.382,6422},{0.787,4683},{0.981,2081},{999,0},{999,0},{999,0}}|224010|.420|201909|NDFD
DDC|132|po|00|{{0.000,1888},{0.036,44517},{0.061,53348},{0.197,47209},{0.353,16878},{0.437,6642},{0.959,536},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.138|201909|NDFD
GLD|132|po|00|{{0.000,371},{0.026,32591},{0.071,83783},{0.153,20426},{0.390,17340},{0.332,7331},{0.954,194},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.119|201909|NDFD
TOP|132|po|00|{{0.000,8},{0.002,14668},{0.098,22416},{0.230,38485},{0.308,29059},{0.456,12758},{0.997,4232},{999,0},{999,0},{999,0},{999,0},{999,0}}|121626|.247|201909|NDFD
ICT|132|po|00|{{0.000,203},{0.032,23298},{0.111,39895},{0.182,57597},{0.328,27387},{0.635,11303},{0.923,4441},{999,0},{999,0},{999,0},{999,0},{999,0}}|164124|.219|201909|NDFD
JKL|132|po|00|{{0.000,785},{0.006,44605},{0.165,41346},{0.238,2608},{0.726,62},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.087|201909|NDFD
LMK|132|po|00|{{0.000,8673},{0.020,52317},{0.068,74434},{0.538,7873},{0.623,7111},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.098|201909|NDFD
PAH|132|po|00|{{0.000,9995},{0.050,51040},{0.037,87652},{0.462,23088},{0.536,8945},{0.858,5641},{0.973,983},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.144|201909|NDFD
DTX|132|po|00|{{999,0},{0.008,49770},{0.064,103332},{0.410,40518},{0.732,44805},{0.817,32856},{0.809,20173},{0.761,5943},{0.466,58},{1.000,31},{999,0},{999,0}}|297486|.350|201909|NDFD
APX|132|po|00|{{999,0},{0.014,29500},{0.237,36144},{0.607,28960},{0.867,14854},{0.592,19265},{0.618,14959},{0.498,7370},{0.726,3082},{999,0},{999,0},{999,0}}|154134|.428|201909|NDFD
GRR|132|po|00|{{999,0},{0.016,22732},{0.072,38018},{0.400,9136},{0.598,15241},{0.724,23564},{0.801,7938},{0.737,4383},{1.000,326},{999,0},{999,0},{999,0}}|121338|.353|201909|NDFD
MQT|132|po|00|{{0.000,722},{0.036,40305},{0.154,76459},{0.487,67950},{0.519,73368},{0.495,46330},{0.590,37902},{0.535,27249},{0.807,13663},{1.000,694},{999,0},{999,0}}|384642|.405|201909|NDFD
DLH|132|po|00|{{999,0},{0.009,7930},{0.112,74731},{0.468,60951},{0.532,59564},{0.682,43234},{0.639,25520},{0.816,11317},{0.995,14296},{1.000,2193},{999,0},{999,0}}|299736|.467|201909|NDFD
MPX|132|po|00|{{999,0},{0.000,21093},{0.246,58366},{0.358,67737},{0.624,44848},{0.672,37130},{0.702,15000},{0.882,26128},{0.999,6034},{999,0},{999,0},{999,0}}|276336|.474|201909|NDFD
EAX|132|po|00|{{999,0},{0.000,19978},{0.003,27144},{0.296,45437},{0.393,61192},{0.545,23396},{0.843,11015},{1.000,64},{999,0},{999,0},{999,0},{999,0}}|188226|.317|201909|NDFD
SGF|132|po|00|{{0.000,1324},{0.001,39293},{0.041,56693},{0.137,42213},{0.479,26146},{0.417,10814},{0.747,8717},{0.750,3764},{999,0},{999,0},{999,0},{999,0}}|188964|.183|201909|NDFD
LSX|132|po|00|{{999,0},{0.001,40463},{0.192,63915},{0.271,45413},{0.637,25513},{0.450,13294},{0.512,14981},{0.679,1207},{999,0},{999,0},{999,0},{999,0}}|204786|.270|201909|NDFD
GID|132|po|00|{{999,0},{0.000,23790},{0.061,51510},{0.112,34704},{0.353,18131},{0.638,13635},{0.705,6940},{0.989,2134},{1.000,608},{999,0},{999,0},{999,0}}|151452|.196|201909|NDFD
LBF|132|po|00|{{0.000,134},{0.006,50196},{0.205,71852},{0.312,60335},{0.233,41287},{0.428,23675},{0.692,4189},{0.741,2639},{0.800,4596},{0.959,3699},{999,0},{999,0}}|262602|.250|201909|NDFD
OAX|132|po|00|{{999,0},{0.000,20380},{0.214,39228},{0.315,44600},{0.330,38841},{0.597,13690},{0.302,11899},{0.816,2982},{0.996,2735},{1.000,11},{999,0},{999,0}}|174366|.299|201909|NDFD
BIS|132|po|00|{{999,0},{0.000,26923},{0.149,123634},{0.097,62948},{0.606,90060},{0.577,38776},{0.441,32359},{0.580,23212},{0.862,25935},{0.978,11064},{1.000,3191},{999,0}}|438102|.378|201909|NDFD
FGF|132|po|00|{{0.000,180},{0.000,31092},{0.183,90126},{0.339,108129},{0.659,51145},{0.724,30528},{0.889,24418},{0.947,21986},{1.000,5148},{1.000,272},{999,0},{999,0}}|363024|.432|201909|NDFD
ABR|132|po|00|{{999,0},{0.005,27829},{0.121,84132},{0.274,31440},{0.759,44520},{0.676,24842},{0.661,18272},{0.595,9464},{0.649,10916},{0.883,171},{999,0},{999,0}}|251586|.375|201909|NDFD
UNR|132|po|00|{{999,0},{0.000,33705},{0.062,92824},{0.268,66392},{0.574,51271},{0.686,27994},{0.718,14866},{0.719,16382},{0.616,30640},{0.657,5046},{999,0},{999,0}}|339120|.345|201909|NDFD
FSD|132|po|00|{{999,0},{0.000,24829},{0.213,77525},{0.234,29355},{0.439,47164},{0.684,24579},{0.374,10529},{0.184,4197},{0.996,8668},{1.000,4166},{999,0},{999,0}}|231012|.339|201909|NDFD
GRB|132|po|00|{{999,0},{0.005,13461},{0.085,38893},{0.665,36108},{0.684,24959},{0.795,13709},{0.660,19028},{0.536,10548},{0.976,290},{999,0},{999,0},{999,0}}|156996|.470|201909|NDFD
ARX|132|po|00|{{999,0},{0.001,11765},{0.184,26031},{0.606,41631},{0.676,33669},{0.644,27126},{0.198,10127},{0.905,10790},{1.000,501},{999,0},{999,0},{999,0}}|161640|.510|201909|NDFD
MKX|132|po|00|{{999,0},{0.000,10231},{0.044,67784},{0.505,53180},{0.733,33761},{0.742,31976},{0.798,25480},{0.510,7229},{0.530,3495},{999,0},{999,0},{999,0}}|233136|.447|201909|NDFD
CYS|132|po|00|{{0.000,1525},{0.000,45238},{0.047,60073},{0.318,63295},{0.234,50810},{0.386,33042},{0.572,16164},{0.504,9094},{0.225,4389},{0.000,212},{999,0},{999,0}}|283842|.220|201909|NDFD
RIW|132|po|00|{{0.000,6182},{0.000,48352},{0.077,82725},{0.241,108596},{0.349,56906},{0.333,45604},{0.685,29374},{0.683,34184},{0.759,39910},{0.819,8643},{999,0},{999,0}}|460476|.322|201909|NDFD
CAR|132|po|00|{{999,0},{0.000,38996},{0.122,77967},{0.416,30168},{0.225,25069},{0.670,19198},{1.000,1868},{999,0},{999,0},{999,0},{999,0},{999,0}}|193266|.220|201909|NDFD
GYX|132|po|00|{{0.000,24030},{0.018,46495},{0.125,91583},{0.214,37165},{0.627,9304},{0.935,4459},{1.000,1110},{999,0},{999,0},{999,0},{999,0},{999,0}}|214146|.147|201909|NDFD
BOX|132|po|00|{{999,0},{0.023,53323},{0.062,70994},{0.105,17739},{0.439,7224},{0.000,3894},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0}}|153180|.070|201909|NDFD
PHI|132|po|00|{{999,0},{0.000,35124},{0.078,106317},{0.037,7745},{0.000,466},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.057|201909|NDFD
ALY|132|po|00|{{999,0},{0.028,19621},{0.036,84638},{0.371,11921},{0.487,3741},{0.770,4234},{0.978,279},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.108|201909|NDFD
BGM|132|po|00|{{0.000,2890},{0.050,30104},{0.111,81256},{0.144,16088},{0.397,7552},{0.610,3878},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.128|201909|NDFD
BUF|132|po|00|{{0.000,9506},{0.000,28323},{0.157,76828},{0.614,18759},{0.325,26457},{1.000,1091},{1.000,638},{0.665,9506},{999,0},{999,0},{999,0},{999,0}}|171108|.235|201909|NDFD
OKX|132|po|00|{{999,0},{0.000,12886},{0.028,64374},{0.112,9608},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.033|201909|NDFD
MHX|132|po|00|{{999,0},{0.000,14859},{0.013,75111},{0.056,19265},{0.011,7430},{0.000,461},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.018|201909|NDFD
RAH|132|po|00|{{999,0},{0.007,42111},{0.089,54717},{0.108,26654},{0.036,988},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.065|201909|NDFD
ILM|132|po|00|{{999,0},{0.001,33134},{0.029,48113},{0.143,14692},{0.117,5197},{0.127,809},{0.016,61},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.041|201909|NDFD
CLE|132|po|00|{{999,0},{0.000,22781},{0.134,105486},{0.370,33350},{0.565,17419},{1.000,925},{1.000,10515},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.251|201909|NDFD
ILN|132|po|00|{{0.000,8736},{0.100,37468},{0.126,85585},{0.451,15397},{0.997,6635},{1.000,3427},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.201|201909|NDFD
PBZ|132|po|00|{{999,0},{0.011,44676},{0.238,69234},{0.300,22884},{0.056,7138},{0.570,3761},{1.000,663},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.182|201909|NDFD
CTP|132|po|00|{{999,0},{0.001,29920},{0.141,130361},{0.051,16775},{0.000,3927},{0.000,1615},{0.355,552},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.106|201909|NDFD
CHS|132|po|00|{{999,0},{0.000,6372},{0.041,84052},{0.169,19297},{0.147,12669},{0.256,7710},{0.004,238},{999,0},{999,0},{999,0},{999,0},{999,0}}|130338|.081|201909|NDFD
CAE|132|po|00|{{0.000,66},{0.035,51738},{0.081,28857},{0.191,14583},{0.331,6420},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.089|201909|NDFD
GSP|132|po|00|{{999,0},{0.023,2055},{0.080,109586},{0.029,27622},{0.068,11426},{0.113,7500},{0.003,337},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.071|201909|NDFD
BTV|132|po|00|{{999,0},{0.000,20559},{0.023,57363},{0.203,32298},{0.553,7248},{0.473,3717},{0.818,7537},{0.576,1488},{1.000,2},{999,0},{999,0},{999,0}}|130212|.159|201909|NDFD
LWX|132|po|00|{{999,0},{0.000,34072},{0.055,121626},{0.037,6481},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.043|201909|NDFD
RNK|132|po|00|{{0.020,16773},{0.000,18482},{0.073,102607},{0.229,12626},{0.219,643},{0.369,195},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.072|201909|NDFD
AKQ|132|po|00|{{0.000,3899},{0.028,59762},{0.005,100074},{0.044,21056},{0.000,213},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.017|201909|NDFD
RLX|132|po|00|{{0.000,96},{0.031,63527},{0.112,90666},{0.069,12202},{0.198,2943},{1.000,144},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.080|201909|NDFD
BMX|132|po|00|{{0.000,11626},{0.005,82366},{0.128,80177},{0.000,24386},{0.000,10713},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.051|201909|NDFD
HUN|132|po|00|{{0.000,8430},{0.032,18682},{0.140,26614},{0.000,15199},{0.000,123},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.062|201909|NDFD
MOB|132|po|00|{{999,0},{0.082,56847},{0.065,89393},{0.276,17599},{0.053,20043},{0.124,5188},{0.500,4926},{0.822,674},{999,0},{999,0},{999,0},{999,0}}|194670|.103|201909|NDFD
LZK|132|po|00|{{0.000,9342},{0.000,20807},{0.064,145410},{0.239,63441},{0.126,7861},{0.474,2493},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.107|201909|NDFD
JAX|132|po|00|{{0.063,2096},{0.011,68810},{0.027,52277},{0.176,25067},{0.213,13722},{0.368,9051},{0.525,9752},{0.597,3831},{0.806,1730},{999,0},{999,0},{999,0}}|186336|.117|201909|NDFD
EYW|132|po|00|{{999,0},{999,0},{0.000,1},{0.139,25450},{0.338,91092},{0.570,49152},{0.680,2290},{1.000,27},{999,0},{999,0},{999,0},{999,0}}|168012|.381|201909|NDFD
MLB|132|po|00|{{999,0},{0.005,5867},{0.048,46206},{0.158,46800},{0.284,31102},{0.591,14235},{0.702,6054},{999,0},{999,0},{999,0},{999,0},{999,0}}|150264|.207|201909|NDFD
MFL|132|po|00|{{999,0},{0.002,8671},{0.092,46417},{0.255,51795},{0.206,31209},{0.336,22842},{0.466,13371},{0.309,97},{999,0},{999,0},{999,0},{999,0}}|174402|.217|201909|NDFD
TAE|132|po|00|{{0.009,18621},{0.006,118780},{0.032,65314},{0.044,41824},{0.181,22893},{0.243,10868},{0.111,7997},{0.818,2585},{999,0},{999,0},{999,0},{999,0}}|288882|.051|201909|NDFD
TBW|132|po|00|{{0.000,6540},{0.002,37025},{0.021,76303},{0.056,34936},{0.152,26423},{0.126,10442},{0.235,2713},{999,0},{999,0},{999,0},{999,0},{999,0}}|194382|.049|201909|NDFD
FFC|132|po|00|{{0.000,4954},{0.011,41468},{0.061,145668},{0.011,14324},{0.012,27319},{0.038,4281},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.042|201909|NDFD
LCH|132|po|00|{{0.208,5089},{0.082,47060},{0.175,93503},{0.282,67753},{0.403,26098},{0.766,8091},{0.954,867},{1.000,83},{999,0},{999,0},{999,0},{999,0}}|248544|.233|201909|NDFD
LIX|132|po|00|{{0.020,13057},{0.049,77141},{0.069,109404},{0.123,49034},{0.476,32969},{0.790,8383},{0.422,1306},{999,0},{999,0},{999,0},{999,0},{999,0}}|291294|.139|201909|NDFD
SHV|132|po|00|{{0.007,14383},{0.022,61799},{0.103,153806},{0.163,33094},{0.017,60},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.086|201909|NDFD
JAN|132|po|00|{{0.000,43158},{0.075,47197},{0.060,139765},{0.001,29295},{0.021,1303},{0.000,30},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.046|201909|NDFD
ABQ|132|po|00|{{999,0},{0.103,84303},{0.119,281678},{0.106,163113},{0.484,79333},{0.407,36572},{0.691,10976},{1.000,809},{999,0},{999,0},{999,0},{999,0}}|656784|.184|201909|NDFD
OUN|132|po|00|{{0.000,20027},{0.011,49976},{0.137,121530},{0.209,127548},{0.397,40158},{0.787,563},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.167|201909|NDFD
TSA|132|po|00|{{0.000,917},{0.033,34400},{0.019,60385},{0.253,71334},{0.698,23960},{0.451,4358},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.200|201909|NDFD
MEG|132|po|00|{{0.000,12612},{0.001,50938},{0.063,136648},{0.185,22098},{0.129,4771},{999,0},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.059|201909|NDFD
MRX|132|po|00|{{0.000,10036},{0.041,25361},{0.109,72738},{0.011,14819},{0.000,310},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.074|201909|NDFD
OHX|132|po|00|{{0.000,318},{0.003,36653},{0.078,56376},{0.010,27125},{0.006,4329},{0.000,353},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.038|201909|NDFD
AMA|132|po|00|{{0.000,1727},{0.058,51111},{0.120,52185},{0.268,70491},{0.611,16616},{0.731,3329},{0.933,2594},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|198054|.218|201909|NDFD
EWX|132|po|00|{{0.000,4225},{0.008,52805},{0.038,149372},{0.174,48937},{0.341,6466},{0.008,795},{0.000,20},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.064|201909|NDFD
BRO|132|po|00|{{999,0},{0.008,7235},{0.077,59583},{0.196,32670},{0.480,16059},{1.000,211},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.164|201909|NDFD
CRP|132|po|00|{{0.000,291},{0.023,23545},{0.038,72507},{0.182,49932},{0.483,17843},{0.206,2994},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.130|201909|NDFD
EPZ|132|po|00|{{0.000,1232},{0.167,36207},{0.169,93971},{0.223,61830},{0.453,16603},{0.247,14135},{0.997,4426},{1.000,15},{1.000,1},{999,0},{999,0},{999,0}}|228420|.224|201909|NDFD
FWD|132|po|00|{{999,0},{0.007,76736},{0.030,155818},{0.163,48813},{0.027,7231},{0.014,1058},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.046|201909|NDFD
HGX|132|po|00|{{999,0},{0.029,27238},{0.119,95146},{0.372,62987},{0.521,22922},{0.536,10713},{0.501,1530},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.245|201909|NDFD
LUB|132|po|00|{{999,0},{0.194,34726},{0.092,57688},{0.319,37832},{0.658,16761},{0.369,9024},{0.521,3469},{1.000,178},{999,0},{999,0},{999,0},{999,0}}|159678|.253|201909|NDFD
MAF|132|po|00|{{999,0},{0.171,48313},{0.160,152075},{0.333,100031},{0.252,52813},{0.517,18659},{0.965,6037},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.251|201909|NDFD
SJT|132|po|00|{{0.000,1139},{0.000,30960},{0.074,103007},{0.077,58434},{0.185,2287},{0.116,1561},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.065|201909|NDFD
FGZ|132|po|00|{{0.000,12424},{0.011,118728},{0.056,150026},{0.150,79104},{0.228,17082},{0.027,366},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|377730|.067|201909|NDFD
PSR|132|po|00|{{0.000,39409},{0.038,124356},{0.202,56942},{0.312,17045},{0.332,3177},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.094|201909|NDFD
TWC|132|po|00|{{0.000,1789},{0.009,91828},{0.159,48679},{0.326,33662},{0.414,19019},{0.681,1439},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|196416|.145|201909|NDFD
EKA|132|po|00|{{0.000,3097},{0.074,107026},{0.417,50069},{0.286,39880},{0.225,8285},{0.170,1223},{0.703,263},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|209844|.202|201909|NDFD
LOX|132|po|00|{{0.000,65461},{0.003,126146},{0.006,31628},{0.057,15138},{0.070,3903},{0.132,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.007|201909|NDFD
STO|132|po|00|{{0.000,18318},{0.012,92063},{0.233,51161},{0.294,27226},{0.261,15521},{0.511,9126},{0.623,4958},{0.071,1389},{999,0},{999,0},{999,0},{999,0}}|219762|.150|201909|NDFD
SGX|132|po|00|{{0.000,28276},{0.012,50335},{0.056,25185},{0.099,8843},{0.166,5153},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
MTR|132|po|00|{{0.000,50174},{0.028,144669},{0.059,35348},{0.000,13677},{0.000,158},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.025|201909|NDFD
HNX|132|po|00|{{0.000,71155},{0.003,70050},{0.001,38386},{0.033,8233},{0.077,7495},{0.163,2191},{0.001,1868},{0.000,1358},{999,0},{999,0},{999,0},{999,0}}|200736|.007|201909|NDFD
BOI|132|po|00|{{0.000,13201},{0.000,40940},{0.018,88503},{0.339,69045},{0.386,81401},{0.225,53450},{0.152,38554},{0.483,13649},{0.523,677},{999,0},{999,0},{999,0}}|399420|.204|201909|NDFD
PIH|132|po|00|{{999,0},{0.000,34055},{0.104,56632},{0.418,54875},{0.339,45161},{0.341,21454},{0.492,14914},{0.595,17535},{0.971,7825},{1.000,197},{999,0},{999,0}}|252648|.305|201909|NDFD
BYZ|132|po|00|{{999,0},{0.000,6464},{0.063,38347},{0.204,110657},{0.487,48893},{0.646,37131},{0.823,18332},{0.617,21551},{0.651,26718},{0.825,32245},{0.738,2058},{999,0}}|342396|.428|201909|NDFD
GGW|132|po|00|{{999,0},{0.001,2876},{0.222,86440},{0.157,57407},{0.470,41384},{0.706,27165},{0.304,21498},{0.416,6793},{0.871,15925},{0.996,17113},{1.000,1265},{999,0}}|277866|.390|201909|NDFD
TFX|132|po|00|{{999,0},{0.000,3948},{0.033,47160},{0.148,101468},{0.199,90535},{0.490,49799},{0.733,38827},{0.449,30923},{0.641,26500},{0.921,37125},{0.896,10013},{999,0}}|436298|.370|201909|NDFD
MSO|132|po|00|{{999,0},{0.000,1753},{0.001,35191},{0.047,56670},{0.217,77390},{0.491,73523},{0.446,52182},{0.519,26330},{0.594,15688},{0.779,6106},{0.958,119},{999,0}}|344952|.309|201909|NDFD
LKN|132|po|00|{{0.000,13838},{0.003,132222},{0.264,102961},{0.308,79649},{0.177,48330},{0.183,19293},{0.707,18671},{0.544,12491},{0.530,8117},{0.738,1181},{0.943,35},{999,0}}|436788|.204|201909|NDFD
VEF|132|po|00|{{0.000,110856},{0.002,226212},{0.041,139244},{0.010,31946},{0.075,12973},{0.356,3773},{0.550,231},{0.000,5},{999,0},{999,0},{999,0},{999,0}}|525240|.017|201909|NDFD
REV|132|po|00|{{0.000,33524},{0.018,71594},{0.240,76852},{0.190,42569},{0.413,26399},{0.460,18767},{0.548,6022},{0.537,285},{999,0},{999,0},{999,0},{999,0}}|276012|.184|201909|NDFD
MFR|132|po|00|{{0.027,37790},{0.048,60743},{0.228,109924},{0.468,74959},{0.570,42930},{0.615,28512},{0.574,29420},{0.628,8774},{1.000,1634},{999,0},{999,0},{999,0}}|394686|.330|201909|NDFD
PDT|132|po|00|{{0.000,2105},{0.000,29356},{0.103,103772},{0.262,87952},{0.390,54701},{0.462,41722},{0.503,25737},{0.626,6455},{0.714,2225},{1.000,17},{999,0},{999,0}}|354042|.263|201909|NDFD
PQR|132|po|00|{{999,0},{0.000,20840},{0.245,97752},{0.438,86363},{0.799,47247},{0.794,17009},{0.231,17047},{0.605,3641},{0.954,11029},{0.952,1220},{999,0},{999,0}}|302148|.433|201909|NDFD
SLC|132|po|00|{{0.004,15425},{0.001,167755},{0.076,135954},{0.133,101404},{0.117,48968},{0.139,30393},{0.342,10652},{0.531,21433},{0.625,12962},{0.353,3623},{0.000,377},{999,0}}|548946|.107|201909|NDFD
SEW|132|po|00|{{0.000,9},{0.101,23266},{0.374,59788},{0.383,76079},{0.543,59820},{0.403,27078},{0.468,12026},{0.701,3817},{0.591,4395},{0.441,7322},{999,0},{999,0}}|273600|.407|201909|NDFD
OTX|132|po|00|{{0.000,3832},{0.000,24423},{0.118,83434},{0.219,97926},{0.401,59605},{0.504,32908},{0.527,23429},{0.387,11878},{0.430,533},{999,0},{999,0},{999,0}}|337968|.263|201909|NDFD
BOU|144|po|00|{{0.012,1166},{0.021,58861},{0.062,99069},{0.151,37318},{0.175,17231},{0.458,9863},{0.781,3982},{1.000,750},{999,0},{999,0},{999,0},{999,0}}|228240|.107|201909|NDFD
GJT|144|po|00|{{0.000,7009},{0.000,68955},{0.015,125568},{0.045,76794},{0.102,56844},{0.312,36087},{0.593,16992},{0.918,5948},{1.000,1425},{999,0},{999,0},{999,0}}|395622|.099|201909|NDFD
PUB|144|po|00|{{0.043,3610},{0.018,83625},{0.044,93887},{0.050,36792},{0.189,16080},{0.183,6737},{0.427,2941},{0.882,4126},{0.920,3068},{999,0},{999,0},{999,0}}|250866|.078|201909|NDFD
LOT|144|po|00|{{999,0},{0.000,58},{0.286,42585},{0.470,61530},{0.919,9648},{0.970,1513},{1.000,4},{1.000,6},{999,0},{999,0},{999,0},{999,0}}|115344|.446|201909|NDFD
ILX|144|po|00|{{0.000,846},{0.000,4515},{0.322,51336},{0.353,80954},{0.643,12627},{0.999,1156},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151434|.359|201909|NDFD
IND|144|po|00|{{0.000,116},{0.056,13816},{0.145,62694},{0.260,33780},{0.071,11531},{0.576,337},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.161|201909|NDFD
IWX|144|po|00|{{999,0},{0.117,1756},{0.381,68626},{0.289,44387},{0.126,9014},{0.560,3783},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.332|201909|NDFD
DVN|144|po|00|{{999,0},{0.000,266},{0.127,37164},{0.339,68515},{0.774,38516},{0.892,10826},{0.723,2263},{0.931,2447},{1.000,59},{999,0},{999,0},{999,0}}|160056|.446|201909|NDFD
DMX|144|po|00|{{999,0},{0.000,6359},{0.204,58136},{0.440,81686},{0.716,27301},{0.705,27886},{0.547,11411},{0.671,3141},{1.000,7442},{1.000,648},{999,0},{999,0}}|224010|.462|201909|NDFD
DDC|144|po|00|{{0.058,6149},{0.124,50540},{0.134,65609},{0.039,33735},{0.403,7043},{0.991,1916},{0.998,4018},{1.000,2008},{999,0},{999,0},{999,0},{999,0}}|171018|.160|201909|NDFD
GLD|144|po|00|{{0.090,7389},{0.015,69722},{0.100,67868},{0.276,13908},{0.761,2648},{1.000,501},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.092|201909|NDFD
TOP|144|po|00|{{999,0},{0.002,10343},{0.249,28201},{0.176,44466},{0.289,19910},{0.645,11254},{0.864,4446},{0.941,3006},{999,0},{999,0},{999,0},{999,0}}|121626|.284|201909|NDFD
ICT|144|po|00|{{0.000,229},{0.220,23058},{0.141,37215},{0.160,52667},{0.411,38193},{0.574,8787},{0.982,2542},{1.000,1433},{999,0},{999,0},{999,0},{999,0}}|164124|.264|201909|NDFD
JKL|144|po|00|{{0.332,2021},{0.131,24178},{0.133,49641},{0.495,9730},{0.747,3836},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.203|201909|NDFD
LMK|144|po|00|{{0.002,3820},{0.017,38900},{0.106,67837},{0.267,29094},{0.413,10753},{1.000,4},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.133|201909|NDFD
PAH|144|po|00|{{0.000,637},{0.000,30806},{0.199,89267},{0.374,46555},{0.047,17321},{0.113,2758},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.194|201909|NDFD
DTX|144|po|00|{{999,0},{0.032,29250},{0.306,103474},{0.377,89884},{0.655,60215},{0.805,7678},{0.946,6264},{0.969,721},{999,0},{999,0},{999,0},{999,0}}|297486|.399|201909|NDFD
APX|144|po|00|{{999,0},{0.049,11911},{0.248,35971},{0.472,60925},{0.663,31120},{0.802,6203},{0.995,4802},{0.969,3126},{1.000,76},{999,0},{999,0},{999,0}}|154134|.466|201909|NDFD
GRR|144|po|00|{{999,0},{0.090,2340},{0.342,38137},{0.263,52628},{0.596,22100},{0.693,4284},{1.000,1653},{1.000,196},{999,0},{999,0},{999,0},{999,0}}|121338|.371|201909|NDFD
MQT|144|po|00|{{999,0},{0.001,13318},{0.130,103871},{0.276,89957},{0.474,71968},{0.720,49741},{0.706,32794},{0.761,18282},{0.938,4711},{999,0},{999,0},{999,0}}|384642|.389|201909|NDFD
DLH|144|po|00|{{999,0},{999,0},{0.071,51341},{0.293,99920},{0.607,45330},{0.813,18861},{0.689,50777},{0.811,24228},{0.922,9279},{999,0},{999,0},{999,0}}|299736|.464|201909|NDFD
MPX|144|po|00|{{999,0},{0.000,12722},{0.077,55336},{0.295,93370},{0.555,24115},{0.720,32378},{0.664,32654},{0.794,18015},{1.000,6158},{1.000,1588},{999,0},{999,0}}|276336|.406|201909|NDFD
EAX|144|po|00|{{999,0},{0.000,3742},{0.199,46050},{0.245,79417},{0.459,35251},{0.844,17887},{0.661,4637},{0.478,1130},{1.000,112},{999,0},{999,0},{999,0}}|188226|.338|201909|NDFD
SGF|144|po|00|{{0.000,23},{0.000,13358},{0.195,56539},{0.338,90112},{0.461,19198},{0.957,9260},{1.000,474},{999,0},{999,0},{999,0},{999,0},{999,0}}|188964|.316|201909|NDFD
LSX|144|po|00|{{999,0},{0.000,14026},{0.308,51914},{0.336,111746},{0.665,18543},{0.975,8557},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|204786|.362|201909|NDFD
GID|144|po|00|{{0.000,530},{0.009,20982},{0.184,58032},{0.119,48771},{0.083,11076},{0.371,5810},{1.000,2715},{1.000,3536},{999,0},{999,0},{999,0},{999,0}}|151452|.172|201909|NDFD
LBF|144|po|00|{{0.000,2180},{0.038,46202},{0.115,142188},{0.146,51483},{0.068,14027},{0.197,3235},{0.710,3205},{1.000,82},{999,0},{999,0},{999,0},{999,0}}|262602|.113|201909|NDFD
OAX|144|po|00|{{999,0},{0.001,11582},{0.202,49864},{0.337,62359},{0.373,25425},{0.335,12133},{0.635,3617},{1.000,8167},{1.000,1219},{999,0},{999,0},{999,0}}|174366|.323|201909|NDFD
BIS|144|po|00|{{999,0},{0.006,23369},{0.155,120514},{0.423,122465},{0.385,75472},{0.492,25910},{0.685,20263},{0.982,26874},{1.000,20855},{1.000,2380},{999,0},{999,0}}|438102|.401|201909|NDFD
FGF|144|po|00|{{999,0},{0.000,16114},{0.099,67442},{0.309,136048},{0.312,54779},{0.601,32938},{0.857,26947},{0.902,18452},{0.896,10304},{999,0},{999,0},{999,0}}|363024|.371|201909|NDFD
ABR|144|po|00|{{0.000,419},{0.023,13935},{0.086,88190},{0.241,67226},{0.270,36938},{0.253,30161},{0.508,13899},{0.868,818},{999,0},{999,0},{999,0},{999,0}}|251586|.197|201909|NDFD
UNR|144|po|00|{{0.000,1829},{0.183,28410},{0.237,145356},{0.310,74477},{0.413,48853},{0.518,25386},{0.764,12952},{0.982,1857},{999,0},{999,0},{999,0},{999,0}}|339120|.318|201909|NDFD
FSD|144|po|00|{{999,0},{0.001,12822},{0.137,65922},{0.230,76254},{0.163,32192},{0.451,28512},{0.639,8305},{1.000,3936},{1.000,3069},{999,0},{999,0},{999,0}}|231012|.247|201909|NDFD
GRB|144|po|00|{{999,0},{0.000,5355},{0.128,37209},{0.354,51714},{0.610,29891},{0.756,15908},{0.602,7190},{0.965,4885},{1.000,4844},{999,0},{999,0},{999,0}}|156996|.428|201909|NDFD
ARX|144|po|00|{{999,0},{0.000,4351},{0.074,35394},{0.461,60924},{0.573,16169},{0.688,23866},{0.466,11348},{0.899,2550},{1.000,5576},{1.000,1462},{999,0},{999,0}}|161640|.439|201909|NDFD
MKX|144|po|00|{{999,0},{0.027,4167},{0.144,53972},{0.381,102711},{0.649,51811},{0.654,10288},{0.999,5692},{1.000,3588},{1.000,907},{999,0},{999,0},{999,0}}|233136|.419|201909|NDFD
CYS|144|po|00|{{0.000,2138},{0.007,35730},{0.199,119340},{0.245,68579},{0.447,36218},{0.508,17515},{0.705,3317},{1.000,1005},{999,0},{999,0},{999,0},{999,0}}|283842|.244|201909|NDFD
RIW|144|po|00|{{999,0},{0.012,31042},{0.028,100222},{0.184,102067},{0.508,71905},{0.721,57566},{0.706,44287},{0.806,34368},{0.716,13131},{0.146,4204},{0.226,1684},{999,0}}|460476|.368|201909|NDFD
CAR|144|po|00|{{999,0},{0.147,4721},{0.064,117437},{0.380,35734},{0.475,15379},{0.799,9585},{0.235,8658},{0.010,1724},{0.000,28},{999,0},{999,0},{999,0}}|193266|.201|201909|NDFD
GYX|144|po|00|{{0.000,7322},{0.005,43589},{0.064,108349},{0.422,34050},{0.648,7443},{0.431,5919},{0.575,3778},{0.822,3696},{999,0},{999,0},{999,0},{999,0}}|214146|.160|201909|NDFD
BOX|144|po|00|{{999,0},{0.029,47469},{0.006,64559},{0.247,25993},{0.334,15127},{0.312,32},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|153180|.087|201909|NDFD
PHI|144|po|00|{{999,0},{0.000,28195},{0.064,109330},{0.137,11967},{0.231,160},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.058|201909|NDFD
ALY|144|po|00|{{999,0},{0.000,16153},{0.029,67963},{0.359,22057},{0.816,11239},{0.980,5312},{1.000,1710},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.209|201909|NDFD
BGM|144|po|00|{{0.000,239},{0.007,23147},{0.091,70157},{0.374,27276},{0.593,13131},{0.840,5665},{1.000,2153},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.222|201909|NDFD
BUF|144|po|00|{{0.000,9506},{0.001,21477},{0.057,74439},{0.354,32143},{0.808,15784},{0.855,8604},{0.965,6663},{1.000,2492},{999,0},{999,0},{999,0},{999,0}}|171108|.261|201909|NDFD
OKX|144|po|00|{{999,0},{0.002,10839},{0.012,50181},{0.280,25635},{0.000,213},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.090|201909|NDFD
MHX|144|po|00|{{999,0},{0.007,9164},{0.051,76786},{0.113,23984},{0.032,7192},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.059|201909|NDFD
RAH|144|po|00|{{999,0},{0.000,31030},{0.098,69152},{0.086,14590},{0.000,9698},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.065|201909|NDFD
ILM|144|po|00|{{999,0},{0.000,6864},{0.075,57850},{0.081,26456},{0.000,9230},{0.000,1606},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.064|201909|NDFD
CLE|144|po|00|{{999,0},{0.064,14187},{0.163,96928},{0.412,58641},{0.631,10128},{0.560,4163},{0.830,6429},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.289|201909|NDFD
ILN|144|po|00|{{0.000,8736},{0.042,26336},{0.149,85928},{0.377,18421},{0.383,15761},{0.241,2066},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.174|201909|NDFD
PBZ|144|po|00|{{999,0},{0.009,18313},{0.207,63631},{0.276,52308},{0.735,5908},{0.833,8066},{0.723,130},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.262|201909|NDFD
CTP|144|po|00|{{999,0},{0.017,25864},{0.137,103599},{0.348,35621},{0.652,12681},{0.840,3540},{0.996,1845},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.219|201909|NDFD
CHS|144|po|00|{{999,0},{0.000,1788},{0.064,70172},{0.180,25491},{0.443,16700},{0.373,10611},{0.000,5574},{0.000,2},{999,0},{999,0},{999,0},{999,0}}|130338|.156|201909|NDFD
CAE|144|po|00|{{999,0},{0.069,20502},{0.144,58201},{0.246,6359},{0.139,12258},{0.000,4344},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.129|201909|NDFD
GSP|144|po|00|{{999,0},{0.147,1677},{0.109,99027},{0.232,27297},{0.121,15925},{0.074,11377},{0.123,3222},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|158526|.130|201909|NDFD
BTV|144|po|00|{{999,0},{0.000,14291},{0.002,59560},{0.114,22807},{0.709,17238},{0.984,6471},{0.950,8210},{0.761,1635},{999,0},{999,0},{999,0},{999,0}}|130212|.233|201909|NDFD
LWX|144|po|00|{{0.222,9},{0.023,9018},{0.101,96949},{0.297,48780},{0.760,6707},{0.784,717},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.186|201909|NDFD
RNK|144|po|00|{{0.176,8366},{0.006,24325},{0.201,72598},{0.221,42943},{0.141,3077},{1.000,17},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.173|201909|NDFD
AKQ|144|po|00|{{0.399,6665},{0.037,59497},{0.075,88947},{0.155,26585},{0.148,3310},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.087|201909|NDFD
RLX|144|po|00|{{999,0},{0.071,46085},{0.167,92857},{0.312,15215},{0.877,13302},{0.843,2119},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.218|201909|NDFD
BMX|144|po|00|{{999,0},{0.071,25600},{0.086,122949},{0.026,24509},{0.064,15340},{0.009,19851},{0.006,1019},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.068|201909|NDFD
HUN|144|po|00|{{0.000,3854},{0.026,15666},{0.070,22470},{0.215,15550},{0.014,10900},{0.000,608},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.079|201909|NDFD
MOB|144|po|00|{{999,0},{0.041,14644},{0.060,84388},{0.123,46348},{0.264,23355},{0.199,13633},{0.264,12208},{1.000,94},{999,0},{999,0},{999,0},{999,0}}|194670|.121|201909|NDFD
LZK|144|po|00|{{0.000,7019},{0.000,13563},{0.086,79913},{0.355,134213},{0.200,13652},{0.015,987},{0.000,7},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.230|201909|NDFD
JAX|144|po|00|{{0.000,687},{0.124,13666},{0.046,53397},{0.085,34101},{0.237,21932},{0.421,20010},{0.552,25320},{0.322,14532},{0.357,2691},{999,0},{999,0},{999,0}}|186336|.216|201909|NDFD
EYW|144|po|00|{{999,0},{999,0},{999,0},{0.261,20793},{0.386,76135},{0.456,67443},{0.351,3004},{0.136,631},{0.000,6},{999,0},{999,0},{999,0}}|168012|.397|201909|NDFD
MLB|144|po|00|{{999,0},{999,0},{0.012,21094},{0.062,28955},{0.399,46987},{0.483,31475},{0.592,16711},{0.460,5042},{999,0},{999,0},{999,0},{999,0}}|150264|.321|201909|NDFD
MFL|144|po|00|{{999,0},{999,0},{0.027,14134},{0.212,37719},{0.319,51461},{0.369,33625},{0.446,19412},{0.252,16208},{0.940,1843},{999,0},{999,0},{999,0}}|174402|.297|201909|NDFD
TAE|144|po|00|{{999,0},{0.061,48997},{0.047,128281},{0.065,40215},{0.178,25601},{0.172,26400},{0.365,13739},{0.414,5649},{999,0},{999,0},{999,0},{999,0}}|288882|.097|201909|NDFD
TBW|144|po|00|{{999,0},{0.000,5568},{0.038,47206},{0.080,34580},{0.175,43196},{0.226,30974},{0.456,19069},{0.437,12313},{0.198,1476},{999,0},{999,0},{999,0}}|194382|.172|201909|NDFD
FFC|144|po|00|{{999,0},{0.046,12248},{0.102,166885},{0.072,16527},{0.160,5406},{0.042,34248},{0.000,2700},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.088|201909|NDFD
LCH|144|po|00|{{0.000,99},{0.005,9589},{0.060,42919},{0.169,86787},{0.559,78261},{0.856,28161},{0.836,2695},{1.000,33},{999,0},{999,0},{999,0},{999,0}}|248544|.352|201909|NDFD
LIX|144|po|00|{{0.000,1012},{0.035,19896},{0.139,89316},{0.108,87989},{0.352,63179},{0.698,15642},{0.742,13561},{1.000,699},{999,0},{999,0},{999,0},{999,0}}|291294|.228|201909|NDFD
SHV|144|po|00|{{0.000,5793},{0.006,45726},{0.057,50284},{0.284,126303},{0.401,33642},{0.010,1351},{0.209,43},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.200|201909|NDFD
JAN|144|po|00|{{0.000,8235},{0.077,36761},{0.044,116931},{0.177,64645},{0.086,16866},{0.068,15981},{0.078,1329},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.085|201909|NDFD
ABQ|144|po|00|{{999,0},{0.024,65059},{0.094,275126},{0.153,193918},{0.309,57447},{0.393,37001},{0.579,22745},{0.769,5302},{0.935,186},{999,0},{999,0},{999,0}}|656784|.162|201909|NDFD
OUN|144|po|00|{{0.000,20593},{0.060,42740},{0.105,99961},{0.158,160966},{0.591,32600},{0.682,2942},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.166|201909|NDFD
TSA|144|po|00|{{0.000,19},{0.000,13060},{0.050,89686},{0.435,63640},{0.781,28939},{0.000,10},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.280|201909|NDFD
MEG|144|po|00|{{0.000,12019},{0.000,28131},{0.030,96574},{0.448,62253},{0.204,22236},{0.034,5805},{0.000,52},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.156|201909|NDFD
MRX|144|po|00|{{999,0},{0.085,17624},{0.174,67505},{0.184,19221},{0.131,17186},{0.010,1726},{0.000,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.154|201909|NDFD
OHX|144|po|00|{{0.000,176},{0.044,23661},{0.109,57408},{0.472,16763},{0.325,13674},{0.038,13463},{0.000,9},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.161|201909|NDFD
AMA|144|po|00|{{0.339,4886},{0.109,56643},{0.198,83297},{0.264,27083},{0.468,14103},{0.570,5040},{1.000,3968},{1.000,2894},{1.000,140},{999,0},{999,0},{999,0}}|198054|.242|201909|NDFD
EWX|144|po|00|{{0.000,611},{0.014,13105},{0.037,104998},{0.152,87013},{0.398,52178},{0.081,4715},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.146|201909|NDFD
BRO|144|po|00|{{999,0},{0.000,60},{0.147,34269},{0.308,57432},{0.536,23091},{0.349,906},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.306|201909|NDFD
CRP|144|po|00|{{0.000,41},{0.000,2649},{0.052,43709},{0.200,66128},{0.440,47420},{0.636,6746},{0.210,419},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.244|201909|NDFD
EPZ|144|po|00|{{0.000,1},{0.073,38094},{0.133,90099},{0.165,57598},{0.209,26061},{0.441,15701},{0.436,861},{1.000,5},{999,0},{999,0},{999,0},{999,0}}|228420|.162|201909|NDFD
FWD|144|po|00|{{0.000,11},{0.000,18837},{0.060,132255},{0.139,109817},{0.342,19697},{0.234,7771},{0.489,1268},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.112|201909|NDFD
HGX|144|po|00|{{999,0},{999,0},{0.047,25503},{0.271,78933},{0.520,77638},{0.668,30310},{0.658,8152},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.401|201909|NDFD
LUB|144|po|00|{{0.000,220},{0.129,37261},{0.204,59269},{0.201,32774},{0.660,14909},{0.346,9745},{0.428,5500},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.244|201909|NDFD
MAF|144|po|00|{{999,0},{0.106,34590},{0.261,194680},{0.286,79139},{0.368,40625},{0.581,20157},{0.599,8737},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.288|201909|NDFD
SJT|144|po|00|{{0.669,127},{0.003,9825},{0.109,119879},{0.093,50611},{0.099,16245},{0.147,701},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.099|201909|NDFD
FGZ|144|po|00|{{0.000,2209},{0.007,98107},{0.111,158811},{0.145,86489},{0.197,25309},{0.187,5520},{0.364,1283},{0.000,2},{999,0},{999,0},{999,0},{999,0}}|377730|.099|201909|NDFD
PSR|144|po|00|{{0.000,19510},{0.036,148318},{0.289,60820},{0.279,10510},{0.414,1607},{0.600,165},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.110|201909|NDFD
TWC|144|po|00|{{0.000,1277},{0.025,91333},{0.189,50305},{0.258,29815},{0.284,17521},{0.383,4981},{0.240,1142},{0.286,42},{999,0},{999,0},{999,0},{999,0}}|196416|.136|201909|NDFD
EKA|144|po|00|{{0.000,4488},{0.078,119925},{0.428,45590},{0.476,19782},{0.379,14280},{0.325,4612},{0.771,1039},{1.000,117},{1.000,11},{999,0},{999,0},{999,0}}|209844|.220|201909|NDFD
LOX|144|po|00|{{0.003,62060},{0.005,136284},{0.000,24644},{0.037,15486},{0.175,3802},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
STO|144|po|00|{{0.000,7372},{0.026,111639},{0.314,46577},{0.247,19780},{0.419,17077},{0.366,9941},{0.401,6481},{0.946,895},{999,0},{999,0},{999,0},{999,0}}|219762|.167|201909|NDFD
SGX|144|po|00|{{0.000,20380},{0.007,65892},{0.053,19902},{0.200,6216},{0.255,5402},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.035|201909|NDFD
MTR|144|po|00|{{0.006,50723},{0.035,134068},{0.158,36787},{0.006,22033},{0.000,415},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.045|201909|NDFD
HNX|144|po|00|{{0.004,59328},{0.004,84023},{0.031,32218},{0.000,9592},{0.020,8467},{0.080,4154},{0.487,1781},{0.446,1151},{0.000,22},{999,0},{999,0},{999,0}}|200736|.017|201909|NDFD
BOI|144|po|00|{{0.000,3544},{0.000,45514},{0.028,124415},{0.410,74072},{0.644,40027},{0.355,32332},{0.207,45208},{0.409,28397},{0.670,5867},{0.864,44},{999,0},{999,0}}|399420|.240|201909|NDFD
PIH|144|po|00|{{999,0},{0.000,32931},{0.026,52465},{0.282,50603},{0.501,34463},{0.529,34285},{0.368,20313},{0.680,18457},{0.681,8741},{0.605,390},{999,0},{999,0}}|252648|.306|201909|NDFD
BYZ|144|po|00|{{999,0},{0.000,3694},{0.161,89615},{0.379,67476},{0.555,61204},{0.584,44181},{0.757,31486},{0.661,29707},{0.805,12516},{0.885,2505},{0.333,12},{999,0}}|342396|.454|201909|NDFD
GGW|144|po|00|{{999,0},{0.043,13769},{0.266,85763},{0.399,59333},{0.257,61528},{0.307,10691},{0.855,3806},{0.999,14230},{0.595,27673},{0.795,1073},{999,0},{999,0}}|277866|.363|201909|NDFD
TFX|144|po|00|{{999,0},{0.000,11149},{0.124,88508},{0.212,77346},{0.379,84170},{0.438,45367},{0.342,38925},{0.549,46708},{0.788,34191},{0.998,9932},{1.000,1},{999,0}}|436297|.355|201909|NDFD
MSO|144|po|00|{{999,0},{0.000,2242},{0.041,40193},{0.185,72127},{0.318,58510},{0.624,63814},{0.620,58009},{0.679,38212},{0.891,10298},{0.912,1539},{1.000,8},{999,0}}|344952|.423|201909|NDFD
LKN|144|po|00|{{0.000,16996},{0.007,104435},{0.183,143127},{0.363,80854},{0.291,27034},{0.516,27151},{0.484,19847},{0.828,13527},{0.854,3312},{0.998,501},{1.000,4},{999,0}}|436788|.234|201909|NDFD
VEF|144|po|00|{{0.000,108472},{0.022,232173},{0.031,134328},{0.060,36378},{0.150,8674},{0.565,4625},{0.663,590},{999,0},{999,0},{999,0},{999,0},{999,0}}|525240|.030|201909|NDFD
REV|144|po|00|{{0.000,17246},{0.029,93505},{0.187,84575},{0.355,35150},{0.473,25757},{0.561,13176},{0.703,6450},{1.000,153},{999,0},{999,0},{999,0},{999,0}}|276012|.200|201909|NDFD
MFR|144|po|00|{{0.000,38305},{0.017,77835},{0.234,118740},{0.611,51335},{0.680,40044},{0.500,36439},{0.472,21142},{0.771,9261},{0.809,1585},{999,0},{999,0},{999,0}}|394686|.315|201909|NDFD
PDT|144|po|00|{{0.000,100},{0.004,39453},{0.090,130296},{0.374,81293},{0.631,40504},{0.445,28635},{0.518,22260},{0.750,9950},{0.862,1449},{1.000,102},{999,0},{999,0}}|354042|.285|201909|NDFD
PQR|144|po|00|{{999,0},{0.000,28636},{0.149,110243},{0.465,81042},{0.829,35269},{0.777,29348},{0.807,12854},{0.994,4628},{1.000,128},{999,0},{999,0},{999,0}}|302148|.401|201909|NDFD
SLC|144|po|00|{{0.000,29989},{0.002,112339},{0.053,164368},{0.106,111130},{0.198,57333},{0.358,38240},{0.329,17029},{0.787,16194},{0.869,2321},{0.333,3},{999,0},{999,0}}|548946|.120|201909|NDFD
SEW|144|po|00|{{999,0},{0.010,11493},{0.294,75921},{0.392,83809},{0.482,62967},{0.679,19711},{0.911,13671},{0.761,5253},{0.961,775},{999,0},{999,0},{999,0}}|273600|.424|201909|NDFD
OTX|144|po|00|{{999,0},{0.041,36354},{0.198,115183},{0.472,75947},{0.675,55275},{0.721,29664},{0.608,17461},{0.488,7345},{0.840,739},{999,0},{999,0},{999,0}}|337968|.395|201909|NDFD
BOU|156|po|00|{{999,0},{0.065,21514},{0.069,86558},{0.150,73517},{0.229,26094},{0.883,10804},{0.948,8992},{1.000,761},{999,0},{999,0},{999,0},{999,0}}|228240|.189|201909|NDFD
GJT|156|po|00|{{0.000,4500},{0.003,88817},{0.056,135998},{0.061,96275},{0.054,38456},{0.255,20036},{0.441,10379},{0.773,1161},{999,0},{999,0},{999,0},{999,0}}|395622|.067|201909|NDFD
PUB|156|po|00|{{0.000,392},{0.023,58651},{0.050,135887},{0.081,31786},{0.213,9191},{0.292,9969},{0.225,4957},{0.303,33},{999,0},{999,0},{999,0},{999,0}}|250866|.067|201909|NDFD
LOT|156|po|00|{{999,0},{0.000,1538},{0.223,36028},{0.444,49295},{0.489,19874},{0.938,4130},{1.000,3729},{1.000,746},{0.000,2},{1.000,2},{999,0},{999,0}}|115344|.416|201909|NDFD
ILX|156|po|00|{{0.000,245},{0.000,6450},{0.223,66208},{0.319,49731},{0.188,16646},{0.841,10623},{0.999,1531},{999,0},{999,0},{999,0},{999,0},{999,0}}|151434|.292|201909|NDFD
IND|156|po|00|{{0.000,942},{0.000,9644},{0.060,78740},{0.334,25942},{0.846,1383},{1.000,5623},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.165|201909|NDFD
IWX|156|po|00|{{999,0},{0.000,937},{0.142,78683},{0.418,33205},{0.537,11308},{0.971,3432},{1.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.270|201909|NDFD
DVN|156|po|00|{{999,0},{0.000,6188},{0.145,37568},{0.470,56997},{0.287,40071},{0.571,3879},{0.941,10402},{0.980,2573},{1.000,2378},{999,0},{999,0},{999,0}}|160056|.379|201909|NDFD
DMX|156|po|00|{{999,0},{0.000,9126},{0.172,55550},{0.294,79018},{0.377,42959},{0.615,16359},{0.937,6495},{0.990,5920},{1.000,8583},{999,0},{999,0},{999,0}}|224010|.355|201909|NDFD
DDC|156|po|00|{{1.000,31},{0.080,37863},{0.020,66861},{0.090,32462},{0.409,22389},{0.669,3150},{0.742,5354},{0.386,2887},{0.000,21},{999,0},{999,0},{999,0}}|171018|.138|201909|NDFD
GLD|156|po|00|{{999,0},{0.048,31196},{0.028,71186},{0.273,32421},{0.609,8956},{0.780,8632},{0.851,6889},{0.486,2685},{0.197,71},{999,0},{999,0},{999,0}}|162036|.196|201909|NDFD
TOP|156|po|00|{{999,0},{0.207,15415},{0.206,29121},{0.091,35885},{0.072,25997},{0.701,10097},{1.000,1352},{1.000,1559},{1.000,2200},{999,0},{999,0},{999,0}}|121626|.218|201909|NDFD
ICT|156|po|00|{{999,0},{0.186,30199},{0.043,42501},{0.076,48841},{0.180,24654},{0.547,13864},{0.952,1806},{0.940,2259},{999,0},{999,0},{999,0},{999,0}}|164124|.165|201909|NDFD
JKL|156|po|00|{{0.000,1811},{0.018,22098},{0.132,55563},{0.504,9934},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.143|201909|NDFD
LMK|156|po|00|{{0.000,9097},{0.000,33275},{0.145,64837},{0.249,38801},{0.884,3489},{1.000,909},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.153|201909|NDFD
PAH|156|po|00|{{0.000,5923},{0.002,43565},{0.084,79631},{0.360,46826},{0.843,2222},{0.917,7775},{1.000,1402},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.182|201909|NDFD
DTX|156|po|00|{{0.000,557},{0.021,16313},{0.130,98497},{0.430,118097},{0.865,35413},{0.726,12464},{0.792,9434},{0.924,6661},{0.927,41},{0.111,9},{999,0},{999,0}}|297486|.394|201909|NDFD
APX|156|po|00|{{999,0},{0.002,8805},{0.103,42749},{0.524,44461},{0.700,23750},{0.577,17163},{0.506,7598},{0.802,6390},{1.000,3218},{999,0},{999,0},{999,0}}|154134|.431|201909|NDFD
GRR|156|po|00|{{999,0},{0.006,2615},{0.138,39708},{0.368,33755},{0.754,32977},{0.648,6520},{0.837,3776},{0.999,1264},{1.000,723},{999,0},{999,0},{999,0}}|121338|.430|201909|NDFD
MQT|156|po|00|{{999,0},{0.011,3428},{0.249,78706},{0.345,120194},{0.393,52565},{0.469,52069},{0.425,45096},{0.650,24457},{0.855,8127},{999,0},{999,0},{999,0}}|384642|.385|201909|NDFD
DLH|156|po|00|{{999,0},{999,0},{0.239,52517},{0.388,109840},{0.457,50751},{0.321,49380},{0.700,15128},{0.948,19547},{1.000,2573},{999,0},{999,0},{999,0}}|299736|.420|201909|NDFD
MPX|156|po|00|{{999,0},{0.026,10828},{0.138,65698},{0.480,87274},{0.313,56769},{0.331,19994},{0.751,21715},{0.963,12873},{1.000,1185},{999,0},{999,0},{999,0}}|276336|.382|201909|NDFD
EAX|156|po|00|{{999,0},{0.192,13372},{0.241,44385},{0.217,57249},{0.113,50713},{0.616,15407},{0.983,5575},{1.000,877},{1.000,648},{999,0},{999,0},{999,0}}|188226|.255|201909|NDFD
SGF|156|po|00|{{0.000,315},{0.111,32728},{0.028,72207},{0.269,38533},{0.524,31119},{0.545,14004},{0.000,58},{999,0},{999,0},{999,0},{999,0},{999,0}}|188964|.211|201909|NDFD
LSX|156|po|00|{{999,0},{0.198,26387},{0.160,76487},{0.310,58694},{0.310,26390},{0.564,16202},{0.928,626},{999,0},{999,0},{999,0},{999,0},{999,0}}|204786|.262|201909|NDFD
GID|156|po|00|{{999,0},{0.169,12591},{0.043,49508},{0.045,53857},{0.662,13299},{0.878,10026},{0.968,3757},{0.234,1099},{0.275,7315},{999,0},{999,0},{999,0}}|151452|.199|201909|NDFD
LBF|156|po|00|{{999,0},{0.161,3030},{0.091,107287},{0.325,79923},{0.271,28041},{0.648,7427},{0.894,18138},{0.889,15334},{0.758,3344},{0.615,78},{999,0},{999,0}}|262602|.309|201909|NDFD
OAX|156|po|00|{{999,0},{0.099,7904},{0.172,56595},{0.159,49649},{0.359,36968},{0.519,7830},{0.867,3718},{0.916,2218},{0.772,9484},{999,0},{999,0},{999,0}}|174366|.277|201909|NDFD
BIS|156|po|00|{{999,0},{0.361,7414},{0.056,92592},{0.391,146658},{0.237,69119},{0.296,33578},{0.583,52450},{0.651,24907},{0.667,11384},{999,0},{999,0},{999,0}}|438102|.333|201909|NDFD
FGF|156|po|00|{{999,0},{0.000,4776},{0.140,93463},{0.436,140802},{0.314,75112},{0.431,28096},{0.799,17371},{1.000,3390},{1.000,14},{999,0},{999,0},{999,0}}|363024|.351|201909|NDFD
ABR|156|po|00|{{999,0},{0.016,21062},{0.140,67771},{0.382,94955},{0.184,18144},{0.462,21220},{0.699,21192},{0.740,7242},{999,0},{999,0},{999,0},{999,0}}|251586|.316|201909|NDFD
UNR|156|po|00|{{999,0},{0.005,11943},{0.014,86071},{0.401,100368},{0.367,46175},{0.615,22376},{0.729,45192},{0.610,22202},{0.692,4686},{1.000,107},{999,0},{999,0}}|339120|.360|201909|NDFD
FSD|156|po|00|{{999,0},{0.068,21145},{0.224,65693},{0.258,71679},{0.346,29263},{0.513,16598},{0.502,5991},{0.851,18698},{0.979,1945},{999,0},{999,0},{999,0}}|231012|.321|201909|NDFD
GRB|156|po|00|{{999,0},{0.024,1193},{0.078,47093},{0.570,53758},{0.585,7594},{0.661,22396},{0.731,14853},{0.984,5593},{1.000,4130},{1.000,386},{999,0},{999,0}}|156996|.474|201909|NDFD
ARX|156|po|00|{{999,0},{0.000,1570},{0.052,36433},{0.564,60224},{0.366,24380},{0.392,13819},{0.892,12652},{0.990,6286},{1.000,6145},{1.000,131},{999,0},{999,0}}|161640|.458|201909|NDFD
MKX|156|po|00|{{999,0},{0.000,523},{0.086,58662},{0.470,75484},{0.716,49881},{0.664,20263},{0.775,16757},{0.869,4327},{1.000,7233},{1.000,6},{999,0},{999,0}}|233136|.488|201909|NDFD
CYS|156|po|00|{{0.000,5187},{0.000,7537},{0.051,95356},{0.363,64087},{0.256,48159},{0.467,25900},{0.676,27883},{0.377,8850},{0.000,883},{999,0},{999,0},{999,0}}|283842|.263|201909|NDFD
RIW|156|po|00|{{999,0},{0.000,36096},{0.110,105889},{0.255,92947},{0.500,71240},{0.507,57204},{0.608,50532},{0.722,32827},{0.670,13595},{0.240,146},{999,0},{999,0}}|460476|.355|201909|NDFD
CAR|156|po|00|{{999,0},{0.000,5167},{0.120,127873},{0.390,11990},{0.634,24358},{0.952,6727},{0.682,8315},{0.532,5791},{0.668,2873},{0.645,172},{999,0},{999,0}}|193266|.272|201909|NDFD
GYX|156|po|00|{{0.000,23023},{0.028,24167},{0.042,97856},{0.248,21103},{0.725,30607},{0.776,8428},{1.000,4173},{0.960,4789},{999,0},{999,0},{999,0},{999,0}}|214146|.222|201909|NDFD
BOX|156|po|00|{{999,0},{0.014,36081},{0.049,63590},{0.104,22827},{0.573,22433},{0.272,5578},{0.067,2671},{999,0},{999,0},{999,0},{999,0},{999,0}}|153180|.134|201909|NDFD
PHI|156|po|00|{{0.000,503},{0.000,17735},{0.074,110311},{0.291,21103},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.096|201909|NDFD
ALY|156|po|00|{{999,0},{0.001,8673},{0.013,67268},{0.319,18089},{0.688,21682},{0.706,7180},{0.936,1542},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.226|201909|NDFD
BGM|156|po|00|{{999,0},{0.000,9126},{0.068,88042},{0.469,28463},{0.715,14040},{0.546,2097},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.215|201909|NDFD
BUF|156|po|00|{{0.000,99},{0.316,22676},{0.140,90521},{0.528,27057},{0.511,13509},{0.816,10567},{0.923,6679},{999,0},{999,0},{999,0},{999,0},{999,0}}|171108|.326|201909|NDFD
OKX|156|po|00|{{999,0},{0.000,9652},{0.008,41659},{0.230,26489},{0.195,8791},{0.000,277},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.094|201909|NDFD
MHX|156|po|00|{{999,0},{0.008,7402},{0.013,86743},{0.118,17270},{0.313,4032},{0.648,1328},{0.974,351},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.049|201909|NDFD
RAH|156|po|00|{{999,0},{0.000,27862},{0.079,64526},{0.072,22384},{0.000,9698},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.054|201909|NDFD
ILM|156|po|00|{{999,0},{0.019,9190},{0.015,67154},{0.085,22389},{0.135,3260},{0.000,13},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.035|201909|NDFD
CLE|156|po|00|{{999,0},{0.010,9343},{0.126,93310},{0.407,65686},{0.325,11721},{1.000,3783},{1.000,6633},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.277|201909|NDFD
ILN|156|po|00|{{0.000,8736},{0.000,17661},{0.167,83253},{0.307,30313},{0.935,13163},{1.000,4113},{1.000,9},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.252|201909|NDFD
PBZ|156|po|00|{{999,0},{0.114,2308},{0.148,83192},{0.322,48714},{0.136,9899},{0.641,4032},{0.280,211},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.217|201909|NDFD
CTP|156|po|00|{{999,0},{0.000,12751},{0.094,123528},{0.353,39554},{0.249,6666},{0.230,651},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.149|201909|NDFD
CHS|156|po|00|{{999,0},{0.000,1702},{0.029,82600},{0.128,24034},{0.213,12397},{0.321,9415},{0.895,190},{999,0},{999,0},{999,0},{999,0},{999,0}}|130338|.087|201909|NDFD
CAE|156|po|00|{{0.000,1130},{0.025,42010},{0.070,35199},{0.125,22833},{0.000,492},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.063|201909|NDFD
GSP|156|po|00|{{999,0},{0.208,149},{0.064,92479},{0.089,44975},{0.066,18665},{0.043,2258},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.071|201909|NDFD
BTV|156|po|00|{{999,0},{0.000,1925},{0.029,65146},{0.206,18481},{0.513,20375},{0.748,15904},{0.835,4585},{1.000,3796},{999,0},{999,0},{999,0},{999,0}}|130212|.274|201909|NDFD
LWX|156|po|00|{{0.000,1},{0.065,1315},{0.033,115751},{0.149,35535},{0.183,7217},{0.714,2361},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.075|201909|NDFD
RNK|156|po|00|{{0.030,8407},{0.119,18720},{0.088,93296},{0.029,14121},{0.059,15989},{0.383,793},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.082|201909|NDFD
AKQ|156|po|00|{{0.000,9},{0.029,59974},{0.024,92116},{0.075,25525},{0.214,7380},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.040|201909|NDFD
RLX|156|po|00|{{0.000,867},{0.010,27133},{0.121,106826},{0.376,22716},{0.265,11301},{0.112,735},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.146|201909|NDFD
BMX|156|po|00|{{999,0},{0.010,61219},{0.085,113171},{0.046,34878},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.056|201909|NDFD
HUN|156|po|00|{{0.000,10286},{0.063,16546},{0.150,23253},{0.236,15127},{0.000,3836},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.117|201909|NDFD
MOB|156|po|00|{{999,0},{0.010,35838},{0.048,102891},{0.135,37444},{0.369,12676},{0.382,5821},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|194670|.089|201909|NDFD
LZK|156|po|00|{{0.000,5289},{0.000,21774},{0.048,131287},{0.254,71579},{0.792,19407},{0.333,18},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.160|201909|NDFD
JAX|156|po|00|{{0.000,3081},{0.012,48449},{0.052,68297},{0.185,26628},{0.299,13727},{0.373,11888},{0.659,12464},{0.441,1802},{999,0},{999,0},{999,0},{999,0}}|186336|.143|201909|NDFD
EYW|156|po|00|{{999,0},{999,0},{0.000,216},{0.146,20427},{0.442,71048},{0.515,72210},{0.629,4111},{999,0},{999,0},{999,0},{999,0},{999,0}}|168012|.441|201909|NDFD
MLB|156|po|00|{{999,0},{0.000,2432},{0.015,35887},{0.272,41340},{0.345,40725},{0.271,25835},{0.490,4045},{999,0},{999,0},{999,0},{999,0},{999,0}}|150264|.232|201909|NDFD
MFL|156|po|00|{{999,0},{0.000,3563},{0.108,37937},{0.219,54273},{0.352,47088},{0.376,22674},{0.305,7734},{0.560,1133},{999,0},{999,0},{999,0},{999,0}}|174402|.253|201909|NDFD
TAE|156|po|00|{{0.001,8301},{0.007,103692},{0.004,100350},{0.142,45733},{0.216,19716},{0.221,7871},{0.334,3213},{1.000,6},{999,0},{999,0},{999,0},{999,0}}|288882|.051|201909|NDFD
TBW|156|po|00|{{0.000,2775},{0.000,29305},{0.036,76024},{0.055,54912},{0.139,22423},{0.190,8308},{0.175,635},{999,0},{999,0},{999,0},{999,0},{999,0}}|194382|.054|201909|NDFD
FFC|156|po|00|{{0.000,1067},{0.011,41301},{0.059,141854},{0.025,25709},{0.027,28083},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.043|201909|NDFD
LCH|156|po|00|{{0.040,10071},{0.075,47801},{0.142,88659},{0.306,67322},{0.477,30251},{0.742,4270},{1.000,170},{999,0},{999,0},{999,0},{999,0},{999,0}}|248544|.221|201909|NDFD
LIX|156|po|00|{{0.004,21718},{0.078,63206},{0.086,106102},{0.161,60882},{0.363,32918},{0.536,6287},{0.006,181},{999,0},{999,0},{999,0},{999,0},{999,0}}|291294|.135|201909|NDFD
SHV|156|po|00|{{0.001,18133},{0.013,49968},{0.064,118286},{0.316,76371},{0.000,384},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.123|201909|NDFD
JAN|156|po|00|{{0.002,28972},{0.042,37322},{0.047,153945},{0.166,40509},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.060|201909|NDFD
ABQ|156|po|00|{{999,0},{0.101,76355},{0.058,294681},{0.227,149878},{0.461,81248},{0.516,46843},{0.405,7779},{999,0},{999,0},{999,0},{999,0},{999,0}}|656784|.188|201909|NDFD
OUN|156|po|00|{{0.054,79956},{0.000,29013},{0.180,81776},{0.269,146064},{0.401,22659},{0.871,334},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.188|201909|NDFD
TSA|156|po|00|{{999,0},{0.000,25803},{0.030,85834},{0.450,60486},{0.717,21689},{0.986,1542},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.240|201909|NDFD
MEG|156|po|00|{{0.000,19862},{0.000,27946},{0.084,115594},{0.048,47947},{0.877,15629},{0.446,92},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.114|201909|NDFD
MRX|156|po|00|{{0.002,11096},{0.013,10109},{0.126,68898},{0.092,33052},{0.266,109},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.096|201909|NDFD
OHX|156|po|00|{{0.000,655},{0.000,37229},{0.100,44004},{0.104,31186},{0.391,11924},{1.000,156},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.100|201909|NDFD
AMA|156|po|00|{{999,0},{0.144,41642},{0.107,63580},{0.324,65012},{0.471,13785},{0.708,7672},{0.978,6363},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.262|201909|NDFD
EWX|156|po|00|{{0.000,528},{0.026,37726},{0.064,164153},{0.194,58769},{0.012,1444},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.087|201909|NDFD
BRO|156|po|00|{{999,0},{0.010,6948},{0.066,57536},{0.301,43407},{0.323,7646},{0.524,212},{0.000,9},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.169|201909|NDFD
CRP|156|po|00|{{0.001,3285},{0.011,19746},{0.108,71222},{0.198,61084},{0.290,11775},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.140|201909|NDFD
EPZ|156|po|00|{{0.000,418},{0.185,23706},{0.095,89952},{0.178,72696},{0.597,25144},{0.729,15271},{0.674,1230},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|228420|.231|201909|NDFD
FWD|156|po|00|{{0.000,6363},{0.001,89913},{0.032,131461},{0.251,61919},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.069|201909|NDFD
HGX|156|po|00|{{0.000,5},{0.058,39603},{0.234,72321},{0.285,76386},{0.437,27967},{0.779,4254},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.256|201909|NDFD
LUB|156|po|00|{{999,0},{0.327,18797},{0.236,60958},{0.427,50358},{0.134,17437},{0.456,7076},{0.519,5052},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.314|201909|NDFD
MAF|156|po|00|{{999,0},{0.312,17819},{0.225,170372},{0.273,127620},{0.457,32639},{0.292,16825},{0.863,12653},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.289|201909|NDFD
SJT|156|po|00|{{0.331,4266},{0.007,19351},{0.099,120760},{0.230,50748},{0.142,2263},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.129|201909|NDFD
FGZ|156|po|00|{{0.000,2096},{0.008,166187},{0.080,155042},{0.289,49270},{0.195,5135},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|377730|.077|201909|NDFD
PSR|156|po|00|{{0.001,24895},{0.048,155461},{0.383,47669},{0.398,8764},{0.619,4101},{0.000,40},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.132|201909|NDFD
TWC|156|po|00|{{0.000,1992},{0.010,91313},{0.163,66640},{0.454,20910},{0.552,14934},{0.641,627},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|196416|.152|201909|NDFD
EKA|156|po|00|{{0.040,1292},{0.120,117484},{0.185,53496},{0.284,14901},{0.229,17107},{0.293,4397},{0.696,1039},{1.000,117},{1.000,11},{999,0},{999,0},{999,0}}|209844|.164|201909|NDFD
LOX|156|po|00|{{0.000,32535},{0.000,155287},{0.001,30702},{0.056,20819},{0.038,2933},{0.132,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.005|201909|NDFD
STO|156|po|00|{{0.002,9777},{0.048,117494},{0.097,40810},{0.256,18864},{0.458,18652},{0.371,8746},{0.555,5395},{1.000,24},{999,0},{999,0},{999,0},{999,0}}|219762|.133|201909|NDFD
SGX|156|po|00|{{0.000,18873},{0.019,67796},{0.080,24467},{0.080,4351},{0.073,2305},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
MTR|156|po|00|{{0.001,58633},{0.004,133964},{0.041,20179},{0.026,16734},{0.000,14181},{0.000,335},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.007|201909|NDFD
HNX|156|po|00|{{0.000,62753},{0.002,81694},{0.009,32046},{0.000,9949},{0.000,7380},{0.012,3999},{0.269,2662},{0.925,253},{999,0},{999,0},{999,0},{999,0}}|200736|.007|201909|NDFD
BOI|156|po|00|{{999,0},{0.000,33019},{0.132,182665},{0.350,61110},{0.399,41087},{0.175,37851},{0.203,33850},{0.300,9682},{1.000,156},{999,0},{999,0},{999,0}}|399420|.197|201909|NDFD
PIH|156|po|00|{{999,0},{0.000,30834},{0.092,66062},{0.420,60077},{0.359,35854},{0.309,27381},{0.627,20822},{0.909,9817},{1.000,1801},{999,0},{999,0},{999,0}}|252648|.303|201909|NDFD
BYZ|156|po|00|{{999,0},{0.000,6},{0.029,64997},{0.275,63780},{0.736,57110},{0.534,39763},{0.613,48022},{0.736,33787},{0.719,30956},{0.633,3959},{1.000,16},{999,0}}|342396|.472|201909|NDFD
GGW|156|po|00|{{999,0},{0.000,5878},{0.029,67706},{0.498,77022},{0.648,39696},{0.421,13322},{0.521,34067},{0.687,24032},{0.839,15517},{1.000,626},{999,0},{999,0}}|277866|.430|201909|NDFD
TFX|156|po|00|{{999,0},{0.000,5973},{0.067,89149},{0.189,78537},{0.471,74341},{0.528,62341},{0.523,34725},{0.703,54269},{0.892,28801},{1.000,8163},{999,0},{999,0}}|436299|.410|201909|NDFD
MSO|156|po|00|{{999,0},{0.000,1930},{0.011,51873},{0.144,87280},{0.448,69181},{0.574,56775},{0.576,49639},{0.706,23915},{0.926,3961},{0.995,398},{999,0},{999,0}}|344952|.366|201909|NDFD
LKN|156|po|00|{{0.000,8175},{0.049,109047},{0.102,167064},{0.228,76742},{0.226,15598},{0.297,22229},{0.446,19827},{0.888,16768},{0.964,1299},{1.000,39},{999,0},{999,0}}|436788|.172|201909|NDFD
VEF|156|po|00|{{0.000,98617},{0.033,253900},{0.041,131827},{0.020,24571},{0.130,11006},{0.206,4883},{0.030,435},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|525240|.032|201909|NDFD
REV|156|po|00|{{0.000,15335},{0.053,104454},{0.178,82567},{0.153,35068},{0.526,25155},{0.574,12258},{0.773,1175},{999,0},{999,0},{999,0},{999,0},{999,0}}|276012|.170|201909|NDFD
MFR|156|po|00|{{0.000,24113},{0.052,77744},{0.206,149339},{0.557,61765},{0.591,37424},{0.460,27612},{0.638,14173},{0.742,2516},{999,0},{999,0},{999,0},{999,0}}|394686|.291|201909|NDFD
PDT|156|po|00|{{0.000,1},{0.000,37522},{0.073,135108},{0.329,90537},{0.476,46474},{0.549,32900},{0.558,11008},{0.693,492},{999,0},{999,0},{999,0},{999,0}}|354042|.244|201909|NDFD
PQR|156|po|00|{{999,0},{0.004,10945},{0.227,143480},{0.465,83172},{0.650,37113},{0.727,24342},{0.588,3071},{0.000,25},{999,0},{999,0},{999,0},{999,0}}|302148|.380|201909|NDFD
SLC|156|po|00|{{0.000,20929},{0.022,145769},{0.093,187140},{0.037,96686},{0.108,49489},{0.361,30444},{0.601,14090},{0.729,4204},{0.000,195},{999,0},{999,0},{999,0}}|548946|.095|201909|NDFD
SEW|156|po|00|{{999,0},{0.078,5886},{0.157,73030},{0.404,93935},{0.578,84699},{0.550,15437},{0.698,612},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|273600|.394|201909|NDFD
OTX|156|po|00|{{999,0},{0.002,27024},{0.066,126210},{0.308,80901},{0.531,50196},{0.565,36054},{0.474,15439},{0.671,2128},{0.938,16},{999,0},{999,0},{999,0}}|337968|.264|201909|NDFD
BOU|168|po|00|{{999,0},{0.014,45686},{0.041,106356},{0.138,48138},{0.155,18831},{0.190,8518},{0.000,711},{999,0},{999,0},{999,0},{999,0},{999,0}}|228240|.071|201909|NDFD
GJT|168|po|00|{{0.000,1666},{0.007,79862},{0.009,150457},{0.084,89139},{0.131,48702},{0.165,17738},{0.093,7025},{0.040,1033},{999,0},{999,0},{999,0},{999,0}}|395622|.049|201909|NDFD
PUB|168|po|00|{{0.000,494},{0.047,62074},{0.014,109847},{0.046,52634},{0.037,14745},{0.092,4724},{0.000,4622},{0.002,1710},{0.000,16},{999,0},{999,0},{999,0}}|250866|.032|201909|NDFD
LOT|168|po|00|{{999,0},{1.000,1123},{0.313,41429},{0.330,55731},{0.711,13332},{0.996,1865},{0.999,1541},{0.994,321},{1.000,2},{999,0},{999,0},{999,0}}|115344|.396|201909|NDFD
ILX|168|po|00|{{999,0},{0.660,9146},{0.110,58723},{0.238,67459},{0.538,13861},{1.000,2245},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151434|.253|201909|NDFD
IND|168|po|00|{{999,0},{0.104,9363},{0.097,65648},{0.138,41190},{0.165,6041},{0.219,32},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.115|201909|NDFD
IWX|168|po|00|{{999,0},{1.000,505},{0.286,74602},{0.207,43333},{0.622,8928},{1.000,198},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.287|201909|NDFD
DVN|168|po|00|{{999,0},{1.000,133},{0.222,50792},{0.467,63906},{0.576,29657},{0.928,8210},{0.995,3723},{1.000,2719},{1.000,916},{999,0},{999,0},{999,0}}|160056|.458|201909|NDFD
DMX|168|po|00|{{999,0},{999,0},{0.229,78676},{0.483,71929},{0.685,44496},{0.176,5830},{0.855,3803},{1.000,10978},{1.000,8298},{999,0},{999,0},{999,0}}|224010|.477|201909|NDFD
DDC|168|po|00|{{0.162,142},{0.175,44461},{0.075,77901},{0.217,32101},{0.801,5634},{0.885,8778},{0.966,2001},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.204|201909|NDFD
GLD|168|po|00|{{0.000,344},{0.056,50674},{0.074,92166},{0.364,12977},{0.527,4450},{0.251,1371},{0.296,54},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.106|201909|NDFD
TOP|168|po|00|{{999,0},{0.291,3953},{0.183,43696},{0.280,47955},{0.310,12684},{0.566,3525},{0.950,4894},{1.000,3756},{1.000,1163},{999,0},{999,0},{999,0}}|121626|.313|201909|NDFD
ICT|168|po|00|{{999,0},{0.274,9586},{0.123,62820},{0.267,56357},{0.247,19963},{0.806,9530},{0.999,3834},{0.999,2034},{999,0},{999,0},{999,0},{999,0}}|164124|.267|201909|NDFD
JKL|168|po|00|{{0.000,36},{0.172,17907},{0.151,36622},{0.366,34841},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.239|201909|NDFD
LMK|168|po|00|{{0.000,1017},{0.019,37844},{0.044,46025},{0.356,48746},{0.275,16776},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.165|201909|NDFD
PAH|168|po|00|{{0.000,25},{0.005,43888},{0.158,59468},{0.230,71038},{0.066,12714},{0.000,211},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.143|201909|NDFD
DTX|168|po|00|{{999,0},{0.000,512},{0.314,89626},{0.358,142004},{0.557,36053},{0.735,20652},{0.572,8555},{0.208,53},{0.968,31},{999,0},{999,0},{999,0}}|297486|.400|201909|NDFD
APX|168|po|00|{{999,0},{999,0},{0.381,32260},{0.354,77211},{0.509,22972},{0.767,11533},{0.454,10146},{1.000,12},{999,0},{999,0},{999,0},{999,0}}|154134|.420|201909|NDFD
GRR|168|po|00|{{999,0},{0.931,218},{0.236,32089},{0.311,60200},{0.377,18476},{1.000,6546},{1.000,3809},{999,0},{999,0},{999,0},{999,0},{999,0}}|121338|.361|201909|NDFD
MQT|168|po|00|{{999,0},{999,0},{0.174,41373},{0.306,172680},{0.316,95655},{0.413,38601},{0.655,28266},{0.689,8067},{999,0},{999,0},{999,0},{999,0}}|384642|.339|201909|NDFD
DLH|168|po|00|{{999,0},{999,0},{0.075,30846},{0.418,121534},{0.529,72343},{0.687,44678},{0.608,18079},{0.963,12256},{999,0},{999,0},{999,0},{999,0}}|299736|.483|201909|NDFD
MPX|168|po|00|{{999,0},{999,0},{0.031,70408},{0.472,98059},{0.465,50575},{0.681,30241},{0.911,13503},{1.000,13508},{1.000,42},{999,0},{999,0},{999,0}}|276336|.429|201909|NDFD
EAX|168|po|00|{{999,0},{0.406,8613},{0.232,53859},{0.275,83609},{0.346,26215},{0.713,11192},{0.884,2414},{1.000,1343},{1.000,981},{999,0},{999,0},{999,0}}|188226|.321|201909|NDFD
SGF|168|po|00|{{999,0},{0.097,15449},{0.169,79771},{0.290,61386},{0.462,20645},{0.976,11713},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|188964|.285|201909|NDFD
LSX|168|po|00|{{999,0},{0.224,15530},{0.132,73638},{0.294,92526},{0.479,17311},{1.000,5781},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|204786|.266|201909|NDFD
GID|168|po|00|{{999,0},{0.104,7878},{0.149,74558},{0.161,42426},{0.698,8792},{0.856,5660},{0.771,7074},{0.713,5064},{999,0},{999,0},{999,0},{999,0}}|151452|.257|201909|NDFD
LBF|168|po|00|{{999,0},{0.086,31783},{0.093,150314},{0.155,51356},{0.297,17327},{0.640,8947},{0.704,2452},{0.766,423},{999,0},{999,0},{999,0},{999,0}}|262602|.143|201909|NDFD
OAX|168|po|00|{{999,0},{1.000,1},{0.278,73151},{0.316,58905},{0.472,19323},{1.000,3215},{1.000,6107},{0.982,11252},{1.000,2412},{999,0},{999,0},{999,0}}|174366|.406|201909|NDFD
BIS|168|po|00|{{999,0},{0.000,9655},{0.168,148449},{0.572,117043},{0.470,73504},{0.878,65645},{0.887,18736},{0.981,5070},{999,0},{999,0},{999,0},{999,0}}|438102|.469|201909|NDFD
FGF|168|po|00|{{999,0},{0.000,1589},{0.213,74437},{0.513,132645},{0.385,79478},{0.689,48484},{0.561,25480},{0.138,911},{999,0},{999,0},{999,0},{999,0}}|363024|.447|201909|NDFD
ABR|168|po|00|{{999,0},{0.000,11585},{0.095,94367},{0.156,87652},{0.521,29774},{0.756,27718},{0.978,490},{999,0},{999,0},{999,0},{999,0},{999,0}}|251586|.237|201909|NDFD
UNR|168|po|00|{{999,0},{0.000,22939},{0.279,162679},{0.337,73777},{0.513,52345},{0.800,26516},{1.000,864},{999,0},{999,0},{999,0},{999,0},{999,0}}|339120|.352|201909|NDFD
FSD|168|po|00|{{999,0},{0.000,3670},{0.075,78685},{0.251,94144},{0.079,14800},{0.799,21311},{1.000,11129},{1.000,7239},{1.000,34},{999,0},{999,0},{999,0}}|231012|.286|201909|NDFD
GRB|168|po|00|{{999,0},{999,0},{0.190,34587},{0.353,61616},{0.486,34368},{0.662,9368},{0.976,11039},{0.994,6018},{999,0},{999,0},{999,0},{999,0}}|156996|.433|201909|NDFD
ARX|168|po|00|{{999,0},{999,0},{0.090,41209},{0.399,51968},{0.612,42961},{0.414,7556},{1.000,4869},{1.000,9603},{1.000,3474},{999,0},{999,0},{999,0}}|161640|.444|201909|NDFD
MKX|168|po|00|{{999,0},{999,0},{0.237,56683},{0.347,106987},{0.433,41851},{0.899,10794},{0.881,9448},{1.000,5429},{1.000,1944},{999,0},{999,0},{999,0}}|233136|.403|201909|NDFD
CYS|168|po|00|{{999,0},{0.004,38167},{0.247,130252},{0.337,60711},{0.265,43158},{0.249,11041},{0.000,513},{999,0},{999,0},{999,0},{999,0},{999,0}}|283842|.236|201909|NDFD
RIW|168|po|00|{{999,0},{0.003,31606},{0.105,112382},{0.437,123114},{0.524,89482},{0.451,52809},{0.461,35557},{0.527,14371},{0.941,1155},{999,0},{999,0},{999,0}}|460476|.351|201909|NDFD
CAR|168|po|00|{{999,0},{0.064,9805},{0.141,100625},{0.470,39505},{0.469,23401},{0.667,13121},{0.817,5221},{0.975,1397},{1.000,191},{999,0},{999,0},{999,0}}|193266|.305|201909|NDFD
GYX|168|po|00|{{999,0},{0.021,27164},{0.112,101187},{0.539,46451},{0.652,26759},{0.718,8973},{0.239,3612},{999,0},{999,0},{999,0},{999,0},{999,0}}|214146|.288|201909|NDFD
BOX|168|po|00|{{999,0},{0.051,22207},{0.012,68292},{0.160,31096},{0.656,19821},{0.626,9819},{0.231,1944},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|153180|.173|201909|NDFD
PHI|168|po|00|{{999,0},{0.000,11797},{0.074,114601},{0.248,23251},{1.000,2},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.095|201909|NDFD
ALY|168|po|00|{{999,0},{0.000,649},{0.085,67891},{0.420,28697},{0.990,15681},{0.999,9995},{1.000,1521},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.360|201909|NDFD
BGM|168|po|00|{{999,0},{0.019,1555},{0.169,83945},{0.432,36153},{0.919,17634},{0.968,2481},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.342|201909|NDFD
BUF|168|po|00|{{0.000,9506},{0.000,3},{0.208,75871},{0.335,34412},{0.497,26816},{0.763,16847},{0.917,7653},{999,0},{999,0},{999,0},{999,0},{999,0}}|171108|.354|201909|NDFD
OKX|168|po|00|{{999,0},{0.000,7672},{0.036,47364},{0.374,26857},{0.350,4975},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.155|201909|NDFD
MHX|168|po|00|{{0.005,653},{0.000,11802},{0.048,71020},{0.022,16405},{0.311,8462},{0.919,2859},{0.967,3816},{0.942,1147},{1.000,962},{999,0},{999,0},{999,0}}|117126|.126|201909|NDFD
RAH|168|po|00|{{999,0},{0.000,7733},{0.036,80716},{0.073,16243},{0.148,19778},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.056|201909|NDFD
ILM|168|po|00|{{999,0},{0.006,7069},{0.066,53709},{0.016,24016},{0.377,11708},{0.365,3533},{0.000,1971},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.095|201909|NDFD
CLE|168|po|00|{{999,0},{0.096,6195},{0.240,91937},{0.297,70911},{0.503,10851},{0.704,7485},{0.773,3097},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.298|201909|NDFD
ILN|168|po|00|{{999,0},{0.179,19191},{0.100,65749},{0.173,43435},{0.410,25045},{0.623,3828},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.192|201909|NDFD
PBZ|168|po|00|{{999,0},{0.000,7215},{0.156,60438},{0.513,50660},{0.643,11239},{0.402,14586},{0.000,4218},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.327|201909|NDFD
CTP|168|po|00|{{999,0},{0.054,2973},{0.099,90688},{0.409,65376},{0.539,15798},{0.997,8302},{1.000,13},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.288|201909|NDFD
CHS|168|po|00|{{999,0},{999,0},{0.071,63633},{0.233,34320},{0.321,28203},{0.385,4181},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|130338|.178|201909|NDFD
CAE|168|po|00|{{999,0},{0.111,20804},{0.140,49703},{0.202,13354},{0.099,16066},{0.000,1737},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.133|201909|NDFD
GSP|168|po|00|{{999,0},{999,0},{0.081,83102},{0.225,37806},{0.143,26415},{0.119,10552},{0.267,651},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.129|201909|NDFD
BTV|168|po|00|{{999,0},{0.000,1142},{0.020,47593},{0.277,43065},{0.920,18215},{0.935,7766},{0.990,10560},{0.350,1871},{999,0},{999,0},{999,0},{999,0}}|130212|.369|201909|NDFD
LWX|168|po|00|{{0.000,12},{0.001,2131},{0.157,99151},{0.405,33467},{0.160,20409},{0.365,4879},{0.980,1987},{1.000,144},{999,0},{999,0},{999,0},{999,0}}|162180|.223|201909|NDFD
RNK|168|po|00|{{0.000,8407},{0.322,11010},{0.254,67565},{0.156,35068},{0.054,24436},{0.488,4257},{1.000,583},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.199|201909|NDFD
AKQ|168|po|00|{{0.000,10724},{0.003,34872},{0.110,90380},{0.050,28318},{0.369,20710},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.103|201909|NDFD
RLX|168|po|00|{{999,0},{0.010,19784},{0.148,90863},{0.498,47766},{0.774,10882},{0.223,283},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.271|201909|NDFD
BMX|168|po|00|{{999,0},{0.021,45043},{0.055,93431},{0.277,47542},{0.056,11626},{0.019,11626},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.096|201909|NDFD
HUN|168|po|00|{{0.000,5328},{0.004,13827},{0.022,20679},{0.273,17413},{0.022,11801},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.080|201909|NDFD
MOB|168|po|00|{{999,0},{0.000,4789},{0.045,78496},{0.145,62587},{0.314,22056},{0.181,22676},{0.235,4066},{999,0},{999,0},{999,0},{999,0},{999,0}}|194670|.126|201909|NDFD
LZK|168|po|00|{{999,0},{0.000,16467},{0.096,96142},{0.422,115564},{0.436,19867},{0.000,1314},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.267|201909|NDFD
JAX|168|po|00|{{999,0},{0.109,5761},{0.105,39868},{0.113,40075},{0.198,39281},{0.419,28202},{0.590,23237},{0.701,9783},{0.202,129},{999,0},{999,0},{999,0}}|186336|.266|201909|NDFD
EYW|168|po|00|{{999,0},{999,0},{999,0},{0.008,1272},{0.384,64095},{0.498,85585},{0.830,7757},{0.786,1221},{0.418,5708},{0.465,2374},{999,0},{999,0}}|168012|.465|201909|NDFD
MLB|168|po|00|{{999,0},{999,0},{0.086,6608},{0.130,24899},{0.378,44507},{0.331,44956},{0.304,21169},{0.953,3049},{0.904,5076},{999,0},{999,0},{999,0}}|150264|.329|201909|NDFD
MFL|168|po|00|{{999,0},{999,0},{0.131,7969},{0.191,44576},{0.349,40821},{0.424,49098},{0.522,21645},{0.107,7277},{0.842,3016},{999,0},{999,0},{999,0}}|174402|.340|201909|NDFD
TAE|168|po|00|{{999,0},{0.092,20964},{0.049,151351},{0.129,38923},{0.207,40691},{0.241,29365},{0.410,7536},{0.000,52},{999,0},{999,0},{999,0},{999,0}}|288882|.114|201909|NDFD
TBW|168|po|00|{{999,0},{0.000,1085},{0.018,34987},{0.103,49557},{0.201,42485},{0.350,38691},{0.375,19769},{0.640,7808},{999,0},{999,0},{999,0},{999,0}}|194382|.207|201909|NDFD
FFC|168|po|00|{{999,0},{0.078,26678},{0.114,121180},{0.137,37264},{0.040,34872},{0.168,18020},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.107|201909|NDFD
LCH|168|po|00|{{0.000,612},{0.010,5680},{0.126,62610},{0.355,95497},{0.535,68062},{0.893,16042},{1.000,41},{999,0},{999,0},{999,0},{999,0},{999,0}}|248544|.373|201909|NDFD
LIX|168|po|00|{{0.000,77},{0.068,9377},{0.151,77855},{0.138,97624},{0.389,62674},{0.441,31901},{0.526,11029},{0.794,757},{999,0},{999,0},{999,0},{999,0}}|291294|.243|201909|NDFD
SHV|168|po|00|{{0.000,720},{0.092,32286},{0.130,87076},{0.256,98875},{0.714,41791},{0.290,2394},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.267|201909|NDFD
JAN|168|po|00|{{0.000,10540},{0.001,25481},{0.118,98748},{0.208,72748},{0.358,32495},{0.178,11000},{0.024,9736},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.156|201909|NDFD
ABQ|168|po|00|{{0.000,9},{0.081,65105},{0.120,280408},{0.107,156903},{0.139,107993},{0.256,38027},{0.206,8253},{0.198,86},{999,0},{999,0},{999,0},{999,0}}|656784|.125|201909|NDFD
OUN|168|po|00|{{0.186,59967},{0.000,8810},{0.117,142190},{0.237,128822},{0.541,19995},{1.000,18},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.192|201909|NDFD
TSA|168|po|00|{{999,0},{0.000,5278},{0.053,78623},{0.345,71957},{0.671,31956},{0.943,7540},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.294|201909|NDFD
MEG|168|po|00|{{0.000,5043},{0.000,33077},{0.034,78850},{0.325,82957},{0.496,20086},{0.018,7057},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.175|201909|NDFD
MRX|168|po|00|{{0.141,5632},{0.191,6624},{0.186,61563},{0.262,38100},{0.140,10025},{0.013,1219},{0.600,95},{1.000,6},{999,0},{999,0},{999,0},{999,0}}|123264|.203|201909|NDFD
OHX|168|po|00|{{0.000,2318},{0.002,13426},{0.040,46833},{0.305,31108},{0.429,27604},{0.028,3865},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.187|201909|NDFD
AMA|168|po|00|{{0.157,1811},{0.209,34227},{0.187,109568},{0.247,30188},{0.727,15154},{0.973,7106},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.269|201909|NDFD
EWX|168|po|00|{{999,0},{0.005,7069},{0.132,127996},{0.178,118446},{0.689,9109},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.168|201909|NDFD
BRO|168|po|00|{{999,0},{0.291,509},{0.238,29743},{0.345,65518},{0.520,19988},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.347|201909|NDFD
CRP|168|po|00|{{0.000,50},{0.004,3161},{0.117,38637},{0.350,92313},{0.358,32862},{0.258,89},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.291|201909|NDFD
EPZ|168|po|00|{{0.000,20},{0.032,15519},{0.168,88587},{0.182,78112},{0.319,29760},{0.647,14701},{0.681,1710},{0.636,11},{999,0},{999,0},{999,0},{999,0}}|228420|.218|201909|NDFD
FWD|168|po|00|{{999,0},{0.190,14723},{0.064,143860},{0.186,126698},{0.371,4375},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.129|201909|NDFD
HGX|168|po|00|{{999,0},{0.678,1037},{0.256,43463},{0.405,98991},{0.574,63924},{0.354,13121},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.423|201909|NDFD
LUB|168|po|00|{{999,0},{0.107,2026},{0.223,96227},{0.378,40410},{0.281,8333},{0.592,7571},{0.542,5111},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.292|201909|NDFD
MAF|168|po|00|{{999,0},{0.447,23736},{0.201,142469},{0.343,151765},{0.486,36595},{0.649,16915},{0.666,6448},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.329|201909|NDFD
SJT|168|po|00|{{999,0},{0.334,3219},{0.085,122399},{0.125,71513},{0.000,257},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.103|201909|NDFD
FGZ|168|po|00|{{0.000,3613},{0.000,137965},{0.139,160986},{0.150,63068},{0.043,10286},{0.000,1266},{0.000,546},{999,0},{999,0},{999,0},{999,0},{999,0}}|377730|.086|201909|NDFD
PSR|168|po|00|{{0.000,39659},{0.047,145399},{0.253,45938},{0.101,5831},{0.486,4070},{0.000,33},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.087|201909|NDFD
TWC|168|po|00|{{0.000,1919},{0.046,81120},{0.093,77867},{0.098,16311},{0.627,13999},{0.590,4366},{0.105,716},{0.000,118},{999,0},{999,0},{999,0},{999,0}}|196416|.122|201909|NDFD
EKA|168|po|00|{{0.009,2951},{0.127,114984},{0.164,61604},{0.628,18034},{0.416,8918},{0.419,3114},{0.879,239},{999,0},{999,0},{999,0},{999,0},{999,0}}|209844|.197|201909|NDFD
LOX|168|po|00|{{0.000,40971},{0.001,156879},{0.000,20976},{0.052,21404},{0.058,2122},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.006|201909|NDFD
STO|168|po|00|{{0.034,24850},{0.034,113096},{0.190,46279},{0.462,8155},{0.051,10546},{0.327,10953},{0.712,5546},{0.941,337},{999,0},{999,0},{999,0},{999,0}}|219762|.117|201909|NDFD
SGX|168|po|00|{{0.000,23360},{0.013,69191},{0.055,19175},{0.334,5936},{0.885,130},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.034|201909|NDFD
MTR|168|po|00|{{0.024,55777},{0.008,135416},{0.091,24795},{0.015,5105},{0.006,21228},{0.016,1705},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
HNX|168|po|00|{{0.000,54140},{0.004,96065},{0.000,28843},{0.019,10669},{0.070,5872},{0.241,3838},{0.245,1301},{1.000,8},{999,0},{999,0},{999,0},{999,0}}|200736|.011|201909|NDFD
BOI|168|po|00|{{0.000,31},{0.000,55862},{0.120,160365},{0.183,67319},{0.391,53264},{0.379,21772},{0.302,20037},{0.669,17097},{0.696,3492},{1.000,181},{999,0},{999,0}}|399420|.202|201909|NDFD
PIH|168|po|00|{{999,0},{0.014,22541},{0.142,79490},{0.201,51570},{0.200,37481},{0.438,34738},{0.710,18350},{0.915,5846},{0.892,2359},{0.989,273},{999,0},{999,0}}|252648|.259|201909|NDFD
BYZ|168|po|00|{{999,0},{0.000,3158},{0.224,84889},{0.552,94777},{0.530,67139},{0.670,55682},{0.650,27165},{0.731,7206},{0.987,2374},{1.000,6},{999,0},{999,0}}|342396|.495|201909|NDFD
GGW|168|po|00|{{999,0},{0.008,11119},{0.328,91596},{0.511,76599},{0.423,52560},{0.656,24753},{1.000,19586},{1.000,1653},{999,0},{999,0},{999,0},{999,0}}|277866|.464|201909|NDFD
TFX|168|po|00|{{999,0},{0.026,10815},{0.078,88025},{0.327,135598},{0.376,72241},{0.390,49838},{0.819,47843},{0.910,25153},{0.997,6700},{1.000,82},{999,0},{999,0}}|436295|.383|201909|NDFD
MSO|168|po|00|{{999,0},{0.000,3060},{0.030,60596},{0.216,91265},{0.405,66790},{0.648,58228},{0.775,38997},{0.716,19291},{0.969,6379},{1.000,346},{999,0},{999,0}}|344952|.397|201909|NDFD
LKN|168|po|00|{{0.000,11657},{0.039,132008},{0.160,156283},{0.192,54430},{0.342,38620},{0.788,26227},{0.924,14935},{0.772,2374},{1.000,254},{999,0},{999,0},{999,0}}|436788|.207|201909|NDFD
VEF|168|po|00|{{0.000,104950},{0.023,267167},{0.030,121543},{0.051,20258},{0.348,9696},{0.331,1605},{0.810,21},{999,0},{999,0},{999,0},{999,0},{999,0}}|525240|.028|201909|NDFD
REV|168|po|00|{{0.000,27385},{0.053,112441},{0.102,77753},{0.494,35459},{0.552,16658},{0.849,5806},{0.990,510},{999,0},{999,0},{999,0},{999,0},{999,0}}|276012|.167|201909|NDFD
MFR|168|po|00|{{0.017,33321},{0.171,64292},{0.179,174307},{0.604,59504},{0.433,23728},{0.445,22354},{0.807,9592},{0.579,7535},{0.868,53},{999,0},{999,0},{999,0}}|394686|.281|201909|NDFD
PDT|168|po|00|{{999,0},{0.014,40477},{0.107,170632},{0.334,71475},{0.602,32655},{0.445,26555},{0.596,9629},{0.665,2212},{0.806,407},{999,0},{999,0},{999,0}}|354042|.231|201909|NDFD
PQR|168|po|00|{{999,0},{0.005,7150},{0.160,142322},{0.568,97869},{0.682,40203},{0.686,7197},{0.360,4965},{0.500,2358},{0.000,84},{999,0},{999,0},{999,0}}|302148|.376|201909|NDFD
SLC|168|po|00|{{0.000,6248},{0.017,158426},{0.060,199681},{0.056,92344},{0.151,50244},{0.517,28417},{0.643,9892},{0.405,3686},{1.000,8},{999,0},{999,0},{999,0}}|548946|.091|201909|NDFD
SEW|168|po|00|{{999,0},{0.000,672},{0.148,84673},{0.500,120223},{0.631,43586},{0.665,22981},{0.997,1464},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|273600|.427|201909|NDFD
OTX|168|po|00|{{999,0},{0.038,32939},{0.134,136805},{0.503,75584},{0.691,48100},{0.753,30174},{0.660,12124},{0.775,2242},{999,0},{999,0},{999,0},{999,0}}|337968|.365|201909|NDFD
AER|12|po|12|{{0.000,17648},{0.083,44735},{0.138,83565},{0.227,66133},{0.414,56576},{0.544,47154},{0.688,45792},{0.816,45312},{0.903,36188},{0.961,32259},{0.994,29585},{1.000,61261}}|566208|.534|201909|NDFD
AFG|12|po|12|{{0.019,333954},{0.018,190050},{0.074,355157},{0.188,326510},{0.362,234723},{0.546,205247},{0.678,170412},{0.768,173927},{0.860,137388},{0.944,122312},{0.964,119273},{0.974,9543}}|2378496|.379|201909|NDFD
AJK|12|po|12|{{0.041,36594},{0.036,33111},{0.200,25274},{0.413,12906},{0.422,11991},{0.666,9868},{0.866,11587},{0.906,15831},{0.922,17548},{0.956,14244},{0.972,8266},{0.996,81348}}|278568|.603|201909|NDFD
ALU|12|po|12|{{0.000,554},{0.013,26613},{0.110,92534},{0.323,83857},{0.518,71033},{0.617,57178},{0.785,52051},{0.900,63980},{0.951,69361},{0.986,65563},{0.998,52904},{1.000,50508}}|686136|.644|201909|NDFD
AER|24|po|12|{{0.034,19215},{0.061,61566},{0.241,63034},{0.421,46636},{0.513,44643},{0.641,45691},{0.710,42622},{0.849,50848},{0.874,46504},{0.943,49408},{0.983,42789},{0.998,53252}}|566208|.613|201909|NDFD
AFG|24|po|12|{{0.051,317368},{0.023,129070},{0.085,415157},{0.187,326966},{0.306,278776},{0.485,219634},{0.633,193648},{0.736,174004},{0.863,136990},{0.928,110526},{0.934,62759},{1.000,13598}}|2378496|.358|201909|NDFD
AJK|24|po|12|{{0.079,27537},{0.063,33259},{0.167,22319},{0.227,16031},{0.284,11699},{0.488,11840},{0.725,14882},{0.945,19687},{0.978,19695},{0.976,21735},{0.993,16347},{0.996,63537}}|278568|.611|201909|NDFD
ALU|24|po|12|{{0.000,3535},{0.031,20192},{0.166,80404},{0.340,87461},{0.450,76651},{0.662,60888},{0.849,64841},{0.932,76690},{0.947,62070},{0.994,49033},{0.997,50755},{1.000,53616}}|686136|.666|201909|NDFD
AER|36|po|12|{{0.013,11119},{0.091,46697},{0.191,79540},{0.284,62934},{0.453,59980},{0.624,54730},{0.702,45575},{0.815,47196},{0.906,38842},{0.964,37027},{0.988,38761},{1.000,43807}}|566208|.569|201909|NDFD
AFG|36|po|12|{{0.025,272768},{0.024,126402},{0.077,457520},{0.185,383109},{0.384,284208},{0.587,231933},{0.702,177383},{0.807,188185},{0.887,140383},{0.945,72390},{0.994,41100},{1.000,3115}}|2378496|.368|201909|NDFD
AJK|36|po|12|{{0.005,21413},{0.024,25066},{0.103,23652},{0.380,12778},{0.475,12643},{0.560,15622},{0.804,21011},{0.905,25240},{0.970,23478},{0.983,17201},{0.996,14788},{0.997,65676}}|278568|.655|201909|NDFD
ALU|36|po|12|{{0.000,20},{0.010,22325},{0.088,105620},{0.276,106325},{0.546,86045},{0.699,64342},{0.782,56546},{0.891,67007},{0.949,57606},{0.994,41939},{0.999,36006},{1.000,42355}}|686136|.597|201909|NDFD
AER|48|po|12|{{0.004,2004},{0.037,59832},{0.208,69606},{0.396,55486},{0.527,57171},{0.650,54965},{0.755,51558},{0.846,48986},{0.897,40609},{0.958,45399},{0.991,53763},{0.994,26829}}|566208|.609|201909|NDFD
AFG|48|po|12|{{0.007,121643},{0.026,133861},{0.086,522922},{0.222,423814},{0.342,357607},{0.522,263197},{0.697,214401},{0.779,164736},{0.867,105629},{0.955,47627},{0.981,19944},{1.000,3115}}|2378496|.354|201909|NDFD
AJK|48|po|12|{{0.116,21570},{0.092,18112},{0.133,32722},{0.309,19157},{0.198,16212},{0.576,11242},{0.766,14405},{0.940,23846},{0.975,28339},{0.989,24958},{0.994,19018},{0.996,48987}}|278568|.638|201909|NDFD
ALU|48|po|12|{{0.000,14},{0.101,13925},{0.184,80077},{0.389,98014},{0.494,90870},{0.620,81079},{0.741,90176},{0.813,82984},{0.888,60492},{0.946,42661},{0.973,23422},{1.000,22422}}|686136|.616|201909|NDFD
AER|60|po|12|{{0.000,275},{0.090,37040},{0.172,62679},{0.244,82978},{0.328,86778},{0.554,71509},{0.652,50040},{0.797,49134},{0.898,39698},{0.931,31844},{0.971,38453},{0.995,15780}}|566208|.517|201909|NDFD
AFG|60|po|12|{{0.049,88826},{0.031,136764},{0.092,488543},{0.201,500791},{0.380,375322},{0.560,282543},{0.668,200645},{0.831,141066},{0.903,93250},{0.963,55689},{0.960,14286},{1.000,771}}|2378496|.361|201909|NDFD
AJK|60|po|12|{{0.002,24346},{0.084,13383},{0.242,25144},{0.551,23555},{0.735,12330},{0.725,15096},{0.545,25777},{0.804,28235},{0.931,21046},{0.991,14466},{0.980,18107},{0.971,57083}}|278568|.661|201909|NDFD
ALU|60|po|12|{{999,0},{0.042,2544},{0.056,69589},{0.256,109735},{0.467,116605},{0.593,109637},{0.738,74345},{0.798,65170},{0.920,42628},{0.946,45564},{1.000,34287},{1.000,16032}}|686136|.570|201909|NDFD
AER|72|po|12|{{0.000,6},{0.074,33394},{0.269,48978},{0.263,64770},{0.368,71395},{0.538,69510},{0.687,76655},{0.837,74049},{0.871,56721},{0.903,38060},{0.973,26038},{0.952,6632}}|566208|.576|201909|NDFD
AFG|72|po|12|{{0.000,8883},{0.045,140869},{0.092,516681},{0.237,549352},{0.374,378613},{0.459,259177},{0.648,223268},{0.695,157678},{0.770,92788},{0.949,43062},{0.996,8125},{999,0}}|2378496|.345|201909|NDFD
AJK|72|po|12|{{0.124,16916},{0.130,26520},{0.278,14473},{0.154,20487},{0.339,15681},{0.528,17053},{0.687,18136},{0.646,32312},{0.967,27346},{0.985,20001},{0.985,14006},{0.962,55637}}|278568|.624|201909|NDFD
ALU|72|po|12|{{999,0},{0.000,917},{0.287,30535},{0.335,95806},{0.515,123912},{0.624,119673},{0.609,91071},{0.728,73001},{0.827,66958},{0.936,41302},{0.992,30469},{1.000,12492}}|686136|.619|201909|NDFD
AER|84|po|12|{{0.000,275},{0.081,36832},{0.186,63449},{0.362,84047},{0.414,71776},{0.531,66351},{0.638,62927},{0.700,72630},{0.762,56648},{0.867,31717},{0.976,18165},{1.000,1391}}|566208|.514|201909|NDFD
AFG|84|po|12|{{0.000,1552},{0.035,164855},{0.138,513419},{0.225,521590},{0.392,412346},{0.522,300431},{0.637,209453},{0.785,152515},{0.905,86547},{0.982,15788},{999,0},{999,0}}|2378496|.361|201909|NDFD
AJK|84|po|12|{{0.010,11941},{0.076,20609},{0.387,16920},{0.471,12546},{0.473,19062},{0.329,30554},{0.707,33042},{0.803,37426},{0.843,38852},{0.990,21286},{0.999,20646},{0.905,15684}}|278568|.629|201909|NDFD
ALU|84|po|12|{{999,0},{0.000,2165},{0.159,30061},{0.432,102672},{0.445,124041},{0.514,123812},{0.653,111136},{0.813,103077},{0.888,49149},{0.970,19505},{0.993,20450},{1.000,68}}|686136|.594|201909|NDFD
AER|96|po|12|{{999,0},{0.036,33783},{0.196,43771},{0.334,84592},{0.475,84110},{0.574,80422},{0.671,56252},{0.766,64708},{0.843,64672},{0.881,34889},{0.983,16346},{0.884,2663}}|566208|.557|201909|NDFD
AFG|96|po|12|{{0.000,411},{0.044,126463},{0.115,474220},{0.238,551165},{0.366,391258},{0.572,323475},{0.598,233242},{0.752,179689},{0.837,74936},{0.990,17033},{1.000,6462},{1.000,142}}|2378496|.370|201909|NDFD
AJK|96|po|12|{{0.244,8628},{0.144,29301},{0.062,9268},{0.166,5616},{0.514,8931},{0.414,31876},{0.441,38493},{0.683,43807},{0.973,39967},{0.897,29993},{0.993,8895},{0.915,23793}}|278568|.606|201909|NDFD
ALU|96|po|12|{{999,0},{0.869,1096},{0.226,24301},{0.426,83336},{0.635,126205},{0.665,131954},{0.640,126643},{0.772,83076},{0.867,69082},{0.960,37514},{1.000,2929},{999,0}}|686136|.661|201909|NDFD
AER|108|po|12|{{0.000,247},{0.084,34495},{0.102,44422},{0.385,70309},{0.441,77445},{0.595,75212},{0.577,73214},{0.649,102338},{0.722,58126},{0.810,18972},{0.867,10314},{0.961,1114}}|566208|.511|201909|NDFD
AFG|108|po|12|{{999,0},{0.040,111552},{0.184,474586},{0.323,470037},{0.469,483478},{0.503,337908},{0.642,208664},{0.641,188994},{0.676,96279},{0.638,6718},{0.796,280},{999,0}}|2378496|.406|201909|NDFD
AJK|108|po|12|{{0.009,10655},{0.006,13266},{0.381,21032},{0.478,10398},{0.518,20861},{0.422,29993},{0.458,30020},{0.752,35047},{0.816,67957},{0.942,13422},{0.862,8482},{0.914,17435}}|278568|.603|201909|NDFD
ALU|108|po|12|{{999,0},{0.167,6},{0.057,19638},{0.357,78440},{0.531,122750},{0.629,143628},{0.715,134425},{0.711,114316},{0.690,58202},{0.984,14458},{1.000,273},{999,0}}|686136|.607|201909|NDFD
AER|120|po|12|{{999,0},{0.017,26617},{0.088,24530},{0.236,49148},{0.480,88063},{0.509,102113},{0.724,86326},{0.793,97797},{0.829,64649},{0.876,25086},{0.952,1879},{999,0}}|566208|.575|201909|NDFD
AFG|120|po|12|{{999,0},{0.041,56435},{0.170,409587},{0.310,593518},{0.399,512357},{0.499,361847},{0.642,248758},{0.668,154473},{0.740,41451},{1.000,70},{999,0},{999,0}}|2378496|.393|201909|NDFD
AJK|120|po|12|{{0.010,2656},{0.018,17402},{0.307,20152},{0.438,12359},{0.592,21641},{0.180,29898},{0.598,23645},{0.670,49219},{0.807,56682},{0.959,20249},{0.983,9976},{0.898,14689}}|278568|.594|201909|NDFD
ALU|120|po|12|{{999,0},{1.000,11},{0.285,11572},{0.444,76233},{0.550,146029},{0.623,141485},{0.663,124125},{0.720,92670},{0.801,73348},{0.992,19708},{1.000,955},{999,0}}|686136|.633|201909|NDFD
AER|132|po|12|{{999,0},{0.068,15331},{0.051,18269},{0.421,49325},{0.455,85038},{0.566,93969},{0.550,100007},{0.647,120135},{0.750,59523},{0.883,20927},{0.967,3684},{999,0}}|566208|.555|201909|NDFD
AFG|132|po|12|{{999,0},{0.075,63024},{0.203,400222},{0.295,617129},{0.406,540758},{0.612,356708},{0.634,218842},{0.510,136837},{0.848,44940},{1.000,36},{999,0},{999,0}}|2378496|.400|201909|NDFD
AJK|132|po|12|{{999,0},{0.000,9293},{0.028,16612},{0.389,15669},{0.567,22247},{0.455,34223},{0.589,44234},{0.871,44299},{0.802,54290},{0.784,6898},{0.914,23149},{0.998,7654}}|278568|.636|201909|NDFD
ALU|132|po|12|{{999,0},{0.000,175},{0.136,12436},{0.388,80594},{0.588,118553},{0.627,133405},{0.640,151500},{0.632,131745},{0.709,51635},{0.955,5676},{1.000,417},{999,0}}|686136|.596|201909|NDFD
AER|144|po|12|{{999,0},{999,0},{0.050,15569},{0.163,41932},{0.483,85014},{0.573,132664},{0.677,115762},{0.760,112465},{0.848,47021},{0.909,15479},{1.000,302},{999,0}}|566208|.605|201909|NDFD
AFG|144|po|12|{{0.000,118},{0.104,69263},{0.220,335820},{0.255,609873},{0.388,637115},{0.581,395081},{0.598,202398},{0.696,99532},{0.887,29296},{999,0},{999,0},{999,0}}|2378496|.391|201909|NDFD
AJK|144|po|12|{{0.010,2656},{0.000,6873},{0.036,8667},{0.417,18781},{0.339,9615},{0.444,28234},{0.664,48933},{0.687,69355},{0.773,46876},{0.925,15345},{0.978,15622},{0.980,7611}}|278568|.636|201909|NDFD
ALU|144|po|12|{{999,0},{999,0},{0.239,4914},{0.471,69982},{0.551,134694},{0.679,167360},{0.641,165505},{0.648,100739},{0.842,35123},{0.945,7819},{999,0},{999,0}}|686136|.627|201909|NDFD
AER|156|po|12|{{999,0},{999,0},{0.001,3900},{0.370,55760},{0.444,97587},{0.620,148586},{0.575,116349},{0.647,92297},{0.654,41874},{0.578,9129},{0.994,726},{999,0}}|566208|.558|201909|NDFD
AFG|156|po|12|{{999,0},{0.010,5322},{0.226,237706},{0.291,631403},{0.451,736017},{0.610,460235},{0.585,221573},{0.664,69644},{0.262,16596},{999,0},{999,0},{999,0}}|2378496|.433|201909|NDFD
AJK|156|po|12|{{999,0},{999,0},{0.055,5921},{0.037,21705},{0.408,19546},{0.757,24561},{0.725,41895},{0.711,62847},{0.763,68353},{0.807,11295},{1.000,9447},{0.982,12998}}|278568|.669|201909|NDFD
ALU|156|po|12|{{999,0},{999,0},{0.195,872},{0.519,72088},{0.524,128836},{0.603,179588},{0.635,160090},{0.674,113353},{0.695,30320},{0.610,989},{999,0},{999,0}}|686136|.602|201909|NDFD
AER|12|po|00|{{0.030,18543},{0.073,67210},{0.262,53093},{0.362,46355},{0.483,44901},{0.650,39811},{0.764,37567},{0.832,46357},{0.888,44518},{0.944,44441},{0.989,35224},{1.000,64596}}|542616|.612|201909|NDFD
AFG|12|po|00|{{0.038,436814},{0.055,148814},{0.087,346917},{0.199,289527},{0.368,236295},{0.555,171491},{0.649,160188},{0.742,153494},{0.783,135921},{0.853,101880},{0.971,73960},{0.950,24091}}|2279392|.351|201909|NDFD
AJK|12|po|00|{{0.082,24025},{0.084,27549},{0.140,22363},{0.179,15638},{0.242,9899},{0.654,11030},{0.760,14829},{0.939,16547},{0.963,18985},{0.965,14520},{0.993,11265},{0.996,80311}}|266961|.637|201909|NDFD
ALU|12|po|00|{{0.000,10036},{0.085,23213},{0.180,84095},{0.338,85434},{0.487,69104},{0.695,58013},{0.863,65048},{0.914,65360},{0.938,63051},{0.982,54405},{0.997,35839},{1.000,43949}}|657547|.651|201909|NDFD
AER|24|po|00|{{0.035,6588},{0.110,57733},{0.145,78202},{0.235,58722},{0.467,53906},{0.599,46800},{0.725,43837},{0.827,46823},{0.921,36418},{0.982,36700},{0.994,22572},{1.000,54315}}|542616|.556|201909|NDFD
AFG|24|po|00|{{0.027,367802},{0.012,199155},{0.072,364880},{0.191,316766},{0.389,237099},{0.593,211464},{0.725,164257},{0.782,155548},{0.841,113482},{0.952,73305},{0.985,69103},{0.986,6531}}|2279392|.350|201909|NDFD
AJK|24|po|00|{{0.005,24371},{0.039,22538},{0.218,22949},{0.438,14679},{0.553,11164},{0.694,10772},{0.857,12534},{0.922,17753},{0.946,18164},{0.954,13649},{0.974,8627},{0.996,89761}}|266961|.679|201909|NDFD
ALU|24|po|00|{{0.000,5725},{0.005,29411},{0.100,99281},{0.257,91906},{0.485,85546},{0.689,63194},{0.810,53721},{0.882,52434},{0.956,56487},{0.985,45174},{0.997,42442},{1.000,32226}}|657547|.580|201909|NDFD
AER|36|po|00|{{0.000,1658},{0.062,68536},{0.227,65223},{0.371,50027},{0.481,50292},{0.633,49239},{0.750,42947},{0.855,52749},{0.859,43622},{0.940,43194},{0.982,29215},{1.000,45914}}|542616|.595|201909|NDFD
AFG|36|po|00|{{0.042,281498},{0.027,135832},{0.082,413187},{0.193,359467},{0.320,311514},{0.518,228317},{0.668,186681},{0.707,144541},{0.821,104526},{0.964,61531},{0.967,46517},{1.000,5781}}|2279392|.333|201909|NDFD
AJK|36|po|00|{{0.226,24834},{0.085,24736},{0.150,19831},{0.250,19314},{0.246,11625},{0.510,11971},{0.803,13912},{0.948,19245},{0.978,20075},{0.975,22488},{0.994,16239},{0.996,62691}}|266961|.652|201909|NDFD
ALU|36|po|00|{{0.000,3549},{0.017,16878},{0.171,73826},{0.320,94880},{0.479,89130},{0.606,77137},{0.795,75344},{0.897,77531},{0.911,60433},{0.981,35308},{0.996,37955},{1.000,15576}}|657547|.616|201909|NDFD
AER|48|po|00|{{0.000,2284},{0.069,45652},{0.186,73081},{0.240,77387},{0.365,68956},{0.548,61509},{0.649,42837},{0.773,41179},{0.878,33309},{0.959,32622},{0.994,31361},{0.999,32439}}|542616|.512|201909|NDFD
AFG|48|po|00|{{0.030,266544},{0.053,110884},{0.081,430565},{0.186,433561},{0.384,306020},{0.581,239298},{0.693,164256},{0.839,145053},{0.924,101737},{0.964,53582},{0.987,24832},{1.000,3060}}|2279392|.349|201909|NDFD
AJK|48|po|00|{{0.078,34680},{0.022,15036},{0.103,20640},{0.467,10726},{0.544,9984},{0.605,14601},{0.758,21011},{0.892,23438},{0.962,22647},{0.982,16474},{0.996,14733},{0.997,62991}}|266961|.662|201909|NDFD
ALU|48|po|00|{{999,0},{0.013,12986},{0.074,98356},{0.247,98764},{0.502,96214},{0.684,84519},{0.769,62286},{0.869,61002},{0.954,45638},{0.983,34509},{0.999,27111},{1.000,36162}}|657547|.577|201909|NDFD
AER|60|po|00|{{0.000,620},{0.041,50808},{0.177,79177},{0.379,61903},{0.510,57894},{0.614,53559},{0.742,53601},{0.807,52716},{0.871,40286},{0.939,36546},{0.992,37519},{0.991,17987}}|542616|.569|201909|NDFD
AFG|60|po|00|{{0.008,124658},{0.019,103019},{0.090,498309},{0.199,478892},{0.359,346592},{0.554,258684},{0.721,206389},{0.800,129608},{0.877,66257},{0.909,27309},{0.986,30314},{1.000,9361}}|2279392|.345|201909|NDFD
AJK|60|po|00|{{0.032,32998},{0.077,16032},{0.141,25745},{0.168,13744},{0.242,12246},{0.594,11538},{0.767,13529},{0.891,25147},{0.975,25251},{0.981,23051},{0.993,19126},{0.996,48554}}|266961|.620|201909|NDFD
ALU|60|po|00|{{0.000,14},{0.065,9248},{0.202,76336},{0.417,83585},{0.526,102183},{0.690,96094},{0.731,67858},{0.779,65211},{0.915,50842},{0.948,47444},{0.982,36585},{1.000,22147}}|657547|.640|201909|NDFD
AER|72|po|00|{{0.000,275},{0.104,32164},{0.182,66424},{0.321,90471},{0.397,82516},{0.494,67538},{0.595,40625},{0.654,48019},{0.754,37687},{0.915,31075},{0.965,36626},{0.996,9196}}|542616|.493|201909|NDFD
AFG|72|po|00|{{0.011,107849},{0.048,106199},{0.096,499612},{0.225,463730},{0.406,365996},{0.567,256486},{0.691,176961},{0.805,133465},{0.884,79960},{0.948,44197},{0.984,41748},{0.998,3189}}|2279392|.368|201909|NDFD
AJK|72|po|00|{{0.003,17739},{0.082,21131},{0.257,19342},{0.345,30188},{0.528,12072},{0.720,12437},{0.597,29341},{0.775,32848},{0.939,22288},{0.966,16292},{0.977,17180},{0.963,36103}}|266961|.613|201909|NDFD
ALU|72|po|00|{{999,0},{0.018,2290},{0.066,49274},{0.244,83849},{0.472,83224},{0.541,84567},{0.655,104686},{0.764,100110},{0.920,56648},{0.940,44418},{0.996,36470},{1.000,12011}}|657547|.602|201909|NDFD
AER|84|po|00|{{999,0},{0.038,30517},{0.182,42494},{0.338,72875},{0.435,74934},{0.561,78481},{0.599,60578},{0.757,60827},{0.838,61029},{0.877,35641},{0.978,21493},{0.918,3747}}|542616|.552|201909|NDFD
AFG|84|po|00|{{0.000,411},{0.044,127594},{0.097,447667},{0.238,504664},{0.348,343828},{0.527,300599},{0.625,249429},{0.775,199548},{0.860,81963},{0.990,17085},{1.000,6462},{1.000,142}}|2279392|.374|201909|NDFD
AJK|84|po|00|{{0.250,8410},{0.127,27230},{0.079,12866},{0.337,19009},{0.226,30688},{0.558,17207},{0.699,16567},{0.593,28830},{0.946,20959},{0.857,25002},{0.983,14344},{0.956,45849}}|266961|.589|201909|NDFD
ALU|84|po|00|{{999,0},{0.869,1096},{0.259,20088},{0.437,78522},{0.656,99796},{0.653,118949},{0.621,123201},{0.749,79591},{0.831,59335},{0.964,52458},{1.000,20777},{1.000,3734}}|657547|.675|201909|NDFD
AER|96|po|00|{{0.000,247},{0.084,34495},{0.104,43757},{0.387,67692},{0.443,73041},{0.595,68080},{0.592,67691},{0.656,99143},{0.722,58070},{0.810,18972},{0.867,10314},{0.961,1114}}|542616|.514|201909|NDFD
AFG|96|po|00|{{999,0},{0.037,119757},{0.156,437047},{0.267,405823},{0.423,423571},{0.513,350244},{0.640,208169},{0.681,212157},{0.720,112214},{0.760,10130},{0.796,280},{999,0}}|2279392|.398|201909|NDFD
AJK|96|po|00|{{0.010,11941},{0.067,21152},{0.506,16766},{0.439,8427},{0.254,16957},{0.248,28561},{0.717,20466},{0.762,37359},{0.743,50678},{0.915,24335},{0.999,14635},{0.905,15684}}|266961|.588|201909|NDFD
ALU|96|po|00|{{999,0},{0.167,6},{0.057,19396},{0.310,65156},{0.538,110706},{0.633,140618},{0.711,132613},{0.715,116117},{0.690,58204},{0.984,14458},{1.000,273},{999,0}}|657547|.611|201909|NDFD
AER|108|po|00|{{999,0},{0.017,26617},{0.066,22407},{0.238,44644},{0.479,84666},{0.511,93701},{0.745,81267},{0.794,97700},{0.829,64649},{0.876,25086},{0.952,1879},{999,0}}|542616|.583|201909|NDFD
AFG|108|po|00|{{999,0},{0.040,65443},{0.126,360032},{0.226,507825},{0.359,464413},{0.525,377389},{0.652,269034},{0.663,181801},{0.771,53095},{1.000,360},{999,0},{999,0}}|2279392|.379|201909|NDFD
AJK|108|po|00|{{0.244,8628},{0.143,25001},{0.125,12993},{0.318,8734},{0.253,14653},{0.370,17295},{0.395,30993},{0.780,38023},{0.821,48078},{0.900,36543},{0.997,13121},{0.884,12899}}|266961|.595|201909|NDFD
ALU|108|po|00|{{999,0},{1.000,11},{0.210,9984},{0.349,59301},{0.558,136433},{0.626,141380},{0.659,122332},{0.719,92053},{0.806,75390},{0.992,19708},{1.000,955},{999,0}}|657547|.632|201909|NDFD
AER|120|po|00|{{999,0},{0.068,15331},{0.051,18269},{0.427,38695},{0.500,72612},{0.567,93865},{0.552,99661},{0.648,120049},{0.750,59523},{0.883,20927},{0.967,3684},{999,0}}|542616|.567|201909|NDFD
AFG|120|po|00|{{999,0},{0.040,79272},{0.174,331016},{0.241,532609},{0.357,507823},{0.600,371114},{0.673,252213},{0.563,158486},{0.854,46783},{1.000,76},{999,0},{999,0}}|2279392|.392|201909|NDFD
AJK|120|po|00|{{0.009,10655},{0.000,13067},{0.393,15047},{0.591,8046},{0.409,14181},{0.657,20708},{0.446,31445},{0.769,36203},{0.821,65942},{0.941,25125},{0.888,17267},{0.999,9275}}|266961|.653|201909|NDFD
ALU|120|po|00|{{999,0},{0.000,175},{0.136,12436},{0.412,69566},{0.572,105687},{0.629,130716},{0.649,149848},{0.632,131703},{0.708,51548},{0.953,5451},{1.000,417},{999,0}}|657547|.602|201909|NDFD
AER|132|po|00|{{999,0},{999,0},{0.050,15569},{0.183,33055},{0.510,74521},{0.586,129219},{0.682,115020},{0.760,112430},{0.848,47021},{0.909,15479},{1.000,302},{999,0}}|542616|.624|201909|NDFD
AFG|132|po|00|{{0.000,564},{0.186,75334},{0.143,249051},{0.225,548013},{0.355,627502},{0.575,420076},{0.600,223470},{0.698,104276},{0.863,31106},{999,0},{999,0},{999,0}}|2279392|.382|201909|NDFD
AJK|132|po|00|{{0.010,2656},{0.018,17402},{0.366,13698},{0.266,4139},{0.623,6872},{0.272,21195},{0.584,30310},{0.704,59722},{0.816,67957},{0.944,24252},{0.985,13657},{1.000,5101}}|266961|.649|201909|NDFD
ALU|132|po|00|{{999,0},{999,0},{0.239,4914},{0.464,69121},{0.515,121898},{0.675,156166},{0.652,161767},{0.648,100739},{0.842,35123},{0.945,7819},{999,0},{999,0}}|657547|.622|201909|NDFD
AER|144|po|00|{{999,0},{999,0},{0.000,3851},{0.330,49805},{0.411,91433},{0.617,142540},{0.556,110601},{0.646,92327},{0.645,42204},{0.578,9129},{0.994,726},{999,0}}|542616|.546|201909|NDFD
AFG|144|po|00|{{999,0},{0.015,30363},{0.132,179660},{0.278,629938},{0.434,711101},{0.610,422428},{0.606,217348},{0.682,71958},{0.262,16596},{999,0},{999,0},{999,0}}|2279392|.417|201909|NDFD
AJK|144|po|00|{{999,0},{0.000,9293},{0.030,16630},{0.470,10021},{0.892,15374},{0.655,16845},{0.602,43363},{0.779,53099},{0.740,65458},{0.908,12824},{0.996,17779},{0.997,6275}}|266961|.680|201909|NDFD
ALU|144|po|00|{{999,0},{999,0},{0.195,872},{0.519,72110},{0.524,128717},{0.579,167544},{0.599,144570},{0.675,112752},{0.702,29993},{0.610,989},{999,0},{999,0}}|657547|.588|201909|NDFD
AER|156|po|00|{{999,0},{999,0},{0.326,3095},{0.183,48328},{0.488,113467},{0.609,164191},{0.663,116370},{0.748,58610},{0.836,33720},{0.913,4835},{999,0},{999,0}}|542616|.588|201909|NDFD
AFG|156|po|00|{{999,0},{0.074,34290},{0.129,158023},{0.279,765804},{0.412,708175},{0.511,356461},{0.530,168489},{0.741,72805},{0.977,15345},{999,0},{999,0},{999,0}}|2279392|.381|201909|NDFD
AJK|156|po|00|{{0.010,2656},{0.000,6873},{0.036,8667},{0.390,23449},{0.688,6418},{0.478,17267},{0.667,39442},{0.653,77580},{0.804,52360},{0.914,11602},{0.972,13121},{0.979,7526}}|266961|.644|201909|NDFD
ALU|156|po|00|{{999,0},{999,0},{0.718,5370},{0.592,80302},{0.499,157331},{0.600,185353},{0.643,126387},{0.716,59615},{0.855,36370},{0.809,6819},{999,0},{999,0}}|657547|.611|201909|NDFD
AER|168|po|00|{{999,0},{999,0},{0.116,2299},{0.467,63543},{0.447,126447},{0.512,137387},{0.575,118202},{0.736,60611},{0.731,28699},{0.881,5250},{1.000,178},{999,0}}|542616|.544|201909|NDFD
AFG|168|po|00|{{999,0},{0.267,22288},{0.269,195821},{0.320,683292},{0.452,786411},{0.531,361140},{0.549,153148},{0.705,72599},{0.422,4693},{999,0},{999,0},{999,0}}|2279392|.422|201909|NDFD
AJK|168|po|00|{{999,0},{999,0},{0.047,6853},{0.095,29480},{0.371,12743},{0.671,24110},{0.664,42123},{0.730,55329},{0.810,67873},{0.802,11026},{1.000,5817},{0.980,11607}}|266961|.649|201909|NDFD
ALU|168|po|00|{{999,0},{0.614,2136},{0.656,10629},{0.518,73507},{0.464,145554},{0.559,189908},{0.634,104302},{0.661,64186},{0.700,55207},{0.530,11572},{0.027,546},{999,0}}|657547|.568|201909|NDFD

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: John Halley Gotway
Time: Thu Oct 24 14:28:49 2019

John and Brooke,

Thanks for clarifying with those images.  I was getting tripped up on
the
fact that the Brier Score is computed across all of the probability
bins
whereas the reliability diagram shows how the forecast probabilities
compare to the observed event frequency within each probability bin.

So yes definitely, MET produces output that is used to create
reliability diagrams.  And those reliability diagrams can be created
using
the METviewer database and display system.  METviewer does this by
aggregating the Nx2 contingency table counts from the PCT lines across
one
or more cases and then computing the observation relative event
frequency
within each bin.

By way of example, I made the attached plot using some data that
exists in
the NCAR instance of METviewer.

Please try the following:
(1) Save the attached xml file to your local machine.
(2) Go to: http://www.dtcenter.org/met/metviewer/metviewer1.jsp
(3) Click "Load XML" in the top-right corner.
(4) Navigate to that xml file you saved and click OK.
(5) Click "Generate Plot" at the top of the page.

Those steps should recreate the attached image.  Since I didn't
specify any
filtering info, the results for all lead times are included in this
single
plot.  Under the "Specialized Plot Fix Values" section, you could add
a new
entry to set "FCST_LEAD" = "12" to only see results for the 12 hour
lead
time... and click "Generate Plot" again.  That'll produce slightly
different results.  And there's many, many ways you can slice and dice
the
data that goes into the METviewer plots.

Hope this helps clarify the functionality.

Thanks,
John


On Thu, Oct 24, 2019 at 12:55 PM John L Wagner - NOAA Federal via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
>
>
>
BOU|12|po|12|{{0.001,97144},{0.025,89240},{0.121,59675},{0.214,25871},{0.329,10419},{0.518,5415},{0.451,3653},{0.706,3862},{0.903,5149},{0.975,3569},{1.000,323},{999,0}}|304320|.112|201909|NDFD
>
>
GJT|12|po|12|{{0.002,142707},{0.012,121820},{0.024,78669},{0.138,59945},{0.299,46032},{0.479,33255},{0.620,18029},{0.699,10385},{0.897,10738},{0.986,5645},{1.000,271},{999,0}}|527496|.143|201909|NDFD
>
>
PUB|12|po|12|{{0.001,61120},{0.009,108467},{0.047,92261},{0.174,28576},{0.257,12985},{0.372,5218},{0.442,7917},{0.566,7085},{0.782,4967},{0.889,5293},{0.968,599},{999,0}}|334488|.097|201909|NDFD
>
>
LOT|12|po|12|{{0.000,20137},{0.002,30399},{0.063,19335},{0.201,19247},{0.389,9433},{0.526,13341},{0.769,14463},{0.934,5931},{0.955,2444},{0.977,2807},{0.974,6346},{1.000,9909}}|153792|.349|201909|NDFD
>
>
ILX|12|po|12|{{0.000,38060},{0.000,45390},{0.037,30935},{0.135,32773},{0.407,17658},{0.774,12220},{0.863,4122},{1.000,3169},{0.972,3990},{0.852,8891},{0.886,2793},{1.000,1911}}|201912|.222|201909|NDFD
>
>
IND|12|po|12|{{0.000,44597},{0.001,27401},{0.046,44991},{0.206,23779},{0.215,7757},{0.512,5991},{0.650,4622},{0.712,3131},{0.910,763},{999,0},{999,0},{999,0}}|163032|.108|201909|NDFD
>
>
IWX|12|po|12|{{0.000,48201},{0.001,21544},{0.117,21530},{0.501,19775},{0.444,17978},{0.661,12426},{0.818,4406},{0.798,9439},{0.851,5857},{0.904,4755},{0.963,4177},{999,0}}|170088|.312|201909|NDFD
>
>
DVN|12|po|12|{{0.000,27573},{0.026,33815},{0.095,48562},{0.211,17549},{0.326,15095},{0.516,18056},{0.750,9781},{0.844,13557},{0.888,8247},{0.976,7608},{1.000,5703},{1.000,7862}}|213408|.331|201909|NDFD
>
>
DMX|12|po|12|{{0.014,52120},{0.069,60672},{0.266,50951},{0.441,25504},{0.532,19265},{0.758,15611},{0.927,17731},{0.986,18765},{0.992,14905},{0.941,13600},{0.979,5229},{1.000,4327}}|298680|.414|201909|NDFD
>
>
DDC|12|po|12|{{0.002,58471},{0.019,38022},{0.062,63132},{0.210,43303},{0.464,16847},{0.558,4995},{0.395,2267},{0.204,921},{0.318,66},{999,0},{999,0},{999,0}}|228024|.112|201909|NDFD
>
>
GLD|12|po|12|{{0.007,48256},{0.028,72368},{0.042,44508},{0.137,32684},{0.241,11875},{0.320,3214},{0.420,1894},{0.271,1249},{999,0},{999,0},{999,0},{999,0}}|216048|.064|201909|NDFD
>
>
TOP|12|po|12|{{0.000,46541},{0.000,22563},{0.101,27226},{0.160,21697},{0.627,12812},{0.693,7516},{0.785,5509},{0.721,3450},{0.461,6365},{0.915,3741},{0.766,3976},{0.894,772}}|162168|.224|201909|NDFD
>
>
ICT|12|po|12|{{0.000,28074},{0.007,57893},{0.025,55307},{0.245,28764},{0.516,18524},{0.781,11163},{0.766,6373},{0.692,3579},{0.930,4232},{0.732,1255},{0.408,1573},{0.978,2095}}|218832|.192|201909|NDFD
>
>
JKL|12|po|12|{{0.004,23816},{0.014,31804},{0.119,35832},{0.282,16451},{0.504,3785},{0.542,5098},{0.663,2422},{999,0},{999,0},{999,0},{999,0},{999,0}}|119208|.132|201909|NDFD
>
>
LMK|12|po|12|{{0.003,31477},{0.003,83852},{0.058,54049},{0.174,17276},{0.355,3796},{0.562,3578},{0.560,2967},{0.457,3549},{999,0},{999,0},{999,0},{999,0}}|200544|.065|201909|NDFD
>
>
PAH|12|po|12|{{0.000,64731},{0.007,76758},{0.049,53801},{0.309,28259},{0.362,13375},{0.597,12111},{0.749,698},{0.220,59},{999,0},{999,0},{999,0},{999,0}}|249792|.098|201909|NDFD
>
>
DTX|12|po|12|{{0.002,52292},{0.053,64045},{0.203,68269},{0.367,50740},{0.576,35224},{0.780,27625},{0.866,27199},{0.938,24166},{0.977,9667},{0.991,24233},{0.991,10777},{0.995,2411}}|396648|.430|201909|NDFD
>
>
APX|12|po|12|{{0.006,30806},{0.020,39000},{0.206,29931},{0.332,24968},{0.722,9105},{0.767,12965},{0.931,7345},{0.943,11488},{0.887,14351},{0.786,9753},{0.940,12314},{1.000,3486}}|205512|.414|201909|NDFD
>
>
GRR|12|po|12|{{0.001,39040},{0.074,9861},{0.094,23776},{0.161,21602},{0.427,10573},{0.599,8006},{0.683,8859},{0.869,18083},{0.884,7290},{0.949,4869},{0.995,7842},{0.999,1983}}|161784|.361|201909|NDFD
>
>
MQT|12|po|12|{{0.001,31750},{0.085,122496},{0.116,132935},{0.236,51486},{0.401,49074},{0.635,40249},{0.706,25445},{0.774,17832},{0.888,13385},{0.994,18862},{1.000,9322},{1.000,20}}|512856|.302|201909|NDFD
>
>
DLH|12|po|12|{{0.025,43343},{0.035,55814},{0.051,70550},{0.388,48417},{0.561,29442},{0.787,25603},{0.830,22440},{0.911,20335},{0.962,18780},{0.994,28262},{1.000,23096},{0.990,13566}}|399648|.455|201909|NDFD
>
>
MPX|12|po|12|{{0.000,58644},{0.019,72065},{0.140,59314},{0.273,43293},{0.518,33897},{0.702,20104},{0.855,13535},{0.929,13387},{0.895,12584},{0.953,17920},{0.991,19452},{1.000,4253}}|368448|.350|201909|NDFD
>
>
EAX|12|po|12|{{0.000,44384},{0.008,64706},{0.064,45359},{0.186,25965},{0.248,9263},{0.327,6279},{0.608,9762},{0.820,16456},{0.892,9394},{0.847,8416},{0.943,2399},{0.994,8585}}|250968|.232|201909|NDFD
>
>
SGF|12|po|12|{{0.004,26052},{0.024,71910},{0.062,44754},{0.148,38945},{0.408,19392},{0.412,13193},{0.617,11282},{0.717,10414},{0.799,6299},{0.972,5314},{1.000,2058},{1.000,2339}}|251952|.209|201909|NDFD
>
>
LSX|12|po|12|{{0.000,22556},{0.002,59859},{0.048,70944},{0.217,56653},{0.481,14337},{0.451,15200},{0.528,9474},{0.608,6793},{0.960,3109},{0.978,4899},{0.997,7254},{1.000,1970}}|273048|.204|201909|NDFD
>
>
GID|12|po|12|{{0.006,43223},{0.028,29118},{0.050,53978},{0.107,47104},{0.408,13281},{0.655,7886},{0.702,3049},{0.796,2903},{0.330,734},{0.592,586},{0.757,74},{999,0}}|201936|.121|201909|NDFD
>
>
LBF|12|po|12|{{0.000,30147},{0.007,125272},{0.097,89372},{0.284,45338},{0.224,17025},{0.145,14883},{0.285,15342},{0.672,9206},{0.854,2834},{1.000,231},{1.000,486},{999,0}}|350136|.120|201909|NDFD
>
>
OAX|12|po|12|{{0.000,24388},{0.000,44812},{0.131,43179},{0.287,38408},{0.453,24176},{0.595,13960},{0.689,12872},{0.722,12237},{0.696,5724},{0.979,4023},{0.999,3698},{0.992,5011}}|232488|.302|201909|NDFD
>
>
BIS|12|po|12|{{0.006,143942},{0.035,65887},{0.076,36504},{0.266,58996},{0.573,36368},{0.540,31411},{0.659,24423},{0.908,30566},{0.917,34036},{0.987,35394},{0.997,30201},{1.000,56408}}|584136|.438|201909|NDFD
>
>
FGF|12|po|12|{{0.002,97132},{0.034,74087},{0.133,48653},{0.371,49124},{0.536,37671},{0.646,20388},{0.817,17747},{0.809,22500},{0.917,28360},{0.966,29153},{1.000,15281},{1.000,43936}}|484032|.427|201909|NDFD
>
>
ABR|12|po|12|{{0.000,66293},{0.044,87992},{0.219,49552},{0.201,21838},{0.165,28949},{0.375,23390},{0.709,20327},{0.756,11142},{0.883,8746},{0.905,9302},{0.898,6873},{0.998,1044}}|335448|.235|201909|NDFD
>
>
UNR|12|po|12|{{0.006,86976},{0.035,96454},{0.158,80998},{0.468,41170},{0.580,23627},{0.729,21932},{0.850,34369},{0.765,15757},{0.891,12346},{0.983,17613},{1.000,17674},{1.000,3244}}|452160|.345|201909|NDFD
>
>
FSD|12|po|12|{{0.000,38367},{0.014,66364},{0.098,79654},{0.488,27042},{0.438,25090},{0.441,13166},{0.563,21651},{0.680,16875},{0.863,12049},{0.911,7449},{0.981,309},{999,0}}|308016|.259|201909|NDFD
>
>
GRB|12|po|12|{{0.000,9453},{0.006,44653},{0.113,36856},{0.328,31601},{0.390,21479},{0.592,12204},{0.760,11567},{0.656,16742},{0.968,9319},{1.000,10042},{1.000,5360},{1.000,52}}|209328|.357|201909|NDFD
>
>
ARX|12|po|12|{{0.000,37504},{0.014,35870},{0.125,39406},{0.455,21818},{0.726,9521},{0.839,15401},{0.800,10024},{0.923,9471},{0.993,8789},{0.993,10546},{0.999,13809},{1.000,3361}}|215520|.410|201909|NDFD
>
>
MKX|12|po|12|{{0.000,38027},{0.009,70323},{0.099,44674},{0.276,37069},{0.347,20508},{0.583,22784},{0.751,16848},{0.803,16709},{0.904,9784},{0.941,15073},{0.958,9722},{1.000,9327}}|310848|.333|201909|NDFD
>
>
CYS|12|po|12|{{0.000,117570},{0.005,81957},{0.130,50390},{0.244,29546},{0.378,22259},{0.639,20029},{0.809,16052},{0.897,18879},{0.970,16308},{0.998,4927},{1.000,433},{1.000,106}}|378456|.229|201909|NDFD
>
>
RIW|12|po|12|{{0.001,170186},{0.002,97304},{0.073,54557},{0.216,38636},{0.418,38506},{0.564,39932},{0.743,38391},{0.897,33319},{0.949,36425},{0.970,33879},{1.000,23827},{1.000,9006}}|613968|.342|201909|NDFD
>
>
CAR|12|po|12|{{0.001,58400},{0.017,61650},{0.097,46522},{0.333,15839},{0.326,6745},{0.714,4160},{0.879,5645},{0.933,9893},{0.933,12219},{0.940,15868},{0.954,8500},{0.979,12247}}|257688|.297|201909|NDFD
>
>
GYX|12|po|12|{{0.001,87558},{0.009,57179},{0.040,41000},{0.259,19325},{0.475,16791},{0.639,12048},{0.757,11762},{0.855,10732},{0.900,8789},{0.943,9165},{1.000,9388},{1.000,1791}}|285528|.241|201909|NDFD
>
>
BOX|12|po|12|{{0.000,61294},{0.008,54153},{0.047,28490},{0.183,16513},{0.399,11707},{0.659,7107},{0.899,4566},{0.999,5714},{1.000,9354},{1.000,4777},{1.000,565},{999,0}}|204240|.189|201909|NDFD
>
>
PHI|12|po|12|{{0.000,27922},{0.008,60371},{0.064,49643},{0.160,20516},{0.335,14431},{0.450,8628},{0.785,4850},{0.909,6588},{0.953,2791},{0.997,3066},{1.000,675},{1.000,55}}|199536|.160|201909|NDFD
>
>
ALY|12|po|12|{{0.000,33733},{0.000,34823},{0.074,25714},{0.316,15811},{0.437,11035},{0.591,6938},{0.530,17064},{0.816,9095},{0.856,4921},{1.000,1276},{0.999,4510},{1.000,992}}|165912|.261|201909|NDFD
>
>
BGM|12|po|12|{{0.000,43378},{0.000,18488},{0.026,33252},{0.167,15254},{0.289,19298},{0.490,12890},{0.593,8356},{0.678,20425},{0.843,10080},{0.918,4317},{0.966,2028},{0.995,1258}}|189024|.263|201909|NDFD
>
>
BUF|12|po|12|{{0.000,42155},{0.000,25697},{0.018,34810},{0.037,31410},{0.298,19978},{0.563,18016},{0.547,9987},{0.748,15885},{0.833,13755},{0.892,7261},{0.944,7580},{0.950,1610}}|228144|.271|201909|NDFD
>
>
OKX|12|po|12|{{0.000,20937},{0.001,38772},{0.031,24700},{0.121,8977},{0.659,5383},{0.921,2498},{0.836,4289},{0.755,6780},{0.998,3488},{999,0},{999,0},{999,0}}|115824|.172|201909|NDFD
>
>
MHX|12|po|12|{{0.000,25624},{0.002,33588},{0.046,48986},{0.225,16258},{0.620,13806},{0.608,8910},{0.995,1425},{0.998,570},{1.000,466},{1.000,28},{0.926,3674},{1.000,2833}}|156168|.184|201909|NDFD
>
>
RAH|12|po|12|{{0.000,37989},{0.000,23604},{0.049,53253},{0.144,27868},{0.113,12404},{0.289,5059},{0.387,3433},{0.000,331},{0.000,396},{0.000,486},{0.318,1137},{999,0}}|165960|.067|201909|NDFD
>
>
ILM|12|po|12|{{0.000,16374},{0.002,51692},{0.028,35295},{0.221,14111},{0.436,6831},{0.779,7443},{0.718,2276},{0.608,822},{0.608,625},{0.405,390},{1.000,149},{999,0}}|136008|.116|201909|NDFD
>
>
CLE|12|po|12|{{0.000,19296},{0.020,67246},{0.240,60150},{0.340,48393},{0.436,17407},{0.474,9474},{0.569,7296},{0.738,14325},{0.740,8342},{0.906,1421},{0.956,618},{999,0}}|253968|.264|201909|NDFD
>
>
ILN|12|po|12|{{0.003,46804},{0.003,41004},{0.065,45215},{0.166,48276},{0.203,10550},{0.565,7688},{0.342,3800},{0.416,5769},{0.823,479},{1.000,79},{999,0},{999,0}}|209664|.104|201909|NDFD
>
>
PBZ|12|po|12|{{0.000,23623},{0.007,35189},{0.090,54057},{0.127,24822},{0.492,24689},{0.554,12260},{0.435,5805},{0.827,11473},{0.676,1491},{0.742,2263},{0.998,2136},{999,0}}|197808|.223|201909|NDFD
>
>
CTP|12|po|12|{{0.000,50138},{0.014,36369},{0.047,45897},{0.116,22987},{0.355,11051},{0.533,14281},{0.656,19718},{0.697,23780},{0.736,12963},{0.911,6863},{1.000,153},{999,0}}|244200|.255|201909|NDFD
>
>
CHS|12|po|12|{{0.001,50846},{0.005,40382},{0.063,37223},{0.388,26369},{0.588,10220},{0.839,2216},{0.972,4816},{0.932,1711},{999,0},{1.000,1},{999,0},{999,0}}|173784|.155|201909|NDFD
>
>
CAE|12|po|12|{{0.000,28081},{0.003,32643},{0.062,50622},{0.372,16446},{0.746,4956},{0.922,1529},{1.000,845},{1.000,430},{999,0},{999,0},{999,0},{999,0}}|135552|.116|201909|NDFD
>
>
GSP|12|po|12|{{0.001,7986},{0.000,82120},{0.054,45474},{0.144,33509},{0.287,16292},{0.559,10451},{0.813,7680},{0.879,7093},{0.993,590},{1.000,173},{999,0},{999,0}}|211368|.147|201909|NDFD
>
>
BTV|12|po|12|{{0.000,54771},{0.000,21381},{0.064,22561},{0.151,17509},{0.323,10204},{0.616,9855},{0.592,8490},{0.845,5468},{0.936,5823},{0.951,6438},{0.979,10235},{1.000,881}}|173616|.263|201909|NDFD
>
>
LWX|12|po|12|{{0.019,22694},{0.003,49339},{0.038,42323},{0.307,37460},{0.468,27490},{0.516,26513},{0.746,9556},{0.453,243},{0.453,212},{0.650,303},{0.869,107},{999,0}}|216240|.221|201909|NDFD
>
>
RNK|12|po|12|{{0.000,34325},{0.008,34101},{0.085,40993},{0.240,41852},{0.368,27809},{0.456,14741},{0.735,4731},{0.725,2741},{0.796,475},{999,0},{999,0},{999,0}}|201768|.181|201909|NDFD
>
>
AKQ|12|po|12|{{0.006,65335},{0.018,49680},{0.086,54575},{0.246,33137},{0.250,23063},{0.396,9154},{0.529,3509},{0.687,1141},{0.933,578},{0.765,571},{0.972,1830},{1.000,4099}}|246672|.134|201909|NDFD
>
>
RLX|12|po|12|{{0.000,66854},{0.025,19856},{0.107,42380},{0.135,44349},{0.422,23648},{0.602,18000},{0.793,2416},{0.918,8601},{999,0},{999,0},{999,0},{999,0}}|226104|.184|201909|NDFD
>
>
BMX|12|po|12|{{0.002,44637},{0.013,73780},{0.067,90341},{0.104,47759},{0.178,9725},{0.480,8284},{0.384,4498},{999,0},{999,0},{999,0},{999,0},{999,0}}|279024|.070|201909|NDFD
>
>
HUN|12|po|12|{{0.001,26827},{0.013,16301},{0.064,16473},{0.150,14762},{0.301,11853},{0.661,5435},{0.651,413},{999,0},{999,0},{999,0},{999,0},{999,0}}|92064|.119|201909|NDFD
>
>
MOB|12|po|12|{{0.001,19580},{0.011,65818},{0.062,105207},{0.152,48814},{0.346,6300},{0.645,7907},{0.807,5934},{999,0},{999,0},{999,0},{999,0},{999,0}}|259560|.103|201909|NDFD
>
>
LZK|12|po|12|{{0.000,5910},{0.010,96474},{0.047,105497},{0.214,49399},{0.506,21470},{0.662,19912},{0.664,9882},{0.748,10496},{0.988,6332},{0.893,7076},{1.000,24},{999,0}}|332472|.203|201909|NDFD
>
>
JAX|12|po|12|{{0.011,41358},{0.022,65682},{0.047,45006},{0.280,31045},{0.515,23683},{0.520,17988},{0.800,10201},{0.923,6900},{0.943,4936},{0.934,1018},{0.973,631},{999,0}}|248448|.221|201909|NDFD
>
>
EYW|12|po|12|{{999,0},{0.000,13153},{0.152,50398},{0.290,38331},{0.382,34590},{0.436,17827},{0.722,46896},{0.812,10468},{0.894,6837},{1.000,3492},{1.000,2024},{999,0}}|224016|.419|201909|NDFD
>
>
MLB|12|po|12|{{0.000,7811},{0.007,33818},{0.067,34534},{0.371,45196},{0.535,29316},{0.806,14154},{0.768,8339},{0.768,14527},{0.982,10237},{1.000,1151},{1.000,1033},{1.000,236}}|200352|.382|201909|NDFD
>
>
MFL|12|po|12|{{0.000,5559},{0.002,40571},{0.072,34232},{0.215,53305},{0.428,30462},{0.664,24168},{0.695,13763},{0.883,19309},{0.905,8932},{1.000,748},{1.000,595},{1.000,892}}|232536|.344|201909|NDFD
>
>
TAE|12|po|12|{{0.012,51104},{0.004,139926},{0.035,128447},{0.244,41013},{0.534,11917},{0.657,6792},{0.583,5844},{1.000,133},{999,0},{999,0},{999,0},{999,0}}|385176|.078|201909|NDFD
>
>
TBW|12|po|12|{{0.005,66890},{0.040,37641},{0.150,59447},{0.327,38971},{0.544,21857},{0.662,11126},{0.872,10423},{0.931,8361},{0.988,4460},{999,0},{999,0},{999,0}}|259176|.247|201909|NDFD
>
>
FFC|12|po|12|{{0.000,22362},{0.000,134457},{0.040,80301},{0.251,47236},{0.367,17505},{0.505,11573},{0.732,3302},{0.927,616},{999,0},{999,0},{999,0},{999,0}}|317352|.096|201909|NDFD
>
>
LCH|12|po|12|{{0.000,2669},{0.001,77371},{0.060,72030},{0.290,45867},{0.553,36658},{0.647,26259},{0.781,27891},{0.858,14388},{0.980,10812},{1.000,8852},{1.000,6622},{1.000,1973}}|331392|.353|201909|NDFD
>
>
LIX|12|po|12|{{0.001,70128},{0.018,48573},{0.080,77369},{0.289,64946},{0.388,51237},{0.565,35210},{0.672,9903},{0.831,9685},{0.893,6962},{0.948,6934},{0.995,7111},{1.000,334}}|388392|.259|201909|NDFD
>
>
SHV|12|po|12|{{0.036,52780},{0.021,37044},{0.042,116540},{0.279,79269},{0.385,19415},{0.699,13006},{0.663,11648},{0.695,8438},{0.852,5533},{0.979,7183},{999,0},{999,0}}|350856|.204|201909|NDFD
>
>
JAN|12|po|12|{{0.001,46400},{0.008,132351},{0.049,99680},{0.158,35958},{0.372,12196},{0.585,6518},{0.754,12356},{0.669,1319},{0.691,805},{0.827,81},{999,0},{999,0}}|347664|.089|201909|NDFD
>
>
ABQ|12|po|12|{{0.000,17992},{0.000,226348},{0.023,205661},{0.148,145837},{0.407,111713},{0.509,72170},{0.662,48474},{0.759,28938},{0.847,16964},{0.853,1615},{999,0},{999,0}}|875712|.204|201909|NDFD
>
>
OUN|12|po|12|{{0.001,123018},{0.014,59655},{0.033,96578},{0.120,68129},{0.262,45446},{0.553,29627},{0.620,25762},{0.678,16780},{0.592,5207},{0.739,6167},{1.000,3367},{999,0}}|479736|.165|201909|NDFD
>
>
TSA|12|po|12|{{0.000,45443},{0.017,42704},{0.036,66675},{0.193,22485},{0.261,17008},{0.450,20059},{0.542,10451},{0.718,9083},{0.942,9217},{0.902,5567},{0.994,10645},{1.000,1135}}|260472|.225|201909|NDFD
>
>
MEG|12|po|12|{{0.000,61352},{0.008,85219},{0.039,84802},{0.168,37504},{0.485,13764},{0.701,12977},{0.692,3447},{0.983,2444},{1.000,1251},{999,0},{999,0},{999,0}}|302760|.106|201909|NDFD
>
>
MRX|12|po|12|{{0.000,24709},{0.007,45366},{0.052,37926},{0.221,32854},{0.482,13847},{0.695,7607},{0.783,1621},{0.656,413},{1.000,9},{999,0},{999,0},{999,0}}|164352|.140|201909|NDFD
>
>
OHX|12|po|12|{{0.002,39161},{0.001,27657},{0.059,48458},{0.217,31072},{0.467,11661},{0.799,6323},{0.915,2540},{999,0},{999,0},{999,0},{999,0},{999,0}}|166872|.135|201909|NDFD
>
>
AMA|12|po|12|{{0.000,31026},{0.006,47731},{0.035,63054},{0.137,55778},{0.366,25837},{0.543,20370},{0.646,10548},{0.870,7806},{0.840,1853},{0.797,69},{999,0},{999,0}}|264072|.174|201909|NDFD
>
>
EWX|12|po|12|{{0.001,18392},{0.009,73430},{0.076,114843},{0.208,59131},{0.496,46727},{0.611,28479},{0.872,8720},{0.989,438},{999,0},{999,0},{999,0},{999,0}}|350160|.201|201909|NDFD
>
>
BRO|12|po|12|{{999,0},{0.001,6131},{0.105,18015},{0.338,53578},{0.529,34902},{0.631,16414},{0.763,15623},{0.767,7830},{0.784,1599},{0.913,252},{999,0},{999,0}}|154344|.442|201909|NDFD
>
>
CRP|12|po|12|{{0.000,100},{0.016,17289},{0.127,45047},{0.319,64460},{0.461,36180},{0.602,29806},{0.717,20925},{0.670,4681},{0.550,2088},{0.938,2084},{1.000,156},{999,0}}|222816|.371|201909|NDFD
>
>
EPZ|12|po|12|{{0.000,423},{0.001,69002},{0.044,79577},{0.194,45938},{0.369,37060},{0.498,35827},{0.705,21971},{0.783,8800},{0.850,4490},{1.000,1274},{1.000,198},{999,0}}|304560|.235|201909|NDFD
>
>
FWD|12|po|12|{{0.003,46470},{0.014,100762},{0.062,110767},{0.195,67694},{0.294,22325},{0.302,15686},{0.571,15682},{0.749,4952},{0.917,900},{1.000,914},{1.000,56},{999,0}}|386208|.122|201909|NDFD
>
>
HGX|12|po|12|{{0.000,10116},{0.031,43558},{0.116,44135},{0.326,51837},{0.549,49967},{0.688,32892},{0.839,22408},{0.950,9423},{0.923,6125},{0.917,8686},{0.969,9719},{1.000,5182}}|294048|.440|201909|NDFD
>
>
LUB|12|po|12|{{0.001,21449},{0.004,35694},{0.074,30932},{0.128,34401},{0.223,32609},{0.565,25718},{0.442,17957},{0.820,12487},{0.513,1556},{0.891,101},{999,0},{999,0}}|212904|.224|201909|NDFD
>
>
MAF|12|po|12|{{0.000,8303},{0.004,81565},{0.079,86427},{0.192,84540},{0.358,80543},{0.534,76038},{0.605,46489},{0.704,22411},{0.683,13613},{0.994,3975},{999,0},{999,0}}|503904|.298|201909|NDFD
>
>
SJT|12|po|12|{{0.005,31545},{0.028,61977},{0.076,87155},{0.129,40789},{0.359,23804},{0.464,12666},{0.822,2522},{0.572,2726},{999,0},{999,0},{999,0},{999,0}}|263184|.121|201909|NDFD
>
>
FGZ|12|po|12|{{0.007,119388},{0.003,125774},{0.043,75186},{0.116,55572},{0.271,36226},{0.375,28761},{0.506,25350},{0.749,22429},{0.826,11004},{0.759,2832},{0.947,1118},{999,0}}|503640|.146|201909|NDFD
>
>
PSR|12|po|12|{{0.000,135908},{0.012,76380},{0.050,33650},{0.119,16076},{0.285,14558},{0.399,13954},{0.555,14694},{0.660,8549},{0.856,6361},{0.944,1065},{1.000,45},{999,0}}|321240|.108|201909|NDFD
>
>
TWC|12|po|12|{{0.000,49013},{0.011,42901},{0.061,39496},{0.152,26438},{0.227,24456},{0.404,23457},{0.473,19915},{0.587,15824},{0.704,11431},{0.848,7166},{1.000,1618},{1.000,173}}|261888|.216|201909|NDFD
>
>
EKA|12|po|12|{{0.000,134588},{0.015,30979},{0.146,40005},{0.345,19309},{0.521,9747},{0.629,7028},{0.628,6280},{0.834,5717},{0.889,9367},{0.877,7517},{0.919,4560},{0.969,4695}}|279792|.196|201909|NDFD
>
>
LOX|12|po|12|{{0.002,138605},{0.006,161657},{0.053,18030},{0.183,3480},{0.329,1226},{0.384,138},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|323136|.010|201909|NDFD
>
>
STO|12|po|12|{{0.000,180632},{0.026,39945},{0.062,17923},{0.272,12159},{0.465,9086},{0.651,7492},{0.847,6354},{0.954,5788},{0.966,5136},{0.980,4309},{1.000,3022},{1.000,1170}}|293016|.133|201909|NDFD
>
>
SGX|12|po|12|{{0.001,85391},{0.002,48322},{0.050,10555},{0.207,7299},{0.478,4173},{0.599,1159},{0.848,132},{0.840,25},{999,0},{999,0},{999,0},{999,0}}|157056|.032|201909|NDFD
>
>
MTR|12|po|12|{{0.006,234630},{0.017,41785},{0.030,25896},{0.116,8094},{0.249,5174},{0.385,5059},{0.749,2174},{0.902,1886},{0.990,670},{999,0},{999,0},{999,0}}|325368|.034|201909|NDFD
>
>
HNX|12|po|12|{{0.000,216120},{0.001,25299},{0.016,16039},{0.073,4279},{0.260,2601},{0.551,1658},{0.699,1103},{0.856,367},{1.000,167},{1.000,15},{999,0},{999,0}}|267648|.013|201909|NDFD
>
>
BOI|12|po|12|{{0.011,194015},{0.045,70273},{0.145,50594},{0.225,37360},{0.387,31047},{0.480,31970},{0.575,28280},{0.615,24672},{0.710,19748},{0.853,23609},{0.906,18629},{1.000,2363}}|532560|.250|201909|NDFD
>
>
PIH|12|po|12|{{0.002,118200},{0.003,29694},{0.029,38254},{0.203,23045},{0.311,11462},{0.599,11403},{0.779,12725},{0.876,15576},{0.909,20618},{0.959,27035},{0.968,18793},{0.996,10059}}|336864|.335|201909|NDFD
>
>
BYZ|12|po|12|{{0.008,96082},{0.035,87880},{0.100,42382},{0.264,34188},{0.646,21084},{0.855,31208},{0.902,24996},{0.935,20975},{0.956,18326},{0.994,24958},{1.000,40448},{1.000,14001}}|456528|.430|201909|NDFD
>
>
GGW|12|po|12|{{0.000,52837},{0.006,88716},{0.227,49736},{0.548,26851},{0.611,26871},{0.701,16951},{0.690,11436},{0.858,11885},{0.967,12419},{0.996,12875},{0.999,14145},{1.000,45766}}|370488|.426|201909|NDFD
>
>
TFX|12|po|12|{{0.003,117341},{0.037,72910},{0.130,90043},{0.240,39227},{0.344,30054},{0.521,26994},{0.673,26811},{0.776,29543},{0.870,28960},{0.929,37630},{0.983,31619},{0.999,50599}}|581731|.398|201909|NDFD
>
>
MSO|12|po|12|{{0.000,66029},{0.001,56206},{0.033,47186},{0.098,36274},{0.250,30413},{0.380,26664},{0.522,24935},{0.662,29774},{0.737,31958},{0.876,35859},{0.961,52511},{0.989,22127}}|459936|.398|201909|NDFD
>
>
LKN|12|po|12|{{0.000,246018},{0.010,102933},{0.175,64441},{0.411,46818},{0.537,30677},{0.804,23967},{0.849,21349},{0.895,17541},{0.872,14549},{0.922,8292},{0.941,5173},{0.995,626}}|582384|.218|201909|NDFD
>
>
VEF|12|po|12|{{0.001,427734},{0.013,119269},{0.037,66587},{0.079,43740},{0.077,14349},{0.157,8707},{0.332,7544},{0.491,8185},{0.595,3330},{0.730,875},{999,0},{999,0}}|700320|.028|201909|NDFD
>
>
REV|12|po|12|{{0.000,173673},{0.010,71638},{0.080,39502},{0.359,21310},{0.596,15473},{0.625,14958},{0.778,8939},{0.931,10397},{0.986,6024},{0.988,3327},{1.000,2775},{999,0}}|368016|.160|201909|NDFD
>
>
MFR|12|po|12|{{0.002,165617},{0.029,93965},{0.073,47606},{0.201,30643},{0.401,16107},{0.498,15457},{0.645,16880},{0.690,23424},{0.784,26681},{0.837,24462},{0.829,34587},{0.975,30819}}|526248|.293|201909|NDFD
>
>
PDT|12|po|12|{{0.000,81058},{0.004,91910},{0.049,51465},{0.246,37595},{0.343,31294},{0.299,26217},{0.364,30048},{0.549,36687},{0.740,29075},{0.872,30554},{0.892,23681},{0.964,2472}}|472056|.283|201909|NDFD
>
>
PQR|12|po|12|{{0.000,17966},{0.016,96192},{0.056,51989},{0.111,28314},{0.200,21472},{0.391,19031},{0.482,12682},{0.440,10155},{0.600,11771},{0.856,19875},{0.961,41319},{0.947,72098}}|402864|.402|201909|NDFD
>
>
SLC|12|po|12|{{0.001,240647},{0.006,127154},{0.033,108252},{0.183,91554},{0.298,46212},{0.507,27638},{0.652,22280},{0.765,15436},{0.852,16342},{0.921,17523},{0.945,10927},{0.992,7963}}|731928|.169|201909|NDFD
>
>
SEW|12|po|12|{{0.005,7686},{0.025,51403},{0.107,77872},{0.255,40534},{0.375,26799},{0.512,21675},{0.638,22009},{0.736,23468},{0.768,21199},{0.909,23321},{0.953,28522},{0.928,20312}}|364800|.427|201909|NDFD
>
>
OTX|12|po|12|{{0.000,59008},{0.008,59973},{0.070,75562},{0.240,42843},{0.327,29537},{0.469,20623},{0.594,19689},{0.707,25523},{0.904,30604},{0.938,39644},{0.957,30754},{0.990,16864}}|450624|.391|201909|NDFD
>
>
BOU|24|po|12|{{0.001,73329},{0.030,95422},{0.125,62040},{0.303,23384},{0.567,12698},{0.492,16877},{0.693,8827},{0.896,4696},{0.996,2782},{1.000,3973},{1.000,292},{999,0}}|304320|.166|201909|NDFD
>
>
GJT|24|po|12|{{0.000,154520},{0.003,139994},{0.022,72798},{0.066,58624},{0.243,38625},{0.392,31105},{0.616,18726},{0.828,9814},{0.979,2583},{0.929,707},{999,0},{999,0}}|527496|.095|201909|NDFD
>
>
PUB|24|po|12|{{0.000,46273},{0.006,130654},{0.052,90547},{0.202,26494},{0.338,13280},{0.310,9573},{0.436,7505},{0.656,6267},{0.647,2610},{0.759,1284},{1.000,1},{999,0}}|334488|.085|201909|NDFD
>
>
LOT|24|po|12|{{0.058,26078},{0.141,22494},{0.235,36775},{0.341,22440},{0.442,7337},{0.700,9328},{0.793,3618},{0.968,2792},{0.831,8123},{0.945,7367},{0.997,4226},{1.000,3214}}|153792|.374|201909|NDFD
>
>
ILX|24|po|12|{{0.000,48547},{0.045,38470},{0.109,47247},{0.197,21423},{0.246,9981},{0.473,11871},{0.660,5245},{0.735,3895},{0.842,6685},{0.981,5622},{1.000,2926},{999,0}}|201912|.196|201909|NDFD
>
>
IND|24|po|12|{{0.001,48823},{0.017,43654},{0.041,43510},{0.078,14987},{0.060,5259},{0.000,6},{999,0},{1.000,987},{1.000,3647},{1.000,2159},{999,0},{999,0}}|163032|.067|201909|NDFD
>
>
IWX|24|po|12|{{0.000,35441},{0.069,46126},{0.126,31465},{0.156,24175},{0.322,11215},{0.571,10195},{0.873,2920},{0.998,1094},{1.000,3072},{1.000,2299},{1.000,2086},{999,0}}|170088|.185|201909|NDFD
>
>
DVN|24|po|12|{{0.075,20049},{0.026,33623},{0.101,44793},{0.340,14069},{0.474,14927},{0.601,13008},{0.620,12252},{0.544,14242},{0.779,15546},{0.919,20980},{0.901,1197},{1.000,8722}}|213408|.389|201909|NDFD
>
>
DMX|24|po|12|{{0.000,19168},{0.077,61080},{0.064,41522},{0.140,17076},{0.366,20487},{0.432,21704},{0.455,34908},{0.707,27555},{0.813,23212},{0.910,20265},{0.965,9887},{1.000,1816}}|298680|.370|201909|NDFD
>
>
DDC|24|po|12|{{0.000,50075},{0.004,46897},{0.017,52536},{0.100,37660},{0.308,15034},{0.548,9900},{0.482,6400},{0.716,3033},{0.777,3249},{0.486,3240},{999,0},{999,0}}|228024|.106|201909|NDFD
>
>
GLD|24|po|12|{{0.000,53113},{0.014,41560},{0.031,56629},{0.112,24002},{0.553,12417},{0.656,10279},{0.812,5450},{0.785,4102},{0.940,4961},{0.988,3535},{999,0},{999,0}}|216048|.159|201909|NDFD
>
>
TOP|24|po|12|{{0.000,15530},{0.008,50017},{0.047,42565},{0.128,13982},{0.145,10717},{0.424,7723},{0.394,6031},{0.427,4237},{0.644,4066},{0.844,1484},{1.000,3646},{1.000,2170}}|162168|.141|201909|NDFD
>
>
ICT|24|po|12|{{0.000,22623},{0.002,53104},{0.026,76907},{0.141,21419},{0.371,18686},{0.462,8313},{0.627,5958},{0.531,3450},{0.816,2990},{0.971,3360},{0.990,2022},{999,0}}|218832|.133|201909|NDFD
>
>
JKL|24|po|12|{{0.000,23146},{0.009,57059},{0.062,18690},{0.088,10351},{0.186,4949},{0.016,186},{0.179,4827},{999,0},{999,0},{999,0},{999,0},{999,0}}|119208|.037|201909|NDFD
>
>
LMK|24|po|12|{{0.001,67743},{0.017,72911},{0.029,39006},{0.110,7898},{0.753,2308},{0.429,2197},{0.203,7623},{1.000,700},{1.000,158},{999,0},{999,0},{999,0}}|200544|.042|201909|NDFD
>
>
PAH|24|po|12|{{0.001,95639},{0.021,82283},{0.051,38637},{0.127,8642},{0.337,4679},{0.630,4774},{0.485,6363},{0.705,8606},{1.000,169},{999,0},{999,0},{999,0}}|249792|.075|201909|NDFD
>
>
DTX|24|po|12|{{0.062,68092},{0.159,74509},{0.210,98904},{0.358,41224},{0.404,30527},{0.742,20352},{0.762,16297},{0.893,9235},{0.875,11682},{0.803,10566},{0.900,11222},{1.000,4038}}|396648|.334|201909|NDFD
>
>
APX|24|po|12|{{0.000,7304},{0.133,54826},{0.325,30809},{0.468,30113},{0.500,14043},{0.780,7126},{0.731,13711},{0.742,15046},{0.809,9245},{0.984,12924},{1.000,7937},{1.000,2428}}|205512|.466|201909|NDFD
>
>
GRR|24|po|12|{{0.163,17588},{0.140,35681},{0.272,36708},{0.243,15586},{0.231,6742},{0.431,15264},{0.818,6180},{0.922,5111},{0.996,3636},{1.000,7566},{0.994,7388},{0.869,4334}}|161784|.382|201909|NDFD
>
>
MQT|24|po|12|{{0.144,17186},{0.032,72404},{0.182,109310},{0.348,69150},{0.477,34608},{0.472,24917},{0.620,28262},{0.654,27705},{0.830,26824},{0.865,42960},{0.994,36817},{0.999,22713}}|512856|.451|201909|NDFD
>
>
DLH|24|po|12|{{0.000,31336},{0.027,45270},{0.113,61071},{0.143,41574},{0.362,30556},{0.679,34135},{0.671,30471},{0.660,22480},{0.694,16851},{0.897,24986},{0.990,43321},{1.000,17597}}|399648|.446|201909|NDFD
>
>
MPX|24|po|12|{{0.000,23024},{0.004,51328},{0.107,66012},{0.300,35736},{0.426,27045},{0.497,27026},{0.597,23286},{0.734,24345},{0.893,22682},{0.917,29578},{0.996,27947},{1.000,10439}}|368448|.435|201909|NDFD
>
>
EAX|24|po|12|{{0.010,37336},{0.043,72792},{0.024,61225},{0.171,12622},{0.289,8631},{0.461,9541},{0.697,10207},{0.714,14806},{0.968,7212},{0.912,5861},{0.952,4145},{0.993,6590}}|250968|.217|201909|NDFD
>
>
SGF|24|po|12|{{0.001,68126},{0.008,77970},{0.012,25774},{0.042,14424},{0.072,19291},{0.252,14560},{0.603,7524},{0.794,9164},{0.778,10228},{0.969,2701},{1.000,1995},{1.000,195}}|251952|.124|201909|NDFD
>
>
LSX|24|po|12|{{0.000,29625},{0.016,79582},{0.016,72806},{0.089,21707},{0.253,19062},{0.493,16253},{0.648,9466},{0.650,11210},{0.457,6131},{0.670,4094},{0.747,1819},{0.841,1293}}|273048|.141|201909|NDFD
>
>
GID|24|po|12|{{0.006,31757},{0.001,20317},{0.024,59627},{0.100,36727},{0.233,11538},{0.384,9944},{0.715,7732},{0.891,8628},{0.875,7837},{0.836,4751},{0.969,3078},{999,0}}|201936|.192|201909|NDFD
>
>
LBF|24|po|12|{{0.000,37226},{0.024,85982},{0.079,84818},{0.234,43006},{0.445,14736},{0.311,11117},{0.313,12159},{0.807,13437},{0.871,16693},{0.978,17847},{1.000,13112},{1.000,3}}|350136|.253|201909|NDFD
>
>
OAX|24|po|12|{{0.000,3261},{0.035,39216},{0.085,70369},{0.187,19224},{0.455,20816},{0.485,16451},{0.377,20000},{0.699,18661},{0.860,10504},{0.901,5897},{0.963,6352},{0.993,1737}}|232488|.306|201909|NDFD
>
>
BIS|24|po|12|{{0.017,127761},{0.190,26501},{0.233,68467},{0.286,46569},{0.313,45746},{0.318,39609},{0.513,40236},{0.801,36960},{0.887,38087},{0.951,35468},{0.956,29245},{0.995,49487}}|584136|.442|201909|NDFD
>
>
FGF|24|po|12|{{0.002,79107},{0.059,71358},{0.133,56849},{0.322,45319},{0.421,35528},{0.466,21731},{0.667,22058},{0.706,17602},{0.623,21765},{0.771,36351},{0.890,48457},{0.998,27907}}|484032|.395|201909|NDFD
>
>
ABR|24|po|12|{{0.002,60788},{0.036,60618},{0.195,34078},{0.420,38694},{0.532,31152},{0.531,18434},{0.692,13977},{0.772,21562},{0.939,26854},{0.998,12592},{1.000,12167},{1.000,4532}}|335448|.395|201909|NDFD
>
>
UNR|24|po|12|{{0.004,47753},{0.018,115842},{0.081,63104},{0.208,46994},{0.573,24043},{0.611,23264},{0.633,24590},{0.804,24675},{0.821,25521},{0.948,42243},{0.960,14108},{1.000,23}}|452160|.343|201909|NDFD
>
>
FSD|24|po|12|{{0.062,22309},{0.066,51831},{0.198,60199},{0.166,53063},{0.271,21237},{0.343,11120},{0.531,14121},{0.723,17422},{0.856,18792},{0.964,21899},{0.999,15545},{1.000,478}}|308016|.352|201909|NDFD
>
>
GRB|24|po|12|{{0.001,3357},{0.008,43293},{0.127,24864},{0.143,15181},{0.378,11748},{0.766,14825},{0.715,17283},{0.897,20610},{0.891,19976},{0.920,12910},{0.976,23823},{1.000,1458}}|209328|.510|201909|NDFD
>
>
ARX|24|po|12|{{0.036,33129},{0.042,22327},{0.221,13860},{0.142,12054},{0.214,10843},{0.468,8674},{0.756,6528},{0.753,16744},{0.897,34139},{0.949,24411},{0.978,26711},{0.990,6100}}|215520|.542|201909|NDFD
>
>
MKX|24|po|12|{{0.034,20760},{0.053,60376},{0.254,30366},{0.426,41509},{0.559,21570},{0.470,23789},{0.709,20411},{0.873,23883},{0.873,24346},{0.850,15023},{0.911,21629},{0.991,7186}}|310848|.478|201909|NDFD
>
>
CYS|24|po|12|{{0.000,96996},{0.031,98650},{0.190,52201},{0.282,28716},{0.462,24478},{0.483,20334},{0.607,19613},{0.798,15547},{0.869,13347},{0.889,5952},{1.000,2220},{1.000,402}}|378456|.227|201909|NDFD
>
>
RIW|24|po|12|{{0.000,156146},{0.010,103364},{0.073,63170},{0.302,49096},{0.444,49604},{0.545,42085},{0.636,33978},{0.804,37205},{0.814,43385},{0.905,26325},{0.957,6801},{1.000,2809}}|613968|.302|201909|NDFD
>
>
CAR|24|po|12|{{0.000,46178},{0.000,48844},{0.151,49808},{0.306,21164},{0.454,12004},{0.378,7015},{0.507,13328},{0.533,13265},{0.633,8891},{0.912,15310},{0.972,20719},{1.000,1162}}|257688|.298|201909|NDFD
>
>
GYX|24|po|12|{{0.000,69001},{0.000,61875},{0.103,36727},{0.279,27102},{0.461,17769},{0.359,20359},{0.519,13769},{0.732,12563},{0.642,17318},{0.848,8037},{0.989,1008},{999,0}}|285528|.218|201909|NDFD
>
>
BOX|24|po|12|{{0.000,43690},{0.033,59629},{0.111,26556},{0.226,18994},{0.151,7925},{0.241,8604},{0.421,4188},{0.706,11977},{0.847,6848},{0.865,8385},{0.957,7444},{999,0}}|204240|.210|201909|NDFD
>
>
PHI|24|po|12|{{0.000,58196},{0.012,34044},{0.033,44892},{0.218,10753},{0.463,13868},{0.620,15577},{0.447,15142},{0.381,7060},{1.000,4},{999,0},{999,0},{999,0}}|199536|.149|201909|NDFD
>
>
ALY|24|po|12|{{0.000,17191},{0.000,46393},{0.041,32236},{0.271,22533},{0.380,19326},{0.463,15892},{0.755,6303},{0.969,5827},{1.000,211},{999,0},{999,0},{999,0}}|165912|.197|201909|NDFD
>
>
BGM|24|po|12|{{0.000,32203},{0.005,43398},{0.073,32716},{0.160,34657},{0.571,15514},{0.691,15750},{0.771,8329},{0.565,5522},{0.338,872},{1.000,63},{999,0},{999,0}}|189024|.200|201909|NDFD
>
>
BUF|24|po|12|{{0.008,68627},{0.003,30890},{0.032,25479},{0.338,28676},{0.625,22063},{0.624,23884},{0.778,11564},{0.679,7455},{1.000,1208},{1.000,7828},{1.000,470},{999,0}}|228144|.278|201909|NDFD
>
>
OKX|24|po|12|{{0.000,23402},{0.000,21073},{0.114,34780},{0.126,4931},{0.281,4919},{0.312,4820},{0.663,7847},{0.576,7645},{0.746,6407},{999,0},{999,0},{999,0}}|115824|.189|201909|NDFD
>
>
MHX|24|po|12|{{0.000,13402},{0.004,60656},{0.025,46078},{0.128,24422},{0.415,5742},{0.287,4474},{0.062,902},{0.000,490},{0.000,2},{999,0},{999,0},{999,0}}|156168|.053|201909|NDFD
>
>
RAH|24|po|12|{{0.000,50067},{0.000,25145},{0.020,52589},{0.088,27826},{0.131,10275},{0.310,58},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|165960|.029|201909|NDFD
>
>
ILM|24|po|12|{{0.000,14026},{0.008,51894},{0.032,52776},{0.231,11634},{0.269,5678},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|136008|.046|201909|NDFD
>
>
CLE|24|po|12|{{0.000,22018},{0.003,87000},{0.045,52044},{0.246,43863},{0.355,12787},{0.807,8497},{0.903,10717},{0.951,8566},{0.911,3480},{0.999,4996},{999,0},{999,0}}|253968|.200|201909|NDFD
>
>
ILN|24|po|12|{{0.000,40168},{0.001,52916},{0.061,60226},{0.194,34354},{0.245,7326},{0.608,5822},{0.423,4507},{0.687,2512},{0.927,1833},{999,0},{999,0},{999,0}}|209664|.100|201909|NDFD
>
>
PBZ|24|po|12|{{0.000,22898},{0.010,30247},{0.107,83715},{0.269,23793},{0.361,18087},{0.560,8434},{0.737,6206},{0.955,3240},{0.889,1188},{999,0},{999,0},{999,0}}|197808|.180|201909|NDFD
>
>
CTP|24|po|12|{{0.000,55626},{0.018,32220},{0.077,61504},{0.131,42582},{0.360,17931},{0.578,17987},{0.695,10459},{0.468,5362},{1.000,486},{1.000,43},{999,0},{999,0}}|244200|.156|201909|NDFD
>
>
CHS|24|po|12|{{0.003,33727},{0.003,66421},{0.035,43336},{0.212,19105},{0.426,5767},{0.269,2629},{0.224,1744},{0.254,1055},{999,0},{999,0},{999,0},{999,0}}|173784|.056|201909|NDFD
>
>
CAE|24|po|12|{{0.000,20965},{0.000,53726},{0.022,43843},{0.387,12363},{0.670,1794},{0.531,1338},{0.456,1523},{999,0},{999,0},{999,0},{999,0},{999,0}}|135552|.061|201909|NDFD
>
>
GSP|24|po|12|{{0.000,13021},{0.001,81060},{0.014,64977},{0.058,28959},{0.097,10579},{0.144,4706},{0.447,3924},{0.777,4142},{999,0},{999,0},{999,0},{999,0}}|211368|.044|201909|NDFD
>
>
BTV|24|po|12|{{0.000,42674},{0.000,32022},{0.026,24427},{0.203,23563},{0.407,14592},{0.408,7267},{0.663,8127},{0.847,11040},{0.969,7854},{1.000,1876},{1.000,174},{999,0}}|173616|.223|201909|NDFD
>
>
LWX|24|po|12|{{0.000,34253},{0.011,68218},{0.069,31859},{0.139,43532},{0.199,20956},{0.250,12439},{0.565,4980},{0.000,3},{999,0},{999,0},{999,0},{999,0}}|216240|.088|201909|NDFD
>
>
RNK|24|po|12|{{0.000,32218},{0.008,34013},{0.038,71584},{0.140,37621},{0.107,17376},{0.171,7794},{0.676,1162},{999,0},{999,0},{999,0},{999,0},{999,0}}|201768|.061|201909|NDFD
>
>
AKQ|24|po|12|{{0.000,78748},{0.000,30330},{0.016,66768},{0.136,37320},{0.384,15807},{0.492,13778},{0.657,3728},{0.000,193},{999,0},{999,0},{999,0},{999,0}}|246672|.087|201909|NDFD
>
>
RLX|24|po|12|{{0.010,47570},{0.020,59261},{0.035,54930},{0.113,38253},{0.274,15312},{0.381,9994},{0.722,227},{0.966,556},{1.000,1},{999,0},{999,0},{999,0}}|226104|.073|201909|NDFD
>
>
BMX|24|po|12|{{0.000,93137},{0.003,58721},{0.017,92237},{0.082,25061},{0.193,9270},{0.007,598},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|279024|.020|201909|NDFD
>
>
HUN|24|po|12|{{0.000,18486},{0.000,34165},{0.012,19515},{0.078,17259},{0.291,2639},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|92064|.025|201909|NDFD
>
>
MOB|24|po|12|{{0.008,35854},{0.004,113131},{0.036,79769},{0.230,22595},{0.594,4628},{0.882,2433},{0.707,1150},{999,0},{999,0},{999,0},{999,0},{999,0}}|259560|.056|201909|NDFD
>
>
LZK|24|po|12|{{0.002,34275},{0.002,151733},{0.065,64330},{0.406,27631},{0.339,26613},{0.226,9309},{0.451,12364},{0.640,4444},{1.000,1773},{999,0},{999,0},{999,0}}|332472|.111|201909|NDFD
>
>
JAX|24|po|12|{{0.002,37554},{0.008,87374},{0.058,53204},{0.155,29179},{0.358,17575},{0.544,8862},{0.706,5988},{0.799,4453},{0.436,1486},{0.926,815},{0.998,1258},{1.000,700}}|248448|.123|201909|NDFD
>
>
EYW|24|po|12|{{999,0},{0.005,5731},{0.096,43131},{0.391,58509},{0.413,50938},{0.491,8650},{0.736,30251},{0.875,18922},{0.931,5406},{0.956,2478},{999,0},{999,0}}|224016|.440|201909|NDFD
>
>
MLB|24|po|12|{{0.000,8137},{0.006,40677},{0.090,57301},{0.368,43226},{0.515,17771},{0.674,8891},{0.903,10188},{0.815,9684},{0.963,1035},{0.976,3442},{999,0},{999,0}}|200352|.289|201909|NDFD
>
>
MFL|24|po|12|{{999,0},{0.001,35853},{0.093,55312},{0.257,55546},{0.412,26286},{0.445,16944},{0.550,19501},{0.472,12526},{0.721,6167},{0.571,3290},{0.988,1110},{1.000,1}}|232536|.266|201909|NDFD
>
>
TAE|24|po|12|{{0.003,170071},{0.010,144602},{0.100,39890},{0.319,17371},{0.438,5821},{0.212,2141},{0.647,1570},{0.958,2762},{0.983,948},{999,0},{999,0},{999,0}}|385176|.049|201909|NDFD
>
>
TBW|24|po|12|{{0.002,70361},{0.040,79421},{0.067,42535},{0.215,34870},{0.336,20810},{0.374,5016},{0.454,5224},{0.775,939},{999,0},{999,0},{999,0},{999,0}}|259176|.099|201909|NDFD
>
>
FFC|24|po|12|{{0.001,27076},{0.000,147490},{0.024,102842},{0.189,21864},{0.205,14368},{0.745,3116},{0.820,596},{999,0},{999,0},{999,0},{999,0},{999,0}}|317352|.039|201909|NDFD
>
>
LCH|24|po|12|{{999,0},{0.005,105288},{0.111,115499},{0.278,56888},{0.514,21067},{0.648,9819},{0.904,6071},{0.948,6716},{0.919,4712},{0.944,3813},{1.000,1510},{1.000,9}}|331392|.204|201909|NDFD
>
>
LIX|24|po|12|{{0.007,123828},{0.057,73946},{0.091,97489},{0.343,59584},{0.643,19924},{0.808,6931},{0.960,2800},{1.000,1879},{1.000,669},{1.000,1342},{999,0},{999,0}}|388392|.153|201909|NDFD
>
>
SHV|24|po|12|{{0.003,73480},{0.014,137465},{0.055,72680},{0.137,31697},{0.021,11049},{0.288,5392},{0.252,706},{0.658,6704},{0.953,4724},{1.000,4790},{1.000,2169},{999,0}}|350856|.081|201909|NDFD
>
>
JAN|24|po|12|{{0.001,114558},{0.016,154069},{0.052,43853},{0.167,19853},{0.437,4062},{0.576,7397},{0.700,1863},{0.593,2009},{999,0},{999,0},{999,0},{999,0}}|347664|.048|201909|NDFD
>
>
ABQ|24|po|12|{{0.000,14035},{0.002,218135},{0.076,295877},{0.211,144058},{0.407,84763},{0.625,53463},{0.647,23319},{0.735,26817},{0.893,8067},{1.000,3459},{1.000,3715},{1.000,4}}|875712|.195|201909|NDFD
>
>
OUN|24|po|12|{{0.000,120195},{0.004,80117},{0.032,129275},{0.230,55662},{0.478,22010},{0.620,28124},{0.726,11936},{0.858,13053},{0.972,8271},{0.995,8242},{1.000,2851},{999,0}}|479736|.175|201909|NDFD
>
>
TSA|24|po|12|{{0.000,31325},{0.006,128872},{0.119,24320},{0.412,23435},{0.575,13993},{0.450,15187},{0.852,5046},{0.876,7869},{0.844,5696},{1.000,3459},{1.000,814},{1.000,456}}|260472|.188|201909|NDFD
>
>
MEG|24|po|12|{{0.000,99171},{0.007,120650},{0.012,52451},{0.064,17233},{0.365,5835},{0.641,3460},{0.811,1689},{0.918,1810},{1.000,458},{1.000,3},{999,0},{999,0}}|302760|.035|201909|NDFD
>
>
MRX|24|po|12|{{0.002,42624},{0.001,35859},{0.010,53783},{0.199,19759},{0.139,10119},{0.184,2113},{0.137,95},{999,0},{999,0},{999,0},{999,0},{999,0}}|164352|.039|201909|NDFD
>
>
OHX|24|po|12|{{0.005,49513},{0.002,42746},{0.049,39778},{0.090,27198},{0.079,1901},{0.265,1674},{0.101,3928},{0.000,134},{999,0},{999,0},{999,0},{999,0}}|166872|.034|201909|NDFD
>
>
AMA|24|po|12|{{0.000,11886},{0.002,70764},{0.007,62090},{0.076,49647},{0.337,24383},{0.650,17432},{0.643,10490},{0.864,10507},{0.944,4553},{1.000,1528},{1.000,792},{999,0}}|264072|.175|201909|NDFD
>
>
EWX|24|po|12|{{0.005,23528},{0.010,134643},{0.032,91343},{0.209,76594},{0.374,16037},{0.476,5074},{0.634,2828},{0.027,113},{999,0},{999,0},{999,0},{999,0}}|350160|.088|201909|NDFD
>
>
BRO|24|po|12|{{0.013,10898},{0.002,13670},{0.054,25903},{0.234,61534},{0.383,26343},{0.386,6233},{0.371,3872},{0.803,4543},{0.981,1348},{999,0},{999,0},{999,0}}|154344|.226|201909|NDFD
>
>
CRP|24|po|12|{{0.012,10248},{0.013,30052},{0.049,56461},{0.187,76589},{0.370,27757},{0.438,9179},{0.327,4245},{0.382,3008},{0.673,4256},{0.659,1021},{999,0},{999,0}}|222816|.170|201909|NDFD
>
>
EPZ|24|po|12|{{0.000,7153},{0.011,67322},{0.075,77597},{0.225,45628},{0.328,41500},{0.495,31129},{0.448,15736},{0.745,8704},{0.968,5726},{1.000,1641},{1.000,2424},{999,0}}|304560|.227|201909|NDFD
>
>
FWD|24|po|12|{{0.001,66007},{0.009,160924},{0.046,96431},{0.150,34902},{0.179,10797},{0.316,5772},{0.367,4528},{0.749,6648},{0.563,199},{999,0},{999,0},{999,0}}|386208|.056|201909|NDFD
>
>
HGX|24|po|12|{{0.000,12163},{0.065,67927},{0.150,79082},{0.303,54319},{0.477,25674},{0.604,16010},{0.532,10573},{0.557,6208},{0.726,6836},{0.859,9545},{0.935,5548},{1.000,163}}|294048|.280|201909|NDFD
>
>
LUB|24|po|12|{{0.000,23567},{0.001,34416},{0.022,46484},{0.186,33868},{0.302,19318},{0.361,21656},{0.691,12081},{0.907,11068},{0.869,4618},{1.000,3729},{1.000,2099},{999,0}}|212904|.231|201909|NDFD
>
>
MAF|24|po|12|{{0.000,121},{0.004,99909},{0.104,92803},{0.227,117663},{0.412,86113},{0.374,47590},{0.583,30686},{0.713,17601},{0.741,6680},{0.893,4645},{1.000,93},{999,0}}|503904|.257|201909|NDFD
>
>
SJT|24|po|12|{{0.006,41113},{0.006,81386},{0.057,78292},{0.188,44766},{0.648,10667},{0.810,4074},{0.825,1855},{0.948,893},{0.964,138},{999,0},{999,0},{999,0}}|263184|.100|201909|NDFD
>
>
FGZ|24|po|12|{{0.001,145701},{0.000,94104},{0.019,95718},{0.095,74520},{0.202,39512},{0.223,14992},{0.443,13143},{0.676,13575},{0.656,9878},{0.883,2497},{999,0},{999,0}}|503640|.087|201909|NDFD
>
>
PSR|24|po|12|{{0.000,135935},{0.009,63484},{0.083,34974},{0.205,25765},{0.284,23483},{0.381,7985},{0.525,7984},{0.572,11855},{0.715,8995},{0.905,780},{999,0},{999,0}}|321240|.114|201909|NDFD
>
>
TWC|24|po|12|{{0.000,36986},{0.009,67217},{0.034,29747},{0.100,26148},{0.206,26557},{0.222,24834},{0.474,20224},{0.555,16646},{0.733,6380},{0.977,6683},{0.998,466},{999,0}}|261888|.175|201909|NDFD
>
>
EKA|24|po|12|{{0.000,114232},{0.027,71713},{0.188,42157},{0.410,15621},{0.682,6743},{0.635,4214},{0.833,4006},{0.870,3028},{0.949,3069},{0.985,3695},{0.993,5113},{0.998,6201}}|279792|.169|201909|NDFD
>
>
LOX|24|po|12|{{0.001,135354},{0.000,168985},{0.032,17863},{0.084,931},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|323136|.003|201909|NDFD
>
>
STO|24|po|12|{{0.001,171728},{0.020,55309},{0.084,23212},{0.311,11889},{0.610,8521},{0.809,6261},{0.920,6084},{0.986,6894},{0.994,2782},{1.000,336},{999,0},{999,0}}|293016|.112|201909|NDFD
>
>
SGX|24|po|12|{{0.000,75929},{0.001,56171},{0.072,11239},{0.108,6018},{0.091,3859},{0.395,2448},{0.808,1229},{0.877,163},{999,0},{999,0},{999,0},{999,0}}|157056|.025|201909|NDFD
>
>
MTR|24|po|12|{{0.000,208632},{0.003,75670},{0.046,22043},{0.175,10829},{0.265,4311},{0.422,2253},{0.471,922},{1.000,375},{1.000,333},{999,0},{999,0},{999,0}}|325368|.020|201909|NDFD
>
>
HNX|24|po|12|{{0.000,224151},{0.001,24423},{0.017,10613},{0.021,3612},{0.112,2019},{0.271,1407},{0.426,1170},{1.000,239},{1.000,14},{999,0},{999,0},{999,0}}|267648|.006|201909|NDFD
>
>
BOI|24|po|12|{{0.000,184851},{0.013,77666},{0.063,70983},{0.180,52073},{0.258,34572},{0.424,34037},{0.489,33403},{0.508,23360},{0.677,8428},{0.831,5937},{0.999,4671},{1.000,2579}}|532560|.158|201909|NDFD
>
>
PIH|24|po|12|{{0.000,99085},{0.007,40902},{0.053,35031},{0.216,30291},{0.376,30903},{0.434,27898},{0.608,16820},{0.629,16552},{0.751,16502},{0.856,9459},{0.971,7197},{1.000,6224}}|336864|.258|201909|NDFD
>
>
BYZ|24|po|12|{{0.001,63047},{0.012,69833},{0.075,73254},{0.312,51266},{0.616,36046},{0.766,20623},{0.828,12486},{0.932,21980},{0.963,23921},{0.972,30265},{0.990,41856},{1.000,11951}}|456528|.432|201909|NDFD
>
>
GGW|24|po|12|{{0.000,62253},{0.035,55604},{0.170,58101},{0.310,16904},{0.784,27918},{0.681,22674},{0.805,16113},{0.948,12586},{0.992,9826},{0.993,15593},{1.000,27267},{0.999,45649}}|370488|.479|201909|NDFD
>
>
TFX|24|po|12|{{0.012,85006},{0.038,101107},{0.081,95488},{0.265,38304},{0.371,28336},{0.590,38305},{0.614,32258},{0.688,28965},{0.808,31269},{0.898,31789},{0.963,26425},{1.000,44481}}|581733|.377|201909|NDFD
>
>
MSO|24|po|12|{{0.000,49509},{0.000,97308},{0.061,41560},{0.169,31685},{0.333,34142},{0.408,36493},{0.498,34371},{0.561,38399},{0.682,34376},{0.750,31957},{0.902,18108},{0.994,12028}}|459936|.323|201909|NDFD
>
>
LKN|24|po|12|{{0.000,226207},{0.008,121126},{0.099,83220},{0.227,54715},{0.348,35823},{0.522,23592},{0.639,14269},{0.712,10155},{0.846,4135},{0.843,2561},{1.000,5141},{1.000,1440}}|582384|.129|201909|NDFD
>
>
VEF|24|po|12|{{0.000,407166},{0.002,142120},{0.013,70553},{0.061,37707},{0.132,18570},{0.269,10019},{0.586,5051},{0.823,4984},{0.787,4085},{0.938,65},{999,0},{999,0}}|700320|.027|201909|NDFD
>
>
REV|24|po|12|{{0.000,180030},{0.004,55179},{0.111,47926},{0.265,37984},{0.491,23612},{0.749,10121},{0.867,7735},{0.955,3786},{1.000,1531},{1.000,112},{999,0},{999,0}}|368016|.127|201909|NDFD
>
>
MFR|24|po|12|{{0.000,128288},{0.009,136426},{0.066,58627},{0.259,37401},{0.535,28362},{0.608,18580},{0.612,21083},{0.777,26749},{0.795,24878},{0.742,16073},{0.931,13051},{0.992,16730}}|526248|.257|201909|NDFD
>
>
PDT|24|po|12|{{0.000,122250},{0.006,86705},{0.029,59446},{0.123,31104},{0.276,34019},{0.326,35856},{0.475,28527},{0.668,27043},{0.815,22879},{0.865,13317},{0.951,8429},{0.985,2481}}|472056|.210|201909|NDFD
>
>
PQR|24|po|12|{{0.000,8634},{0.009,117117},{0.141,74803},{0.364,36153},{0.484,17533},{0.474,12788},{0.614,10850},{0.648,12298},{0.731,22741},{0.815,17629},{0.836,15348},{0.875,56970}}|402864|.367|201909|NDFD
>
>
SLC|24|po|12|{{0.001,232287},{0.004,181965},{0.058,124150},{0.154,68846},{0.296,36991},{0.404,29722},{0.533,18905},{0.689,12600},{0.905,6077},{0.998,6228},{1.000,6511},{1.000,7646}}|731928|.118|201909|NDFD
>
>
SEW|24|po|12|{{0.049,12628},{0.046,61263},{0.058,77642},{0.294,38577},{0.435,33442},{0.567,24176},{0.624,22464},{0.718,20804},{0.812,19583},{0.889,18706},{0.955,24950},{0.975,10565}}|364800|.393|201909|NDFD
>
>
OTX|24|po|12|{{0.003,55801},{0.024,96150},{0.091,86476},{0.263,32469},{0.315,37343},{0.390,36748},{0.372,27288},{0.480,23089},{0.633,22545},{0.814,18365},{0.868,12684},{0.933,1666}}|450624|.239|201909|NDFD
>
>
BOU|36|po|12|{{0.001,75049},{0.029,108129},{0.084,52727},{0.141,20642},{0.323,16392},{0.482,11409},{0.597,5247},{0.559,1875},{0.676,170},{999,0},{999,0},{999,0}}|291640|.088|201909|NDFD
>
>
GJT|36|po|12|{{0.001,120289},{0.011,149228},{0.036,65892},{0.170,48482},{0.181,43806},{0.331,35777},{0.441,22005},{0.556,13640},{0.914,4948},{0.984,1429},{1.000,21},{999,0}}|505517|.110|201909|NDFD
>
>
PUB|36|po|12|{{0.004,39680},{0.010,128848},{0.054,89750},{0.125,32321},{0.230,16540},{0.270,8348},{0.396,3713},{0.509,1348},{1.000,3},{999,0},{999,0},{999,0}}|320551|.058|201909|NDFD
>
>
LOT|36|po|12|{{0.000,12268},{0.010,44488},{0.328,18432},{0.451,17388},{0.471,15612},{0.717,10207},{0.874,9710},{0.940,5217},{1.000,2741},{1.000,3603},{1.000,4897},{1.000,2821}}|147384|.383|201909|NDFD
>
>
ILX|36|po|12|{{0.000,25121},{0.017,56807},{0.095,43018},{0.215,22251},{0.399,17947},{0.770,8296},{0.895,8343},{0.681,3017},{0.971,1870},{1.000,1667},{1.000,5162},{999,0}}|193499|.215|201909|NDFD
>
>
IND|36|po|12|{{0.004,28066},{0.052,60117},{0.168,43379},{0.222,10577},{0.131,8027},{0.275,3667},{0.618,1567},{0.788,600},{0.929,239},{999,0},{999,0},{999,0}}|156239|.106|201909|NDFD
>
>
IWX|36|po|12|{{0.000,28784},{0.040,26805},{0.259,48651},{0.683,14675},{0.604,15769},{0.538,12427},{0.784,6935},{0.790,4311},{0.810,2433},{0.975,1676},{1.000,535},{999,0}}|163001|.324|201909|NDFD
>
>
DVN|36|po|12|{{0.000,10398},{0.026,48763},{0.189,37027},{0.334,22173},{0.437,22187},{0.652,8232},{0.806,6749},{0.951,16964},{0.826,7814},{0.749,6671},{0.994,15650},{1.000,1888}}|204516|.397|201909|NDFD
>
>
DMX|36|po|12|{{0.000,15983},{0.081,59951},{0.212,48605},{0.487,35305},{0.503,14565},{0.586,11271},{0.808,12805},{0.863,24142},{0.846,31619},{0.960,15154},{0.964,16074},{1.000,761}}|286235|.472|201909|NDFD
>
>
DDC|36|po|12|{{0.013,28349},{0.007,60322},{0.054,62272},{0.093,34268},{0.422,15554},{0.528,4989},{0.352,3595},{0.276,2595},{1.000,1118},{1.000,2296},{1.000,3165},{999,0}}|218523|.115|201909|NDFD
>
>
GLD|36|po|12|{{0.017,48121},{0.029,83187},{0.037,37521},{0.119,23520},{0.400,7528},{0.671,1977},{0.881,1500},{1.000,1701},{1.000,1248},{1.000,743},{999,0},{999,0}}|207046|.081|201909|NDFD
>
>
TOP|36|po|12|{{0.000,17263},{0.003,24230},{0.106,41556},{0.263,22916},{0.245,15084},{0.209,10290},{0.252,5767},{0.563,7554},{0.950,3905},{0.863,3232},{0.708,2349},{1.000,1265}}|155411|.203|201909|NDFD
>
>
ICT|36|po|12|{{0.000,20495},{0.000,45617},{0.056,62573},{0.150,26403},{0.304,16879},{0.403,16477},{0.613,9267},{0.609,2761},{0.830,4709},{0.891,2169},{0.972,2322},{1.000,42}}|209714|.166|201909|NDFD
>
>
JKL|36|po|12|{{0.000,20676},{0.056,54243},{0.160,21184},{0.248,5951},{0.512,3258},{0.417,3266},{0.483,5663},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.119|201909|NDFD
>
>
LMK|36|po|12|{{0.015,52911},{0.026,77344},{0.077,38226},{0.086,9371},{0.489,8824},{0.232,2789},{0.457,2723},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.066|201909|NDFD
>
>
PAH|36|po|12|{{0.000,45692},{0.017,115315},{0.072,37680},{0.236,19913},{0.483,15280},{0.620,5504},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.084|201909|NDFD
>
>
DTX|36|po|12|{{0.004,54632},{0.097,61582},{0.348,57327},{0.552,38034},{0.553,28256},{0.633,22680},{0.779,28409},{0.825,24857},{0.959,37255},{0.998,19232},{0.982,7730},{1.000,127}}|380121|.480|201909|NDFD
>
>
APX|36|po|12|{{0.000,14640},{0.031,31738},{0.331,22012},{0.586,21613},{0.405,18145},{0.549,16789},{0.730,12218},{0.774,8793},{0.938,19090},{0.940,15852},{0.862,13117},{1.000,2942}}|196949|.509|201909|NDFD
>
>
GRR|36|po|12|{{0.000,16062},{0.022,29914},{0.098,16803},{0.418,13602},{0.582,17556},{0.566,15737},{0.683,10799},{0.871,12386},{0.945,6490},{0.964,10325},{0.996,5292},{1.000,77}}|155043|.430|201909|NDFD
>
>
MQT|36|po|12|{{999,0},{0.046,76852},{0.108,132582},{0.307,58663},{0.429,40086},{0.476,37332},{0.641,29265},{0.833,29523},{0.911,24206},{0.967,18293},{0.993,30160},{0.996,14525}}|491487|.404|201909|NDFD
>
>
DLH|36|po|12|{{0.000,5166},{0.079,47351},{0.234,87557},{0.297,52873},{0.527,32462},{0.706,28587},{0.811,30171},{0.923,19467},{0.951,20793},{0.980,20641},{0.991,30159},{1.000,7769}}|382996|.515|201909|NDFD
>
>
MPX|36|po|12|{{0.000,31714},{0.034,55754},{0.261,57194},{0.258,38525},{0.261,36314},{0.492,24382},{0.621,18999},{0.714,17614},{0.861,28547},{0.830,21663},{0.963,20841},{1.000,1549}}|353096|.387|201909|NDFD
>
>
EAX|36|po|12|{{0.000,35924},{0.012,46838},{0.103,50443},{0.105,31525},{0.141,12487},{0.195,12248},{0.465,12375},{0.558,11579},{0.719,9365},{0.929,8090},{0.983,4948},{1.000,4689}}|240511|.205|201909|NDFD
>
>
SGF|36|po|12|{{0.000,27689},{0.030,86779},{0.053,30121},{0.143,31098},{0.290,20156},{0.652,12339},{0.454,12178},{0.545,11022},{0.860,2370},{1.000,7631},{1.000,71},{999,0}}|241454|.181|201909|NDFD
>
>
LSX|36|po|12|{{0.000,15584},{0.005,81576},{0.090,81614},{0.254,25872},{0.378,17964},{0.422,15201},{0.520,7229},{0.667,6694},{0.783,2006},{1.000,1584},{1.000,6347},{999,0}}|261671|.173|201909|NDFD
>
>
GID|36|po|12|{{0.000,29819},{0.001,41750},{0.074,48147},{0.092,36751},{0.104,16058},{0.496,4822},{0.922,4710},{1.000,2140},{1.000,886},{1.000,1781},{1.000,6658},{999,0}}|193522|.139|201909|NDFD
>
>
LBF|36|po|12|{{0.001,29401},{0.021,130795},{0.099,68009},{0.287,34491},{0.216,18580},{0.139,22819},{0.386,11595},{0.316,11193},{0.590,5462},{0.988,3097},{1.000,105},{999,0}}|335547|.122|201909|NDFD
>
>
OAX|36|po|12|{{0.000,22981},{0.013,38423},{0.219,43523},{0.294,39088},{0.503,21224},{0.543,11310},{0.736,12277},{0.528,17032},{0.903,5920},{1.000,4998},{1.000,6025},{999,0}}|222801|.327|201909|NDFD
>
>
BIS|36|po|12|{{0.018,89812},{0.091,161215},{0.166,50128},{0.384,38712},{0.609,32079},{0.684,18756},{0.822,12665},{0.829,33347},{0.965,33291},{0.974,22836},{0.999,23958},{1.000,42998}}|559797|.413|201909|NDFD
>
>
FGF|36|po|12|{{0.007,62264},{0.056,95377},{0.146,58887},{0.422,46695},{0.398,24040},{0.486,17939},{0.494,18208},{0.735,24669},{0.836,29743},{0.908,24497},{0.974,31442},{0.947,30103}}|463864|.400|201909|NDFD
>
>
ABR|36|po|12|{{0.040,55669},{0.053,91034},{0.062,68833},{0.264,22891},{0.454,12282},{0.262,7394},{0.469,7576},{0.522,11127},{0.390,21665},{0.543,13181},{0.935,8850},{0.959,969}}|321471|.184|201909|NDFD
>
>
UNR|36|po|12|{{0.011,72076},{0.138,134239},{0.255,66193},{0.449,38101},{0.540,33396},{0.785,28035},{0.762,18980},{0.711,14560},{0.796,12038},{0.811,8464},{0.965,7237},{1.000,1}}|433320|.327|201909|NDFD
>
>
FSD|36|po|12|{{0.000,26862},{0.090,62899},{0.183,75367},{0.270,40079},{0.429,21479},{0.389,11949},{0.505,10080},{0.668,21727},{0.852,11595},{0.989,9756},{1.000,2720},{1.000,669}}|295182|.294|201909|NDFD
>
>
GRB|36|po|12|{{0.000,9058},{0.019,27393},{0.294,24111},{0.275,34406},{0.350,22016},{0.757,15497},{0.898,7038},{0.962,14641},{0.714,23737},{0.909,13012},{1.000,9697},{999,0}}|200606|.476|201909|NDFD
>
>
ARX|36|po|12|{{0.001,23913},{0.068,28835},{0.240,39316},{0.456,14429},{0.533,13913},{0.663,11000},{0.796,8019},{0.794,11631},{0.719,11892},{0.805,18040},{0.949,25552},{999,0}}|206540|.463|201909|NDFD
>
>
MKX|36|po|12|{{0.000,14043},{0.004,73835},{0.209,34336},{0.333,29942},{0.574,19806},{0.681,23939},{0.710,20895},{0.749,21477},{0.811,21482},{0.951,25050},{0.957,12293},{0.917,798}}|297896|.436|201909|NDFD
>
>
CYS|36|po|12|{{0.002,92517},{0.031,120469},{0.190,49823},{0.379,31504},{0.642,19458},{0.668,18646},{0.865,18453},{0.953,10010},{0.999,1381},{1.000,426},{999,0},{999,0}}|362687|.214|201909|NDFD
>
>
RIW|36|po|12|{{0.005,150817},{0.024,115682},{0.079,80445},{0.271,37630},{0.448,37559},{0.592,37201},{0.615,28645},{0.771,34861},{0.899,22229},{0.967,19433},{0.999,21649},{1.000,2235}}|588386|.282|201909|NDFD
>
>
CAR|36|po|12|{{0.000,52524},{0.038,78277},{0.115,48259},{0.204,4004},{0.420,3267},{0.438,6940},{0.529,8684},{0.853,17722},{0.866,10504},{0.570,9247},{0.954,6414},{0.959,1109}}|246951|.223|201909|NDFD
>
>
GYX|36|po|12|{{0.001,79428},{0.016,70987},{0.150,45774},{0.407,13016},{0.374,16313},{0.645,12383},{0.747,15425},{0.858,16855},{0.849,2788},{0.831,662},{999,0},{999,0}}|273631|.206|201909|NDFD
>
>
BOX|36|po|12|{{0.000,27017},{0.003,66742},{0.173,45794},{0.256,23273},{0.231,10480},{0.500,11400},{0.606,7742},{0.801,3061},{0.710,221},{999,0},{999,0},{999,0}}|195730|.151|201909|NDFD
>
>
PHI|36|po|12|{{0.000,42775},{0.008,53435},{0.032,52247},{0.283,20346},{0.318,11844},{0.784,8384},{0.948,2191},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.106|201909|NDFD
>
>
ALY|36|po|12|{{0.000,21443},{0.001,47757},{0.179,30111},{0.663,10744},{0.415,14791},{0.476,11873},{0.648,13248},{0.780,6179},{0.950,2595},{1.000,258},{999,0},{999,0}}|158999|.254|201909|NDFD
>
>
BGM|36|po|12|{{0.000,34188},{0.000,25812},{0.030,48756},{0.446,17531},{0.543,13836},{0.535,12862},{0.717,11277},{0.317,12308},{0.894,4428},{0.000,150},{999,0},{999,0}}|181148|.219|201909|NDFD
>
>
BUF|36|po|12|{{0.003,63190},{0.008,21615},{0.034,34688},{0.280,19170},{0.462,20567},{0.506,20861},{0.331,11211},{0.601,20657},{0.823,3452},{0.358,3227},{999,0},{999,0}}|218638|.215|201909|NDFD
>
>
OKX|36|po|12|{{0.000,13434},{0.000,37405},{0.073,32481},{0.137,10922},{0.575,8010},{0.364,6574},{0.515,2172},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.108|201909|NDFD
>
>
MHX|36|po|12|{{0.000,33282},{0.003,27227},{0.043,38014},{0.194,25570},{0.383,18531},{0.521,6676},{0.271,361},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.116|201909|NDFD
>
>
RAH|36|po|12|{{0.000,40077},{0.000,24512},{0.046,39742},{0.082,30781},{0.170,19352},{0.303,4044},{0.810,537},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.059|201909|NDFD
>
>
ILM|36|po|12|{{0.000,4471},{0.000,39751},{0.022,42452},{0.108,22718},{0.446,16862},{0.311,3874},{0.230,213},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.093|201909|NDFD
>
>
CLE|36|po|12|{{0.000,13168},{0.015,75013},{0.294,69120},{0.281,33495},{0.297,15400},{0.240,14751},{0.544,11093},{0.860,5867},{0.731,1426},{0.829,2977},{1.000,1076},{999,0}}|243386|.225|201909|NDFD
>
>
ILN|36|po|12|{{0.000,8736},{0.009,81464},{0.164,67236},{0.132,22262},{0.110,10898},{0.298,9137},{0.504,975},{0.982,220},{999,0},{999,0},{999,0},{999,0}}|200928|.096|201909|NDFD
>
>
PBZ|36|po|12|{{0.000,15209},{0.005,50561},{0.098,53252},{0.106,14538},{0.277,21509},{0.339,13454},{0.498,12285},{0.814,8758},{999,0},{999,0},{999,0},{999,0}}|189566|.162|201909|NDFD
>
>
CTP|36|po|12|{{0.012,57766},{0.002,43018},{0.046,40410},{0.184,27757},{0.414,18072},{0.714,24171},{0.782,16996},{0.843,4164},{0.997,1556},{0.983,115},{999,0},{999,0}}|234025|.218|201909|NDFD
>
>
CHS|36|po|12|{{0.000,9074},{0.003,47672},{0.019,45389},{0.291,38772},{0.479,11965},{0.286,6626},{0.365,3927},{0.456,2292},{0.113,824},{0.000,2},{999,0},{999,0}}|166543|.135|201909|NDFD
>
>
CAE|36|po|12|{{0.000,16788},{0.012,29073},{0.069,42894},{0.267,29381},{0.345,6706},{0.810,3632},{0.883,1430},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.136|201909|NDFD
>
>
GSP|36|po|12|{{0.000,10653},{0.000,57987},{0.027,47104},{0.118,36687},{0.326,26619},{0.599,17714},{0.771,4057},{0.857,1739},{1.000,1},{999,0},{999,0},{999,0}}|202561|.146|201909|NDFD
>
>
BTV|36|po|12|{{0.000,51000},{0.020,31539},{0.113,24251},{0.192,6782},{0.267,5652},{0.478,9626},{0.684,10368},{0.690,15137},{0.813,7582},{0.995,4412},{1.000,33},{999,0}}|166382|.234|201909|NDFD
>
>
LWX|36|po|12|{{0.010,46666},{0.071,48317},{0.172,39780},{0.311,32614},{0.290,15179},{0.510,13854},{0.397,10464},{0.961,356},{999,0},{999,0},{999,0},{999,0}}|207230|.178|201909|NDFD
>
>
RNK|36|po|12|{{0.001,43553},{0.009,31142},{0.112,39778},{0.240,45445},{0.372,20029},{0.555,8497},{0.398,3095},{0.557,1647},{0.646,175},{999,0},{999,0},{999,0}}|193361|.156|201909|NDFD
>
>
AKQ|36|po|12|{{0.001,67201},{0.032,55726},{0.115,42240},{0.102,27611},{0.226,27059},{0.315,16557},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.088|201909|NDFD
>
>
RLX|36|po|12|{{0.004,31943},{0.023,87763},{0.065,38734},{0.149,20057},{0.330,15958},{0.624,14775},{0.631,5245},{0.821,2208},{999,0},{999,0},{999,0},{999,0}}|216683|.126|201909|NDFD
>
>
BMX|36|po|12|{{0.000,50887},{0.044,94134},{0.105,80353},{0.115,23989},{0.345,13120},{0.349,4915},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.081|201909|NDFD
>
>
HUN|36|po|12|{{0.001,5008},{0.014,37294},{0.136,16120},{0.130,12846},{0.372,10935},{0.441,5949},{0.105,76},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.125|201909|NDFD
>
>
MOB|36|po|12|{{0.002,18484},{0.030,67499},{0.076,126406},{0.234,22805},{0.519,8235},{0.907,2711},{0.865,2605},{999,0},{999,0},{999,0},{999,0},{999,0}}|248745|.104|201909|NDFD
>
>
LZK|36|po|12|{{0.000,774},{0.007,133299},{0.083,65821},{0.215,49714},{0.472,24315},{0.693,19584},{0.670,16238},{0.936,5723},{0.997,3151},{999,0},{999,0},{999,0}}|318619|.193|201909|NDFD
>
>
JAX|36|po|12|{{0.000,1041},{0.005,64501},{0.071,60720},{0.324,36838},{0.482,28446},{0.560,20399},{0.684,9371},{0.814,7202},{0.682,3444},{0.836,2673},{0.867,2460},{1.000,1001}}|238096|.259|201909|NDFD
>
>
EYW|36|po|12|{{0.601,889},{0.053,7811},{0.075,22544},{0.333,42570},{0.405,53268},{0.590,32272},{0.787,36298},{0.773,17874},{0.734,1156},{999,0},{999,0},{999,0}}|214682|.469|201909|NDFD
>
>
MLB|36|po|12|{{0.000,1232},{0.014,34084},{0.109,40553},{0.421,38999},{0.589,28362},{0.574,11859},{0.973,3529},{0.729,10436},{0.853,14602},{999,0},{1.000,2035},{1.000,6313}}|192004|.399|201909|NDFD
>
>
MFL|36|po|12|{{0.000,1336},{0.001,21441},{0.065,37852},{0.251,34862},{0.405,41702},{0.473,28159},{0.633,17775},{0.707,23264},{0.776,13424},{0.743,2807},{1.000,225},{999,0}}|222847|.367|201909|NDFD
>
>
TAE|36|po|12|{{0.000,42038},{0.003,119202},{0.066,116139},{0.206,56462},{0.359,26403},{0.469,5778},{0.660,2321},{0.917,663},{1.000,121},{999,0},{999,0},{999,0}}|369127|.092|201909|NDFD
>
>
TBW|36|po|12|{{0.005,33768},{0.005,35462},{0.120,63570},{0.291,44497},{0.401,24443},{0.566,12359},{0.610,15598},{0.881,12259},{0.987,6421},{999,0},{999,0},{999,0}}|248377|.259|201909|NDFD
>
>
FFC|36|po|12|{{0.000,2317},{0.006,121659},{0.044,91755},{0.225,65647},{0.411,16722},{0.513,2952},{0.540,2226},{0.823,824},{1.000,27},{999,0},{999,0},{999,0}}|304129|.098|201909|NDFD
>
>
LCH|36|po|12|{{999,0},{0.001,69860},{0.082,76184},{0.374,63435},{0.585,33133},{0.646,25678},{0.839,21859},{0.967,9235},{1.000,9195},{1.000,7680},{1.000,1325},{999,0}}|317584|.351|201909|NDFD
>
>
LIX|36|po|12|{{0.000,36051},{0.008,95667},{0.141,89856},{0.399,66145},{0.520,34160},{0.582,21430},{0.594,10416},{0.898,8835},{1.000,7452},{1.000,2197},{999,0},{999,0}}|372209|.252|201909|NDFD
>
>
SHV|36|po|12|{{0.022,21790},{0.034,90991},{0.080,101864},{0.264,58003},{0.438,18773},{0.548,13195},{0.769,11257},{0.634,4654},{0.899,12777},{0.999,2933},{999,0},{999,0}}|336237|.204|201909|NDFD
>
>
JAN|36|po|12|{{0.002,39525},{0.018,136248},{0.044,105123},{0.162,15281},{0.359,14577},{0.634,17851},{0.621,3064},{0.683,1338},{0.643,171},{999,0},{999,0},{999,0}}|333178|.088|201909|NDFD
>
>
ABQ|36|po|12|{{0.000,8582},{0.006,203952},{0.082,262037},{0.244,151059},{0.390,102796},{0.505,48595},{0.605,30355},{0.776,16500},{0.960,11324},{1.000,3384},{1.000,640},{999,0}}|839224|.203|201909|NDFD
>
>
OUN|36|po|12|{{0.000,13899},{0.007,162100},{0.029,98435},{0.101,69481},{0.445,37477},{0.602,27817},{0.498,13093},{0.484,20317},{0.490,13144},{0.814,3984},{999,0},{999,0}}|459747|.153|201909|NDFD
>
>
TSA|36|po|12|{{0.000,11467},{0.007,89326},{0.044,48235},{0.229,31774},{0.338,16844},{0.504,15029},{0.804,11659},{0.924,12729},{0.941,8217},{0.876,4339},{999,0},{999,0}}|249619|.224|201909|NDFD
>
>
MEG|36|po|12|{{0.000,42600},{0.021,121440},{0.067,74353},{0.130,17077},{0.557,20165},{0.705,12061},{0.943,2446},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|290145|.110|201909|NDFD
>
>
MRX|36|po|12|{{0.002,26642},{0.014,33968},{0.117,49480},{0.231,27720},{0.663,10558},{0.487,2177},{0.329,4118},{0.461,2759},{0.780,82},{999,0},{999,0},{999,0}}|157504|.149|201909|NDFD
>
>
OHX|36|po|12|{{0.013,51619},{0.072,44086},{0.121,21753},{0.271,26053},{0.572,9521},{0.651,6092},{0.571,795},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.146|201909|NDFD
>
>
AMA|36|po|12|{{0.000,12087},{0.018,71487},{0.034,47309},{0.133,55563},{0.395,36196},{0.588,17227},{0.486,4297},{0.867,1810},{1.000,2679},{1.000,4414},{999,0},{999,0}}|253069|.179|201909|NDFD
>
>
EWX|36|po|12|{{0.000,5770},{0.003,83463},{0.061,80292},{0.236,89536},{0.405,46851},{0.651,15688},{0.661,7498},{0.628,4535},{0.766,1934},{1.000,3},{999,0},{999,0}}|335570|.193|201909|NDFD
>
>
BRO|36|po|12|{{999,0},{0.000,3091},{0.114,20475},{0.393,58687},{0.600,31589},{0.626,11324},{0.591,9969},{0.620,7410},{0.767,5368},{999,0},{999,0},{999,0}}|147913|.446|201909|NDFD
>
>
CRP|36|po|12|{{0.000,50},{0.005,13710},{0.118,33145},{0.310,62227},{0.537,49651},{0.512,25546},{0.620,16735},{0.152,4701},{0.453,6501},{0.706,1266},{999,0},{999,0}}|213532|.365|201909|NDFD
>
>
EPZ|36|po|12|{{0.000,5960},{0.001,31011},{0.121,90084},{0.221,61641},{0.380,37698},{0.436,27273},{0.648,22990},{0.811,11715},{0.966,2834},{0.998,664},{999,0},{999,0}}|291870|.269|201909|NDFD
>
>
FWD|36|po|12|{{0.009,48601},{0.014,97138},{0.080,110707},{0.192,51799},{0.304,20785},{0.434,17990},{0.435,11149},{0.378,7389},{0.620,3824},{0.832,734},{999,0},{999,0}}|370116|.122|201909|NDFD
>
>
HGX|36|po|12|{{999,0},{0.084,30547},{0.183,57801},{0.323,56700},{0.619,44579},{0.690,32803},{0.878,19650},{0.922,10059},{0.921,13930},{0.912,9201},{0.991,6526},{999,0}}|281796|.482|201909|NDFD
>
>
LUB|36|po|12|{{0.001,14120},{0.036,32049},{0.051,41264},{0.105,20773},{0.155,36651},{0.611,33863},{0.559,9944},{0.460,5156},{0.270,4403},{0.257,5810},{999,0},{999,0}}|204033|.208|201909|NDFD
>
>
MAF|36|po|12|{{999,0},{0.002,82790},{0.129,76614},{0.213,79441},{0.358,104230},{0.583,60746},{0.536,42412},{0.625,27312},{0.340,8708},{0.707,655},{999,0},{999,0}}|482908|.296|201909|NDFD
>
>
SJT|36|po|12|{{0.000,10336},{0.015,55327},{0.056,88815},{0.128,64427},{0.324,22724},{0.630,8244},{0.749,1538},{0.903,714},{1.000,93},{999,0},{999,0},{999,0}}|252218|.113|201909|NDFD
>
>
FGZ|36|po|12|{{0.007,118247},{0.003,103201},{0.044,85543},{0.112,44969},{0.255,38350},{0.371,43761},{0.630,28068},{0.721,14572},{0.517,5900},{1.000,44},{999,0},{999,0}}|482655|.139|201909|NDFD
>
>
PSR|36|po|12|{{0.000,110056},{0.010,85245},{0.048,41088},{0.194,18095},{0.443,19602},{0.510,17486},{0.610,12373},{0.780,3338},{0.851,572},{999,0},{999,0},{999,0}}|307855|.112|201909|NDFD
>
>
TWC|36|po|12|{{0.000,31326},{0.017,50823},{0.086,47073},{0.250,34549},{0.353,27136},{0.412,20947},{0.506,22706},{0.698,9341},{0.984,4351},{1.000,2585},{1.000,139},{999,0}}|250976|.226|201909|NDFD
>
>
EKA|36|po|12|{{0.000,93140},{0.034,85432},{0.094,24855},{0.271,11378},{0.449,11542},{0.710,10357},{0.857,10877},{0.833,9483},{0.872,4578},{0.916,3046},{0.971,2342},{1.000,1104}}|268134|.180|201909|NDFD
>
>
LOX|36|po|12|{{0.000,132535},{0.000,153334},{0.042,22388},{0.154,1122},{0.362,232},{0.951,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.004|201909|NDFD
>
>
STO|36|po|12|{{0.000,154653},{0.016,62947},{0.121,17795},{0.297,10130},{0.575,6635},{0.770,7810},{0.841,7458},{0.958,5868},{0.975,5240},{0.981,2115},{1.000,156},{999,0}}|280807|.125|201909|NDFD
>
>
SGX|36|po|12|{{0.001,69877},{0.003,59876},{0.059,9367},{0.130,8073},{0.536,2498},{0.627,798},{0.957,23},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.025|201909|NDFD
>
>
MTR|36|po|12|{{0.007,217279},{0.016,57864},{0.041,15988},{0.238,10243},{0.364,6440},{0.794,3683},{0.901,314},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
>
>
HNX|36|po|12|{{0.000,191886},{0.001,38948},{0.000,16884},{0.050,4326},{0.169,2093},{0.370,1441},{0.530,839},{0.152,79},{999,0},{999,0},{999,0},{999,0}}|256496|.006|201909|NDFD
>
>
BOI|36|po|12|{{0.009,158539},{0.026,109959},{0.126,61857},{0.162,34514},{0.206,29621},{0.274,24057},{0.320,21931},{0.513,22374},{0.592,16237},{0.697,15668},{0.938,15583},{1.000,30}}|510370|.165|201909|NDFD
>
>
PIH|36|po|12|{{0.000,97907},{0.007,40148},{0.045,50320},{0.111,31386},{0.236,16117},{0.498,13043},{0.675,12293},{0.693,15444},{0.830,18151},{0.897,15088},{0.962,11615},{1.000,1316}}|322828|.237|201909|NDFD
>
>
BYZ|36|po|12|{{0.000,60818},{0.046,111408},{0.193,51369},{0.321,32111},{0.677,29703},{0.792,29637},{0.858,33781},{0.933,25192},{0.954,21645},{0.999,14543},{1.000,22951},{1.000,4348}}|437506|.420|201909|NDFD
>
>
GGW|36|po|12|{{0.029,62336},{0.097,73805},{0.076,62659},{0.419,34933},{0.636,22821},{0.858,10302},{0.943,5878},{0.960,14751},{0.973,12271},{0.995,13030},{0.925,14718},{0.992,27547}}|355051|.387|201909|NDFD
>
>
TFX|36|po|12|{{0.005,82184},{0.064,102609},{0.119,77145},{0.286,60297},{0.358,38652},{0.385,26899},{0.570,27073},{0.683,31526},{0.721,32570},{0.792,25903},{0.975,27365},{0.998,25269}}|557492|.341|201909|NDFD
>
>
MSO|36|po|12|{{0.000,48683},{0.000,61911},{0.031,56728},{0.115,44369},{0.229,41818},{0.316,32006},{0.572,30278},{0.677,32364},{0.721,32237},{0.827,37997},{0.977,18961},{1.000,3420}}|440772|.323|201909|NDFD
>
>
LKN|36|po|12|{{0.000,204945},{0.003,139887},{0.105,85207},{0.221,48640},{0.626,22227},{0.747,18674},{0.805,17473},{0.815,11039},{0.917,5552},{0.948,2511},{0.982,1895},{1.000,68}}|558118|.144|201909|NDFD
>
>
VEF|36|po|12|{{0.000,415036},{0.000,135056},{0.034,62742},{0.120,31026},{0.168,13441},{0.294,7921},{0.428,4564},{0.532,1354},{999,0},{999,0},{999,0},{999,0}}|671140|.020|201909|NDFD
>
>
REV|36|po|12|{{0.001,151189},{0.001,95505},{0.091,35282},{0.405,27689},{0.727,15133},{0.715,8956},{0.821,8736},{0.917,7041},{0.986,2520},{1.000,631},{999,0},{999,0}}|352682|.138|201909|NDFD
>
>
MFR|36|po|12|{{0.002,141725},{0.008,125042},{0.101,58817},{0.264,20566},{0.444,13637},{0.535,17249},{0.583,16415},{0.678,18806},{0.756,23747},{0.868,24676},{0.815,25045},{0.990,18596}}|504321|.255|201909|NDFD
>
>
PDT|36|po|12|{{0.000,103050},{0.001,86677},{0.049,59022},{0.189,38556},{0.316,28421},{0.355,28484},{0.395,24689},{0.556,30076},{0.752,21600},{0.865,21675},{0.901,9206},{0.998,931}}|452387|.221|201909|NDFD
>
>
PQR|36|po|12|{{0.000,38901},{0.008,89479},{0.082,40617},{0.196,25865},{0.264,29150},{0.369,21988},{0.489,12738},{0.365,13687},{0.644,11858},{0.876,18069},{0.960,22432},{0.940,61294}}|386078|.359|201909|NDFD
>
>
SLC|36|po|12|{{0.001,209258},{0.005,161151},{0.042,140893},{0.155,71809},{0.210,36344},{0.444,23485},{0.677,19155},{0.787,15194},{0.889,9244},{0.964,6949},{0.993,5294},{0.996,2655}}|701431|.119|201909|NDFD
>
>
SEW|36|po|12|{{0.000,5198},{0.078,46847},{0.079,72752},{0.178,34439},{0.294,31886},{0.484,24342},{0.589,28901},{0.681,23893},{0.756,21642},{0.908,20906},{0.960,14465},{0.935,24329}}|349600|.406|201909|NDFD
>
>
OTX|36|po|12|{{0.000,57733},{0.024,87301},{0.129,71119},{0.220,43106},{0.304,33469},{0.503,26143},{0.616,21308},{0.788,20718},{0.882,23317},{0.894,28836},{0.937,17324},{1.000,1474}}|431848|.319|201909|NDFD
>
>
BOU|48|po|12|{{0.001,55272},{0.034,86182},{0.067,70431},{0.182,29610},{0.388,15212},{0.616,12025},{0.696,11019},{0.823,5447},{0.999,5216},{0.995,1226},{999,0},{999,0}}|291640|.154|201909|NDFD
>
>
GJT|48|po|12|{{0.000,116995},{0.002,176509},{0.032,79889},{0.146,42090},{0.200,36430},{0.382,29019},{0.662,15951},{0.718,6933},{0.787,1701},{999,0},{999,0},{999,0}}|505517|.088|201909|NDFD
>
>
PUB|48|po|12|{{0.000,25865},{0.008,132669},{0.073,104432},{0.201,27815},{0.398,18303},{0.309,8733},{0.374,1909},{0.592,731},{0.202,94},{999,0},{999,0},{999,0}}|320551|.079|201909|NDFD
>
>
LOT|48|po|12|{{0.000,15467},{0.122,26042},{0.253,36942},{0.355,16140},{0.434,12919},{0.579,6859},{0.534,6353},{0.628,5475},{0.963,6568},{0.994,9036},{0.992,5360},{1.000,223}}|147384|.377|201909|NDFD
>
>
ILX|48|po|12|{{0.000,29901},{0.060,56045},{0.084,39838},{0.205,20216},{0.269,14114},{0.512,7207},{0.404,4512},{0.504,6565},{0.905,5405},{0.988,5885},{1.000,3811},{999,0}}|193499|.196|201909|NDFD
>
>
IND|48|po|12|{{0.001,33420},{0.025,61026},{0.019,32237},{0.205,9135},{0.068,11321},{0.071,1516},{0.241,791},{1.000,2259},{1.000,3228},{1.000,1306},{999,0},{999,0}}|156239|.076|201909|NDFD
>
>
IWX|48|po|12|{{0.000,29680},{0.061,30955},{0.116,50033},{0.265,13141},{0.472,11345},{0.624,6126},{0.473,5074},{0.714,7810},{1.000,2493},{1.000,3510},{1.000,2834},{999,0}}|163001|.228|201909|NDFD
>
>
DVN|48|po|12|{{0.000,3594},{0.046,50644},{0.089,35730},{0.329,23662},{0.309,15865},{0.589,19093},{0.848,14546},{0.632,13361},{0.866,9468},{0.956,11831},{0.991,6722},{999,0}}|204516|.374|201909|NDFD
>
>
DMX|48|po|12|{{0.007,5222},{0.035,76339},{0.062,42047},{0.298,25190},{0.373,25162},{0.427,26038},{0.541,22579},{0.752,24575},{0.934,17893},{0.978,12836},{1.000,8354},{999,0}}|286235|.355|201909|NDFD
>
>
DDC|48|po|12|{{0.002,17132},{0.003,63252},{0.040,64092},{0.156,34545},{0.346,15447},{0.132,6880},{0.469,4780},{0.497,7385},{0.450,4951},{0.153,59},{999,0},{999,0}}|218523|.104|201909|NDFD
>
>
GLD|48|po|12|{{0.000,18492},{0.015,56195},{0.028,65967},{0.129,29039},{0.422,10500},{0.713,8884},{0.864,7258},{0.662,6327},{0.822,4384},{999,0},{999,0},{999,0}}|207046|.151|201909|NDFD
>
>
TOP|48|po|12|{{0.000,9157},{0.000,26199},{0.014,54388},{0.088,30094},{0.255,11522},{0.135,4951},{0.533,2484},{0.861,2206},{0.894,3877},{0.998,9547},{0.999,986},{999,0}}|155411|.156|201909|NDFD
>
>
ICT|48|po|12|{{0.000,11632},{0.002,58744},{0.032,68401},{0.156,25861},{0.283,10799},{0.270,8683},{0.437,5670},{0.710,6855},{0.847,7826},{0.720,4701},{0.965,542},{999,0}}|209714|.141|201909|NDFD
>
>
JKL|48|po|12|{{0.009,24818},{0.019,49438},{0.110,30741},{0.204,8882},{0.395,362},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.057|201909|NDFD
>
>
LMK|48|po|12|{{0.001,70733},{0.036,87623},{0.053,15870},{0.110,5744},{0.326,4641},{0.275,5083},{0.567,1482},{1.000,897},{1.000,115},{999,0},{999,0},{999,0}}|192188|.049|201909|NDFD
>
>
PAH|48|po|12|{{0.000,64645},{0.013,125881},{0.130,20130},{0.124,5521},{0.395,3270},{0.497,3339},{0.498,11238},{0.977,3974},{1.000,1386},{999,0},{999,0},{999,0}}|239384|.078|201909|NDFD
>
>
DTX|48|po|12|{{0.002,22441},{0.059,94698},{0.380,42182},{0.412,43230},{0.474,37874},{0.634,33662},{0.696,32541},{0.741,19335},{0.875,19945},{0.912,22332},{0.976,11182},{0.841,699}}|380121|.434|201909|NDFD
>
>
APX|48|po|12|{{0.000,4207},{0.074,35721},{0.367,33773},{0.542,22164},{0.547,13496},{0.642,14045},{0.714,20330},{0.706,18660},{0.766,10555},{0.931,16253},{0.965,7658},{1.000,87}}|196949|.517|201909|NDFD
>
>
GRR|48|po|12|{{0.000,8436},{0.038,32682},{0.254,33996},{0.371,14352},{0.340,6955},{0.622,7058},{0.589,11082},{0.837,9036},{0.963,10255},{0.969,13546},{1.000,5078},{1.000,2567}}|155043|.430|201909|NDFD
>
>
MQT|48|po|12|{{0.000,13631},{0.044,58869},{0.196,121249},{0.331,69861},{0.344,41570},{0.512,25400},{0.668,24598},{0.707,24663},{0.731,26520},{0.758,29134},{0.924,47287},{0.976,8705}}|491487|.416|201909|NDFD
>
>
DLH|48|po|12|{{0.014,30863},{0.077,87655},{0.187,68057},{0.239,27453},{0.324,16542},{0.353,16770},{0.534,19542},{0.678,21714},{0.824,27463},{0.871,21828},{0.998,32241},{1.000,12868}}|382996|.391|201909|NDFD
>
>
MPX|48|po|12|{{0.009,46000},{0.060,63851},{0.211,38629},{0.225,24349},{0.352,29599},{0.521,25829},{0.598,29471},{0.710,27236},{0.852,25902},{0.841,18432},{0.881,23663},{1.000,135}}|353096|.389|201909|NDFD
>
>
EAX|48|po|12|{{0.000,11449},{0.002,74720},{0.040,54725},{0.170,19819},{0.410,24993},{0.533,15891},{0.633,10372},{0.930,5358},{0.843,4868},{0.966,14030},{1.000,4286},{999,0}}|240511|.241|201909|NDFD
>
>
SGF|48|po|12|{{0.000,24861},{0.007,121358},{0.007,23530},{0.010,6795},{0.059,13074},{0.094,13866},{0.294,9321},{0.772,16032},{0.842,7063},{0.804,5040},{0.696,514},{999,0}}|241454|.118|201909|NDFD
>
>
LSX|48|po|12|{{0.001,25333},{0.004,113265},{0.031,41721},{0.166,12755},{0.271,16086},{0.343,19300},{0.501,8678},{0.402,10195},{0.588,6182},{0.809,7853},{1.000,303},{999,0}}|261671|.128|201909|NDFD
>
>
GID|48|po|12|{{0.014,12138},{0.001,40724},{0.018,37789},{0.073,47584},{0.228,20804},{0.506,8641},{0.668,10439},{0.699,7816},{0.622,5855},{0.694,1732},{999,0},{999,0}}|193522|.159|201909|NDFD
>
>
LBF|48|po|12|{{0.001,23925},{0.054,109245},{0.103,72808},{0.258,29302},{0.291,19257},{0.531,12860},{0.644,15839},{0.816,18046},{0.908,25967},{1.000,8288},{1.000,10},{999,0}}|335547|.269|201909|NDFD
>
>
OAX|48|po|12|{{0.002,7551},{0.042,55297},{0.136,37921},{0.177,27945},{0.308,26112},{0.462,20275},{0.618,19818},{0.799,13880},{0.842,7871},{0.999,3498},{1.000,2633},{999,0}}|222801|.296|201909|NDFD
>
>
BIS|48|po|12|{{0.080,52596},{0.112,139417},{0.181,68253},{0.172,42608},{0.227,48766},{0.372,42354},{0.558,30204},{0.732,39898},{0.797,20461},{0.918,26174},{0.960,37061},{1.000,12005}}|559797|.358|201909|NDFD
>
>
FGF|48|po|12|{{0.032,27099},{0.052,169925},{0.198,67977},{0.258,31331},{0.429,26516},{0.633,16779},{0.733,10833},{0.749,9288},{0.800,14602},{0.822,35539},{0.888,51298},{1.000,2677}}|463864|.339|201909|NDFD
>
>
ABR|48|po|12|{{0.007,32179},{0.011,88678},{0.256,48214},{0.301,42945},{0.371,33166},{0.437,14319},{0.549,11604},{0.797,9568},{0.980,15102},{0.989,14850},{1.000,10678},{1.000,168}}|321471|.309|201909|NDFD
>
>
UNR|48|po|12|{{0.004,41948},{0.024,128620},{0.050,51181},{0.186,31857},{0.380,38374},{0.466,25973},{0.565,26971},{0.787,29760},{0.812,31508},{0.819,17970},{0.967,7843},{1.000,1315}}|433320|.291|201909|NDFD
>
>
FSD|48|po|12|{{0.079,19503},{0.092,87258},{0.185,38392},{0.184,32862},{0.120,27435},{0.218,16933},{0.413,13959},{0.748,14132},{0.881,18682},{0.955,24898},{1.000,1128},{999,0}}|295182|.296|201909|NDFD
>
>
GRB|48|po|12|{{0.000,8568},{0.007,41636},{0.142,29421},{0.391,12509},{0.399,13757},{0.749,15264},{0.845,19964},{0.927,14253},{0.865,14367},{0.913,17188},{1.000,11646},{1.000,2033}}|200606|.489|201909|NDFD
>
>
ARX|48|po|12|{{0.065,19286},{0.036,35228},{0.256,18763},{0.357,15005},{0.221,16796},{0.626,13856},{0.752,22525},{0.946,26812},{0.954,14625},{0.983,12316},{1.000,10701},{1.000,627}}|206540|.507|201909|NDFD
>
>
MKX|48|po|12|{{0.000,9196},{0.023,62701},{0.172,37743},{0.310,23817},{0.640,27780},{0.638,30205},{0.800,22597},{0.776,20057},{0.719,14496},{0.841,23041},{0.997,24773},{1.000,1490}}|297896|.477|201909|NDFD
>
>
CYS|48|po|12|{{0.001,81561},{0.022,95636},{0.223,64019},{0.254,19967},{0.353,26381},{0.463,27015},{0.670,20356},{0.786,15989},{0.790,10040},{0.988,1723},{999,0},{999,0}}|362687|.218|201909|NDFD
>
>
RIW|48|po|12|{{0.006,135079},{0.012,126755},{0.103,83253},{0.364,49986},{0.507,49666},{0.608,43773},{0.654,26022},{0.824,30423},{0.876,23340},{0.867,14276},{0.970,5813},{999,0}}|588386|.274|201909|NDFD
>
>
CAR|48|po|12|{{0.000,48689},{0.044,55072},{0.189,35962},{0.282,11833},{0.206,20600},{0.528,14616},{0.690,13983},{0.708,25646},{0.758,8884},{0.783,2077},{1.000,9579},{1.000,10}}|246951|.285|201909|NDFD
>
>
GYX|48|po|12|{{0.000,56297},{0.010,52454},{0.048,53835},{0.314,24628},{0.290,23909},{0.376,25657},{0.695,18708},{0.933,9951},{1.000,2064},{0.935,2722},{0.988,1201},{1.000,2205}}|273631|.211|201909|NDFD
>
>
BOX|48|po|12|{{0.000,14660},{0.022,72418},{0.054,56547},{0.154,11264},{0.423,5657},{0.392,8028},{0.571,9665},{0.841,13679},{0.855,3763},{0.796,49},{999,0},{999,0}}|195730|.164|201909|NDFD
>
>
PHI|48|po|12|{{0.000,33578},{0.004,67244},{0.050,52733},{0.170,10934},{0.552,15041},{0.483,10459},{0.629,1233},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.099|201909|NDFD
>
>
ALY|48|po|12|{{0.000,24277},{0.011,35768},{0.097,39344},{0.195,22571},{0.327,13529},{0.681,10406},{0.771,4333},{0.939,5566},{1.000,1688},{1.000,911},{1.000,606},{999,0}}|158999|.200|201909|NDFD
>
>
BGM|48|po|12|{{0.000,36030},{0.005,26124},{0.073,50289},{0.217,21654},{0.550,17600},{0.781,10371},{0.767,6881},{0.926,9254},{1.000,2083},{1.000,757},{1.000,105},{999,0}}|181148|.238|201909|NDFD
>
>
BUF|48|po|12|{{0.008,63136},{0.099,33053},{0.120,17072},{0.249,9419},{0.533,13029},{0.589,21115},{0.552,14395},{0.907,15881},{0.996,14224},{1.000,12707},{1.000,4607},{999,0}}|218638|.372|201909|NDFD
>
>
OKX|48|po|12|{{0.000,19304},{0.001,31592},{0.146,28589},{0.008,10248},{0.268,4937},{0.583,7050},{0.699,6218},{0.921,750},{0.998,2310},{999,0},{999,0},{999,0}}|110998|.154|201909|NDFD
>
>
MHX|48|po|12|{{0.004,20397},{0.001,42798},{0.027,51216},{0.182,22940},{0.221,10053},{0.148,2224},{0.242,33},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.055|201909|NDFD
>
>
RAH|48|po|12|{{0.000,46927},{0.004,28351},{0.022,33308},{0.147,32114},{0.093,15789},{0.304,2556},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.049|201909|NDFD
>
>
ILM|48|po|12|{{0.000,9207},{0.000,55440},{0.034,34676},{0.217,21853},{0.123,6517},{0.138,2082},{0.056,540},{0.000,26},{999,0},{999,0},{999,0},{999,0}}|130341|.054|201909|NDFD
>
>
CLE|48|po|12|{{0.000,28894},{0.003,64950},{0.177,53364},{0.329,31058},{0.395,20673},{0.537,9766},{0.796,8821},{0.834,15060},{0.882,2848},{0.924,2752},{0.907,4401},{0.916,799}}|243386|.257|201909|NDFD
>
>
ILN|48|po|12|{{0.000,8736},{0.023,99348},{0.209,53981},{0.237,14979},{0.158,9618},{0.528,4991},{0.528,4118},{0.763,4453},{0.712,704},{999,0},{999,0},{999,0}}|200928|.136|201909|NDFD
>
>
PBZ|48|po|12|{{0.000,7641},{0.067,47557},{0.196,88126},{0.092,17014},{0.156,13085},{0.611,9237},{0.879,4138},{0.942,2025},{0.731,743},{999,0},{999,0},{999,0}}|189566|.189|201909|NDFD
>
>
CTP|48|po|12|{{0.028,60945},{0.063,44080},{0.096,72660},{0.241,31350},{0.469,14559},{0.588,5493},{0.849,3059},{0.999,1095},{1.000,385},{1.000,399},{999,0},{999,0}}|234025|.143|201909|NDFD
>
>
CHS|48|po|12|{{0.000,10414},{0.001,60627},{0.063,60649},{0.170,19528},{0.038,5692},{0.218,4122},{0.407,2777},{0.382,1759},{0.946,448},{1.000,526},{1.000,1},{999,0}}|166543|.066|201909|NDFD
>
>
CAE|48|po|12|{{0.000,16941},{0.039,46343},{0.031,40407},{0.165,22850},{0.354,1752},{0.472,913},{0.623,698},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.064|201909|NDFD
>
>
GSP|48|po|12|{{0.000,17614},{0.001,53131},{0.042,68427},{0.054,41372},{0.134,12439},{0.495,8612},{0.964,966},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.059|201909|NDFD
>
>
BTV|48|po|12|{{0.001,37176},{0.014,32005},{0.064,19331},{0.155,23462},{0.393,18330},{0.668,10770},{0.930,9364},{0.971,3672},{0.997,3939},{1.000,5830},{1.000,2503},{999,0}}|166382|.266|201909|NDFD
>
>
LWX|48|po|12|{{0.000,29237},{0.019,93142},{0.083,44907},{0.070,21006},{0.161,9132},{0.339,6892},{0.292,2914},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.056|201909|NDFD
>
>
RNK|48|po|12|{{0.008,19242},{0.010,65325},{0.097,59543},{0.121,30629},{0.127,14351},{0.160,3415},{0.842,856},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.069|201909|NDFD
>
>
AKQ|48|po|12|{{0.001,81740},{0.013,28399},{0.058,80076},{0.062,28684},{0.068,7521},{0.831,8296},{0.966,1678},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.067|201909|NDFD
>
>
RLX|48|po|12|{{0.031,29117},{0.015,80914},{0.077,54894},{0.145,27720},{0.148,18220},{0.239,4510},{0.736,1174},{0.866,134},{999,0},{999,0},{999,0},{999,0}}|216683|.070|201909|NDFD
>
>
BMX|48|po|12|{{0.020,93131},{0.003,84903},{0.032,66806},{0.137,22558},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.027|201909|NDFD
>
>
HUN|48|po|12|{{0.000,6373},{0.012,47212},{0.043,19232},{0.018,7640},{0.060,3935},{0.075,1588},{0.451,2248},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.033|201909|NDFD
>
>
MOB|48|po|12|{{0.001,36722},{0.021,80330},{0.045,104609},{0.322,20355},{0.272,6453},{0.572,276},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|248745|.060|201909|NDFD
>
>
LZK|48|po|12|{{0.000,40574},{0.002,137455},{0.086,65922},{0.411,31154},{0.401,18290},{0.322,16687},{0.631,8537},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.116|201909|NDFD
>
>
JAX|48|po|12|{{0.000,3521},{0.002,87855},{0.056,72230},{0.273,33779},{0.375,15237},{0.354,7446},{0.493,5064},{0.644,3738},{0.693,3389},{0.992,2492},{1.000,1143},{1.000,2202}}|238096|.146|201909|NDFD
>
>
EYW|48|po|12|{{999,0},{0.005,3836},{0.097,23364},{0.322,58308},{0.431,49033},{0.563,19678},{0.764,51722},{0.814,8703},{0.342,38},{999,0},{999,0},{999,0}}|214682|.465|201909|NDFD
>
>
MLB|48|po|12|{{0.000,5586},{0.000,36884},{0.113,50049},{0.364,49324},{0.415,13008},{0.419,5772},{0.736,7317},{0.736,8437},{0.916,8115},{0.980,1890},{1.000,1662},{1.000,3960}}|192004|.302|201909|NDFD
>
>
MFL|48|po|12|{{999,0},{0.022,30949},{0.068,55957},{0.271,51181},{0.365,31962},{0.544,22118},{0.642,16135},{0.581,11953},{0.809,2592},{999,0},{999,0},{999,0}}|222847|.276|201909|NDFD
>
>
TAE|48|po|12|{{0.000,102587},{0.003,128670},{0.064,84087},{0.168,30281},{0.233,11495},{0.337,5794},{0.659,4190},{0.724,1332},{0.446,691},{999,0},{999,0},{999,0}}|369127|.053|201909|NDFD
>
>
TBW|48|po|12|{{0.005,41288},{0.006,77611},{0.078,53819},{0.247,31868},{0.224,22441},{0.351,12746},{0.248,3480},{0.124,2288},{0.221,2687},{0.678,149},{999,0},{999,0}}|248377|.097|201909|NDFD
>
>
FFC|48|po|12|{{0.000,25627},{0.004,140921},{0.068,110859},{0.190,22273},{0.548,4046},{0.610,403},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.049|201909|NDFD
>
>
LCH|48|po|12|{{999,0},{0.017,112060},{0.107,109394},{0.380,58790},{0.672,12363},{0.775,13117},{0.919,4232},{0.939,3682},{0.914,3407},{0.874,539},{999,0},{999,0}}|317584|.206|201909|NDFD
>
>
LIX|48|po|12|{{0.003,65432},{0.044,146269},{0.097,83307},{0.296,43813},{0.700,9100},{0.658,10326},{0.707,6821},{0.991,5012},{0.998,2095},{1.000,34},{999,0},{999,0}}|372209|.142|201909|NDFD
>
>
SHV|48|po|12|{{0.006,91561},{0.042,147911},{0.065,55264},{0.111,16400},{0.235,9195},{0.546,4287},{0.975,4002},{1.000,2343},{1.000,5274},{999,0},{999,0},{999,0}}|336237|.084|201909|NDFD
>
>
JAN|48|po|12|{{0.000,49368},{0.013,187110},{0.033,71364},{0.557,13778},{0.291,1545},{0.365,9175},{0.291,838},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.050|201909|NDFD
>
>
ABQ|48|po|12|{{0.000,4232},{0.043,207934},{0.072,298458},{0.242,139970},{0.506,103807},{0.547,47813},{0.708,22318},{0.776,7860},{1.000,6078},{1.000,754},{999,0},{999,0}}|839224|.204|201909|NDFD
>
>
OUN|48|po|12|{{0.003,3665},{0.007,156523},{0.018,114514},{0.153,69839},{0.454,56752},{0.585,32045},{0.747,8141},{0.857,7669},{0.929,9874},{1.000,725},{999,0},{999,0}}|459747|.176|201909|NDFD
>
>
TSA|48|po|12|{{0.000,25625},{0.001,101056},{0.059,35891},{0.276,15534},{0.408,27076},{0.556,22107},{0.708,13039},{0.979,6170},{1.000,3121},{999,0},{999,0},{999,0}}|249619|.194|201909|NDFD
>
>
MEG|48|po|12|{{0.002,54032},{0.004,152396},{0.039,55268},{0.050,15214},{0.180,4267},{0.536,3645},{0.719,3537},{0.941,1773},{0.769,13},{999,0},{999,0},{999,0}}|290145|.036|201909|NDFD
>
>
MRX|48|po|12|{{0.001,34905},{0.037,51355},{0.051,52892},{0.194,14869},{0.140,3364},{0.026,116},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.051|201909|NDFD
>
>
OHX|48|po|12|{{0.015,16968},{0.002,80762},{0.086,43778},{0.109,10800},{0.088,6139},{0.004,900},{0.000,572},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.037|201909|NDFD
>
>
AMA|48|po|12|{{0.000,6168},{0.002,49418},{0.023,86675},{0.093,38138},{0.254,27754},{0.541,21586},{0.835,10311},{0.859,7363},{0.997,5629},{1.000,27},{999,0},{999,0}}|253069|.178|201909|NDFD
>
>
EWX|48|po|12|{{0.002,19015},{0.018,103119},{0.036,115339},{0.146,55827},{0.255,27346},{0.465,12775},{0.145,1293},{0.178,687},{0.000,164},{0.000,5},{999,0},{999,0}}|335570|.082|201909|NDFD
>
>
BRO|48|po|12|{{0.037,9250},{0.002,9022},{0.055,31394},{0.228,45919},{0.377,27464},{0.510,7720},{0.391,9422},{0.746,6050},{0.999,1589},{1.000,83},{999,0},{999,0}}|147913|.248|201909|NDFD
>
>
CRP|48|po|12|{{0.000,3758},{0.025,25992},{0.048,54404},{0.244,74255},{0.334,29393},{0.305,10093},{0.444,6015},{0.566,4692},{0.445,4370},{0.995,560},{999,0},{999,0}}|213532|.197|201909|NDFD
>
>
EPZ|48|po|12|{{0.003,8348},{0.093,54777},{0.119,76598},{0.215,57502},{0.426,42093},{0.648,23342},{0.565,21269},{0.503,5121},{0.977,2820},{999,0},{999,0},{999,0}}|291870|.264|201909|NDFD
>
>
FWD|48|po|12|{{0.005,80973},{0.012,137865},{0.078,102618},{0.124,21319},{0.220,10015},{0.179,7454},{0.466,5971},{0.481,3252},{0.994,649},{999,0},{999,0},{999,0}}|370116|.058|201909|NDFD
>
>
HGX|48|po|12|{{0.000,933},{0.059,73464},{0.143,82120},{0.340,59855},{0.529,21797},{0.483,8744},{0.484,7423},{0.711,12457},{0.456,3972},{0.681,8696},{0.831,2335},{999,0}}|281796|.264|201909|NDFD
>
>
LUB|48|po|12|{{0.000,5635},{0.000,35595},{0.023,49122},{0.291,32252},{0.400,24045},{0.488,33784},{0.699,13182},{0.800,7838},{1.000,2580},{999,0},{999,0},{999,0}}|204033|.268|201909|NDFD
>
>
MAF|48|po|12|{{999,0},{0.007,84483},{0.082,94096},{0.288,106412},{0.350,95194},{0.390,50609},{0.524,36572},{0.915,14846},{1.000,682},{1.000,14},{999,0},{999,0}}|482908|.260|201909|NDFD
>
>
SJT|48|po|12|{{0.000,21604},{0.006,64153},{0.036,90554},{0.233,54663},{0.348,15699},{0.524,3457},{0.808,1558},{0.974,530},{999,0},{999,0},{999,0},{999,0}}|252218|.101|201909|NDFD
>
>
FGZ|48|po|12|{{0.000,133065},{0.001,123268},{0.028,75066},{0.113,60020},{0.175,37294},{0.265,19917},{0.592,25634},{0.715,7943},{0.007,448},{999,0},{999,0},{999,0}}|482655|.086|201909|NDFD
>
>
PSR|48|po|12|{{0.000,110412},{0.001,81937},{0.111,43618},{0.240,25397},{0.455,17727},{0.520,11567},{0.550,10860},{0.813,5148},{0.859,1186},{1.000,3},{999,0},{999,0}}|307855|.118|201909|NDFD
>
>
TWC|48|po|12|{{0.001,31169},{0.006,68384},{0.037,37986},{0.229,29146},{0.293,33618},{0.254,26944},{0.695,17327},{0.951,3973},{0.968,1870},{0.980,559},{999,0},{999,0}}|250976|.173|201909|NDFD
>
>
EKA|48|po|12|{{0.000,70809},{0.002,121958},{0.159,28932},{0.428,12138},{0.694,6199},{0.802,5379},{0.794,4547},{0.878,4186},{0.884,3271},{0.959,4545},{0.987,3270},{0.998,2900}}|268134|.147|201909|NDFD
>
>
LOX|48|po|12|{{0.000,115358},{0.001,155661},{0.032,34765},{0.034,3595},{0.000,232},{0.000,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.004|201909|NDFD
>
>
STO|48|po|12|{{0.000,140995},{0.006,64731},{0.077,31936},{0.268,13913},{0.621,10071},{0.768,7942},{0.831,4741},{0.989,3627},{0.998,2546},{1.000,305},{999,0},{999,0}}|280807|.104|201909|NDFD
>
>
SGX|48|po|12|{{0.000,68979},{0.002,57023},{0.062,12712},{0.078,6649},{0.109,3277},{0.798,1715},{0.854,157},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.022|201909|NDFD
>
>
MTR|48|po|12|{{0.000,216231},{0.018,71244},{0.093,19646},{0.609,2490},{0.768,1609},{0.568,585},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
>
>
HNX|48|po|12|{{0.000,177110},{0.001,54854},{0.009,14099},{0.015,6115},{0.013,2801},{0.104,1186},{0.344,331},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.002|201909|NDFD
>
>
BOI|48|po|12|{{0.000,155747},{0.007,91450},{0.109,67214},{0.176,55195},{0.196,44567},{0.322,30932},{0.454,27545},{0.404,18558},{0.686,12972},{0.932,4792},{1.000,1398},{999,0}}|510370|.140|201909|NDFD
>
>
PIH|48|po|12|{{0.000,86890},{0.035,48951},{0.151,53055},{0.382,31406},{0.436,26341},{0.465,22923},{0.486,21906},{0.609,18453},{0.773,9731},{0.922,3058},{1.000,114},{999,0}}|322828|.236|201909|NDFD
>
>
BYZ|48|po|12|{{0.000,44156},{0.007,79543},{0.059,54725},{0.270,56526},{0.410,31214},{0.532,30213},{0.696,25655},{0.766,24190},{0.720,28562},{0.922,34658},{0.989,24208},{0.980,3856}}|437506|.376|201909|NDFD
>
>
GGW|48|po|12|{{0.008,42691},{0.022,45630},{0.043,55263},{0.381,48127},{0.561,40765},{0.727,23273},{0.678,17809},{0.680,14497},{0.800,15228},{0.923,16744},{0.995,28975},{1.000,6049}}|355051|.412|201909|NDFD
>
>
TFX|48|po|12|{{0.000,62268},{0.033,73782},{0.082,94764},{0.168,69753},{0.293,37288},{0.453,42028},{0.572,47154},{0.583,38394},{0.626,28999},{0.794,26834},{0.964,29166},{1.000,7067}}|557497|.315|201909|NDFD
>
>
MSO|48|po|12|{{0.000,39878},{0.001,76078},{0.057,67059},{0.147,39395},{0.293,40280},{0.381,44442},{0.417,42398},{0.532,45896},{0.594,26254},{0.727,12715},{0.976,6083},{1.000,294}}|440772|.253|201909|NDFD
>
>
LKN|48|po|12|{{0.000,186111},{0.004,144405},{0.076,71194},{0.222,58929},{0.318,43832},{0.497,31010},{0.598,13646},{0.553,7374},{0.627,1481},{0.868,136},{999,0},{999,0}}|558118|.111|201909|NDFD
>
>
VEF|48|po|12|{{0.000,389913},{0.000,142958},{0.004,70534},{0.097,43880},{0.371,14715},{0.490,5381},{0.785,3732},{1.000,27},{999,0},{999,0},{999,0},{999,0}}|671140|.023|201909|NDFD
>
>
REV|48|po|12|{{0.000,173099},{0.005,45875},{0.112,49030},{0.286,37756},{0.360,24621},{0.659,12353},{0.893,4312},{0.949,4083},{0.992,1536},{1.000,17},{999,0},{999,0}}|352682|.121|201909|NDFD
>
>
MFR|48|po|12|{{0.000,78683},{0.001,155751},{0.048,79338},{0.229,35707},{0.401,28889},{0.600,25465},{0.714,28774},{0.732,29305},{0.831,14545},{0.795,11483},{0.980,8869},{0.997,7512}}|504321|.235|201909|NDFD
>
>
PDT|48|po|12|{{0.000,74830},{0.003,134369},{0.024,53020},{0.090,32473},{0.181,32865},{0.349,37104},{0.548,32880},{0.739,31423},{0.848,13134},{0.966,8697},{0.997,1487},{0.924,105}}|452387|.190|201909|NDFD
>
>
PQR|48|po|12|{{0.000,22642},{0.011,91241},{0.115,52677},{0.268,36068},{0.411,27945},{0.518,22516},{0.458,28098},{0.660,25891},{0.812,22686},{0.797,17739},{0.826,17875},{0.983,20700}}|386078|.356|201909|NDFD
>
>
SLC|48|po|12|{{0.000,223089},{0.007,195097},{0.059,109295},{0.094,74827},{0.253,33714},{0.479,22964},{0.656,21573},{0.846,13837},{0.883,5205},{0.966,1564},{0.906,266},{999,0}}|701431|.095|201909|NDFD
>
>
SEW|48|po|12|{{0.000,9256},{0.013,41508},{0.056,65816},{0.225,51126},{0.410,31855},{0.436,21590},{0.555,26223},{0.670,34952},{0.853,24876},{0.871,17147},{0.883,9050},{0.983,16201}}|349600|.390|201909|NDFD
>
>
OTX|48|po|12|{{0.000,40822},{0.010,94482},{0.080,85096},{0.219,41651},{0.291,45338},{0.285,36608},{0.387,26875},{0.410,19327},{0.514,16967},{0.745,14455},{0.978,10227},{999,0}}|431848|.204|201909|NDFD
>
>
BOU|60|po|12|{{0.017,41453},{0.027,140806},{0.080,46316},{0.220,26909},{0.402,20563},{0.409,9425},{0.519,4072},{0.835,1852},{0.988,244},{999,0},{999,0},{999,0}}|291640|.103|201909|NDFD
>
>
GJT|60|po|12|{{0.001,108240},{0.004,141766},{0.067,90419},{0.239,56798},{0.188,36205},{0.217,28082},{0.277,17342},{0.412,12141},{0.658,8925},{0.724,4502},{0.737,1097},{999,0}}|505517|.105|201909|NDFD
>
>
PUB|60|po|12|{{0.005,21043},{0.016,153965},{0.058,77231},{0.175,23458},{0.102,16069},{0.116,12083},{0.244,8220},{0.409,4025},{0.604,2915},{0.826,1541},{1.000,1},{999,0}}|320551|.065|201909|NDFD
>
>
LOT|60|po|12|{{0.000,13793},{0.030,48049},{0.374,24597},{0.469,10447},{0.422,14761},{0.478,12649},{0.763,7085},{0.988,4279},{1.000,7062},{1.000,4654},{0.750,8},{999,0}}|147384|.334|201909|NDFD
>
>
ILX|60|po|12|{{0.001,16971},{0.033,69246},{0.132,44899},{0.166,21698},{0.454,9362},{0.497,11989},{0.616,9130},{0.999,2203},{1.000,3950},{1.000,4051},{999,0},{999,0}}|193499|.196|201909|NDFD
>
>
IND|60|po|12|{{0.000,28747},{0.059,54438},{0.036,37694},{0.115,15458},{0.170,11721},{0.283,5603},{0.178,1427},{0.566,809},{0.877,342},{999,0},{999,0},{999,0}}|156239|.070|201909|NDFD
>
>
IWX|60|po|12|{{0.000,36429},{0.126,30358},{0.173,32758},{0.556,13931},{0.462,16287},{0.554,15994},{0.580,6790},{0.744,5005},{0.899,4406},{1.000,1043},{999,0},{999,0}}|163001|.284|201909|NDFD
>
>
DVN|60|po|12|{{0.000,4451},{0.014,58832},{0.289,45189},{0.294,14092},{0.266,18013},{0.447,15398},{0.790,13926},{0.786,8923},{0.983,14151},{0.997,11541},{999,0},{999,0}}|204516|.358|201909|NDFD
>
>
DMX|60|po|12|{{0.000,9483},{0.002,56101},{0.231,76195},{0.429,25457},{0.600,17965},{0.718,25754},{0.908,22551},{0.817,26198},{0.819,15155},{0.907,7910},{0.995,3466},{999,0}}|286235|.429|201909|NDFD
>
>
DDC|60|po|12|{{0.000,16384},{0.028,75467},{0.067,69228},{0.235,25488},{0.181,13114},{0.418,6421},{0.879,3171},{0.998,1511},{1.000,6292},{1.000,1447},{999,0},{999,0}}|218523|.137|201909|NDFD
>
>
GLD|60|po|12|{{0.003,16142},{0.030,110231},{0.076,58943},{0.136,12079},{0.200,4615},{0.810,1460},{0.996,1224},{0.998,1448},{1.000,902},{1.000,2},{999,0},{999,0}}|207046|.073|201909|NDFD
>
>
TOP|60|po|12|{{0.000,8706},{0.000,35034},{0.071,28539},{0.102,21557},{0.264,20215},{0.515,14614},{0.641,9905},{0.859,5941},{0.960,7760},{0.996,3140},{999,0},{999,0}}|155411|.252|201909|NDFD
>
>
ICT|60|po|12|{{0.000,10422},{0.004,58201},{0.034,48645},{0.190,21793},{0.295,21179},{0.541,17889},{0.738,13809},{0.868,10920},{0.841,3889},{0.984,2967},{999,0},{999,0}}|209714|.228|201909|NDFD
>
>
JKL|60|po|12|{{0.045,11468},{0.055,57106},{0.095,16719},{0.285,21242},{0.458,7111},{0.106,595},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.128|201909|NDFD
>
>
LMK|60|po|12|{{0.006,23481},{0.046,91465},{0.036,49095},{0.117,15588},{0.419,12204},{0.076,355},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.068|201909|NDFD
>
>
PAH|60|po|12|{{0.016,42443},{0.006,100115},{0.066,41495},{0.235,34321},{0.434,14479},{0.358,5629},{0.319,874},{1.000,28},{999,0},{999,0},{999,0},{999,0}}|239384|.086|201909|NDFD
>
>
DTX|60|po|12|{{0.016,33888},{0.065,96263},{0.360,42132},{0.561,42073},{0.510,38576},{0.722,31380},{0.786,22807},{0.793,16748},{0.962,33232},{0.998,19485},{0.969,3536},{1.000,1}}|380121|.458|201909|NDFD
>
>
APX|60|po|12|{{0.000,6941},{0.039,53589},{0.223,20707},{0.631,16848},{0.666,12437},{0.408,18809},{0.498,15170},{0.688,15718},{0.936,16668},{0.942,17230},{0.838,2832},{999,0}}|196949|.436|201909|NDFD
>
>
GRR|60|po|12|{{0.000,13067},{0.000,40162},{0.209,14168},{0.479,18907},{0.617,13035},{0.542,14633},{0.635,13698},{0.846,4694},{0.960,10829},{0.981,11739},{1.000,111},{999,0}}|155043|.404|201909|NDFD
>
>
MQT|60|po|12|{{0.017,20251},{0.048,93757},{0.082,114421},{0.288,63821},{0.474,46608},{0.454,31086},{0.479,21583},{0.675,22329},{0.846,25921},{0.886,27574},{0.971,24136},{999,0}}|491487|.334|201909|NDFD
>
>
DLH|60|po|12|{{0.000,10581},{0.036,74994},{0.323,62786},{0.462,71244},{0.465,46576},{0.483,30862},{0.684,17165},{0.778,10703},{0.924,12326},{0.978,27208},{1.000,18306},{1.000,245}}|382996|.442|201909|NDFD
>
>
MPX|60|po|12|{{0.000,19619},{0.023,58808},{0.243,92706},{0.336,53122},{0.497,27096},{0.566,32972},{0.541,17434},{0.708,23483},{0.929,13687},{0.998,8539},{1.000,5630},{999,0}}|353096|.359|201909|NDFD
>
>
EAX|60|po|12|{{0.000,10926},{0.005,66496},{0.065,40229},{0.078,29571},{0.164,10521},{0.502,22032},{0.512,23733},{0.484,13186},{0.861,16815},{0.970,7002},{999,0},{999,0}}|240511|.240|201909|NDFD
>
>
SGF|60|po|12|{{0.004,17479},{0.019,82582},{0.035,43040},{0.222,29824},{0.374,18963},{0.667,15277},{0.456,13959},{0.696,10712},{0.949,4043},{1.000,5575},{999,0},{999,0}}|241454|.208|201909|NDFD
>
>
LSX|60|po|12|{{0.000,15060},{0.020,87102},{0.087,72012},{0.226,27116},{0.529,15503},{0.473,19069},{0.318,12477},{0.764,3416},{1.000,4450},{1.000,5466},{999,0},{999,0}}|261671|.183|201909|NDFD
>
>
GID|60|po|12|{{0.000,8009},{0.000,47502},{0.085,64703},{0.169,37465},{0.111,18016},{0.371,7587},{0.974,2028},{1.000,679},{1.000,3246},{1.000,4287},{999,0},{999,0}}|193522|.139|201909|NDFD
>
>
LBF|60|po|12|{{0.006,15793},{0.036,153307},{0.087,85008},{0.292,30501},{0.294,24063},{0.475,17081},{0.384,6551},{0.464,2835},{1.000,408},{999,0},{999,0},{999,0}}|335547|.123|201909|NDFD
>
>
OAX|60|po|12|{{0.000,10874},{0.008,51069},{0.183,41585},{0.310,31330},{0.378,38511},{0.684,26453},{0.631,11044},{0.685,3824},{1.000,2343},{1.000,5670},{1.000,98},{999,0}}|222801|.306|201909|NDFD
>
>
BIS|60|po|12|{{0.000,36291},{0.075,138154},{0.227,139708},{0.274,41281},{0.418,15984},{0.588,21663},{0.874,41139},{0.915,35660},{0.898,30324},{0.934,33184},{0.975,26409},{999,0}}|559797|.403|201909|NDFD
>
>
FGF|60|po|12|{{0.000,20602},{0.012,86884},{0.156,122014},{0.488,55029},{0.475,36311},{0.507,33064},{0.646,29797},{0.760,23028},{0.834,16497},{0.933,21747},{1.000,17237},{1.000,1654}}|463864|.368|201909|NDFD
>
>
ABR|60|po|12|{{0.000,24127},{0.072,121351},{0.072,59273},{0.204,34615},{0.422,17062},{0.774,14583},{0.722,17703},{0.480,13766},{0.272,13704},{0.458,5287},{999,0},{999,0}}|321471|.199|201909|NDFD
>
>
UNR|60|po|12|{{0.054,45690},{0.119,147758},{0.235,80424},{0.605,45176},{0.858,30026},{0.877,22809},{0.904,20005},{0.838,16591},{0.976,13331},{0.993,9493},{1.000,2017},{999,0}}|433320|.389|201909|NDFD
>
>
FSD|60|po|12|{{0.000,14637},{0.118,74906},{0.137,71860},{0.161,47914},{0.286,24400},{0.641,30697},{0.621,16934},{0.687,11110},{0.840,2183},{1.000,541},{999,0},{999,0}}|295182|.249|201909|NDFD
>
>
GRB|60|po|12|{{0.000,16234},{0.030,35534},{0.171,36791},{0.440,18877},{0.471,27136},{0.511,12249},{0.790,11790},{0.820,12767},{0.847,17916},{0.955,11308},{1.000,4},{999,0}}|200606|.401|201909|NDFD
>
>
ARX|60|po|12|{{0.000,8680},{0.053,41954},{0.261,54143},{0.303,16307},{0.309,14019},{0.657,16216},{0.874,13801},{0.825,15186},{0.943,10315},{0.988,13848},{1.000,2071},{999,0}}|206540|.418|201909|NDFD
>
>
MKX|60|po|12|{{0.000,24951},{0.005,67648},{0.157,49323},{0.422,21167},{0.521,27956},{0.564,30810},{0.697,18015},{0.710,12684},{0.852,19806},{0.958,22503},{0.991,3033},{999,0}}|297896|.376|201909|NDFD
>
>
CYS|60|po|12|{{0.021,52285},{0.015,127827},{0.199,70501},{0.443,35298},{0.571,26400},{0.758,24942},{0.903,16451},{0.977,4490},{0.993,4122},{1.000,371},{999,0},{999,0}}|362687|.249|201909|NDFD
>
>
RIW|60|po|12|{{0.000,104625},{0.028,143574},{0.165,87906},{0.423,63253},{0.443,38562},{0.522,33041},{0.612,25515},{0.759,24973},{0.970,21892},{0.997,23569},{1.000,18991},{1.000,2485}}|588386|.306|201909|NDFD
>
>
CAR|60|po|12|{{0.000,30938},{0.009,49261},{0.183,59158},{0.247,20269},{0.295,10950},{0.700,8380},{0.713,18458},{0.755,15881},{0.576,18078},{0.878,13856},{0.936,1668},{0.704,54}}|246951|.302|201909|NDFD
>
>
GYX|60|po|12|{{0.001,51379},{0.004,45975},{0.075,45930},{0.303,32339},{0.562,22215},{0.584,22696},{0.605,20647},{0.823,19286},{0.919,7409},{0.864,4970},{0.980,785},{999,0}}|273631|.290|201909|NDFD
>
>
BOX|60|po|12|{{0.000,2863},{0.013,79451},{0.150,34492},{0.367,28888},{0.389,22767},{0.555,10162},{0.654,12890},{0.448,2855},{0.488,1265},{0.443,97},{999,0},{999,0}}|195730|.213|201909|NDFD
>
>
PHI|60|po|12|{{0.003,36045},{0.006,53193},{0.096,53506},{0.128,25105},{0.667,16957},{0.584,5441},{0.312,773},{0.025,202},{999,0},{999,0},{999,0},{999,0}}|191222|.123|201909|NDFD
>
>
ALY|60|po|12|{{0.000,14997},{0.005,43576},{0.273,23367},{0.632,16599},{0.555,18531},{0.430,14036},{0.602,10818},{0.873,12309},{0.915,4662},{1.000,104},{999,0},{999,0}}|158999|.346|201909|NDFD
>
>
BGM|60|po|12|{{0.007,29372},{0.081,38224},{0.204,28709},{0.248,10411},{0.542,18353},{0.636,16525},{0.316,17855},{0.629,12574},{0.936,8309},{0.925,816},{999,0},{999,0}}|181148|.300|201909|NDFD
>
>
BUF|60|po|12|{{0.000,52685},{0.019,13912},{0.207,22735},{0.255,25889},{0.472,22224},{0.400,13375},{0.279,12032},{0.610,23093},{0.574,22698},{0.886,9471},{1.000,524},{999,0}}|218638|.306|201909|NDFD
>
>
OKX|60|po|12|{{0.000,9652},{0.001,37954},{0.093,24575},{0.295,13406},{0.518,21917},{0.422,3400},{0.340,94},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.172|201909|NDFD
>
>
MHX|60|po|12|{{0.000,13433},{0.002,55938},{0.018,27284},{0.167,31583},{0.204,13724},{0.165,2117},{0.390,2258},{0.703,1443},{0.970,1648},{1.000,233},{999,0},{999,0}}|149661|.085|201909|NDFD
>
>
RAH|60|po|12|{{0.000,27660},{0.000,39627},{0.003,34885},{0.136,32244},{0.128,16225},{0.454,2911},{0.033,3443},{0.051,2050},{999,0},{999,0},{999,0},{999,0}}|159045|.051|201909|NDFD
>
>
ILM|60|po|12|{{0.000,5401},{0.002,46692},{0.028,27466},{0.146,27996},{0.247,12314},{0.394,4709},{0.187,2333},{0.779,1368},{1.000,1765},{1.000,297},{999,0},{999,0}}|130341|.103|201909|NDFD
>
>
CLE|60|po|12|{{0.000,21159},{0.001,34045},{0.135,77789},{0.355,36611},{0.258,27820},{0.542,25193},{0.768,10014},{0.753,7230},{0.921,3167},{1.000,358},{999,0},{999,0}}|243386|.250|201909|NDFD
>
>
ILN|60|po|12|{{0.000,21},{0.046,90225},{0.076,60492},{0.106,28399},{0.137,11771},{0.334,7951},{0.217,2069},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.082|201909|NDFD
>
>
PBZ|60|po|12|{{0.000,7744},{0.006,56615},{0.179,53479},{0.302,5545},{0.448,25074},{0.281,18304},{0.426,12214},{0.650,10591},{999,0},{999,0},{999,0},{999,0}}|189566|.211|201909|NDFD
>
>
CTP|60|po|12|{{0.015,47637},{0.013,45780},{0.241,41578},{0.393,28432},{0.424,25143},{0.507,26680},{0.589,11653},{0.807,7108},{1.000,14},{999,0},{999,0},{999,0}}|234025|.253|201909|NDFD
>
>
CHS|60|po|12|{{0.000,7367},{0.002,50253},{0.033,45550},{0.254,32965},{0.428,9591},{0.493,4712},{0.322,5461},{0.584,3888},{0.648,2074},{0.681,3617},{1.000,792},{1.000,273}}|166543|.152|201909|NDFD
>
>
CAE|60|po|12|{{0.000,14156},{0.015,46122},{0.086,22500},{0.265,31775},{0.305,11411},{0.532,3401},{0.206,510},{0.759,29},{999,0},{999,0},{999,0},{999,0}}|129904|.127|201909|NDFD
>
>
GSP|60|po|12|{{0.001,15565},{0.003,43958},{0.036,55393},{0.175,37829},{0.325,25483},{0.570,18236},{0.674,3852},{0.787,1380},{0.886,865},{999,0},{999,0},{999,0}}|202561|.158|201909|NDFD
>
>
BTV|60|po|12|{{0.000,23889},{0.000,19465},{0.109,25394},{0.154,17274},{0.300,11267},{0.521,14844},{0.582,21377},{0.813,17284},{0.918,11877},{0.982,3701},{1.000,10},{999,0}}|166382|.346|201909|NDFD
>
>
LWX|60|po|12|{{0.000,10987},{0.060,84398},{0.212,55153},{0.381,27993},{0.419,10532},{0.354,10726},{0.150,6011},{0.989,1430},{999,0},{999,0},{999,0},{999,0}}|207230|.183|201909|NDFD
>
>
RNK|60|po|12|{{0.000,8767},{0.020,62429},{0.093,50706},{0.273,34494},{0.425,21045},{0.401,10314},{0.443,2965},{0.556,2225},{0.887,416},{999,0},{999,0},{999,0}}|193361|.162|201909|NDFD
>
>
AKQ|60|po|12|{{0.039,75604},{0.034,52654},{0.094,56685},{0.150,20550},{0.189,15368},{0.104,15060},{0.002,473},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.074|201909|NDFD
>
>
RLX|60|po|12|{{0.044,15624},{0.026,97065},{0.041,28369},{0.280,38001},{0.578,23789},{0.482,8327},{0.399,3741},{0.749,1348},{0.542,419},{999,0},{999,0},{999,0}}|216683|.164|201909|NDFD
>
>
BMX|60|po|12|{{0.001,32734},{0.042,99797},{0.094,89981},{0.141,38576},{0.264,6283},{0.333,27},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.074|201909|NDFD
>
>
HUN|60|po|12|{{999,0},{0.005,32894},{0.104,29537},{0.279,17628},{0.493,4333},{0.055,1670},{0.323,2166},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.125|201909|NDFD
>
>
MOB|60|po|12|{{0.016,16604},{0.042,72151},{0.075,110498},{0.116,28823},{0.196,7776},{0.542,9896},{0.118,1550},{0.115,1069},{0.045,378},{999,0},{999,0},{999,0}}|248745|.089|201909|NDFD
>
>
LZK|60|po|12|{{0.000,1842},{0.010,117553},{0.090,100085},{0.408,41980},{0.504,29896},{0.599,11142},{0.829,8436},{0.926,7685},{999,0},{999,0},{999,0},{999,0}}|318619|.198|201909|NDFD
>
>
JAX|60|po|12|{{0.000,534},{0.012,57739},{0.070,70578},{0.288,31135},{0.536,27855},{0.592,14239},{0.481,10631},{0.478,6584},{0.594,5115},{0.775,9900},{0.991,1666},{1.000,2120}}|238096|.255|201909|NDFD
>
>
EYW|60|po|12|{{999,0},{0.000,4091},{0.171,12165},{0.295,50056},{0.383,54777},{0.532,30795},{0.720,48547},{0.835,12638},{0.734,1613},{999,0},{999,0},{999,0}}|214682|.470|201909|NDFD
>
>
MLB|60|po|12|{{0.000,137},{0.000,24527},{0.127,47355},{0.394,44493},{0.490,34816},{0.822,10054},{0.819,1726},{0.729,13853},{0.954,4678},{0.894,9490},{1.000,875},{999,0}}|192004|.386|201909|NDFD
>
>
MFL|60|po|12|{{0.000,4},{0.002,16473},{0.129,34740},{0.316,50769},{0.352,36519},{0.423,29317},{0.531,25051},{0.687,18020},{0.797,11238},{0.313,716},{999,0},{999,0}}|222847|.362|201909|NDFD
>
>
TAE|60|po|12|{{0.006,15711},{0.018,154193},{0.084,109177},{0.239,45343},{0.234,14048},{0.183,18386},{0.255,5854},{0.061,3138},{0.027,2824},{0.055,453},{999,0},{999,0}}|369127|.085|201909|NDFD
>
>
TBW|60|po|12|{{0.000,10992},{0.005,50269},{0.079,61210},{0.289,53637},{0.267,21931},{0.263,18019},{0.526,9272},{0.559,9162},{0.929,7203},{0.820,6682},{999,0},{999,0}}|248377|.215|201909|NDFD
>
>
FFC|60|po|12|{{0.000,24873},{0.019,134118},{0.153,93930},{0.259,39691},{0.392,8607},{0.409,1801},{0.177,829},{0.000,227},{0.000,53},{999,0},{999,0},{999,0}}|304129|.103|201909|NDFD
>
>
LCH|60|po|12|{{999,0},{0.001,53907},{0.048,93802},{0.323,66986},{0.704,46342},{0.699,26471},{0.968,15145},{0.998,10307},{0.979,4421},{1.000,203},{999,0},{999,0}}|317584|.336|201909|NDFD
>
>
LIX|60|po|12|{{0.000,9945},{0.027,119714},{0.124,98075},{0.311,70464},{0.545,40860},{0.607,15133},{0.908,6400},{0.971,6480},{1.000,2796},{1.000,2342},{999,0},{999,0}}|372209|.231|201909|NDFD
>
>
SHV|60|po|12|{{0.017,56117},{0.063,82274},{0.098,91005},{0.293,54210},{0.369,20291},{0.694,13457},{0.687,7870},{0.809,6334},{0.928,4532},{1.000,147},{999,0},{999,0}}|336237|.186|201909|NDFD
>
>
JAN|60|po|12|{{0.000,28972},{0.019,130205},{0.052,135055},{0.236,19438},{0.269,12969},{0.647,6201},{0.991,338},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.066|201909|NDFD
>
>
ABQ|60|po|12|{{0.000,3613},{0.002,170791},{0.064,281132},{0.195,160687},{0.388,111442},{0.568,54463},{0.640,27809},{0.818,19474},{0.988,8985},{1.000,828},{999,0},{999,0}}|839224|.199|201909|NDFD
>
>
OUN|60|po|12|{{999,0},{0.001,126671},{0.018,125250},{0.140,60200},{0.381,64329},{0.447,34651},{0.550,25510},{0.554,17442},{0.747,5378},{0.994,316},{999,0},{999,0}}|459747|.172|201909|NDFD
>
>
TSA|60|po|12|{{0.000,11343},{0.013,88467},{0.045,44298},{0.380,24810},{0.319,26635},{0.324,16937},{0.714,12584},{0.894,14244},{0.975,4810},{0.890,5491},{999,0},{999,0}}|249619|.232|201909|NDFD
>
>
MEG|60|po|12|{{0.000,12623},{0.027,119009},{0.062,116403},{0.385,22548},{0.650,19401},{0.665,155},{1.000,3},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|290145|.110|201909|NDFD
>
>
MRX|60|po|12|{{0.009,15796},{0.019,34377},{0.064,55152},{0.344,34031},{0.390,10120},{0.389,4668},{0.345,2124},{0.601,1236},{999,0},{999,0},{999,0},{999,0}}|157504|.148|201909|NDFD
>
>
OHX|60|po|12|{{0.025,11505},{0.015,59480},{0.125,58864},{0.334,15798},{0.604,13171},{0.569,1101},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.140|201909|NDFD
>
>
AMA|60|po|12|{{0.000,14930},{0.007,54951},{0.067,70675},{0.168,40374},{0.460,37754},{0.582,17540},{0.600,8725},{0.882,2774},{1.000,4305},{1.000,1041},{999,0},{999,0}}|253069|.208|201909|NDFD
>
>
EWX|60|po|12|{{0.000,4334},{0.019,60860},{0.039,90115},{0.150,73210},{0.425,64156},{0.346,19793},{0.706,16149},{0.530,3733},{0.578,3220},{999,0},{999,0},{999,0}}|335570|.194|201909|NDFD
>
>
BRO|60|po|12|{{0.000,2629},{0.011,3088},{0.132,16428},{0.388,47147},{0.549,25596},{0.636,28395},{0.492,16540},{0.846,7702},{1.000,388},{999,0},{999,0},{999,0}}|147913|.457|201909|NDFD
>
>
CRP|60|po|12|{{0.008,1118},{0.021,4385},{0.098,39143},{0.356,54197},{0.502,62006},{0.556,26266},{0.433,11055},{0.703,9531},{0.493,4667},{0.082,1164},{999,0},{999,0}}|213532|.388|201909|NDFD
>
>
EPZ|60|po|12|{{0.000,2065},{0.048,42453},{0.070,73114},{0.273,69370},{0.340,46057},{0.439,23676},{0.631,21063},{0.775,9130},{0.817,4942},{999,0},{999,0},{999,0}}|291870|.262|201909|NDFD
>
>
FWD|60|po|12|{{0.001,36283},{0.014,100841},{0.083,111349},{0.207,51753},{0.316,24189},{0.305,18974},{0.319,12643},{0.357,7303},{0.514,5132},{0.584,1649},{999,0},{999,0}}|370116|.122|201909|NDFD
>
>
HGX|60|po|12|{{0.019,1018},{0.070,15896},{0.083,51257},{0.286,77581},{0.664,54303},{0.739,22225},{0.630,15021},{0.757,20497},{0.899,9548},{0.941,9627},{0.957,4823},{999,0}}|281796|.452|201909|NDFD
>
>
LUB|60|po|12|{{0.000,8191},{0.001,38525},{0.068,30994},{0.199,28093},{0.386,50778},{0.481,34785},{0.187,9856},{0.648,2128},{1.000,683},{999,0},{999,0},{999,0}}|204033|.235|201909|NDFD
>
>
MAF|60|po|12|{{0.164,943},{0.016,74067},{0.078,79016},{0.281,98536},{0.320,80678},{0.380,63902},{0.548,55790},{0.612,22705},{0.586,7269},{1.000,2},{999,0},{999,0}}|482908|.278|201909|NDFD
>
>
SJT|60|po|12|{{0.000,8411},{0.006,44525},{0.048,98327},{0.161,67425},{0.294,25055},{0.596,6802},{0.876,1640},{0.273,33},{999,0},{999,0},{999,0},{999,0}}|252218|.114|201909|NDFD
>
>
FGZ|60|po|12|{{0.008,122864},{0.000,95272},{0.065,90675},{0.162,55370},{0.273,40649},{0.457,31235},{0.655,33300},{0.658,10258},{0.737,2429},{0.806,603},{999,0},{999,0}}|482655|.149|201909|NDFD
>
>
PSR|60|po|12|{{0.000,107738},{0.005,95598},{0.117,44377},{0.341,24132},{0.467,16200},{0.588,10266},{0.710,8631},{0.912,913},{999,0},{999,0},{999,0},{999,0}}|307855|.112|201909|NDFD
>
>
TWC|60|po|12|{{0.000,14148},{0.012,74736},{0.084,52271},{0.217,35645},{0.353,20447},{0.466,22644},{0.634,20406},{0.796,6713},{0.981,2687},{1.000,1242},{1.000,37},{999,0}}|250976|.211|201909|NDFD
>
>
EKA|60|po|12|{{0.000,51654},{0.009,124133},{0.179,42357},{0.442,13505},{0.621,8800},{0.555,9013},{0.805,5981},{0.730,4894},{0.818,3652},{0.962,3189},{0.861,954},{0.000,2}}|268134|.151|201909|NDFD
>
>
LOX|60|po|12|{{0.000,112075},{0.001,162423},{0.042,30746},{0.170,4428},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
>
>
STO|60|po|12|{{0.000,126989},{0.007,79027},{0.131,31110},{0.435,13354},{0.708,10434},{0.821,9689},{0.896,5961},{0.981,3702},{0.888,528},{1.000,13},{999,0},{999,0}}|280807|.126|201909|NDFD
>
>
SGX|60|po|12|{{0.002,65255},{0.002,52212},{0.106,18493},{0.250,8646},{0.209,3834},{0.550,1936},{0.228,136},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.041|201909|NDFD
>
>
MTR|60|po|12|{{0.003,218282},{0.027,62301},{0.118,19175},{0.597,4672},{0.464,7369},{1.000,12},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
>
>
HNX|60|po|12|{{0.000,165986},{0.000,63217},{0.006,18017},{0.199,4221},{0.580,2271},{0.597,1738},{0.479,1046},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.015|201909|NDFD
>
>
BOI|60|po|12|{{0.011,132078},{0.029,81077},{0.071,110321},{0.210,50699},{0.290,30046},{0.395,21428},{0.392,16527},{0.369,16761},{0.622,21814},{0.765,22640},{0.768,6979},{999,0}}|510370|.173|201909|NDFD
>
>
PIH|60|po|12|{{0.003,61268},{0.027,69628},{0.101,49438},{0.138,33402},{0.186,17264},{0.330,19589},{0.643,22026},{0.805,17648},{0.884,14350},{0.902,12249},{0.909,5966},{999,0}}|322828|.244|201909|NDFD
>
>
BYZ|60|po|12|{{0.020,18602},{0.039,140655},{0.290,57662},{0.440,37407},{0.605,33621},{0.753,30262},{0.874,37099},{0.828,20969},{0.943,11787},{0.995,19295},{1.000,29970},{1.000,177}}|437506|.440|201909|NDFD
>
>
GGW|60|po|12|{{0.010,43330},{0.130,96649},{0.159,44401},{0.334,37510},{0.540,26997},{0.736,25169},{0.837,23331},{0.885,14403},{0.893,8587},{0.930,13297},{0.979,15752},{1.000,5625}}|355051|.391|201909|NDFD
>
>
TFX|60|po|12|{{0.000,58164},{0.073,131881},{0.181,78931},{0.259,50470},{0.250,40330},{0.347,39030},{0.412,32447},{0.561,34564},{0.708,34928},{0.820,23433},{0.982,23037},{1.000,10280}}|557495|.305|201909|NDFD
>
>
MSO|60|po|12|{{0.000,22626},{0.002,89529},{0.018,48578},{0.079,49708},{0.235,42043},{0.312,35338},{0.352,33007},{0.581,37651},{0.724,37554},{0.749,32371},{0.843,12029},{0.879,338}}|440772|.275|201909|NDFD
>
>
LKN|60|po|12|{{0.000,180570},{0.010,126641},{0.099,99580},{0.202,51559},{0.412,34276},{0.736,18059},{0.804,14179},{0.810,13598},{0.889,11231},{0.907,6736},{0.925,1689},{999,0}}|558118|.160|201909|NDFD
>
>
VEF|60|po|12|{{0.000,375670},{0.002,147447},{0.031,75679},{0.159,43600},{0.335,13459},{0.407,9000},{0.555,4276},{0.525,1962},{0.830,47},{999,0},{999,0},{999,0}}|671140|.032|201909|NDFD
>
>
REV|60|po|12|{{0.000,125025},{0.001,100021},{0.065,41522},{0.326,35365},{0.648,20815},{0.833,14044},{0.877,8313},{0.981,4667},{1.000,2562},{1.000,348},{999,0},{999,0}}|352682|.154|201909|NDFD
>
>
MFR|60|po|12|{{0.000,66931},{0.008,175527},{0.077,87186},{0.310,32167},{0.707,14644},{0.528,18025},{0.551,20552},{0.697,25223},{0.892,24067},{0.963,20628},{0.993,13752},{0.999,5619}}|504321|.253|201909|NDFD
>
>
PDT|60|po|12|{{0.000,52509},{0.005,118529},{0.034,100018},{0.183,35555},{0.407,24366},{0.445,22471},{0.501,20378},{0.573,32661},{0.819,26510},{0.908,15472},{0.992,3874},{1.000,44}}|452387|.219|201909|NDFD
>
>
PQR|60|po|12|{{0.000,23973},{0.011,100008},{0.064,54928},{0.200,46325},{0.353,26226},{0.394,22165},{0.518,15303},{0.730,12656},{0.938,9330},{0.902,21879},{0.961,30803},{0.972,22482}}|386078|.334|201909|NDFD
>
>
SLC|60|po|12|{{0.000,177639},{0.007,186802},{0.043,129699},{0.124,81640},{0.249,38584},{0.510,32186},{0.558,19114},{0.583,11067},{0.785,9650},{0.877,9291},{0.910,5505},{0.913,254}}|701431|.115|201909|NDFD
>
>
SEW|60|po|12|{{0.025,4239},{0.059,53830},{0.141,50843},{0.192,53540},{0.407,40662},{0.444,30963},{0.496,28206},{0.646,24636},{0.729,16408},{0.920,13694},{0.955,15293},{0.912,17286}}|349600|.389|201909|NDFD
>
>
OTX|60|po|12|{{0.000,27758},{0.016,117925},{0.092,73704},{0.224,42199},{0.313,44476},{0.485,34473},{0.693,26767},{0.847,28839},{0.872,21475},{0.892,10501},{0.738,3727},{0.250,4}}|431848|.284|201909|NDFD
>
>
BOU|72|po|12|{{0.000,38421},{0.012,74043},{0.076,94382},{0.120,28566},{0.308,23415},{0.638,14693},{0.723,7928},{0.788,5492},{0.940,3109},{1.000,1591},{999,0},{999,0}}|291640|.146|201909|NDFD
>
>
GJT|72|po|12|{{0.000,105931},{0.009,141680},{0.038,93214},{0.194,65764},{0.312,53866},{0.187,26707},{0.199,10853},{0.385,6706},{0.256,762},{0.000,34},{999,0},{999,0}}|505517|.088|201909|NDFD
>
>
PUB|72|po|12|{{0.002,35372},{0.012,136393},{0.088,83585},{0.192,35083},{0.241,16312},{0.269,6619},{0.301,3116},{0.090,1842},{0.214,2229},{999,0},{999,0},{999,0}}|320551|.072|201909|NDFD
>
>
LOT|72|po|12|{{0.000,14322},{0.162,27818},{0.106,24619},{0.325,17712},{0.423,11992},{0.671,13395},{0.868,9469},{0.892,12245},{0.994,8589},{1.000,3368},{1.000,3855},{999,0}}|147384|.420|201909|NDFD
>
>
ILX|72|po|12|{{0.000,23945},{0.038,47740},{0.084,37294},{0.222,18394},{0.451,17639},{0.534,14717},{0.426,10953},{0.631,10190},{0.967,7589},{1.000,2017},{1.000,3021},{999,0}}|193499|.250|201909|NDFD
>
>
IND|72|po|12|{{0.012,30017},{0.015,44058},{0.032,46611},{0.064,9241},{0.096,8037},{0.127,4941},{0.143,6366},{0.921,2058},{1.000,4910},{999,0},{999,0},{999,0}}|156239|.078|201909|NDFD
>
>
IWX|72|po|12|{{0.000,28275},{0.069,32175},{0.066,39280},{0.295,13609},{0.282,8702},{0.296,15661},{0.558,5102},{0.620,6112},{0.896,9648},{1.000,3111},{1.000,1326},{999,0}}|163001|.219|201909|NDFD
>
>
DVN|72|po|12|{{0.062,2722},{0.045,50397},{0.203,24382},{0.187,16938},{0.258,16337},{0.618,25358},{0.767,25700},{0.894,17681},{0.948,15050},{1.000,8998},{1.000,953},{999,0}}|204516|.441|201909|NDFD
>
>
DMX|72|po|12|{{0.205,8549},{0.025,56879},{0.036,38232},{0.253,34159},{0.605,27990},{0.501,35859},{0.529,34036},{0.740,13741},{0.896,19321},{1.000,14888},{1.000,2581},{999,0}}|286235|.388|201909|NDFD
>
>
DDC|72|po|12|{{0.000,12210},{0.025,70935},{0.069,68186},{0.180,34572},{0.269,17310},{0.365,3952},{0.808,1754},{0.520,273},{0.691,984},{0.681,6896},{0.249,1451},{999,0}}|218523|.120|201909|NDFD
>
>
GLD|72|po|12|{{0.001,12058},{0.018,70721},{0.050,60962},{0.143,30176},{0.260,11712},{0.859,7317},{0.980,3447},{0.877,1470},{0.892,5768},{0.408,3415},{999,0},{999,0}}|207046|.141|201909|NDFD
>
>
TOP|72|po|12|{{0.000,3243},{0.004,25964},{0.017,43970},{0.096,30117},{0.162,20879},{0.428,9433},{0.811,5517},{0.927,5402},{0.952,6310},{1.000,1861},{1.000,2715},{999,0}}|155411|.201|201909|NDFD
>
>
ICT|72|po|12|{{0.000,11891},{0.004,48665},{0.030,58293},{0.192,37351},{0.315,15658},{0.500,13225},{0.747,10043},{0.778,7538},{0.770,3035},{1.000,2207},{0.925,1808},{999,0}}|209714|.192|201909|NDFD
>
>
JKL|72|po|12|{{0.015,22317},{0.036,39522},{0.093,30242},{0.083,20738},{0.095,1318},{0.577,104},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.057|201909|NDFD
>
>
LMK|72|po|12|{{0.009,57760},{0.028,88006},{0.035,26383},{0.074,8922},{0.086,5535},{0.549,2330},{0.950,2916},{1.000,336},{999,0},{999,0},{999,0},{999,0}}|192188|.049|201909|NDFD
>
>
PAH|72|po|12|{{0.002,60838},{0.009,89701},{0.062,57273},{0.114,9542},{0.116,3882},{0.473,5889},{0.703,6070},{0.943,2279},{0.931,3902},{1.000,8},{999,0},{999,0}}|239384|.078|201909|NDFD
>
>
DTX|72|po|12|{{0.001,27905},{0.014,82948},{0.164,75362},{0.481,37591},{0.569,29179},{0.760,34901},{0.771,35003},{0.877,26715},{0.987,21794},{1.000,8563},{1.000,160},{999,0}}|380121|.409|201909|NDFD
>
>
APX|72|po|12|{{0.000,9093},{0.065,41358},{0.281,32810},{0.533,18536},{0.687,23620},{0.752,21097},{0.886,19537},{0.832,11593},{0.958,11696},{0.964,7303},{0.601,306},{999,0}}|196949|.504|201909|NDFD
>
>
GRR|72|po|12|{{0.000,16790},{0.032,25331},{0.081,26645},{0.291,15849},{0.538,14391},{0.686,10918},{0.833,11972},{0.916,11790},{1.000,8301},{1.000,11314},{1.000,1742},{999,0}}|155043|.419|201909|NDFD
>
>
MQT|72|po|12|{{0.000,15478},{0.015,70013},{0.205,106737},{0.352,94279},{0.278,38828},{0.483,25245},{0.712,28857},{0.838,42835},{0.767,29030},{0.815,16669},{0.923,23516},{999,0}}|491487|.393|201909|NDFD
>
>
DLH|72|po|12|{{0.016,8183},{0.042,86196},{0.244,70983},{0.442,32745},{0.288,33524},{0.471,30011},{0.715,34588},{0.847,38862},{0.663,17193},{0.885,18092},{1.000,12588},{1.000,31}}|382996|.410|201909|NDFD
>
>
MPX|72|po|12|{{0.054,24726},{0.108,74182},{0.102,40986},{0.315,32464},{0.360,41557},{0.601,37391},{0.783,40796},{0.883,25768},{0.972,10125},{0.999,24103},{1.000,998},{999,0}}|353096|.427|201909|NDFD
>
>
EAX|72|po|12|{{0.000,9559},{0.002,47324},{0.042,62115},{0.189,22815},{0.318,19317},{0.554,27514},{0.748,12287},{0.956,12541},{0.965,13244},{0.940,12204},{1.000,1591},{999,0}}|240511|.314|201909|NDFD
>
>
SGF|72|po|12|{{0.000,36826},{0.000,78061},{0.013,41522},{0.303,13070},{0.218,15649},{0.173,20958},{0.634,10294},{0.747,13936},{0.585,7395},{0.843,3743},{999,0},{999,0}}|241454|.149|201909|NDFD
>
>
LSX|72|po|12|{{0.000,33109},{0.008,82209},{0.044,39596},{0.288,22540},{0.260,22486},{0.432,22301},{0.470,14664},{0.420,10797},{0.689,9167},{0.803,2542},{1.000,2260},{999,0}}|261671|.177|201909|NDFD
>
>
GID|72|po|12|{{0.000,10677},{0.008,36930},{0.023,43068},{0.059,39386},{0.254,22549},{0.397,12792},{0.703,9865},{0.771,8732},{0.558,5460},{0.360,3264},{0.573,799},{999,0}}|193522|.169|201909|NDFD
>
>
LBF|72|po|12|{{0.003,16907},{0.025,84315},{0.054,71136},{0.235,49436},{0.458,26307},{0.633,17004},{0.585,17952},{0.580,19688},{0.822,22881},{0.950,9921},{999,0},{999,0}}|335547|.270|201909|NDFD
>
>
OAX|72|po|12|{{0.104,6682},{0.007,36637},{0.082,48707},{0.262,35099},{0.320,21374},{0.456,20729},{0.536,18475},{0.599,23294},{0.872,7348},{1.000,2267},{1.000,2189},{999,0}}|222801|.293|201909|NDFD
>
>
BIS|72|po|12|{{0.013,22328},{0.133,119348},{0.141,95300},{0.283,67581},{0.424,65762},{0.558,53895},{0.590,39525},{0.698,26835},{0.918,13739},{0.963,12155},{0.960,27933},{1.000,15396}}|559797|.384|201909|NDFD
>
>
FGF|72|po|12|{{0.000,14314},{0.049,150125},{0.145,67205},{0.444,41951},{0.669,49140},{0.627,30831},{0.615,25321},{0.922,16806},{0.827,19967},{0.824,40090},{0.864,7589},{1.000,525}}|463864|.379|201909|NDFD
>
>
ABR|72|po|12|{{0.011,14298},{0.073,87137},{0.182,70193},{0.328,38137},{0.466,29014},{0.449,19651},{0.800,16226},{0.508,8201},{0.890,14861},{0.939,20784},{0.957,2969},{999,0}}|321471|.333|201909|NDFD
>
>
UNR|72|po|12|{{0.000,34545},{0.011,108927},{0.205,71196},{0.244,27163},{0.329,32471},{0.484,30462},{0.523,37904},{0.642,34498},{0.718,32652},{0.961,17366},{1.000,6119},{1.000,17}}|433320|.314|201909|NDFD
>
>
FSD|72|po|12|{{0.078,17899},{0.128,63838},{0.165,55854},{0.167,55729},{0.312,22772},{0.621,11503},{0.925,12272},{0.739,16345},{0.795,27645},{0.924,11325},{999,0},{999,0}}|295182|.333|201909|NDFD
>
>
GRB|72|po|12|{{0.064,5874},{0.029,38537},{0.189,31356},{0.294,26750},{0.548,12978},{0.758,18039},{0.924,23939},{0.948,21664},{0.856,11388},{0.988,4225},{1.000,5856},{999,0}}|200606|.491|201909|NDFD
>
>
ARX|72|po|12|{{0.098,8454},{0.034,44456},{0.449,18185},{0.178,10682},{0.409,17492},{0.653,24569},{0.782,29428},{0.948,19312},{0.978,21590},{1.000,10738},{1.000,1634},{999,0}}|206540|.534|201909|NDFD
>
>
MKX|72|po|12|{{0.000,11352},{0.016,57457},{0.151,33361},{0.346,32605},{0.498,25001},{0.727,40991},{0.865,33948},{0.845,26242},{0.868,11990},{0.999,21784},{1.000,3165},{999,0}}|297896|.491|201909|NDFD
>
>
CYS|72|po|12|{{0.000,36775},{0.024,90880},{0.075,83286},{0.228,34058},{0.308,45460},{0.482,30332},{0.518,20964},{0.619,12809},{0.756,4875},{1.000,2680},{1.000,568},{999,0}}|362687|.195|201909|NDFD
>
>
RIW|72|po|12|{{0.000,103793},{0.015,128406},{0.074,98611},{0.296,53243},{0.446,42554},{0.497,32795},{0.637,34093},{0.748,27144},{0.806,25544},{0.887,21194},{0.966,20905},{1.000,104}}|588386|.275|201909|NDFD
>
>
CAR|72|po|12|{{0.000,30088},{0.013,36582},{0.115,43705},{0.246,20684},{0.449,23184},{0.446,27417},{0.524,29905},{0.749,17510},{0.902,11743},{0.761,5716},{0.808,385},{0.562,32}}|246951|.313|201909|NDFD
>
>
GYX|72|po|12|{{0.000,40705},{0.001,58206},{0.093,33915},{0.066,33775},{0.260,35081},{0.294,26011},{0.630,17021},{0.952,18665},{1.000,6642},{0.949,3580},{0.667,30},{999,0}}|273631|.222|201909|NDFD
>
>
BOX|72|po|12|{{0.000,8485},{0.008,69834},{0.097,39587},{0.138,20439},{0.316,26417},{0.334,12904},{0.816,9135},{0.938,2159},{0.984,6770},{999,0},{999,0},{999,0}}|195730|.184|201909|NDFD
>
>
PHI|72|po|12|{{0.000,28745},{0.022,67239},{0.062,37932},{0.432,21848},{0.488,22688},{0.707,9903},{0.581,2867},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.173|201909|NDFD
>
>
ALY|72|po|12|{{0.000,17147},{0.003,25424},{0.033,37999},{0.113,27183},{0.427,23205},{0.451,8619},{0.760,7727},{0.789,7422},{1.000,3362},{1.000,909},{1.000,2},{999,0}}|158999|.215|201909|NDFD
>
>
BGM|72|po|12|{{0.000,26831},{0.000,36134},{0.090,33087},{0.243,26099},{0.495,23156},{0.543,15293},{0.795,5625},{0.852,11405},{0.995,2707},{1.000,460},{1.000,351},{999,0}}|181148|.258|201909|NDFD
>
>
BUF|72|po|12|{{0.012,42698},{0.000,37548},{0.001,26435},{0.199,10716},{0.382,19022},{0.587,13840},{0.627,12926},{0.693,25545},{0.924,18214},{1.000,11694},{999,0},{999,0}}|218638|.331|201909|NDFD
>
>
OKX|72|po|12|{{0.000,6044},{0.004,33697},{0.096,36947},{0.020,7434},{0.569,9725},{0.508,7683},{0.906,6446},{0.908,3022},{999,0},{999,0},{999,0},{999,0}}|110998|.197|201909|NDFD
>
>
MHX|72|po|12|{{0.000,6623},{0.002,60784},{0.044,61200},{0.168,12584},{0.208,1963},{999,0},{999,0},{0.527,129},{0.296,2895},{0.848,3483},{999,0},{999,0}}|149661|.062|201909|NDFD
>
>
RAH|72|po|12|{{0.000,27660},{0.000,31857},{0.057,45414},{0.098,24517},{0.062,17329},{0.054,3550},{0.096,4635},{0.183,3202},{0.993,805},{1.000,76},{999,0},{999,0}}|159045|.051|201909|NDFD
>
>
ILM|72|po|12|{{0.000,5366},{0.000,60360},{0.051,34278},{0.089,17649},{0.025,5026},{0.040,1882},{0.767,485},{1.000,1279},{1.000,2318},{1.000,1698},{999,0},{999,0}}|130341|.070|201909|NDFD
>
>
CLE|72|po|12|{{0.000,21367},{0.004,53585},{0.061,64930},{0.227,26927},{0.370,16701},{0.381,17303},{0.633,13561},{0.882,14492},{0.985,14520},{999,0},{999,0},{999,0}}|243386|.241|201909|NDFD
>
>
ILN|72|po|12|{{0.043,17472},{0.033,87117},{0.102,51998},{0.168,19932},{0.357,10812},{0.474,3825},{0.548,2250},{0.988,6430},{1.000,1092},{999,0},{999,0},{999,0}}|200928|.132|201909|NDFD
>
>
PBZ|72|po|12|{{0.000,9973},{0.044,50585},{0.083,61454},{0.155,20902},{0.444,16353},{0.371,18002},{0.603,3533},{0.869,4493},{0.843,4271},{999,0},{999,0},{999,0}}|189566|.180|201909|NDFD
>
>
CTP|72|po|12|{{0.038,46125},{0.008,42373},{0.066,56752},{0.300,49025},{0.330,22235},{0.537,8880},{0.824,4520},{0.951,3696},{1.000,419},{999,0},{999,0},{999,0}}|234025|.172|201909|NDFD
>
>
CHS|72|po|12|{{0.000,3146},{0.011,73176},{0.049,50471},{0.190,12805},{0.165,7980},{0.106,5644},{0.206,4109},{0.481,3675},{0.696,3246},{1.000,1443},{1.000,848},{999,0}}|166543|.089|201909|NDFD
>
>
CAE|72|po|12|{{0.000,28240},{0.030,61316},{0.228,18776},{0.087,15629},{0.031,2808},{0.544,1064},{0.929,946},{1.000,666},{1.000,459},{999,0},{999,0},{999,0}}|129904|.078|201909|NDFD
>
>
GSP|72|po|12|{{0.000,15469},{0.003,58457},{0.052,67110},{0.055,44403},{0.215,11944},{0.561,5175},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.057|201909|NDFD
>
>
BTV|72|po|12|{{0.000,21767},{0.000,28172},{0.011,19485},{0.080,14107},{0.120,21975},{0.172,16707},{0.484,13512},{0.829,11813},{0.964,10536},{0.999,5518},{1.000,2790},{999,0}}|166382|.250|201909|NDFD
>
>
LWX|72|po|12|{{0.000,9072},{0.023,101609},{0.027,48574},{0.099,25934},{0.124,11966},{0.380,7210},{0.309,2865},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.055|201909|NDFD
>
>
RNK|72|po|12|{{0.000,6703},{0.008,79856},{0.098,61298},{0.066,25246},{0.084,12317},{0.089,4639},{0.304,2857},{0.636,445},{999,0},{999,0},{999,0},{999,0}}|193361|.056|201909|NDFD
>
>
AKQ|72|po|12|{{0.000,56626},{0.034,66292},{0.045,74378},{0.074,16482},{0.084,10642},{0.767,10458},{0.005,831},{0.038,680},{0.000,5},{999,0},{999,0},{999,0}}|236394|.067|201909|NDFD
>
>
RLX|72|po|12|{{0.040,15413},{0.014,85833},{0.019,43574},{0.110,37548},{0.211,24948},{0.233,7074},{0.539,2293},{999,0},{999,0},{999,0},{999,0},{999,0}}|216683|.069|201909|NDFD
>
>
BMX|72|po|12|{{0.003,67696},{0.015,123544},{0.082,73536},{0.001,2622},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.030|201909|NDFD
>
>
HUN|72|po|12|{{0.000,7498},{0.003,33360},{0.047,35602},{0.000,5219},{0.010,3682},{0.392,2867},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.033|201909|NDFD
>
>
MOB|72|po|12|{{0.016,24611},{0.007,122060},{0.049,63378},{0.125,24421},{0.594,5131},{0.477,3002},{0.067,2624},{0.119,2881},{0.182,637},{999,0},{999,0},{999,0}}|248745|.050|201909|NDFD
>
>
LZK|72|po|12|{{0.000,16674},{0.005,132444},{0.038,101139},{0.330,42915},{0.273,16574},{0.515,4536},{0.394,4337},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.085|201909|NDFD
>
>
JAX|72|po|12|{{0.000,10834},{0.004,94287},{0.065,52676},{0.271,23915},{0.235,19313},{0.280,12403},{0.407,7405},{0.497,6804},{0.640,5913},{0.823,4395},{0.841,151},{999,0}}|238096|.135|201909|NDFD
>
>
EYW|72|po|12|{{999,0},{999,0},{0.017,12043},{0.231,31657},{0.362,80855},{0.535,42031},{0.771,44851},{0.775,3245},{999,0},{999,0},{999,0},{999,0}}|214682|.449|201909|NDFD
>
>
MLB|72|po|12|{{0.000,1537},{0.000,31793},{0.114,64961},{0.331,42046},{0.477,26655},{0.426,8108},{0.642,9152},{0.882,7728},{0.917,24},{999,0},{999,0},{999,0}}|192004|.261|201909|NDFD
>
>
MFL|72|po|12|{{0.000,15},{0.004,19127},{0.086,64241},{0.219,48800},{0.328,32372},{0.426,21869},{0.652,21293},{0.573,9167},{0.671,3597},{0.874,2366},{999,0},{999,0}}|222847|.268|201909|NDFD
>
>
TAE|72|po|12|{{0.001,84408},{0.004,155165},{0.074,71026},{0.136,27277},{0.296,12086},{0.299,6639},{0.309,3590},{0.169,2767},{0.408,5179},{0.387,990},{999,0},{999,0}}|369127|.053|201909|NDFD
>
>
TBW|72|po|12|{{0.002,39272},{0.006,67574},{0.045,72087},{0.130,31671},{0.183,18899},{0.174,8169},{0.329,3685},{0.643,3845},{0.376,2226},{0.197,949},{999,0},{999,0}}|248377|.070|201909|NDFD
>
>
FFC|72|po|12|{{0.000,25839},{0.011,157565},{0.123,95454},{0.104,20107},{0.012,4965},{0.065,199},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.052|201909|NDFD
>
>
LCH|72|po|12|{{0.000,11},{0.027,112177},{0.157,117368},{0.277,52369},{0.549,14472},{0.812,10738},{0.916,8483},{0.859,1966},{999,0},{999,0},{999,0},{999,0}}|317584|.196|201909|NDFD
>
>
LIX|72|po|12|{{0.012,54994},{0.035,128303},{0.063,105031},{0.251,43339},{0.698,23981},{0.729,6953},{0.273,1797},{0.180,1369},{0.823,6180},{0.939,262},{999,0},{999,0}}|372209|.136|201909|NDFD
>
>
SHV|72|po|12|{{0.022,62071},{0.014,104441},{0.043,120801},{0.149,28036},{0.525,14266},{0.725,4713},{1.000,1550},{1.000,359},{999,0},{999,0},{999,0},{999,0}}|336237|.074|201909|NDFD
>
>
JAN|72|po|12|{{0.000,39340},{0.014,161127},{0.014,106042},{0.201,21539},{0.172,4986},{0.125,144},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.027|201909|NDFD
>
>
ABQ|72|po|12|{{0.000,915},{0.062,167036},{0.039,311936},{0.222,159186},{0.418,98643},{0.564,47422},{0.826,37543},{0.820,12667},{1.000,3876},{999,0},{999,0},{999,0}}|839224|.204|201909|NDFD
>
>
OUN|72|po|12|{{0.000,1756},{0.002,132691},{0.018,119814},{0.323,91987},{0.442,60556},{0.466,20918},{0.578,5992},{0.548,13335},{0.664,9920},{0.311,2778},{999,0},{999,0}}|459747|.189|201909|NDFD
>
>
TSA|72|po|12|{{0.000,12345},{0.003,102071},{0.041,36472},{0.409,33694},{0.425,30106},{0.443,17990},{0.679,10081},{0.715,2768},{1.000,4092},{999,0},{999,0},{999,0}}|249619|.197|201909|NDFD
>
>
MEG|72|po|12|{{0.003,44544},{0.005,128817},{0.022,93966},{0.175,14468},{0.637,6069},{0.603,1869},{0.323,260},{0.201,149},{0.000,3},{999,0},{999,0},{999,0}}|290145|.036|201909|NDFD
>
>
MRX|72|po|12|{{0.000,17548},{0.025,47841},{0.050,78598},{0.207,13420},{0.206,97},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.051|201909|NDFD
>
>
OHX|72|po|12|{{0.000,20059},{0.006,66559},{0.076,58127},{0.081,11861},{0.035,2538},{0.101,775},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.037|201909|NDFD
>
>
AMA|72|po|12|{{0.001,17869},{0.041,72695},{0.048,56402},{0.126,33855},{0.516,30758},{0.463,16196},{0.549,9499},{0.874,6628},{0.855,6194},{1.000,2973},{999,0},{999,0}}|253069|.208|201909|NDFD
>
>
EWX|72|po|12|{{0.000,6822},{0.011,110803},{0.048,121458},{0.095,53946},{0.369,32546},{0.352,7927},{0.157,1259},{0.201,809},{999,0},{999,0},{999,0},{999,0}}|335570|.081|201909|NDFD
>
>
BRO|72|po|12|{{0.053,6621},{0.006,3341},{0.080,40415},{0.231,51231},{0.223,23409},{0.372,15231},{0.480,7064},{0.940,601},{999,0},{999,0},{999,0},{999,0}}|147913|.205|201909|NDFD
>
>
CRP|72|po|12|{{0.026,4304},{0.021,24854},{0.071,63337},{0.228,59725},{0.318,31058},{0.379,18905},{0.541,6846},{0.113,4503},{999,0},{999,0},{999,0},{999,0}}|213532|.188|201909|NDFD
>
>
EPZ|72|po|12|{{0.000,2007},{0.108,44511},{0.097,85075},{0.216,48390},{0.325,54895},{0.516,33955},{0.751,15769},{0.731,4514},{1.000,2754},{999,0},{999,0},{999,0}}|291870|.263|201909|NDFD
>
>
FWD|72|po|12|{{0.003,61814},{0.050,133643},{0.020,114668},{0.148,36301},{0.124,9852},{0.110,4015},{0.440,3276},{0.567,6547},{999,0},{999,0},{999,0},{999,0}}|370116|.058|201909|NDFD
>
>
HGX|72|po|12|{{0.000,2311},{0.078,61000},{0.118,91571},{0.273,55774},{0.557,28097},{0.634,11620},{0.669,7195},{0.725,12298},{0.440,8973},{0.478,2957},{999,0},{999,0}}|281796|.259|201909|NDFD
>
>
LUB|72|po|12|{{0.000,10605},{0.136,35184},{0.087,41739},{0.166,42880},{0.521,40847},{0.672,14771},{0.348,7215},{0.433,8880},{1.000,1912},{999,0},{999,0},{999,0}}|204033|.269|201909|NDFD
>
>
MAF|72|po|12|{{999,0},{0.063,88276},{0.103,102789},{0.248,106761},{0.343,82077},{0.403,51627},{0.382,29238},{0.782,22037},{1.000,103},{999,0},{999,0},{999,0}}|482908|.249|201909|NDFD
>
>
SJT|72|po|12|{{0.000,17321},{0.000,53766},{0.059,103930},{0.229,58562},{0.240,16636},{0.582,1985},{0.000,18},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.098|201909|NDFD
>
>
FGZ|72|po|12|{{0.001,106247},{0.007,145524},{0.068,90504},{0.110,64242},{0.248,27678},{0.300,21582},{0.440,12920},{0.716,13958},{999,0},{999,0},{999,0},{999,0}}|482655|.090|201909|NDFD
>
>
PSR|72|po|12|{{0.000,90552},{0.014,103855},{0.166,56747},{0.366,24252},{0.506,16644},{0.572,8985},{0.826,3911},{0.868,1858},{0.933,1051},{999,0},{999,0},{999,0}}|307855|.127|201909|NDFD
>
>
TWC|72|po|12|{{0.001,19910},{0.005,73629},{0.032,53008},{0.167,36224},{0.357,36541},{0.394,16432},{0.891,7423},{0.936,5629},{0.986,2148},{1.000,32},{999,0},{999,0}}|250976|.166|201909|NDFD
>
>
EKA|72|po|12|{{0.000,42693},{0.025,136742},{0.156,51949},{0.371,10104},{0.648,4537},{0.828,2976},{0.845,3305},{0.872,3338},{0.896,3409},{0.975,5969},{0.961,2561},{0.995,551}}|268134|.143|201909|NDFD
>
>
LOX|72|po|12|{{0.000,95113},{0.003,168386},{0.025,40265},{0.042,5908},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.005|201909|NDFD
>
>
STO|72|po|12|{{0.001,134411},{0.020,71186},{0.120,33265},{0.301,17784},{0.493,11123},{0.677,7678},{0.873,4309},{1.000,1048},{1.000,3},{999,0},{999,0},{999,0}}|280807|.094|201909|NDFD
>
>
SGX|72|po|12|{{0.000,67104},{0.000,39353},{0.011,22785},{0.187,15806},{0.103,3953},{0.421,1509},{0.500,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
>
>
MTR|72|po|12|{{0.000,209483},{0.020,76457},{0.099,21465},{0.196,3927},{1.000,479},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.016|201909|NDFD
>
>
HNX|72|po|12|{{0.000,159944},{0.002,68009},{0.016,16816},{0.013,5163},{0.016,2271},{0.137,2113},{0.368,1717},{0.708,463},{999,0},{999,0},{999,0},{999,0}}|256496|.007|201909|NDFD
>
>
BOI|72|po|12|{{0.000,99541},{0.002,113458},{0.088,88028},{0.175,69072},{0.302,33227},{0.434,21614},{0.386,26077},{0.331,32533},{0.520,22712},{0.847,3821},{1.000,287},{999,0}}|510370|.148|201909|NDFD
>
>
PIH|72|po|12|{{0.000,65191},{0.013,60064},{0.212,44055},{0.173,41753},{0.403,29751},{0.464,19366},{0.452,20106},{0.555,17378},{0.748,12996},{0.782,7274},{0.982,3736},{1.000,1158}}|322828|.240|201909|NDFD
>
>
BYZ|72|po|12|{{0.000,16460},{0.002,85457},{0.048,65615},{0.299,61695},{0.395,37111},{0.407,23997},{0.692,25660},{0.753,16600},{0.721,33251},{0.955,25462},{0.968,30569},{1.000,15629}}|437506|.389|201909|NDFD
>
>
GGW|72|po|12|{{0.000,11762},{0.021,64610},{0.204,58608},{0.203,38013},{0.526,33436},{0.760,48393},{0.551,21288},{0.497,14206},{0.712,24088},{0.926,16785},{1.000,8425},{1.000,15437}}|355051|.425|201909|NDFD
>
>
TFX|72|po|12|{{0.002,26767},{0.027,108674},{0.039,89731},{0.063,48976},{0.166,48937},{0.469,47506},{0.636,40920},{0.593,35396},{0.434,31590},{0.562,31535},{0.908,30014},{1.000,17448}}|557494|.293|201909|NDFD
>
>
MSO|72|po|12|{{0.000,9271},{0.004,81465},{0.075,73331},{0.081,43985},{0.202,37267},{0.284,42725},{0.443,48480},{0.471,36821},{0.558,25451},{0.665,24097},{0.834,16612},{0.963,1267}}|440772|.257|201909|NDFD
>
>
LKN|72|po|12|{{0.000,161851},{0.004,128855},{0.057,89221},{0.140,51486},{0.333,47717},{0.501,36292},{0.689,20339},{0.768,10769},{0.945,4080},{0.984,4563},{1.000,2945},{999,0}}|558118|.144|201909|NDFD
>
>
VEF|72|po|12|{{0.000,328653},{0.001,169074},{0.034,103877},{0.143,42753},{0.458,18631},{0.657,5395},{0.551,1747},{0.741,649},{1.000,353},{1.000,8},{999,0},{999,0}}|671140|.035|201909|NDFD
>
>
REV|72|po|12|{{0.000,150738},{0.002,58398},{0.142,45316},{0.283,37768},{0.486,33380},{0.643,12383},{0.825,8491},{0.916,5486},{1.000,722},{999,0},{999,0},{999,0}}|352682|.154|201909|NDFD
>
>
MFR|72|po|12|{{0.000,44689},{0.001,160216},{0.078,107579},{0.328,63306},{0.632,32008},{0.726,28916},{0.783,23895},{0.701,18524},{0.790,10830},{0.968,8577},{0.964,3938},{0.957,1843}}|504321|.247|201909|NDFD
>
>
PDT|72|po|12|{{0.000,28229},{0.001,129882},{0.027,93720},{0.068,47426},{0.193,34106},{0.461,39314},{0.621,29153},{0.738,25477},{0.879,17927},{0.926,6510},{0.980,643},{999,0}}|452387|.198|201909|NDFD
>
>
PQR|72|po|12|{{0.000,2739},{0.001,81931},{0.089,73213},{0.324,66358},{0.512,41115},{0.553,31439},{0.619,19012},{0.543,13362},{0.701,14661},{0.790,19638},{0.949,11343},{1.000,11267}}|386078|.345|201909|NDFD
>
>
SLC|72|po|12|{{0.000,199356},{0.006,197910},{0.039,98289},{0.151,74020},{0.362,60058},{0.414,32382},{0.535,17742},{0.895,7002},{0.981,3374},{1.000,3356},{1.000,4288},{1.000,3654}}|701431|.117|201909|NDFD
>
>
SEW|72|po|12|{{0.020,7435},{0.045,56950},{0.060,52831},{0.292,40852},{0.423,39268},{0.507,35517},{0.665,31738},{0.725,28167},{0.802,23018},{0.832,14224},{0.878,14918},{0.920,4682}}|349600|.405|201909|NDFD
>
>
OTX|72|po|12|{{0.000,17154},{0.012,108452},{0.080,89865},{0.121,50512},{0.222,42253},{0.267,38652},{0.438,25167},{0.565,24242},{0.754,22893},{0.964,10790},{0.973,1868},{999,0}}|431848|.205|201909|NDFD
>
>
BOU|84|po|12|{{0.000,32981},{0.015,119725},{0.078,75070},{0.198,27400},{0.270,12810},{0.410,14142},{0.378,7437},{0.778,1919},{0.917,156},{999,0},{999,0},{999,0}}|291640|.092|201909|NDFD
>
>
GJT|84|po|12|{{0.002,92535},{0.003,140208},{0.026,74953},{0.057,55310},{0.075,43073},{0.152,38471},{0.289,30930},{0.550,18422},{0.678,10084},{0.923,1531},{999,0},{999,0}}|505517|.083|201909|NDFD
>
>
PUB|84|po|12|{{0.006,23855},{0.021,142373},{0.056,83753},{0.071,26081},{0.109,16860},{0.171,11134},{0.180,9599},{0.489,4751},{0.604,2033},{0.455,112},{999,0},{999,0}}|320551|.059|201909|NDFD
>
>
LOT|84|po|12|{{0.000,6282},{0.011,36824},{0.100,23967},{0.486,24538},{0.536,20649},{0.628,14985},{0.956,6313},{1.000,6825},{1.000,6991},{1.000,5},{1.000,5},{999,0}}|147384|.374|201909|NDFD
>
>
ILX|84|po|12|{{0.000,7320},{0.002,60948},{0.165,49973},{0.234,23194},{0.383,23737},{0.587,13134},{0.921,6507},{0.998,2419},{1.000,3108},{1.000,3159},{999,0},{999,0}}|193499|.234|201909|NDFD
>
>
IND|84|po|12|{{0.000,20116},{0.014,53784},{0.130,43483},{0.233,23132},{0.170,7740},{0.173,4738},{0.328,2614},{0.722,632},{999,0},{999,0},{999,0},{999,0}}|156239|.098|201909|NDFD
>
>
IWX|84|po|12|{{0.000,23594},{0.005,40542},{0.370,22575},{0.664,24989},{0.522,25171},{0.561,12103},{0.614,5092},{0.735,5502},{0.800,3433},{999,0},{999,0},{999,0}}|163001|.337|201909|NDFD
>
>
DVN|84|po|12|{{0.000,441},{0.003,34163},{0.114,62454},{0.358,23774},{0.423,11544},{0.317,13918},{0.716,15540},{0.961,19885},{0.999,21494},{1.000,1303},{999,0},{999,0}}|204516|.381|201909|NDFD
>
>
DMX|84|po|12|{{0.000,9097},{0.000,40522},{0.109,55675},{0.373,52401},{0.562,29360},{0.739,11895},{0.846,23914},{0.849,28096},{0.921,28636},{0.996,6639},{999,0},{999,0}}|286235|.447|201909|NDFD
>
>
DDC|84|po|12|{{0.017,22942},{0.034,75870},{0.116,68138},{0.116,20723},{0.188,6142},{0.393,6479},{0.696,8100},{0.869,5605},{0.814,4017},{1.000,507},{999,0},{999,0}}|218523|.143|201909|NDFD
>
>
GLD|84|po|12|{{0.004,24587},{0.030,118184},{0.082,42114},{0.182,10456},{0.374,5040},{0.572,4299},{0.273,2366},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.068|201909|NDFD
>
>
TOP|84|po|12|{{0.000,4652},{0.000,36187},{0.055,24892},{0.256,27595},{0.309,21740},{0.240,13145},{0.468,5956},{0.806,8720},{0.981,7861},{1.000,4355},{1.000,308},{999,0}}|155411|.261|201909|NDFD
>
>
ICT|84|po|12|{{0.000,11255},{0.000,46516},{0.060,37275},{0.123,46059},{0.514,13870},{0.494,19028},{0.546,17130},{0.911,12753},{0.999,2680},{0.999,3028},{1.000,120},{999,0}}|209714|.244|201909|NDFD
>
>
JKL|84|po|12|{{0.001,14413},{0.059,51934},{0.098,25525},{0.287,14962},{0.475,6878},{0.119,529},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.116|201909|NDFD
>
>
LMK|84|po|12|{{0.000,34295},{0.054,72945},{0.029,67069},{0.331,16322},{0.490,1557},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.063|201909|NDFD
>
>
PAH|84|po|12|{{0.000,26543},{0.012,99795},{0.134,84502},{0.259,23903},{0.300,4454},{0.615,187},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.084|201909|NDFD
>
>
DTX|84|po|12|{{0.001,20630},{0.116,99883},{0.279,52581},{0.617,59829},{0.587,41113},{0.866,26554},{0.904,29033},{0.863,21187},{0.990,15294},{0.998,12276},{1.000,1729},{1.000,12}}|380121|.484|201909|NDFD
>
>
APX|84|po|12|{{0.000,3278},{0.062,50279},{0.278,30561},{0.626,15235},{0.549,27884},{0.573,23713},{0.762,12256},{0.933,10941},{0.933,13821},{0.968,7719},{1.000,1262},{999,0}}|196949|.463|201909|NDFD
>
>
GRR|84|po|12|{{0.000,9351},{0.008,39551},{0.057,20582},{0.625,7760},{0.747,24054},{0.552,19298},{0.913,10509},{0.962,15151},{0.982,8521},{1.000,266},{999,0},{999,0}}|155043|.437|201909|NDFD
>
>
MQT|84|po|12|{{0.000,1416},{0.029,80288},{0.178,134612},{0.439,70525},{0.362,45799},{0.372,34560},{0.567,33428},{0.819,49419},{0.895,22971},{0.917,12792},{0.991,5677},{999,0}}|491487|.375|201909|NDFD
>
>
DLH|84|po|12|{{0.000,357},{0.011,57428},{0.391,62871},{0.558,79491},{0.548,60768},{0.495,29603},{0.520,22937},{0.821,19713},{0.971,20948},{0.887,16792},{0.886,12088},{999,0}}|382996|.500|201909|NDFD
>
>
MPX|84|po|12|{{0.000,7803},{0.000,38384},{0.171,73052},{0.332,83680},{0.497,46940},{0.518,26597},{0.574,18713},{0.680,19180},{0.846,18900},{0.848,19734},{1.000,113},{999,0}}|353096|.380|201909|NDFD
>
>
EAX|84|po|12|{{0.000,3938},{0.036,49958},{0.012,51171},{0.045,19790},{0.338,32389},{0.349,25626},{0.536,25265},{0.603,10501},{0.965,13352},{1.000,8521},{999,0},{999,0}}|240511|.268|201909|NDFD
>
>
SGF|84|po|12|{{0.000,11140},{0.017,67153},{0.053,59159},{0.205,29322},{0.440,26659},{0.605,31250},{0.672,11101},{1.000,1822},{1.000,3052},{1.000,796},{999,0},{999,0}}|241454|.224|201909|NDFD
>
>
LSX|84|po|12|{{0.000,6841},{0.033,88732},{0.099,59951},{0.196,35872},{0.416,32139},{0.435,20895},{0.693,9232},{0.998,1841},{1.000,1628},{1.000,4540},{999,0},{999,0}}|261671|.202|201909|NDFD
>
>
GID|84|po|12|{{0.000,10022},{0.000,51493},{0.111,65812},{0.114,27784},{0.106,16274},{0.239,6167},{0.733,4534},{0.736,8729},{0.847,2414},{1.000,293},{999,0},{999,0}}|193522|.133|201909|NDFD
>
>
LBF|84|po|12|{{0.000,27438},{0.018,135029},{0.153,90515},{0.205,31489},{0.288,23698},{0.296,19015},{0.424,8170},{0.404,193},{999,0},{999,0},{999,0},{999,0}}|335547|.115|201909|NDFD
>
>
OAX|84|po|12|{{0.000,5450},{0.001,42859},{0.162,41937},{0.348,51067},{0.450,25348},{0.511,17686},{0.685,15304},{0.847,13511},{1.000,7307},{1.000,2332},{999,0},{999,0}}|222801|.344|201909|NDFD
>
>
BIS|84|po|12|{{0.000,8429},{0.013,147525},{0.180,148460},{0.332,59832},{0.652,27386},{0.810,24999},{0.802,28067},{0.838,29004},{0.957,44437},{0.992,19834},{0.990,12237},{0.999,9587}}|559797|.388|201909|NDFD
>
>
FGF|84|po|12|{{0.000,5357},{0.012,68718},{0.187,140637},{0.427,78594},{0.375,35026},{0.410,21333},{0.580,21817},{0.775,34098},{0.881,15879},{0.928,12120},{0.910,30266},{1.000,19}}|463864|.376|201909|NDFD
>
>
ABR|84|po|12|{{0.000,18101},{0.074,112565},{0.040,77422},{0.075,20943},{0.470,18467},{0.798,16083},{0.512,20713},{0.410,17281},{0.504,9564},{0.501,5794},{0.620,4538},{999,0}}|321471|.195|201909|NDFD
>
>
UNR|84|po|12|{{0.016,47601},{0.124,161040},{0.176,73476},{0.346,29072},{0.706,37158},{0.855,41842},{0.885,23075},{0.886,14390},{0.886,5408},{1.000,258},{999,0},{999,0}}|433320|.332|201909|NDFD
>
>
FSD|84|po|12|{{0.000,11260},{0.022,57017},{0.150,81413},{0.274,45786},{0.335,25380},{0.530,27479},{0.759,17583},{0.612,17842},{0.701,8177},{0.373,3245},{999,0},{999,0}}|295182|.272|201909|NDFD
>
>
GRB|84|po|12|{{999,0},{0.006,27513},{0.111,48064},{0.518,28914},{0.585,21340},{0.721,25597},{0.832,12868},{0.753,9342},{0.863,24197},{0.990,2771},{999,0},{999,0}}|200606|.462|201909|NDFD
>
>
ARX|84|po|12|{{0.000,139},{0.001,24050},{0.105,64349},{0.391,21083},{0.397,25124},{0.879,13337},{0.976,12495},{0.755,13838},{0.886,19470},{0.934,12655},{999,0},{999,0}}|206540|.428|201909|NDFD
>
>
MKX|84|po|12|{{0.000,1938},{0.003,54632},{0.094,68648},{0.169,24546},{0.608,34523},{0.571,39803},{0.698,25416},{0.912,28852},{0.974,14932},{0.981,4606},{999,0},{999,0}}|297896|.395|201909|NDFD
>
>
CYS|84|po|12|{{0.000,42139},{0.031,130691},{0.120,77705},{0.353,36921},{0.632,39502},{0.697,14507},{0.753,11508},{0.838,6808},{0.969,2649},{1.000,257},{999,0},{999,0}}|362687|.217|201909|NDFD
>
>
RIW|84|po|12|{{0.000,109213},{0.010,114122},{0.174,86955},{0.356,58718},{0.411,50938},{0.510,43761},{0.609,32373},{0.818,33065},{0.940,22533},{0.985,20324},{0.998,16384},{999,0}}|588386|.314|201909|NDFD
>
>
CAR|84|po|12|{{0.000,33189},{0.020,52517},{0.036,52471},{0.165,28834},{0.447,9207},{0.500,11535},{0.844,17277},{0.795,20473},{0.574,10133},{0.929,11315},{999,0},{999,0}}|246951|.262|201909|NDFD
>
>
GYX|84|po|12|{{0.000,51922},{0.004,65394},{0.035,27530},{0.218,31986},{0.454,26112},{0.659,21135},{0.632,17506},{0.797,21715},{0.820,7810},{0.838,2479},{1.000,42},{999,0}}|273631|.259|201909|NDFD
>
>
BOX|84|po|12|{{0.000,1198},{0.008,75572},{0.183,43174},{0.625,17336},{0.373,22842},{0.278,17204},{0.488,11482},{0.789,6790},{1.000,132},{999,0},{999,0},{999,0}}|195730|.223|201909|NDFD
>
>
PHI|84|po|12|{{0.000,16626},{0.005,58450},{0.120,53156},{0.086,34501},{0.601,18433},{0.125,5122},{0.515,4926},{0.000,8},{999,0},{999,0},{999,0},{999,0}}|191222|.125|201909|NDFD
>
>
ALY|84|po|12|{{0.000,4337},{0.001,50782},{0.103,31544},{0.701,10210},{0.523,18325},{0.544,11916},{0.535,14802},{0.889,10425},{0.999,6572},{1.000,86},{999,0},{999,0}}|158999|.317|201909|NDFD
>
>
BGM|84|po|12|{{0.000,16064},{0.003,56622},{0.140,31354},{0.456,12266},{0.560,21920},{0.621,12299},{0.515,13778},{0.601,8782},{0.996,5795},{1.000,2268},{999,0},{999,0}}|181148|.279|201909|NDFD
>
>
BUF|84|po|12|{{0.000,43337},{0.000,18300},{0.024,35423},{0.451,20229},{0.254,18720},{0.540,6823},{0.372,22451},{0.703,12946},{0.796,39252},{0.917,1157},{999,0},{999,0}}|218638|.312|201909|NDFD
>
>
OKX|84|po|12|{{999,0},{0.002,38170},{0.078,24392},{0.336,18085},{0.410,18870},{0.001,5434},{0.437,2167},{0.999,1805},{1.000,2075},{999,0},{999,0},{999,0}}|110998|.186|201909|NDFD
>
>
MHX|84|po|12|{{0.000,5506},{0.000,57535},{0.070,46247},{0.236,15256},{0.167,16523},{0.203,2087},{999,0},{999,0},{999,0},{1.000,6507},{999,0},{999,0}}|149661|.111|201909|NDFD
>
>
RAH|84|po|12|{{0.000,27660},{0.000,42534},{0.039,32791},{0.108,17558},{0.140,17037},{0.112,14358},{0.411,1805},{1.000,622},{1.000,1231},{1.000,1851},{1.000,1598},{999,0}}|159045|.083|201909|NDFD
>
>
ILM|84|po|12|{{0.000,5571},{0.000,40468},{0.026,47319},{0.362,15525},{0.181,8405},{0.133,4567},{0.107,2504},{0.451,574},{1.000,1426},{1.000,3056},{1.000,926},{999,0}}|130341|.114|201909|NDFD
>
>
CLE|84|po|12|{{0.000,31732},{0.007,34445},{0.310,74701},{0.259,33280},{0.366,20830},{0.546,10242},{0.560,17558},{0.627,16093},{0.966,4505},{999,0},{999,0},{999,0}}|243386|.286|201909|NDFD
>
>
ILN|84|po|12|{{0.000,8810},{0.023,75024},{0.194,64343},{0.089,23120},{0.033,16917},{0.251,7987},{0.463,4705},{1.000,22},{999,0},{999,0},{999,0},{999,0}}|200928|.104|201909|NDFD
>
>
PBZ|84|po|12|{{0.000,7455},{0.002,44715},{0.061,68883},{0.276,6381},{0.357,26490},{0.549,21957},{0.673,5653},{0.840,8032},{999,0},{999,0},{999,0},{999,0}}|189566|.201|201909|NDFD
>
>
CTP|84|po|12|{{0.000,28355},{0.042,62067},{0.098,51025},{0.309,27436},{0.359,20452},{0.759,23084},{0.746,11651},{0.885,5799},{0.998,2497},{0.710,1659},{999,0},{999,0}}|234025|.250|201909|NDFD
>
>
CHS|84|po|12|{{0.000,2015},{0.001,49972},{0.039,60632},{0.193,20996},{0.489,10474},{0.405,7191},{0.540,3985},{0.298,7443},{0.486,3834},{0.000,1},{999,0},{999,0}}|166543|.125|201909|NDFD
>
>
CAE|84|po|12|{{0.000,26007},{0.019,38995},{0.122,31988},{0.301,18591},{0.290,5315},{0.268,4675},{0.295,3009},{0.711,1318},{1.000,6},{999,0},{999,0},{999,0}}|129904|.114|201909|NDFD
>
>
GSP|84|po|12|{{0.000,5311},{0.005,44890},{0.054,70925},{0.178,39989},{0.348,23594},{0.432,12983},{0.583,4118},{0.735,751},{999,0},{999,0},{999,0},{999,0}}|202561|.138|201909|NDFD
>
>
BTV|84|po|12|{{0.000,21647},{0.000,43417},{0.015,15698},{0.220,13503},{0.269,10752},{0.448,8158},{0.399,12185},{0.767,27715},{0.969,11584},{0.988,1723},{999,0},{999,0}}|166382|.293|201909|NDFD
>
>
LWX|84|po|12|{{0.000,24},{0.026,82518},{0.139,47380},{0.251,40748},{0.330,15706},{0.316,12748},{0.406,7782},{0.772,324},{999,0},{999,0},{999,0},{999,0}}|207230|.153|201909|NDFD
>
>
RNK|84|po|12|{{0.000,13608},{0.022,62091},{0.119,45224},{0.315,26981},{0.240,20424},{0.268,15595},{0.252,4399},{0.580,5039},{999,0},{999,0},{999,0},{999,0}}|193361|.147|201909|NDFD
>
>
AKQ|84|po|12|{{0.001,17186},{0.020,94573},{0.095,61335},{0.176,37034},{0.005,9175},{0.012,3891},{0.006,4066},{0.168,2220},{0.553,2409},{0.618,2145},{0.875,2360},{999,0}}|236394|.082|201909|NDFD
>
>
RLX|84|po|12|{{0.013,11532},{0.030,91204},{0.021,41815},{0.286,34997},{0.439,25678},{0.658,8688},{0.743,1742},{0.762,1027},{999,0},{999,0},{999,0},{999,0}}|216683|.151|201909|NDFD
>
>
BMX|84|po|12|{{0.013,59602},{0.060,49002},{0.100,112355},{0.110,37053},{0.115,5405},{0.004,2396},{0.000,1585},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.074|201909|NDFD
>
>
HUN|84|po|12|{{0.000,8798},{0.010,25101},{0.124,35529},{0.206,17800},{0.154,1000},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.096|201909|NDFD
>
>
MOB|84|po|12|{{0.046,12220},{0.036,55187},{0.047,123922},{0.205,28697},{0.273,6152},{0.179,8970},{0.452,6270},{0.084,2278},{0.161,5049},{999,0},{999,0},{999,0}}|248745|.086|201909|NDFD
>
>
LZK|84|po|12|{{0.000,16441},{0.018,104576},{0.168,92908},{0.350,58739},{0.490,26643},{0.818,18124},{0.664,1188},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.209|201909|NDFD
>
>
JAX|84|po|12|{{0.003,5624},{0.026,57120},{0.074,68111},{0.268,28141},{0.440,20248},{0.524,15246},{0.355,12579},{0.318,9166},{0.683,7348},{0.597,11468},{0.915,3045},{999,0}}|238096|.223|201909|NDFD
>
>
EYW|84|po|12|{{999,0},{0.000,127},{0.014,10232},{0.274,28629},{0.380,83248},{0.579,53959},{0.812,33021},{0.798,5357},{0.844,109},{999,0},{999,0},{999,0}}|214682|.476|201909|NDFD
>
>
MLB|84|po|12|{{999,0},{0.014,21593},{0.042,36119},{0.298,57247},{0.444,37605},{0.433,10873},{0.607,8444},{0.851,7753},{0.864,12370},{999,0},{999,0},{999,0}}|192004|.327|201909|NDFD
>
>
MFL|84|po|12|{{999,0},{0.000,19611},{0.167,30851},{0.269,60320},{0.395,41473},{0.443,25122},{0.538,24377},{0.543,9503},{0.762,8069},{0.620,3521},{999,0},{999,0}}|222847|.339|201909|NDFD
>
>
TAE|84|po|12|{{0.000,19497},{0.009,176987},{0.113,90457},{0.309,24023},{0.159,25713},{0.084,5944},{0.049,4546},{0.183,7348},{0.082,10980},{0.176,3632},{999,0},{999,0}}|369127|.073|201909|NDFD
>
>
TBW|84|po|12|{{0.005,2026},{0.010,46873},{0.090,83478},{0.204,44254},{0.206,25519},{0.227,12308},{0.366,8268},{0.710,10532},{0.741,11312},{0.940,3807},{999,0},{999,0}}|248377|.191|201909|NDFD
>
>
FFC|84|po|12|{{0.001,14586},{0.013,139001},{0.154,104534},{0.070,24841},{0.140,11814},{0.154,3373},{0.095,2927},{0.000,2917},{0.000,136},{999,0},{999,0},{999,0}}|304129|.073|201909|NDFD
>
>
LCH|84|po|12|{{0.187,262},{0.095,22239},{0.072,101186},{0.223,77040},{0.486,52083},{0.781,40136},{0.788,16734},{0.708,7305},{1.000,599},{999,0},{999,0},{999,0}}|317584|.322|201909|NDFD
>
>
LIX|84|po|12|{{0.089,1463},{0.057,74852},{0.127,135508},{0.201,65582},{0.503,49824},{0.564,21491},{0.562,5698},{0.754,5171},{0.964,9347},{0.976,3273},{999,0},{999,0}}|372209|.245|201909|NDFD
>
>
SHV|84|po|12|{{0.009,26369},{0.085,41829},{0.127,130994},{0.265,93493},{0.529,20496},{0.595,12444},{0.640,9111},{0.784,1473},{0.893,28},{999,0},{999,0},{999,0}}|336237|.209|201909|NDFD
>
>
JAN|84|po|12|{{0.000,28611},{0.022,74178},{0.077,157050},{0.118,49487},{0.226,14769},{0.454,9083},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.081|201909|NDFD
>
>
ABQ|84|po|12|{{0.000,1518},{0.003,167311},{0.066,281450},{0.164,166560},{0.279,99727},{0.476,59038},{0.545,26978},{0.843,21023},{0.922,15391},{1.000,228},{999,0},{999,0}}|839224|.178|201909|NDFD
>
>
OUN|84|po|12|{{0.000,21756},{0.003,120305},{0.059,51697},{0.124,107180},{0.388,72178},{0.430,43656},{0.575,31868},{0.521,9704},{0.133,1403},{999,0},{999,0},{999,0}}|459747|.189|201909|NDFD
>
>
TSA|84|po|12|{{0.012,7006},{0.037,81591},{0.097,52525},{0.267,38465},{0.328,29232},{0.636,23435},{0.937,14857},{1.000,2508},{999,0},{999,0},{999,0},{999,0}}|249619|.238|201909|NDFD
>
>
MEG|84|po|12|{{0.000,20824},{0.023,93788},{0.099,134329},{0.378,36838},{0.635,4359},{1.000,7},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.111|201909|NDFD
>
>
MRX|84|po|12|{{0.009,5919},{0.055,56727},{0.113,51931},{0.208,24096},{0.355,11828},{0.192,5261},{0.672,1740},{1.000,2},{999,0},{999,0},{999,0},{999,0}}|157504|.130|201909|NDFD
>
>
OHX|84|po|12|{{0.000,19867},{0.030,50730},{0.108,67362},{0.494,16847},{0.435,4768},{0.858,345},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.122|201909|NDFD
>
>
AMA|84|po|12|{{0.011,23504},{0.024,60989},{0.242,53493},{0.301,49824},{0.260,25527},{0.420,20321},{0.798,10333},{0.951,7374},{1.000,1704},{999,0},{999,0},{999,0}}|253069|.244|201909|NDFD
>
>
EWX|84|po|12|{{0.121,5729},{0.050,37564},{0.062,92926},{0.113,101986},{0.270,41900},{0.354,35192},{0.560,13822},{0.449,4835},{0.897,1616},{999,0},{999,0},{999,0}}|335570|.164|201909|NDFD
>
>
BRO|84|po|12|{{999,0},{0.000,1},{0.090,11607},{0.329,49378},{0.571,49801},{0.471,27978},{0.594,9117},{0.419,31},{999,0},{999,0},{999,0},{999,0}}|147913|.435|201909|NDFD
>
>
CRP|84|po|12|{{0.000,411},{0.083,6884},{0.167,33715},{0.332,71702},{0.492,52663},{0.337,21791},{0.625,21870},{0.506,4496},{999,0},{999,0},{999,0},{999,0}}|213532|.371|201909|NDFD
>
>
EPZ|84|po|12|{{0.048,10627},{0.040,47690},{0.215,70700},{0.194,60722},{0.289,43215},{0.456,29479},{0.666,17186},{0.755,8907},{0.814,3033},{0.868,311},{999,0},{999,0}}|291870|.261|201909|NDFD
>
>
FWD|84|po|12|{{0.001,21379},{0.020,53326},{0.063,121433},{0.125,79245},{0.166,44619},{0.228,21162},{0.304,16539},{0.349,7564},{0.694,4849},{999,0},{999,0},{999,0}}|370116|.113|201909|NDFD
>
>
HGX|84|po|12|{{0.000,1436},{0.013,6066},{0.121,62503},{0.249,57020},{0.497,63803},{0.616,29685},{0.747,31793},{0.883,13126},{0.837,11785},{0.932,4560},{1.000,19},{999,0}}|281796|.430|201909|NDFD
>
>
LUB|84|po|12|{{0.000,8957},{0.022,36988},{0.170,21243},{0.251,44314},{0.326,37911},{0.338,31352},{0.456,14591},{0.674,7206},{0.376,1471},{999,0},{999,0},{999,0}}|204033|.248|201909|NDFD
>
>
MAF|84|po|12|{{0.000,8538},{0.010,80865},{0.182,79559},{0.300,101664},{0.306,76439},{0.421,63402},{0.504,38861},{0.592,18073},{0.524,15507},{999,0},{999,0},{999,0}}|482908|.278|201909|NDFD
>
>
SJT|84|po|12|{{0.000,5645},{0.000,40943},{0.053,85321},{0.176,68506},{0.172,35084},{0.231,14129},{0.178,2589},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|252218|.104|201909|NDFD
>
>
FGZ|84|po|12|{{0.000,60876},{0.007,148264},{0.054,100959},{0.157,69066},{0.233,52206},{0.447,29858},{0.613,15745},{0.962,5406},{0.575,275},{999,0},{999,0},{999,0}}|482655|.120|201909|NDFD
>
>
PSR|84|po|12|{{0.000,59817},{0.006,130149},{0.169,73396},{0.268,21164},{0.537,10421},{0.639,6489},{0.649,4504},{0.829,1815},{1.000,100},{999,0},{999,0},{999,0}}|307855|.108|201909|NDFD
>
>
TWC|84|po|12|{{0.000,4311},{0.002,82636},{0.132,55613},{0.248,37946},{0.355,26938},{0.541,19306},{0.548,19145},{0.863,4744},{1.000,337},{999,0},{999,0},{999,0}}|250976|.207|201909|NDFD
>
>
EKA|84|po|12|{{0.017,27900},{0.019,151684},{0.231,42425},{0.726,11835},{0.839,7513},{0.623,9885},{0.591,6583},{0.891,5350},{0.889,4261},{0.997,697},{1.000,1},{999,0}}|268134|.177|201909|NDFD
>
>
LOX|84|po|12|{{0.000,104746},{0.005,175380},{0.022,25606},{0.191,3940},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
>
>
STO|84|po|12|{{0.000,115756},{0.008,85232},{0.073,37856},{0.372,13576},{0.733,10350},{0.849,8369},{0.867,4673},{0.906,3037},{0.970,1958},{999,0},{999,0},{999,0}}|280807|.114|201909|NDFD
>
>
SGX|84|po|12|{{0.002,66334},{0.000,41370},{0.051,23678},{0.228,18970},{0.881,160},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.038|201909|NDFD
>
>
MTR|84|po|12|{{0.000,190167},{0.016,87991},{0.168,22166},{0.599,6138},{0.342,5048},{0.086,301},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.034|201909|NDFD
>
>
HNX|84|po|12|{{0.000,144894},{0.016,65253},{0.039,35213},{0.238,5858},{0.297,4327},{0.554,951},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.022|201909|NDFD
>
>
BOI|84|po|12|{{0.007,90999},{0.014,91724},{0.106,82061},{0.110,71232},{0.210,59077},{0.322,43803},{0.383,31716},{0.548,18121},{0.660,11860},{0.729,7534},{0.488,2243},{999,0}}|510370|.160|201909|NDFD
>
>
PIH|84|po|12|{{0.001,44740},{0.012,79308},{0.106,43853},{0.120,24743},{0.142,41509},{0.456,23168},{0.655,19482},{0.839,12277},{0.917,13000},{0.923,13986},{0.862,6492},{0.870,270}}|322828|.244|201909|NDFD
>
>
BYZ|84|po|12|{{0.000,24204},{0.032,108503},{0.156,79995},{0.387,49266},{0.618,34355},{0.767,34936},{0.900,24384},{0.936,24757},{0.978,23797},{1.000,22749},{1.000,10440},{1.000,120}}|437506|.422|201909|NDFD
>
>
GGW|84|po|12|{{0.000,28181},{0.064,96165},{0.268,53456},{0.282,49483},{0.603,30959},{0.824,12376},{0.939,21114},{0.986,13245},{0.993,13186},{0.941,22568},{1.000,5618},{1.000,8700}}|355051|.408|201909|NDFD
>
>
TFX|84|po|12|{{0.017,12912},{0.105,136318},{0.075,132699},{0.222,57426},{0.368,44595},{0.375,32114},{0.541,31308},{0.790,19564},{0.803,21709},{0.792,23655},{0.994,28944},{1.000,16250}}|557494|.322|201909|NDFD
>
>
MSO|84|po|12|{{0.000,1712},{0.000,61619},{0.011,86489},{0.067,62433},{0.175,44426},{0.300,38271},{0.605,42397},{0.648,30923},{0.800,28445},{0.821,29736},{0.812,14273},{0.979,48}}|440772|.293|201909|NDFD
>
>
LKN|84|po|12|{{0.000,163984},{0.008,110038},{0.085,96402},{0.192,67772},{0.390,40643},{0.671,27654},{0.773,25224},{0.840,18802},{0.845,7435},{0.683,164},{999,0},{999,0}}|558118|.176|201909|NDFD
>
>
VEF|84|po|12|{{0.000,300434},{0.000,156758},{0.036,128348},{0.219,65650},{0.454,14554},{0.435,4184},{0.442,1113},{0.576,99},{999,0},{999,0},{999,0},{999,0}}|671140|.042|201909|NDFD
>
>
REV|84|po|12|{{0.000,110946},{0.010,92100},{0.104,76415},{0.359,22807},{0.626,22338},{0.778,18713},{0.828,6179},{0.980,1956},{1.000,1061},{1.000,167},{999,0},{999,0}}|352682|.153|201909|NDFD
>
>
MFR|84|po|12|{{0.000,35209},{0.007,168255},{0.099,114944},{0.443,53452},{0.621,26897},{0.648,16079},{0.719,20806},{0.882,24530},{0.946,24723},{0.962,12965},{0.923,6461},{999,0}}|504321|.281|201909|NDFD
>
>
PDT|84|po|12|{{0.000,23682},{0.007,131975},{0.065,77841},{0.144,54358},{0.307,35404},{0.394,42350},{0.549,36232},{0.673,31083},{0.758,12774},{0.916,5687},{1.000,982},{1.000,19}}|452387|.217|201909|NDFD
>
>
PQR|84|po|12|{{0.000,34},{0.019,75196},{0.072,82271},{0.434,82699},{0.417,33295},{0.647,20736},{0.620,12887},{0.813,7926},{0.873,12390},{0.894,28359},{0.978,24273},{0.985,6012}}|386078|.390|201909|NDFD
>
>
SLC|84|po|12|{{0.000,173645},{0.006,176497},{0.050,70271},{0.075,101480},{0.112,70758},{0.273,37895},{0.606,19897},{0.682,20947},{0.772,16601},{0.883,11086},{0.994,2354},{999,0}}|701431|.117|201909|NDFD
>
>
SEW|84|po|12|{{0.003,3434},{0.133,23818},{0.164,77682},{0.360,54365},{0.318,52603},{0.488,40917},{0.592,29832},{0.709,19523},{0.891,19748},{0.950,13215},{0.806,7708},{0.996,6755}}|349600|.420|201909|NDFD
>
>
OTX|84|po|12|{{0.071,12392},{0.029,112062},{0.113,86881},{0.269,50243},{0.324,40166},{0.443,35715},{0.610,34182},{0.736,28876},{0.853,21757},{0.825,9215},{1.000,283},{1.000,76}}|431848|.289|201909|NDFD
>
>
BOU|96|po|12|{{0.000,14381},{0.023,101428},{0.050,70951},{0.139,39989},{0.218,23498},{0.592,25112},{0.764,9927},{0.935,5313},{1.000,1041},{999,0},{999,0},{999,0}}|291640|.154|201909|NDFD
>
>
GJT|96|po|12|{{0.000,50077},{0.001,176722},{0.026,93558},{0.087,65019},{0.122,47952},{0.238,46946},{0.264,20687},{0.621,3984},{0.941,572},{999,0},{999,0},{999,0}}|505517|.067|201909|NDFD
>
>
PUB|96|po|12|{{0.000,3112},{0.013,138206},{0.057,101219},{0.122,35882},{0.155,24582},{0.203,14784},{0.402,2490},{0.696,276},{999,0},{999,0},{999,0},{999,0}}|320551|.062|201909|NDFD
>
>
LOT|96|po|12|{{0.000,6326},{0.057,32151},{0.236,23318},{0.496,24692},{0.573,12959},{0.633,11309},{0.557,9408},{0.891,14358},{0.977,11639},{0.999,1222},{0.500,2},{999,0}}|147384|.439|201909|NDFD
>
>
ILX|96|po|12|{{0.000,3970},{0.022,67816},{0.111,38152},{0.423,26679},{0.521,14135},{0.419,9390},{0.423,13229},{0.711,7808},{0.790,6958},{0.991,5362},{999,0},{999,0}}|193499|.260|201909|NDFD
>
>
IND|96|po|12|{{0.000,18292},{0.032,55315},{0.015,43436},{0.136,15544},{0.111,7675},{0.086,7290},{0.206,2309},{0.958,3254},{1.000,2655},{1.000,469},{999,0},{999,0}}|156239|.082|201909|NDFD
>
>
IWX|96|po|12|{{0.000,8512},{0.013,35637},{0.110,56459},{0.419,17147},{0.484,11791},{0.364,8552},{0.481,12397},{0.742,5379},{1.000,5098},{1.000,2029},{999,0},{999,0}}|163001|.244|201909|NDFD
>
>
DVN|96|po|12|{{0.000,1594},{0.034,43788},{0.033,17319},{0.305,30507},{0.448,27668},{0.597,23352},{0.778,17903},{0.808,21085},{0.977,17511},{1.000,3789},{999,0},{999,0}}|204516|.438|201909|NDFD
>
>
DMX|96|po|12|{{0.000,3266},{0.017,58444},{0.048,47221},{0.228,29479},{0.549,43013},{0.491,35028},{0.585,32934},{0.652,22876},{0.988,10941},{1.000,3033},{999,0},{999,0}}|286235|.345|201909|NDFD
>
>
DDC|96|po|12|{{0.000,5082},{0.008,49093},{0.049,90226},{0.313,34402},{0.056,12692},{0.060,12122},{0.498,6036},{0.874,3575},{0.532,4896},{0.000,399},{999,0},{999,0}}|218523|.118|201909|NDFD
>
>
GLD|96|po|12|{{0.000,4070},{0.020,65908},{0.059,72913},{0.120,30623},{0.214,14187},{0.856,7333},{0.869,3872},{0.717,8140},{999,0},{999,0},{999,0},{999,0}}|207046|.134|201909|NDFD
>
>
TOP|96|po|12|{{0.000,2542},{0.000,24035},{0.062,30995},{0.127,27528},{0.215,31207},{0.192,17007},{0.371,5694},{0.787,5338},{0.999,7943},{1.000,3122},{999,0},{999,0}}|155411|.211|201909|NDFD
>
>
ICT|96|po|12|{{0.000,1989},{0.001,45476},{0.072,38899},{0.198,48462},{0.175,31144},{0.213,15241},{0.422,7879},{0.911,15028},{0.985,4967},{0.847,629},{999,0},{999,0}}|209714|.208|201909|NDFD
>
>
JKL|96|po|12|{{0.012,19313},{0.037,42746},{0.061,41348},{0.163,10595},{0.259,239},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.054|201909|NDFD
>
>
LMK|96|po|12|{{0.013,43724},{0.012,94711},{0.032,37585},{0.170,11185},{0.480,3111},{0.980,1516},{1.000,356},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.043|201909|NDFD
>
>
PAH|96|po|12|{{0.002,46081},{0.013,108079},{0.071,57296},{0.092,8497},{0.453,11425},{0.837,3734},{0.981,3139},{1.000,1109},{1.000,24},{999,0},{999,0},{999,0}}|239384|.078|201909|NDFD
>
>
DTX|96|po|12|{{0.003,7528},{0.032,64608},{0.228,107545},{0.468,53670},{0.632,38858},{0.699,40191},{0.804,29355},{0.905,29618},{0.981,8510},{0.873,229},{1.000,9},{999,0}}|380121|.430|201909|NDFD
>
>
APX|96|po|12|{{0.000,852},{0.117,24856},{0.298,43460},{0.629,34611},{0.847,27980},{0.829,20717},{0.606,15279},{0.777,17434},{0.855,11507},{0.553,253},{999,0},{999,0}}|196949|.565|201909|NDFD
>
>
GRR|96|po|12|{{0.000,639},{0.026,25404},{0.153,44584},{0.450,15100},{0.646,14718},{0.704,9483},{0.821,16829},{0.855,12288},{0.999,12993},{1.000,3005},{999,0},{999,0}}|155043|.456|201909|NDFD
>
>
MQT|96|po|12|{{0.005,1551},{0.108,51435},{0.246,107394},{0.271,99871},{0.575,82658},{0.707,64507},{0.719,30528},{0.447,7117},{0.789,14718},{0.738,20719},{0.719,10989},{999,0}}|491487|.432|201909|NDFD
>
>
DLH|96|po|12|{{0.000,1343},{0.024,62554},{0.102,80628},{0.300,40323},{0.467,64848},{0.771,45954},{0.670,17165},{0.591,20608},{0.724,21333},{0.998,14069},{1.000,13521},{1.000,650}}|382996|.404|201909|NDFD
>
>
MPX|96|po|12|{{0.000,10279},{0.074,95220},{0.110,47534},{0.224,21796},{0.425,43421},{0.591,58471},{0.550,28600},{0.901,15985},{0.998,17572},{1.000,14092},{1.000,126},{999,0}}|353096|.374|201909|NDFD
>
>
EAX|96|po|12|{{0.000,7405},{0.002,45390},{0.006,43010},{0.132,25474},{0.362,22165},{0.481,36578},{0.419,17887},{0.854,18899},{0.962,15183},{0.960,8520},{999,0},{999,0}}|240511|.315|201909|NDFD
>
>
SGF|96|po|12|{{0.000,16641},{0.000,73529},{0.008,59547},{0.103,21215},{0.182,20018},{0.308,15990},{0.682,17888},{0.794,10012},{0.741,6218},{0.149,396},{999,0},{999,0}}|241454|.149|201909|NDFD
>
>
LSX|96|po|12|{{0.000,9911},{0.007,95355},{0.040,52329},{0.294,23789},{0.393,23300},{0.409,16828},{0.392,17346},{0.684,9812},{0.501,8870},{0.670,4131},{999,0},{999,0}}|261671|.178|201909|NDFD
>
>
GID|96|po|12|{{0.000,682},{0.003,47328},{0.026,48853},{0.056,33688},{0.109,34026},{0.453,9959},{0.969,8098},{1.000,2474},{0.032,2122},{0.350,6292},{999,0},{999,0}}|193522|.125|201909|NDFD
>
>
LBF|96|po|12|{{0.000,6891},{0.032,110645},{0.020,71243},{0.224,44319},{0.213,31970},{0.553,25322},{0.626,17388},{0.727,15330},{0.943,11041},{0.774,1398},{999,0},{999,0}}|335547|.206|201909|NDFD
>
>
OAX|96|po|12|{{0.000,1396},{0.074,54732},{0.041,41282},{0.251,39477},{0.349,21326},{0.344,28975},{0.418,22369},{0.843,6385},{0.751,3785},{1.000,3074},{999,0},{999,0}}|222801|.241|201909|NDFD
>
>
BIS|96|po|12|{{0.000,1817},{0.105,164870},{0.122,101381},{0.342,76783},{0.509,53903},{0.621,40575},{0.642,33645},{0.981,16096},{0.940,12496},{0.968,26073},{1.000,32036},{1.000,122}}|559797|.384|201909|NDFD
>
>
FGF|96|po|12|{{0.000,9057},{0.032,119088},{0.090,113030},{0.386,50667},{0.851,31227},{0.650,29870},{0.724,22700},{0.939,22541},{0.896,37428},{0.674,22797},{1.000,5392},{1.000,67}}|463864|.370|201909|NDFD
>
>
ABR|96|po|12|{{0.010,9341},{0.047,101248},{0.217,65556},{0.288,48320},{0.449,29061},{0.386,20152},{0.714,13709},{0.722,9657},{0.889,18400},{0.878,5190},{1.000,837},{999,0}}|321471|.287|201909|NDFD
>
>
UNR|96|po|12|{{0.000,27240},{0.009,122071},{0.158,74034},{0.237,53361},{0.361,25690},{0.560,36176},{0.745,38933},{0.634,21287},{0.816,15734},{0.946,15742},{1.000,3052},{999,0}}|433320|.296|201909|NDFD
>
>
FSD|96|po|12|{{0.000,11216},{0.101,73998},{0.140,70702},{0.193,33860},{0.257,43166},{0.442,18281},{0.427,14919},{0.776,17852},{0.927,11188},{999,0},{999,0},{999,0}}|295182|.250|201909|NDFD
>
>
GRB|96|po|12|{{0.000,1128},{0.001,31261},{0.328,28675},{0.339,36955},{0.660,30345},{0.892,25140},{0.879,16558},{0.885,16883},{0.964,8508},{1.000,5153},{999,0},{999,0}}|200606|.535|201909|NDFD
>
>
ARX|96|po|12|{{0.000,2113},{0.019,44959},{0.354,17708},{0.240,18273},{0.393,34215},{0.704,32457},{0.805,24569},{0.945,18588},{0.988,10837},{1.000,2821},{999,0},{999,0}}|206540|.478|201909|NDFD
>
>
MKX|96|po|12|{{0.000,3339},{0.017,44923},{0.070,34476},{0.390,47977},{0.524,42956},{0.813,36168},{0.829,28454},{0.884,23545},{0.909,30208},{1.000,5850},{999,0},{999,0}}|297896|.509|201909|NDFD
>
>
CYS|96|po|12|{{0.000,26132},{0.002,116499},{0.064,63561},{0.225,44180},{0.380,31617},{0.627,35177},{0.737,28371},{0.432,9141},{0.139,4067},{0.458,3854},{1.000,88},{999,0}}|362687|.208|201909|NDFD
>
>
RIW|96|po|12|{{0.000,72166},{0.000,133559},{0.077,98454},{0.136,55751},{0.406,43947},{0.472,47581},{0.555,40527},{0.623,37092},{0.812,33992},{0.967,24763},{1.000,554},{999,0}}|588386|.260|201909|NDFD
>
>
CAR|96|po|12|{{0.000,18641},{0.008,59278},{0.065,52770},{0.348,36161},{0.513,21853},{0.633,21588},{0.885,16010},{0.318,6037},{0.398,9002},{0.443,5611},{999,0},{999,0}}|246951|.257|201909|NDFD
>
>
GYX|96|po|12|{{0.000,42090},{0.000,65738},{0.105,57063},{0.157,35311},{0.160,30401},{0.340,14426},{0.894,11257},{0.978,12502},{1.000,3398},{0.866,1445},{999,0},{999,0}}|273631|.176|201909|NDFD
>
>
BOX|96|po|12|{{0.000,7435},{0.009,51394},{0.016,54102},{0.220,24181},{0.292,24137},{0.446,9323},{0.648,16696},{0.989,8462},{999,0},{999,0},{999,0},{999,0}}|195730|.189|201909|NDFD
>
>
PHI|96|po|12|{{0.000,16627},{0.000,61322},{0.072,45061},{0.413,31705},{0.519,29690},{0.672,3612},{0.663,3205},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.190|201909|NDFD
>
>
ALY|96|po|12|{{0.000,59},{0.000,28446},{0.015,63146},{0.116,18256},{0.477,24176},{0.468,11014},{0.528,4258},{0.906,7199},{1.000,2442},{1.000,3},{999,0},{999,0}}|158999|.195|201909|NDFD
>
>
BGM|96|po|12|{{0.000,17146},{0.001,48505},{0.163,47141},{0.390,19008},{0.694,15813},{0.508,17862},{0.510,7359},{0.843,7321},{1.000,993},{999,0},{999,0},{999,0}}|181148|.255|201909|NDFD
>
>
BUF|96|po|12|{{0.013,39106},{0.000,30824},{0.014,31645},{0.405,23671},{0.220,19992},{0.602,28980},{0.850,17809},{0.819,11705},{0.979,13551},{1.000,1355},{999,0},{999,0}}|218638|.328|201909|NDFD
>
>
OKX|96|po|12|{{999,0},{0.001,37721},{0.066,34590},{0.024,4938},{0.636,18123},{0.842,7541},{0.245,5727},{0.980,2294},{1.000,64},{999,0},{999,0},{999,0}}|110998|.217|201909|NDFD
>
>
MHX|96|po|12|{{999,0},{0.003,50658},{0.045,73103},{0.150,14080},{0.000,4651},{0.000,662},{999,0},{999,0},{999,0},{1.000,6507},{999,0},{999,0}}|149661|.081|201909|NDFD
>
>
RAH|96|po|12|{{0.000,20745},{0.000,51891},{0.102,32419},{0.140,16003},{0.146,19636},{0.065,13609},{0.218,1374},{1.000,459},{1.000,1769},{1.000,1140},{999,0},{999,0}}|159045|.082|201909|NDFD
>
>
ILM|96|po|12|{{0.000,42},{0.000,59864},{0.007,42285},{0.212,14656},{0.040,5915},{0.558,2988},{0.746,2634},{1.000,1951},{1.000,6},{999,0},{999,0},{999,0}}|130341|.071|201909|NDFD
>
>
CLE|96|po|12|{{0.000,34631},{0.002,43695},{0.124,63466},{0.366,28727},{0.367,31033},{0.716,13053},{0.946,12123},{0.981,6281},{0.977,10377},{999,0},{999,0},{999,0}}|243386|.275|201909|NDFD
>
>
ILN|96|po|12|{{0.000,8736},{0.051,79136},{0.100,67647},{0.168,24994},{0.427,10585},{0.722,4132},{0.964,2859},{1.000,2839},{999,0},{999,0},{999,0},{999,0}}|200928|.140|201909|NDFD
>
>
PBZ|96|po|12|{{999,0},{0.019,53109},{0.181,69526},{0.439,18554},{0.325,22401},{0.335,16532},{0.728,6927},{0.925,2517},{999,0},{999,0},{999,0},{999,0}}|189566|.221|201909|NDFD
>
>
CTP|96|po|12|{{0.000,20350},{0.001,63600},{0.209,64456},{0.316,40217},{0.500,26611},{0.517,10589},{0.531,7453},{0.801,749},{999,0},{999,0},{999,0},{999,0}}|234025|.212|201909|NDFD
>
>
CHS|96|po|12|{{0.000,1162},{0.000,64387},{0.046,58673},{0.163,21017},{0.147,7429},{0.112,3520},{0.044,6399},{0.064,2380},{0.359,1576},{999,0},{999,0},{999,0}}|166543|.052|201909|NDFD
>
>
CAE|96|po|12|{{0.000,21570},{0.000,51963},{0.088,29205},{0.144,22610},{0.321,3737},{0.000,819},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.054|201909|NDFD
>
>
GSP|96|po|12|{{0.000,5847},{0.002,66630},{0.056,72637},{0.091,44023},{0.234,11680},{0.603,1744},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.059|201909|NDFD
>
>
BTV|96|po|12|{{0.000,14468},{0.003,36257},{0.001,28118},{0.045,23476},{0.176,18391},{0.183,14051},{0.723,11458},{0.883,8750},{1.000,11111},{1.000,302},{999,0},{999,0}}|166382|.207|201909|NDFD
>
>
LWX|96|po|12|{{0.000,9021},{0.021,51811},{0.071,89372},{0.048,33235},{0.203,17883},{0.021,4419},{0.299,865},{0.990,409},{1.000,215},{999,0},{999,0},{999,0}}|207230|.066|201909|NDFD
>
>
RNK|96|po|12|{{999,0},{0.007,53706},{0.044,85375},{0.162,29940},{0.141,20555},{0.163,2462},{0.642,1321},{0.500,2},{999,0},{999,0},{999,0},{999,0}}|193361|.068|201909|NDFD
>
>
AKQ|96|po|12|{{0.000,9230},{0.054,91847},{0.011,88990},{0.274,26422},{0.248,9127},{0.154,1357},{0.511,1003},{0.832,1328},{0.997,1826},{1.000,4839},{1.000,425},{999,0}}|236394|.103|201909|NDFD
>
>
RLX|96|po|12|{{0.054,12495},{0.019,70804},{0.056,73072},{0.144,37518},{0.110,14603},{0.321,6774},{0.468,1413},{1.000,4},{999,0},{999,0},{999,0},{999,0}}|216683|.074|201909|NDFD
>
>
BMX|96|po|12|{{0.011,77619},{0.022,65115},{0.062,112841},{0.000,7623},{0.000,4200},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.035|201909|NDFD
>
>
HUN|96|po|12|{{0.000,6502},{0.015,39606},{0.055,36491},{0.000,5629},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.030|201909|NDFD
>
>
MOB|96|po|12|{{0.020,18900},{0.005,93514},{0.055,99892},{0.244,15062},{0.173,8369},{0.042,4108},{0.086,2656},{0.501,3376},{0.032,2868},{999,0},{999,0},{999,0}}|248745|.055|201909|NDFD
>
>
LZK|96|po|12|{{0.000,13819},{0.007,114992},{0.084,138595},{0.294,44468},{0.400,4978},{0.739,1623},{1.000,144},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.090|201909|NDFD
>
>
JAX|96|po|12|{{0.005,35205},{0.012,90743},{0.103,43479},{0.206,22718},{0.251,12174},{0.327,10020},{0.224,11577},{0.516,9351},{0.800,1971},{1.000,858},{999,0},{999,0}}|238096|.112|201909|NDFD
>
>
EYW|96|po|12|{{999,0},{0.000,14},{0.001,8079},{0.149,33531},{0.291,71117},{0.557,50056},{0.819,51690},{1.000,195},{999,0},{999,0},{999,0},{999,0}}|214682|.448|201909|NDFD
>
>
MLB|96|po|12|{{999,0},{0.001,30243},{0.062,55214},{0.220,40942},{0.358,35169},{0.476,16335},{0.701,14101},{999,0},{999,0},{999,0},{999,0},{999,0}}|192004|.222|201909|NDFD
>
>
MFL|96|po|12|{{999,0},{0.002,18324},{0.071,61815},{0.266,61046},{0.335,34192},{0.509,23989},{0.504,19885},{0.637,3276},{0.247,320},{999,0},{999,0},{999,0}}|222847|.253|201909|NDFD
>
>
TAE|96|po|12|{{0.006,66828},{0.012,156629},{0.035,81354},{0.140,26084},{0.214,9527},{0.183,11608},{0.199,5935},{0.300,7557},{0.247,2941},{0.639,664},{999,0},{999,0}}|369127|.048|201909|NDFD
>
>
TBW|96|po|12|{{0.000,14382},{0.003,78460},{0.045,88093},{0.125,28061},{0.153,13284},{0.085,9433},{0.264,11445},{0.504,5219},{999,0},{999,0},{999,0},{999,0}}|248377|.065|201909|NDFD
>
>
FFC|96|po|12|{{0.000,25289},{0.006,144982},{0.098,104703},{0.067,17736},{0.000,5677},{0.000,5742},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.041|201909|NDFD
>
>
LCH|96|po|12|{{0.037,7421},{0.091,91747},{0.135,124993},{0.295,61620},{0.581,19077},{0.748,10337},{0.656,2389},{999,0},{999,0},{999,0},{999,0},{999,0}}|317584|.202|201909|NDFD
>
>
LIX|96|po|12|{{0.021,17344},{0.034,140877},{0.079,119459},{0.242,45272},{0.255,20368},{0.717,9919},{0.774,7435},{0.549,4663},{0.564,6756},{0.647,116},{999,0},{999,0}}|372209|.134|201909|NDFD
>
>
SHV|96|po|12|{{0.027,37874},{0.007,116170},{0.068,119073},{0.397,61106},{0.045,2011},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.102|201909|NDFD
>
>
JAN|96|po|12|{{0.002,28489},{0.011,110595},{0.061,160951},{0.166,33006},{0.956,137},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.050|201909|NDFD
>
>
ABQ|96|po|12|{{999,0},{0.016,159467},{0.101,338144},{0.206,147204},{0.405,78970},{0.444,55572},{0.631,36911},{0.819,20081},{0.855,2875},{999,0},{999,0},{999,0}}|839224|.198|201909|NDFD
>
>
OUN|96|po|12|{{0.000,25904},{0.008,124878},{0.047,63081},{0.273,145679},{0.364,55231},{0.326,14075},{0.554,10467},{0.736,18047},{0.575,2385},{999,0},{999,0},{999,0}}|459747|.193|201909|NDFD
>
>
TSA|96|po|12|{{0.000,13462},{0.005,74765},{0.106,55997},{0.269,39518},{0.381,37202},{0.581,18762},{0.640,4332},{0.812,5518},{0.413,63},{999,0},{999,0},{999,0}}|249619|.197|201909|NDFD
>
>
MEG|96|po|12|{{0.000,32368},{0.007,121920},{0.035,128659},{0.700,5623},{0.538,1122},{0.551,450},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.035|201909|NDFD
>
>
MRX|96|po|12|{{0.006,17009},{0.026,62258},{0.047,59416},{0.146,18385},{0.000,436},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.046|201909|NDFD
>
>
OHX|96|po|12|{{0.008,29222},{0.014,81410},{0.035,42858},{0.071,6381},{0.979,48},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.021|201909|NDFD
>
>
AMA|96|po|12|{{0.000,5557},{0.001,62225},{0.088,76337},{0.288,42662},{0.402,22236},{0.388,11293},{0.447,17381},{0.887,15075},{1.000,303},{999,0},{999,0},{999,0}}|253069|.213|201909|NDFD
>
>
EWX|96|po|12|{{0.013,17682},{0.007,58849},{0.024,148836},{0.130,77442},{0.232,30789},{0.342,1972},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.066|201909|NDFD
>
>
BRO|96|po|12|{{0.010,3992},{0.000,1447},{0.044,48242},{0.193,53971},{0.329,32756},{0.418,6783},{0.410,722},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.179|201909|NDFD
>
>
CRP|96|po|12|{{0.042,2874},{0.010,21032},{0.059,88451},{0.214,59027},{0.348,24414},{0.380,13394},{0.471,4326},{0.357,14},{999,0},{999,0},{999,0},{999,0}}|213532|.158|201909|NDFD
>
>
EPZ|96|po|12|{{0.000,8919},{0.150,43838},{0.138,81909},{0.207,51966},{0.440,50241},{0.385,29205},{0.662,17635},{0.811,6531},{1.000,1142},{1.000,484},{999,0},{999,0}}|291870|.276|201909|NDFD
>
>
FWD|96|po|12|{{0.000,32787},{0.032,119977},{0.027,107792},{0.139,75980},{0.157,27476},{0.127,6104},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.061|201909|NDFD
>
>
HGX|96|po|12|{{0.014,5320},{0.056,43067},{0.084,104099},{0.332,61918},{0.446,31742},{0.710,17078},{0.614,9748},{0.340,8641},{0.038,183},{999,0},{999,0},{999,0}}|281796|.238|201909|NDFD
>
>
LUB|96|po|12|{{0.000,9885},{0.018,31739},{0.211,39838},{0.202,52644},{0.567,35389},{0.407,14565},{0.677,9553},{0.642,10358},{1.000,62},{999,0},{999,0},{999,0}}|204033|.288|201909|NDFD
>
>
MAF|96|po|12|{{0.000,6235},{0.012,67034},{0.194,101666},{0.236,109159},{0.333,101166},{0.359,62058},{0.612,13953},{0.349,15777},{0.985,5860},{999,0},{999,0},{999,0}}|482908|.253|201909|NDFD
>
>
SJT|96|po|12|{{0.000,9174},{0.000,51300},{0.104,87210},{0.135,86589},{0.092,15078},{0.292,2867},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.091|201909|NDFD
>
>
FGZ|96|po|12|{{0.000,36472},{0.005,168583},{0.051,147280},{0.136,80684},{0.216,27924},{0.358,2087},{0.675,12108},{0.616,7052},{1.000,465},{999,0},{999,0},{999,0}}|482655|.081|201909|NDFD
>
>
PSR|96|po|12|{{0.003,60944},{0.021,140850},{0.175,61750},{0.343,23239},{0.492,11680},{0.591,6020},{0.866,1879},{0.934,1415},{1.000,78},{999,0},{999,0},{999,0}}|307855|.111|201909|NDFD
>
>
TWC|96|po|12|{{0.003,12393},{0.010,78497},{0.040,64568},{0.298,35151},{0.374,31332},{0.472,21581},{0.705,6309},{0.969,1145},{999,0},{999,0},{999,0},{999,0}}|250976|.165|201909|NDFD
>
>
EKA|96|po|12|{{0.000,21405},{0.006,137379},{0.312,55304},{0.337,27960},{0.665,11881},{0.709,7497},{0.800,4446},{0.951,1333},{0.991,822},{0.991,107},{999,0},{999,0}}|268134|.173|201909|NDFD
>
>
LOX|96|po|12|{{0.000,97461},{0.002,161818},{0.011,38988},{0.094,9478},{0.003,1927},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.005|201909|NDFD
>
>
STO|96|po|12|{{0.000,114643},{0.020,71563},{0.151,44144},{0.324,23285},{0.613,14151},{0.632,7862},{0.760,4740},{1.000,419},{999,0},{999,0},{999,0},{999,0}}|280807|.119|201909|NDFD
>
>
SGX|96|po|12|{{0.000,61170},{0.000,50004},{0.034,18342},{0.161,20728},{0.134,268},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.027|201909|NDFD
>
>
MTR|96|po|12|{{0.003,162733},{0.027,108341},{0.081,34889},{0.000,5847},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
>
>
HNX|96|po|12|{{0.000,143285},{0.026,68510},{0.004,35018},{0.024,5229},{0.221,3456},{0.415,998},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.012|201909|NDFD
>
>
BOI|96|po|12|{{0.000,48406},{0.001,121260},{0.128,81693},{0.204,59782},{0.284,80022},{0.367,70109},{0.401,32984},{0.451,13462},{0.779,2622},{0.000,30},{999,0},{999,0}}|510370|.181|201909|NDFD
>
>
PIH|96|po|12|{{0.002,13716},{0.000,89305},{0.074,48485},{0.297,48145},{0.375,45026},{0.451,36740},{0.516,23901},{0.644,9607},{0.670,5912},{0.364,1966},{0.200,25},{999,0}}|322828|.231|201909|NDFD
>
>
BYZ|96|po|12|{{0.000,688},{0.040,77166},{0.028,89131},{0.154,49816},{0.320,45506},{0.520,47133},{0.610,23372},{0.642,23499},{0.823,32068},{0.953,26549},{0.995,21148},{1.000,1430}}|437506|.356|201909|NDFD
>
>
GGW|96|po|12|{{0.000,10040},{0.074,47922},{0.188,90808},{0.368,54653},{0.590,55078},{0.520,24089},{0.292,7989},{0.818,11693},{0.992,9036},{1.000,19832},{0.997,21729},{1.000,2182}}|355051|.424|201909|NDFD
>
>
TFX|96|po|12|{{0.000,85},{0.029,93243},{0.078,97792},{0.129,80849},{0.389,68404},{0.476,64299},{0.578,35438},{0.401,28154},{0.488,29290},{0.700,24653},{0.964,29374},{1.000,5913}}|557494|.315|201909|NDFD
>
>
MSO|96|po|12|{{0.000,761},{0.006,69681},{0.068,58271},{0.104,35221},{0.212,54773},{0.368,71934},{0.466,66550},{0.356,41061},{0.523,29060},{0.568,10627},{0.909,2833},{999,0}}|440772|.262|201909|NDFD
>
>
LKN|96|po|12|{{0.000,109894},{0.006,148768},{0.105,92325},{0.156,52111},{0.242,58941},{0.306,51724},{0.521,26695},{0.806,10665},{0.977,3919},{1.000,3031},{1.000,45},{999,0}}|558118|.140|201909|NDFD
>
>
VEF|96|po|12|{{0.000,282192},{0.000,173393},{0.049,137177},{0.178,56372},{0.238,15095},{0.368,4511},{0.476,1540},{0.860,824},{1.000,36},{999,0},{999,0},{999,0}}|671140|.035|201909|NDFD
>
>
REV|96|po|12|{{0.000,86759},{0.018,108339},{0.184,49363},{0.227,46656},{0.356,34705},{0.673,16636},{0.885,8772},{0.776,1452},{999,0},{999,0},{999,0},{999,0}}|352682|.153|201909|NDFD
>
>
MFR|96|po|12|{{0.000,35928},{0.002,142880},{0.156,121559},{0.462,56317},{0.569,45155},{0.690,37367},{0.750,32129},{0.765,19364},{0.760,10005},{0.925,3069},{1.000,548},{999,0}}|504321|.291|201909|NDFD
>
>
PDT|96|po|12|{{0.000,26682},{0.000,98756},{0.023,95554},{0.114,48450},{0.315,45761},{0.522,64232},{0.569,35538},{0.646,26132},{0.881,8977},{0.977,1875},{1.000,430},{999,0}}|452387|.227|201909|NDFD
>
>
PQR|96|po|12|{{0.000,46},{0.008,25186},{0.133,94094},{0.359,74168},{0.541,65434},{0.614,56823},{0.480,17290},{0.585,14070},{0.786,15216},{0.969,15065},{1.000,8686},{999,0}}|386078|.418|201909|NDFD
>
>
SLC|96|po|12|{{0.002,138860},{0.003,214074},{0.043,118179},{0.142,68651},{0.138,61421},{0.299,58751},{0.277,18201},{0.456,7354},{0.723,6193},{0.999,9458},{1.000,289},{999,0}}|701431|.092|201909|NDFD
>
>
SEW|96|po|12|{{0.000,1071},{0.084,12078},{0.053,59014},{0.290,68399},{0.451,48678},{0.702,46227},{0.517,40053},{0.645,34884},{0.837,23189},{0.865,15105},{1.000,902},{999,0}}|349600|.443|201909|NDFD
>
>
OTX|96|po|12|{{0.000,7472},{0.008,79881},{0.057,82024},{0.137,63083},{0.195,60655},{0.356,42921},{0.474,47915},{0.538,35127},{0.515,12178},{0.216,592},{999,0},{999,0}}|431848|.206|201909|NDFD
>
>
BOU|108|po|12|{{0.020,16485},{0.017,127142},{0.033,88836},{0.192,24509},{0.223,17767},{0.379,9713},{0.556,2269},{0.958,454},{0.972,2651},{0.878,1814},{999,0},{999,0}}|291640|.081|201909|NDFD
>
>
GJT|108|po|12|{{0.001,47279},{0.002,133660},{0.017,96400},{0.023,83037},{0.096,52829},{0.173,45738},{0.238,27256},{0.419,13306},{0.713,4761},{0.819,1251},{999,0},{999,0}}|505517|.066|201909|NDFD
>
>
PUB|108|po|12|{{0.061,9751},{0.023,129329},{0.060,101390},{0.067,39141},{0.140,18625},{0.161,9882},{0.272,3082},{0.431,4263},{0.798,3211},{0.946,1877},{999,0},{999,0}}|320551|.073|201909|NDFD
>
>
LOT|108|po|12|{{0.000,53},{0.005,29112},{0.117,41941},{0.547,30289},{0.613,20631},{0.507,12735},{0.999,4254},{1.000,7674},{1.000,690},{1.000,5},{999,0},{999,0}}|147384|.362|201909|NDFD
>
>
ILX|108|po|12|{{0.000,1757},{0.002,40730},{0.103,72640},{0.396,30253},{0.375,28017},{0.554,10237},{0.791,3192},{1.000,2153},{1.000,4520},{999,0},{999,0},{999,0}}|193499|.232|201909|NDFD
>
>
IND|108|po|12|{{0.000,11639},{0.014,49349},{0.126,58942},{0.305,12216},{0.050,11410},{0.081,8398},{0.375,4110},{0.669,175},{999,0},{999,0},{999,0},{999,0}}|156239|.095|201909|NDFD
>
>
IWX|108|po|12|{{0.000,4759},{0.019,40430},{0.386,57103},{0.622,19934},{0.496,15458},{0.368,8360},{0.564,13045},{0.642,2235},{0.870,1677},{999,0},{999,0},{999,0}}|163001|.345|201909|NDFD
>
>
DVN|108|po|12|{{0.000,1},{0.045,28868},{0.003,55427},{0.295,37123},{0.370,24861},{0.428,15028},{0.998,21220},{0.998,16887},{1.000,5085},{1.000,16},{999,0},{999,0}}|204516|.348|201909|NDFD
>
>
DMX|108|po|12|{{0.000,1045},{0.046,43538},{0.125,77561},{0.256,27129},{0.492,56260},{0.531,19557},{0.861,18231},{0.885,26061},{0.917,16853},{999,0},{999,0},{999,0}}|286235|.387|201909|NDFD
>
>
DDC|108|po|12|{{0.041,9959},{0.038,67443},{0.119,84734},{0.173,33203},{0.277,13160},{0.257,4000},{0.709,2016},{0.829,4008},{999,0},{999,0},{999,0},{999,0}}|218523|.129|201909|NDFD
>
>
GLD|108|po|12|{{0.054,15808},{0.023,102203},{0.102,76845},{0.109,9693},{0.075,2497},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.059|201909|NDFD
>
>
TOP|108|po|12|{{0.000,1989},{0.000,20992},{0.032,34379},{0.317,37065},{0.359,24180},{0.411,21327},{0.691,6319},{0.889,3572},{0.999,4941},{1.000,647},{999,0},{999,0}}|155411|.279|201909|NDFD
>
>
ICT|108|po|12|{{0.000,3221},{0.000,31710},{0.049,46469},{0.283,55821},{0.369,32613},{0.495,24285},{0.532,5965},{0.903,5759},{0.999,3871},{999,0},{999,0},{999,0}}|209714|.259|201909|NDFD
>
>
JKL|108|po|12|{{0.112,12482},{0.056,46111},{0.153,38781},{0.213,9833},{0.342,5972},{0.218,1062},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.125|201909|NDFD
>
>
LMK|108|po|12|{{0.032,13409},{0.028,83442},{0.061,75774},{0.125,9938},{0.462,8014},{0.114,1611},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.065|201909|NDFD
>
>
PAH|108|po|12|{{0.000,16296},{0.004,74086},{0.148,110212},{0.120,19535},{0.051,15964},{0.077,3162},{0.543,129},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.084|201909|NDFD
>
>
DTX|108|po|12|{{0.087,2857},{0.053,91961},{0.255,75241},{0.598,79555},{0.711,54456},{0.872,26428},{0.883,22694},{0.926,16804},{1.000,10032},{1.000,92},{1.000,1},{999,0}}|380121|.472|201909|NDFD
>
>
APX|108|po|12|{{0.000,551},{0.031,40680},{0.180,39228},{0.573,19200},{0.606,33478},{0.578,33689},{0.937,14531},{0.909,9115},{0.933,6263},{1.000,214},{999,0},{999,0}}|196949|.442|201909|NDFD
>
>
GRR|108|po|12|{{999,0},{0.005,34308},{0.104,31187},{0.488,23412},{0.568,27460},{0.717,11971},{0.933,13091},{0.958,11959},{0.955,1655},{999,0},{999,0},{999,0}}|155043|.414|201909|NDFD
>
>
MQT|108|po|12|{{0.000,2952},{0.041,74370},{0.126,119836},{0.175,67702},{0.301,58330},{0.655,44269},{0.641,47290},{0.751,43569},{0.986,26877},{1.000,6292},{999,0},{999,0}}|491487|.351|201909|NDFD
>
>
DLH|108|po|12|{{999,0},{0.068,44868},{0.254,97831},{0.383,66827},{0.563,44850},{0.562,30744},{0.677,25536},{0.899,25979},{0.895,23610},{0.938,22751},{999,0},{999,0}}|382996|.468|201909|NDFD
>
>
MPX|108|po|12|{{0.000,1729},{0.087,57434},{0.148,89128},{0.221,74214},{0.610,31152},{0.434,29831},{0.573,25476},{0.730,17570},{0.793,22849},{0.789,3713},{999,0},{999,0}}|353096|.326|201909|NDFD
>
>
EAX|108|po|12|{{0.000,636},{0.000,30033},{0.074,65508},{0.087,29747},{0.327,52624},{0.582,28925},{0.648,13397},{0.854,12322},{1.000,7210},{1.000,109},{999,0},{999,0}}|240511|.283|201909|NDFD
>
>
SGF|108|po|12|{{0.000,1804},{0.001,34834},{0.041,79108},{0.267,61796},{0.402,42655},{0.667,10865},{0.873,4037},{1.000,3657},{1.000,2698},{999,0},{999,0},{999,0}}|241454|.224|201909|NDFD
>
>
LSX|108|po|12|{{0.000,2032},{0.001,53313},{0.108,93659},{0.249,48972},{0.301,35912},{0.510,15411},{0.846,4059},{0.986,3403},{1.000,4910},{999,0},{999,0},{999,0}}|261671|.201|201909|NDFD
>
>
GID|108|po|12|{{0.000,448},{0.002,46303},{0.123,66644},{0.226,48122},{0.161,19982},{0.211,5425},{0.384,2970},{0.781,2983},{1.000,645},{999,0},{999,0},{999,0}}|193522|.143|201909|NDFD
>
>
LBF|108|po|12|{{0.000,8447},{0.023,129229},{0.161,123788},{0.161,46283},{0.225,19879},{0.387,7743},{0.382,178},{999,0},{999,0},{999,0},{999,0},{999,0}}|335547|.113|201909|NDFD
>
>
OAX|108|po|12|{{999,0},{0.002,49154},{0.155,43111},{0.320,40313},{0.417,46451},{0.478,22132},{0.723,13182},{0.677,3670},{1.000,4571},{1.000,217},{999,0},{999,0}}|222801|.298|201909|NDFD
>
>
BIS|108|po|12|{{0.000,5579},{0.079,142687},{0.092,137617},{0.244,78361},{0.711,41951},{0.809,30663},{0.920,45188},{0.978,31636},{0.984,17974},{0.995,17830},{1.000,10311},{999,0}}|559797|.386|201909|NDFD
>
>
FGF|108|po|12|{{0.000,3803},{0.017,81848},{0.217,114100},{0.348,97558},{0.412,40257},{0.737,23608},{0.837,34274},{0.940,24576},{0.863,7725},{0.918,35488},{0.994,627},{999,0}}|463864|.400|201909|NDFD
>
>
ABR|108|po|12|{{0.000,6177},{0.042,85749},{0.074,113135},{0.136,32351},{0.553,34282},{0.591,19357},{0.500,16099},{0.646,4350},{0.481,5739},{0.672,4232},{999,0},{999,0}}|321471|.197|201909|NDFD
>
>
UNR|108|po|12|{{0.000,31188},{0.115,138783},{0.162,98781},{0.467,45578},{0.729,52669},{0.775,41087},{0.861,16927},{0.856,8266},{0.927,41},{999,0},{999,0},{999,0}}|433320|.335|201909|NDFD
>
>
FSD|108|po|12|{{0.000,1974},{0.026,64647},{0.168,93044},{0.216,45443},{0.322,33499},{0.367,26812},{0.627,16863},{0.638,6877},{0.478,6023},{999,0},{999,0},{999,0}}|295182|.222|201909|NDFD
>
>
GRB|108|po|12|{{999,0},{0.086,36385},{0.046,34978},{0.283,45458},{0.541,22077},{0.597,18387},{0.749,18405},{0.736,14020},{0.881,10050},{1.000,846},{999,0},{999,0}}|200606|.370|201909|NDFD
>
>
ARX|108|po|12|{{999,0},{0.072,31796},{0.116,52648},{0.330,34041},{0.456,26726},{0.187,16435},{0.735,10741},{0.832,17738},{0.853,16415},{999,0},{999,0},{999,0}}|206540|.346|201909|NDFD
>
>
MKX|108|po|12|{{999,0},{0.007,47294},{0.018,63454},{0.220,50523},{0.414,35050},{0.514,46696},{0.733,26701},{0.957,21657},{0.985,6521},{999,0},{999,0},{999,0}}|297896|.328|201909|NDFD
>
>
CYS|108|po|12|{{0.000,24839},{0.030,122081},{0.161,104778},{0.328,37301},{0.503,24034},{0.648,22975},{0.663,16633},{0.875,8151},{0.863,1793},{0.961,102},{999,0},{999,0}}|362687|.219|201909|NDFD
>
>
RIW|108|po|12|{{0.000,59503},{0.010,123842},{0.143,116465},{0.340,61351},{0.362,49587},{0.549,32878},{0.631,40687},{0.805,46104},{0.880,35805},{0.937,21887},{1.000,277},{999,0}}|588386|.322|201909|NDFD
>
>
CAR|108|po|12|{{0.000,3204},{0.000,65194},{0.066,76896},{0.146,26723},{0.460,19071},{0.716,31485},{0.546,13486},{0.795,3662},{0.981,2537},{1.000,4693},{999,0},{999,0}}|246951|.234|201909|NDFD
>
>
GYX|108|po|12|{{0.004,10105},{0.007,94334},{0.027,68475},{0.502,26563},{0.664,16144},{0.429,24624},{0.646,23147},{0.491,7272},{0.764,1739},{0.748,1228},{999,0},{999,0}}|273631|.212|201909|NDFD
>
>
BOX|108|po|12|{{0.000,7581},{0.006,48580},{0.119,54883},{0.240,23492},{0.640,30346},{0.584,15862},{0.415,11505},{0.058,3468},{0.000,13},{999,0},{999,0},{999,0}}|195730|.235|201909|NDFD
>
>
PHI|108|po|12|{{0.000,2168},{0.000,61258},{0.099,72472},{0.245,31046},{0.540,13944},{0.732,7137},{0.813,3196},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|191222|.158|201909|NDFD
>
>
ALY|108|po|12|{{0.000,905},{0.000,30531},{0.106,63935},{0.640,14171},{0.446,18636},{0.734,13930},{0.758,12765},{0.768,4099},{1.000,27},{999,0},{999,0},{999,0}}|158999|.297|201909|NDFD
>
>
BGM|108|po|12|{{0.000,17351},{0.004,43026},{0.230,53102},{0.523,16488},{0.505,19792},{0.760,18205},{0.840,10711},{0.540,2473},{999,0},{999,0},{999,0},{999,0}}|181148|.305|201909|NDFD
>
>
BUF|108|po|12|{{0.000,38024},{0.056,21729},{0.305,46120},{0.134,29618},{0.306,24933},{0.739,20805},{0.786,5961},{0.612,24379},{0.964,7069},{999,0},{999,0},{999,0}}|218638|.314|201909|NDFD
>
>
OKX|108|po|12|{{999,0},{0.010,30723},{0.099,47418},{0.381,14790},{0.460,8235},{0.999,5006},{0.958,4826},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.217|201909|NDFD
>
>
MHX|108|po|12|{{999,0},{0.007,40225},{0.049,55152},{0.153,32812},{0.145,13862},{0.532,2954},{0.988,1520},{1.000,1290},{1.000,1673},{1.000,173},{999,0},{999,0}}|149661|.108|201909|NDFD
>
>
RAH|108|po|12|{{0.000,17148},{0.000,41864},{0.101,39848},{0.094,33537},{0.062,21561},{0.008,3067},{0.000,1081},{0.385,938},{1.000,1},{999,0},{999,0},{999,0}}|159045|.056|201909|NDFD
>
>
ILM|108|po|12|{{999,0},{0.000,31513},{0.006,47593},{0.244,28260},{0.139,17304},{0.061,5324},{0.000,347},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.076|201909|NDFD
>
>
CLE|108|po|12|{{0.001,27788},{0.007,34738},{0.345,93982},{0.297,24636},{0.496,21856},{0.456,13323},{0.409,16753},{0.723,10231},{0.278,79},{999,0},{999,0},{999,0}}|243386|.292|201909|NDFD
>
>
ILN|108|po|12|{{0.000,8736},{0.045,69345},{0.168,77514},{0.045,24449},{0.044,7485},{0.215,5967},{0.383,7425},{1.000,7},{999,0},{999,0},{999,0},{999,0}}|200928|.108|201909|NDFD
>
>
PBZ|108|po|12|{{999,0},{0.002,49086},{0.246,73095},{0.276,28331},{0.394,15231},{0.304,7744},{0.772,8094},{0.035,1758},{0.549,6227},{999,0},{999,0},{999,0}}|189566|.232|201909|NDFD
>
>
CTP|108|po|12|{{0.000,30525},{0.044,33353},{0.149,85196},{0.331,31147},{0.619,20425},{0.731,16105},{0.691,8132},{0.919,7665},{0.828,1477},{999,0},{999,0},{999,0}}|234025|.268|201909|NDFD
>
>
CHS|108|po|12|{{999,0},{0.004,27905},{0.039,84220},{0.242,18382},{0.200,11943},{0.230,7803},{0.159,14329},{0.631,1960},{1.000,1},{999,0},{999,0},{999,0}}|166543|.093|201909|NDFD
>
>
CAE|108|po|12|{{0.000,16284},{0.000,23858},{0.096,46648},{0.357,25738},{0.066,11707},{0.049,4899},{0.000,770},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.113|201909|NDFD
>
>
GSP|108|po|12|{{999,0},{0.004,44918},{0.060,74948},{0.215,41671},{0.292,28863},{0.441,10145},{0.723,2016},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.138|201909|NDFD
>
>
BTV|108|po|12|{{0.000,7234},{0.000,31632},{0.028,47569},{0.139,26173},{0.343,14251},{0.463,6411},{0.794,21372},{0.735,11402},{0.772,338},{999,0},{999,0},{999,0}}|166382|.231|201909|NDFD
>
>
LWX|108|po|12|{{0.000,1782},{0.041,60724},{0.153,69918},{0.289,38396},{0.199,17427},{0.252,12246},{0.564,6561},{0.727,172},{1.000,4},{999,0},{999,0},{999,0}}|207230|.167|201909|NDFD
>
>
RNK|108|po|12|{{0.059,25079},{0.000,17103},{0.061,79533},{0.339,47120},{0.284,14170},{0.179,4895},{0.395,5461},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.152|201909|NDFD
>
>
AKQ|108|po|12|{{0.004,5878},{0.082,51462},{0.057,106855},{0.116,50051},{0.008,8940},{0.043,5863},{0.713,1132},{0.969,1877},{0.999,2394},{1.000,1942},{999,0},{999,0}}|236394|.099|201909|NDFD
>
>
RLX|108|po|12|{{0.000,1427},{0.059,81997},{0.184,74707},{0.199,37316},{0.419,11974},{0.666,6805},{0.676,2362},{1.000,95},{999,0},{999,0},{999,0},{999,0}}|216683|.172|201909|NDFD
>
>
BMX|108|po|12|{{0.020,46085},{0.028,62161},{0.098,102010},{0.099,37124},{0.001,7432},{0.000,6032},{0.011,6171},{0.000,383},{999,0},{999,0},{999,0},{999,0}}|267398|.061|201909|NDFD
>
>
HUN|108|po|12|{{999,0},{0.006,23471},{0.092,45344},{0.081,16440},{0.001,2918},{0.000,55},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.064|201909|NDFD
>
>
MOB|108|po|12|{{0.002,402},{0.022,37763},{0.038,135267},{0.225,37869},{0.437,9458},{0.355,7060},{0.161,13320},{0.043,3510},{0.210,4096},{999,0},{999,0},{999,0}}|248745|.097|201909|NDFD
>
>
LZK|108|po|12|{{0.000,7332},{0.009,44809},{0.166,164930},{0.425,82443},{0.393,19087},{0.000,18},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.221|201909|NDFD
>
>
JAX|108|po|12|{{0.071,3440},{0.016,54135},{0.068,68927},{0.239,34964},{0.365,16903},{0.338,18228},{0.343,10974},{0.218,17085},{0.677,9747},{0.641,3011},{0.279,682},{999,0}}|238096|.179|201909|NDFD
>
>
EYW|108|po|12|{{999,0},{999,0},{0.000,3143},{0.114,23029},{0.261,71839},{0.567,79439},{0.840,33852},{0.780,3380},{999,0},{999,0},{999,0},{999,0}}|214682|.454|201909|NDFD
>
>
MLB|108|po|12|{{999,0},{0.000,87},{0.028,46856},{0.262,28101},{0.386,68675},{0.374,19972},{0.816,15377},{0.683,12936},{999,0},{999,0},{999,0},{999,0}}|192004|.334|201909|NDFD
>
>
MFL|108|po|12|{{999,0},{0.000,17629},{0.077,18954},{0.188,43273},{0.355,60742},{0.548,37356},{0.432,31039},{0.572,10051},{0.407,3803},{999,0},{999,0},{999,0}}|222847|.325|201909|NDFD
>
>
TAE|108|po|12|{{0.025,10757},{0.051,133390},{0.050,127656},{0.089,36927},{0.168,8465},{0.196,6841},{0.109,18250},{0.037,15382},{0.144,11278},{0.011,181},{999,0},{999,0}}|369127|.064|201909|NDFD
>
>
TBW|108|po|12|{{0.000,879},{0.011,25819},{0.057,89377},{0.275,49217},{0.228,26261},{0.062,12225},{0.437,20792},{0.592,15390},{0.661,8417},{999,0},{999,0},{999,0}}|248377|.199|201909|NDFD
>
>
FFC|108|po|12|{{0.000,8070},{0.014,110448},{0.126,116921},{0.072,36044},{0.117,14291},{0.033,10803},{0.000,7552},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.069|201909|NDFD
>
>
LCH|108|po|12|{{999,0},{0.077,25031},{0.210,74003},{0.235,101599},{0.383,82627},{0.807,25822},{0.873,8047},{0.998,455},{999,0},{999,0},{999,0},{999,0}}|317584|.319|201909|NDFD
>
>
LIX|108|po|12|{{0.116,1831},{0.077,47369},{0.143,147449},{0.215,95009},{0.319,34484},{0.526,14045},{0.818,13958},{0.716,6479},{0.740,7349},{0.873,4236},{999,0},{999,0}}|372209|.239|201909|NDFD
>
>
SHV|108|po|12|{{0.013,27126},{0.021,48681},{0.290,99170},{0.195,129206},{0.500,31525},{0.000,529},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.211|201909|NDFD
>
>
JAN|108|po|12|{{0.035,27333},{0.049,51561},{0.096,169671},{0.072,58561},{0.224,14386},{0.220,11602},{0.000,64},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.090|201909|NDFD
>
>
ABQ|108|po|12|{{0.000,15},{0.016,166778},{0.095,304147},{0.138,119979},{0.314,89176},{0.520,83420},{0.636,52777},{0.723,19269},{0.965,3512},{1.000,151},{999,0},{999,0}}|839224|.203|201909|NDFD
>
>
OUN|108|po|12|{{0.000,16858},{0.002,82629},{0.057,70534},{0.163,160770},{0.398,65857},{0.440,44885},{0.670,12676},{0.420,5538},{999,0},{999,0},{999,0},{999,0}}|459747|.190|201909|NDFD
>
>
TSA|108|po|12|{{0.000,285},{0.012,53223},{0.097,46927},{0.327,89766},{0.329,32786},{0.641,15741},{0.772,10783},{0.870,108},{999,0},{999,0},{999,0},{999,0}}|249619|.256|201909|NDFD
>
>
MEG|108|po|12|{{0.000,13317},{0.000,69070},{0.092,169173},{0.406,33362},{0.488,5214},{0.000,6},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.109|201909|NDFD
>
>
MRX|108|po|12|{{0.006,8144},{0.085,49487},{0.107,61617},{0.256,26016},{0.168,9166},{0.521,2993},{0.593,81},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.131|201909|NDFD
>
>
OHX|108|po|12|{{0.025,10870},{0.045,56883},{0.116,68385},{0.297,19763},{0.070,3533},{0.662,485},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.108|201909|NDFD
>
>
AMA|108|po|12|{{0.046,6181},{0.027,71603},{0.191,57744},{0.300,48162},{0.440,34885},{0.459,18747},{0.492,12807},{0.092,2856},{0.000,84},{999,0},{999,0},{999,0}}|253069|.230|201909|NDFD
>
>
EWX|108|po|12|{{0.028,2793},{0.018,40634},{0.030,63018},{0.098,149248},{0.349,56649},{0.248,15668},{0.559,7496},{1.000,64},{999,0},{999,0},{999,0},{999,0}}|335570|.135|201909|NDFD
>
>
BRO|108|po|12|{{999,0},{999,0},{0.139,14964},{0.313,61089},{0.550,45684},{0.687,21669},{0.866,4507},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.440|201909|NDFD
>
>
CRP|108|po|12|{{999,0},{0.018,5251},{0.111,31510},{0.297,83920},{0.502,55559},{0.482,28980},{0.709,8303},{0.778,9},{999,0},{999,0},{999,0},{999,0}}|213532|.357|201909|NDFD
>
>
EPZ|108|po|12|{{0.028,8863},{0.079,54060},{0.155,69782},{0.276,43485},{0.327,42080},{0.525,42489},{0.617,27165},{0.655,3671},{1.000,275},{999,0},{999,0},{999,0}}|291870|.284|201909|NDFD
>
>
FWD|108|po|12|{{0.000,15176},{0.001,54039},{0.057,92423},{0.126,126590},{0.155,55465},{0.303,18172},{0.326,8251},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.103|201909|NDFD
>
>
HGX|108|po|12|{{999,0},{0.042,13832},{0.233,39414},{0.188,74671},{0.443,62245},{0.617,50002},{0.730,30010},{0.869,8666},{0.981,2956},{999,0},{999,0},{999,0}}|281796|.407|201909|NDFD
>
>
LUB|108|po|12|{{0.000,6948},{0.066,33003},{0.085,43156},{0.265,44581},{0.305,27091},{0.475,26242},{0.373,12892},{0.382,9557},{0.133,563},{999,0},{999,0},{999,0}}|204033|.230|201909|NDFD
>
>
MAF|108|po|12|{{0.000,2400},{0.045,59151},{0.188,133612},{0.255,104662},{0.365,87635},{0.294,44700},{0.431,38161},{0.467,12587},{999,0},{999,0},{999,0},{999,0}}|482908|.253|201909|NDFD
>
>
SJT|108|po|12|{{0.000,1429},{0.004,41518},{0.074,87540},{0.066,80336},{0.101,28995},{0.373,11842},{0.430,558},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.077|201909|NDFD
>
>
FGZ|108|po|12|{{0.000,18841},{0.007,147279},{0.041,113860},{0.100,113678},{0.371,64564},{0.475,18553},{0.595,4473},{0.751,1333},{1.000,74},{999,0},{999,0},{999,0}}|482655|.111|201909|NDFD
>
>
PSR|108|po|12|{{0.000,36654},{0.010,171544},{0.217,61742},{0.359,21297},{0.489,8578},{0.674,6051},{0.946,1880},{1.000,109},{999,0},{999,0},{999,0},{999,0}}|307855|.107|201909|NDFD
>
>
TWC|108|po|12|{{0.000,3557},{0.029,85671},{0.137,61374},{0.313,37699},{0.442,30145},{0.553,20270},{0.573,11409},{0.347,832},{0.000,19},{999,0},{999,0},{999,0}}|250976|.216|201909|NDFD
>
>
EKA|108|po|12|{{0.000,17717},{0.001,109868},{0.183,74440},{0.440,40573},{0.669,11909},{0.739,8022},{0.902,3646},{0.993,1751},{1.000,208},{999,0},{999,0},{999,0}}|268134|.189|201909|NDFD
>
>
LOX|108|po|12|{{0.000,88437},{0.004,171622},{0.010,38089},{0.109,9571},{0.020,1877},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
>
>
STO|108|po|12|{{0.006,89217},{0.047,88681},{0.196,47892},{0.313,27847},{0.522,13509},{0.437,7548},{0.545,5840},{0.982,273},{999,0},{999,0},{999,0},{999,0}}|280807|.131|201909|NDFD
>
>
SGX|108|po|12|{{0.002,51103},{0.000,62364},{0.038,23015},{0.226,13837},{0.689,193},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
>
>
MTR|108|po|12|{{0.000,129214},{0.031,133954},{0.140,48231},{0.022,412},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
>
>
HNX|108|po|12|{{0.000,118085},{0.003,81275},{0.030,43523},{0.089,7701},{0.126,4951},{0.329,931},{0.867,30},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.013|201909|NDFD
>
>
BOI|108|po|12|{{0.039,35759},{0.025,122812},{0.237,92369},{0.232,59743},{0.351,63873},{0.257,74031},{0.374,44727},{0.501,12535},{0.830,4451},{1.000,70},{999,0},{999,0}}|510370|.212|201909|NDFD
>
>
PIH|108|po|12|{{0.000,25988},{0.014,72301},{0.137,46950},{0.258,45886},{0.343,35294},{0.425,32635},{0.554,28037},{0.697,20035},{0.822,12468},{0.895,3234},{999,0},{999,0}}|322828|.272|201909|NDFD
>
>
BYZ|108|po|12|{{0.000,6798},{0.036,110905},{0.182,52516},{0.272,68786},{0.551,55164},{0.696,55551},{0.777,27618},{0.933,29610},{0.979,23757},{0.987,5902},{1.000,899},{999,0}}|437506|.412|201909|NDFD
>
>
GGW|108|po|12|{{0.530,760},{0.069,95237},{0.198,61588},{0.383,62173},{0.548,47189},{0.717,31560},{0.548,17850},{0.907,15122},{1.000,8984},{1.000,9829},{1.000,4759},{999,0}}|355051|.390|201909|NDFD
>
>
TFX|108|po|12|{{0.996,1965},{0.112,89398},{0.112,107915},{0.149,88294},{0.396,71853},{0.542,58425},{0.459,54563},{0.653,21289},{0.895,21250},{0.994,31693},{1.000,10847},{999,0}}|557492|.354|201909|NDFD
>
>
MSO|108|po|12|{{0.000,12},{0.000,16483},{0.003,70795},{0.046,65162},{0.130,66282},{0.343,58049},{0.554,72616},{0.768,49794},{0.854,32849},{0.940,8577},{1.000,153},{999,0}}|440772|.332|201909|NDFD
>
>
LKN|108|po|12|{{0.000,66590},{0.017,197184},{0.269,109841},{0.407,47611},{0.196,50967},{0.448,29302},{0.617,26871},{0.697,21304},{0.545,8202},{0.146,246},{999,0},{999,0}}|558118|.199|201909|NDFD
>
>
VEF|108|po|12|{{0.000,219803},{0.002,237105},{0.027,139389},{0.141,54279},{0.273,14264},{0.317,4682},{0.426,1586},{0.281,32},{999,0},{999,0},{999,0},{999,0}}|671140|.027|201909|NDFD
>
>
REV|108|po|12|{{0.000,83131},{0.006,111239},{0.120,60188},{0.264,42479},{0.541,24075},{0.757,22161},{0.647,8247},{0.985,1162},{999,0},{999,0},{999,0},{999,0}}|352682|.157|201909|NDFD
>
>
MFR|108|po|12|{{0.053,38969},{0.011,114820},{0.050,112665},{0.334,60450},{0.618,49695},{0.607,60793},{0.649,43681},{0.717,19426},{0.800,3822},{999,0},{999,0},{999,0}}|504321|.282|201909|NDFD
>
>
PDT|108|po|12|{{0.000,11227},{0.001,95484},{0.066,92752},{0.237,79470},{0.343,52097},{0.329,54835},{0.558,36772},{0.738,24632},{0.938,4559},{1.000,559},{999,0},{999,0}}|452387|.231|201909|NDFD
>
>
PQR|108|po|12|{{999,0},{0.004,23664},{0.107,95445},{0.302,69716},{0.504,66626},{0.491,49366},{0.769,27448},{0.978,27700},{0.940,11598},{1.000,13040},{1.000,1475},{999,0}}|386078|.422|201909|NDFD
>
>
SLC|108|po|12|{{0.000,78349},{0.002,215925},{0.033,154032},{0.135,100625},{0.142,52233},{0.245,38993},{0.263,23491},{0.501,18994},{0.843,15105},{0.969,3684},{999,0},{999,0}}|701431|.097|201909|NDFD
>
>
SEW|108|po|12|{{0.000,1791},{0.000,12710},{0.202,68441},{0.361,74791},{0.464,60881},{0.581,50383},{0.534,29193},{0.789,24340},{0.958,22083},{0.858,4985},{1.000,2},{999,0}}|349600|.454|201909|NDFD
>
>
OTX|108|po|12|{{0.086,1724},{0.077,67260},{0.115,96939},{0.320,83248},{0.437,50585},{0.523,56777},{0.589,42770},{0.582,23502},{0.726,8103},{0.982,940},{999,0},{999,0}}|431848|.326|201909|NDFD
>
>
BOU|120|po|12|{{0.000,5247},{0.014,82806},{0.032,92317},{0.100,68213},{0.305,24069},{0.698,8089},{0.899,7964},{0.900,2619},{0.829,316},{999,0},{999,0},{999,0}}|291640|.115|201909|NDFD
>
>
GJT|120|po|12|{{0.000,22660},{0.001,160064},{0.025,123201},{0.065,83455},{0.180,62845},{0.108,35347},{0.372,13062},{0.828,4427},{1.000,456},{999,0},{999,0},{999,0}}|505517|.065|201909|NDFD
>
>
PUB|120|po|12|{{0.000,1974},{0.012,112128},{0.054,129107},{0.097,44610},{0.100,16449},{0.136,6762},{0.548,3838},{0.610,5135},{0.549,548},{999,0},{999,0},{999,0}}|320551|.065|201909|NDFD
>
>
LOT|120|po|12|{{999,0},{0.045,23354},{0.203,53370},{0.455,18311},{0.567,13285},{0.617,15566},{0.847,19987},{0.984,3501},{1.000,3},{0.200,5},{0.000,2},{999,0}}|147384|.392|201909|NDFD
>
>
ILX|120|po|12|{{0.000,1892},{0.008,40276},{0.109,74323},{0.432,28815},{0.509,10800},{0.491,11097},{0.563,20591},{0.992,5705},{999,0},{999,0},{999,0},{999,0}}|193499|.254|201909|NDFD
>
>
IND|120|po|12|{{0.000,5040},{0.019,47331},{0.050,71215},{0.088,14407},{0.017,7055},{0.250,5094},{0.924,5766},{1.000,331},{999,0},{999,0},{999,0},{999,0}}|156239|.082|201909|NDFD
>
>
IWX|120|po|12|{{0.000,906},{0.064,45079},{0.106,56269},{0.280,19745},{0.485,16025},{0.348,11801},{0.747,7354},{1.000,3901},{1.000,1921},{999,0},{999,0},{999,0}}|163001|.230|201909|NDFD
>
>
DVN|120|po|12|{{999,0},{0.042,35643},{0.246,36579},{0.410,32385},{0.304,33523},{0.497,22241},{0.922,28795},{0.804,13045},{0.391,2305},{999,0},{999,0},{999,0}}|204516|.406|201909|NDFD
>
>
DMX|120|po|12|{{999,0},{0.000,36735},{0.126,59102},{0.402,54945},{0.486,39801},{0.415,47161},{0.652,39807},{0.718,8684},{999,0},{999,0},{999,0},{999,0}}|286235|.352|201909|NDFD
>
>
DDC|120|po|12|{{0.000,2127},{0.011,34546},{0.062,90743},{0.138,39309},{0.356,33225},{0.202,12930},{0.270,5635},{0.000,8},{999,0},{999,0},{999,0},{999,0}}|218523|.125|201909|NDFD
>
>
GLD|120|po|12|{{0.000,868},{0.024,45411},{0.055,88318},{0.124,40844},{0.273,23374},{0.248,7981},{0.688,250},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.094|201909|NDFD
>
>
TOP|120|po|12|{{0.000,159},{0.000,14248},{0.040,33534},{0.147,39015},{0.128,32915},{0.244,19574},{0.839,10461},{0.856,5480},{1.000,25},{999,0},{999,0},{999,0}}|155411|.190|201909|NDFD
>
>
ICT|120|po|12|{{0.000,130},{0.000,29806},{0.039,50902},{0.233,54639},{0.231,30827},{0.267,23158},{0.733,15044},{0.980,5208},{999,0},{999,0},{999,0},{999,0}}|209714|.211|201909|NDFD
>
>
JKL|120|po|12|{{0.000,11630},{0.013,46383},{0.096,41089},{0.036,11349},{0.314,3790},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.054|201909|NDFD
>
>
LMK|120|po|12|{{0.000,14400},{0.019,102852},{0.030,55738},{0.036,14316},{0.733,3401},{1.000,1318},{1.000,163},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.043|201909|NDFD
>
>
PAH|120|po|12|{{0.000,13352},{0.025,105169},{0.014,85482},{0.214,21575},{0.562,7131},{0.907,4179},{1.000,2496},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.078|201909|NDFD
>
>
DTX|120|po|12|{{0.010,987},{0.103,72657},{0.108,98335},{0.377,64000},{0.505,55100},{0.701,34996},{0.814,30884},{0.690,15169},{0.567,6179},{0.719,1783},{1.000,31},{999,0}}|380121|.355|201909|NDFD
>
>
APX|120|po|12|{{0.000,353},{0.088,24733},{0.273,50192},{0.570,47301},{0.653,14317},{0.825,19775},{0.637,16586},{0.572,14642},{0.506,7876},{0.726,1174},{999,0},{999,0}}|196949|.468|201909|NDFD
>
>
GRR|120|po|12|{{999,0},{0.114,25835},{0.136,52193},{0.229,17911},{0.558,11331},{0.648,19160},{0.824,17081},{0.910,10384},{0.991,1148},{999,0},{999,0},{999,0}}|155043|.371|201909|NDFD
>
>
MQT|120|po|12|{{999,0},{0.185,43806},{0.213,114537},{0.461,121621},{0.627,86348},{0.397,29375},{0.322,17140},{0.457,19322},{0.711,45795},{0.988,13178},{1.000,365},{999,0}}|491487|.437|201909|NDFD
>
>
DLH|120|po|12|{{0.000,8},{0.005,50820},{0.155,84864},{0.345,77511},{0.672,72224},{0.682,34426},{0.407,8707},{0.687,11372},{0.815,20469},{0.999,21037},{1.000,1558},{999,0}}|382996|.425|201909|NDFD
>
>
MPX|120|po|12|{{999,0},{0.001,54415},{0.142,78988},{0.454,79405},{0.523,51591},{0.425,22336},{0.713,27706},{0.915,26905},{0.996,9853},{1.000,1897},{999,0},{999,0}}|353096|.396|201909|NDFD
>
>
EAX|120|po|12|{{0.000,188},{0.011,26983},{0.060,65681},{0.159,32240},{0.295,43932},{0.409,28139},{0.800,21014},{0.927,22305},{1.000,29},{999,0},{999,0},{999,0}}|240511|.297|201909|NDFD
>
>
SGF|120|po|12|{{0.000,1162},{0.001,61588},{0.027,75159},{0.130,42749},{0.185,24001},{0.547,16240},{0.727,15119},{0.768,5436},{999,0},{999,0},{999,0},{999,0}}|241454|.150|201909|NDFD
>
>
LSX|120|po|12|{{0.000,139},{0.007,61647},{0.087,89811},{0.174,41973},{0.404,20931},{0.388,14527},{0.488,22096},{0.536,10547},{999,0},{999,0},{999,0},{999,0}}|261671|.176|201909|NDFD
>
>
GID|120|po|12|{{999,0},{0.000,25626},{0.033,67964},{0.101,53020},{0.181,21540},{0.590,12167},{0.928,11024},{0.959,2181},{999,0},{999,0},{999,0},{999,0}}|193522|.160|201909|NDFD
>
>
LBF|120|po|12|{{0.000,605},{0.004,71703},{0.039,84101},{0.241,83087},{0.422,35832},{0.444,30583},{0.692,21928},{0.832,7477},{1.000,231},{999,0},{999,0},{999,0}}|335547|.220|201909|NDFD
>
>
OAX|120|po|12|{{999,0},{0.000,17469},{0.123,67998},{0.215,55124},{0.270,34618},{0.583,28471},{0.249,11885},{0.749,6963},{1.000,273},{999,0},{999,0},{999,0}}|222801|.245|201909|NDFD
>
>
BIS|120|po|12|{{0.187,771},{0.073,91881},{0.242,131180},{0.471,95662},{0.516,93121},{0.382,38307},{0.637,29837},{0.889,29973},{0.908,21007},{0.967,19719},{1.000,8339},{999,0}}|559797|.426|201909|NDFD
>
>
FGF|120|po|12|{{0.000,15},{0.008,80200},{0.132,134115},{0.507,72764},{0.477,63227},{0.789,37418},{0.985,21573},{0.994,27599},{0.991,22320},{1.000,4545},{1.000,88},{999,0}}|463864|.410|201909|NDFD
>
>
ABR|120|po|12|{{0.031,3052},{0.018,72088},{0.133,85971},{0.608,55698},{0.540,36106},{0.368,14638},{0.710,30453},{0.740,20603},{0.666,2398},{0.998,464},{999,0},{999,0}}|321471|.344|201909|NDFD
>
>
UNR|120|po|12|{{0.001,14002},{0.003,83348},{0.135,111980},{0.373,67531},{0.476,40397},{0.621,7726},{0.820,42172},{0.589,35095},{0.789,26487},{0.755,4581},{1.000,1},{999,0}}|433320|.333|201909|NDFD
>
>
FSD|120|po|12|{{0.000,728},{0.021,44671},{0.165,95085},{0.348,57860},{0.516,44153},{0.199,13889},{0.554,17345},{0.815,21451},{999,0},{999,0},{999,0},{999,0}}|295182|.303|201909|NDFD
>
>
GRB|120|po|12|{{0.000,70},{0.001,25224},{0.165,57061},{0.677,31688},{0.674,29702},{0.887,14420},{0.698,12308},{0.545,15457},{0.744,12858},{1.000,1818},{999,0},{999,0}}|200606|.459|201909|NDFD
>
>
ARX|120|po|12|{{999,0},{0.019,33336},{0.013,34962},{0.675,45096},{0.766,18065},{0.652,26651},{0.723,29522},{0.619,12400},{0.890,5090},{1.000,1418},{999,0},{999,0}}|206540|.473|201909|NDFD
>
>
MKX|120|po|12|{{0.000,16},{0.000,31406},{0.092,78023},{0.415,55968},{0.619,34630},{0.792,34486},{0.882,28125},{0.776,19600},{0.737,14844},{0.040,798},{999,0},{999,0}}|297896|.437|201909|NDFD
>
>
CYS|120|po|12|{{0.000,4656},{0.004,100924},{0.079,92986},{0.314,34847},{0.251,50783},{0.407,27394},{0.657,30628},{0.559,17586},{0.833,2883},{999,0},{999,0},{999,0}}|362687|.207|201909|NDFD
>
>
RIW|120|po|12|{{0.000,45615},{0.000,117502},{0.073,120722},{0.205,59291},{0.316,64010},{0.487,53146},{0.536,38369},{0.650,29471},{0.827,40433},{0.935,19805},{1.000,22},{999,0}}|588386|.270|201909|NDFD
>
>
CAR|120|po|12|{{999,0},{0.000,36099},{0.155,114234},{0.475,37837},{0.617,32456},{0.390,16818},{0.739,7471},{1.000,2036},{999,0},{999,0},{999,0},{999,0}}|246951|.283|201909|NDFD
>
>
GYX|120|po|12|{{0.000,1413},{0.014,51085},{0.084,123360},{0.273,32378},{0.446,43351},{0.645,13507},{0.874,5823},{0.988,2714},{999,0},{999,0},{999,0},{999,0}}|273631|.203|201909|NDFD
>
>
BOX|120|po|12|{{999,0},{0.017,46067},{0.093,81638},{0.153,17115},{0.459,23677},{0.744,17948},{0.911,9285},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.223|201909|NDFD
>
>
PHI|120|po|12|{{0.000,1},{0.000,64477},{0.122,70849},{0.284,25556},{0.437,17840},{0.609,5264},{0.273,2919},{0.544,4316},{999,0},{999,0},{999,0},{999,0}}|191222|.157|201909|NDFD
>
>
ALY|120|po|12|{{0.000,508},{0.000,22315},{0.063,88323},{0.323,12379},{0.452,20330},{0.572,6725},{0.828,4502},{0.909,3917},{999,0},{999,0},{999,0},{999,0}}|158999|.188|201909|NDFD
>
>
BGM|120|po|12|{{0.000,9911},{0.000,49491},{0.117,55110},{0.348,27146},{0.482,17785},{0.426,9456},{0.802,7648},{0.692,4601},{999,0},{999,0},{999,0},{999,0}}|181148|.209|201909|NDFD
>
>
BUF|120|po|12|{{0.000,17136},{0.017,30560},{0.076,70204},{0.487,31295},{0.203,17475},{0.363,7830},{0.609,21004},{0.881,23134},{999,0},{999,0},{999,0},{999,0}}|218638|.277|201909|NDFD
>
>
OKX|120|po|12|{{999,0},{0.070,23140},{0.016,51862},{0.093,8638},{0.715,17856},{0.914,6398},{0.707,3104},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.217|201909|NDFD
>
>
MHX|120|po|12|{{999,0},{0.001,35252},{0.029,83484},{0.125,23050},{0.024,6736},{0.000,1139},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.037|201909|NDFD
>
>
RAH|120|po|12|{{0.000,10755},{0.002,47500},{0.117,61779},{0.084,20224},{0.004,17543},{0.001,1244},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.057|201909|NDFD
>
>
ILM|120|po|12|{{999,0},{0.000,33468},{0.006,64986},{0.199,24259},{0.066,5994},{0.094,1054},{0.069,580},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.044|201909|NDFD
>
>
CLE|120|po|12|{{0.000,593},{0.009,81653},{0.144,57713},{0.343,28859},{0.263,34237},{0.484,17959},{0.835,15038},{0.970,5023},{1.000,2311},{999,0},{999,0},{999,0}}|243386|.232|201909|NDFD
>
>
ILN|120|po|12|{{0.000,8736},{0.023,57956},{0.154,90255},{0.082,23703},{0.345,9694},{0.689,8721},{0.757,1863},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.139|201909|NDFD
>
>
PBZ|120|po|12|{{999,0},{0.013,39771},{0.221,98505},{0.105,13021},{0.150,15353},{0.414,14272},{0.605,4982},{0.881,3244},{1.000,418},{999,0},{999,0},{999,0}}|189566|.201|201909|NDFD
>
>
CTP|120|po|12|{{0.000,21367},{0.003,43457},{0.182,98230},{0.144,29596},{0.288,16268},{0.572,10242},{0.458,11781},{0.636,3079},{1.000,5},{999,0},{999,0},{999,0}}|234025|.172|201909|NDFD
>
>
CHS|120|po|12|{{999,0},{0.000,33659},{0.013,83848},{0.172,16253},{0.119,17349},{0.222,9430},{0.229,3621},{0.228,2090},{0.000,293},{999,0},{999,0},{999,0}}|166543|.056|201909|NDFD
>
>
CAE|120|po|12|{{0.000,11342},{0.000,29631},{0.080,60940},{0.212,26012},{0.123,1979},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.082|201909|NDFD
>
>
GSP|120|po|12|{{0.000,101},{0.000,46076},{0.059,94805},{0.105,41960},{0.199,17962},{0.000,1657},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.067|201909|NDFD
>
>
BTV|120|po|12|{{0.000,7234},{0.015,22136},{0.057,64288},{0.079,21097},{0.284,19438},{0.716,16674},{0.784,10572},{0.675,4128},{1.000,815},{999,0},{999,0},{999,0}}|166382|.210|201909|NDFD
>
>
LWX|120|po|12|{{0.000,794},{0.022,48259},{0.054,114623},{0.156,20966},{0.053,15676},{0.119,6536},{0.040,376},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.059|201909|NDFD
>
>
RNK|120|po|12|{{0.020,16773},{0.004,33615},{0.078,97698},{0.098,29754},{0.070,13160},{0.004,1874},{0.000,487},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.062|201909|NDFD
>
>
AKQ|120|po|12|{{0.000,3899},{0.028,58882},{0.009,126866},{0.121,38769},{0.709,7978},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.056|201909|NDFD
>
>
RLX|120|po|12|{{0.000,965},{0.040,86698},{0.103,75852},{0.041,26366},{0.155,19764},{0.154,6823},{0.000,215},{999,0},{999,0},{999,0},{999,0},{999,0}}|216683|.076|201909|NDFD
>
>
BMX|120|po|12|{{0.000,35786},{0.036,102519},{0.059,99948},{0.014,8307},{0.000,15260},{0.000,4973},{0.000,605},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.036|201909|NDFD
>
>
HUN|120|po|12|{{0.000,4778},{0.018,33415},{0.050,39260},{0.000,10521},{0.000,254},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.029|201909|NDFD
>
>
MOB|120|po|12|{{0.000,10960},{0.028,55955},{0.070,136722},{0.213,17211},{0.080,7764},{0.000,10255},{0.000,3134},{0.249,2737},{0.275,4007},{999,0},{999,0},{999,0}}|248745|.069|201909|NDFD
>
>
LZK|120|po|12|{{0.000,15551},{0.036,89869},{0.073,176434},{0.344,32430},{0.257,2812},{0.470,1410},{0.708,113},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.090|201909|NDFD
>
>
JAX|120|po|12|{{0.014,15361},{0.009,87248},{0.054,55139},{0.124,30607},{0.193,19091},{0.232,14389},{0.539,10005},{0.768,2751},{0.479,706},{0.313,1399},{0.494,1400},{999,0}}|238096|.100|201909|NDFD
>
>
EYW|120|po|12|{{999,0},{999,0},{0.042,1326},{0.031,17877},{0.317,87952},{0.540,74301},{0.656,32920},{0.758,306},{999,0},{999,0},{999,0},{999,0}}|214682|.421|201909|NDFD
>
>
MLB|120|po|12|{{999,0},{0.041,5851},{0.054,67552},{0.136,48114},{0.378,35841},{0.544,27308},{0.839,6644},{0.954,694},{999,0},{999,0},{999,0},{999,0}}|192004|.235|201909|NDFD
>
>
MFL|120|po|12|{{999,0},{0.000,20635},{0.100,45377},{0.255,76852},{0.354,40357},{0.467,22787},{0.332,13707},{0.286,2199},{0.616,933},{999,0},{999,0},{999,0}}|222847|.246|201909|NDFD
>
>
TAE|120|po|12|{{0.006,33732},{0.015,171364},{0.028,81082},{0.165,22654},{0.171,19345},{0.000,18447},{0.000,7690},{0.191,10655},{0.548,4158},{999,0},{999,0},{999,0}}|369127|.044|201909|NDFD
>
>
TBW|120|po|12|{{0.007,15501},{0.013,64406},{0.057,82712},{0.058,42004},{0.141,22428},{0.235,12700},{0.404,6507},{0.098,2119},{999,0},{999,0},{999,0},{999,0}}|248377|.069|201909|NDFD
>
>
FFC|120|po|12|{{0.000,275},{0.019,113820},{0.069,150442},{0.020,25059},{0.000,12454},{0.000,2079},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.043|201909|NDFD
>
>
LCH|120|po|12|{{0.158,6086},{0.127,81671},{0.140,129272},{0.247,63006},{0.402,26423},{0.785,8619},{0.593,1616},{0.691,891},{999,0},{999,0},{999,0},{999,0}}|317584|.201|201909|NDFD
>
>
LIX|120|po|12|{{0.024,18884},{0.048,116450},{0.062,110438},{0.148,74859},{0.400,23573},{0.628,18490},{0.611,7532},{0.674,1983},{999,0},{999,0},{999,0},{999,0}}|372209|.137|201909|NDFD
>
>
SHV|120|po|12|{{0.030,41622},{0.030,87932},{0.143,176338},{0.171,30344},{1.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.102|201909|NDFD
>
>
JAN|120|po|12|{{0.034,19050},{0.055,91247},{0.070,190879},{0.020,31302},{0.000,675},{0.000,25},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.059|201909|NDFD
>
>
ABQ|120|po|12|{{0.000,832},{0.046,135605},{0.124,304499},{0.147,164186},{0.321,113942},{0.384,72863},{0.548,26150},{0.891,20502},{0.994,645},{999,0},{999,0},{999,0}}|839224|.198|201909|NDFD
>
>
OUN|120|po|12|{{0.000,10255},{0.002,103874},{0.045,86201},{0.256,148930},{0.387,81381},{0.649,7571},{0.417,12730},{0.761,8805},{999,0},{999,0},{999,0},{999,0}}|459747|.197|201909|NDFD
>
>
TSA|120|po|12|{{0.000,1333},{0.036,83408},{0.063,50563},{0.219,60793},{0.518,34209},{0.605,10885},{0.576,5154},{0.846,3274},{999,0},{999,0},{999,0},{999,0}}|249619|.198|201909|NDFD
>
>
MEG|120|po|12|{{0.000,5049},{0.005,96320},{0.025,179764},{0.591,8333},{0.331,674},{0.000,5},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.035|201909|NDFD
>
>
MRX|120|po|12|{{0.012,16521},{0.037,66941},{0.026,53447},{0.154,20305},{0.000,290},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.046|201909|NDFD
>
>
OHX|120|po|12|{{0.002,29918},{0.006,55138},{0.027,55271},{0.074,18885},{0.023,707},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.021|201909|NDFD
>
>
AMA|120|po|12|{{0.000,1105},{0.049,59734},{0.130,62572},{0.233,60089},{0.335,32028},{0.558,17631},{0.557,12448},{0.746,7462},{999,0},{999,0},{999,0},{999,0}}|253069|.230|201909|NDFD
>
>
EWX|120|po|12|{{0.003,18222},{0.008,62034},{0.043,142761},{0.123,108892},{0.003,3656},{0.000,5},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.060|201909|NDFD
>
>
BRO|120|po|12|{{0.042,3992},{0.018,2710},{0.054,57030},{0.274,60656},{0.363,21768},{0.592,1511},{0.959,246},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.195|201909|NDFD
>
>
CRP|120|po|12|{{0.006,1077},{0.018,26153},{0.058,84088},{0.199,67137},{0.291,29798},{0.607,4150},{0.945,1129},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.145|201909|NDFD
>
>
EPZ|120|po|12|{{0.000,6047},{0.151,38709},{0.108,89962},{0.302,53791},{0.404,41989},{0.391,35935},{0.689,20771},{0.462,4642},{0.000,24},{999,0},{999,0},{999,0}}|291870|.272|201909|NDFD
>
>
FWD|120|po|12|{{0.000,21165},{0.011,120600},{0.049,138688},{0.141,70446},{0.081,19060},{0.000,157},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.053|201909|NDFD
>
>
HGX|120|po|12|{{0.000,5083},{0.041,46838},{0.111,105243},{0.318,78219},{0.580,32865},{0.561,12900},{0.949,648},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.232|201909|NDFD
>
>
LUB|120|po|12|{{999,0},{0.110,43550},{0.111,46967},{0.372,41927},{0.470,43030},{0.347,17074},{0.560,7549},{0.448,3936},{999,0},{999,0},{999,0},{999,0}}|204033|.283|201909|NDFD
>
>
MAF|120|po|12|{{999,0},{0.116,63769},{0.141,163637},{0.274,116712},{0.361,56489},{0.348,52258},{0.514,14159},{0.465,15884},{999,0},{999,0},{999,0},{999,0}}|482908|.240|201909|NDFD
>
>
SJT|120|po|12|{{0.000,3622},{0.002,60426},{0.108,94177},{0.138,70054},{0.057,23162},{0.000,777},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.085|201909|NDFD
>
>
FGZ|120|po|12|{{0.000,33113},{0.004,130648},{0.048,192137},{0.146,92856},{0.257,22473},{0.865,10646},{0.994,782},{999,0},{999,0},{999,0},{999,0},{999,0}}|482655|.081|201909|NDFD
>
>
PSR|120|po|12|{{0.000,71361},{0.026,126812},{0.164,70478},{0.441,29972},{0.537,6074},{0.859,1856},{0.942,1302},{999,0},{999,0},{999,0},{999,0},{999,0}}|307855|.111|201909|NDFD
>
>
TWC|120|po|12|{{0.000,10259},{0.021,93353},{0.087,55876},{0.253,43482},{0.458,34372},{0.579,11231},{0.698,2364},{0.128,39},{999,0},{999,0},{999,0},{999,0}}|250976|.166|201909|NDFD
>
>
EKA|120|po|12|{{0.000,9280},{0.009,124815},{0.347,68712},{0.292,47047},{0.371,14977},{0.670,2894},{0.504,397},{0.000,12},{999,0},{999,0},{999,0},{999,0}}|268134|.173|201909|NDFD
>
>
LOX|120|po|12|{{0.000,58017},{0.002,202189},{0.006,26949},{0.048,18535},{0.070,3906},{0.132,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.005|201909|NDFD
>
>
STO|120|po|12|{{0.000,52819},{0.005,112372},{0.161,55007},{0.344,29951},{0.320,15676},{0.583,8272},{0.634,5535},{0.058,1175},{999,0},{999,0},{999,0},{999,0}}|280807|.118|201909|NDFD
>
>
SGX|120|po|12|{{0.000,52878},{0.000,58757},{0.068,25291},{0.156,12334},{0.067,1252},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.025|201909|NDFD
>
>
MTR|120|po|12|{{0.001,113440},{0.017,148705},{0.081,45904},{0.000,3465},{0.000,297},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
>
>
HNX|120|po|12|{{0.000,102253},{0.001,92352},{0.002,47835},{0.051,8082},{0.143,4870},{0.093,1102},{1.000,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.006|201909|NDFD
>
>
BOI|120|po|12|{{0.000,24697},{0.008,124177},{0.059,102563},{0.300,56102},{0.313,91602},{0.269,62304},{0.259,34688},{0.222,11635},{0.509,2602},{999,0},{999,0},{999,0}}|510370|.161|201909|NDFD
>
>
PIH|120|po|12|{{0.002,18950},{0.003,70173},{0.037,64037},{0.244,54607},{0.358,39514},{0.418,27386},{0.448,18677},{0.519,17909},{0.858,10476},{0.994,1099},{999,0},{999,0}}|322828|.214|201909|NDFD
>
>
BYZ|120|po|12|{{0.000,32},{0.010,40191},{0.067,84831},{0.064,73446},{0.434,69018},{0.617,38641},{0.774,43522},{0.777,18674},{0.757,28768},{0.780,31181},{1.000,9202},{999,0}}|437506|.384|201909|NDFD
>
>
GGW|120|po|12|{{999,0},{0.020,16178},{0.250,93272},{0.254,86284},{0.536,55189},{0.506,34609},{0.538,20450},{0.550,10761},{0.717,11375},{0.983,18576},{1.000,8357},{999,0}}|355051|.407|201909|NDFD
>
>
TFX|120|po|12|{{999,0},{0.016,35177},{0.059,106480},{0.157,117805},{0.291,84484},{0.476,74625},{0.618,46921},{0.738,17263},{0.718,16109},{0.911,37242},{0.953,21387},{999,0}}|557493|.346|201909|NDFD
>
>
MSO|120|po|12|{{999,0},{0.006,35308},{0.061,55977},{0.109,55498},{0.217,89810},{0.401,85120},{0.440,57832},{0.499,32375},{0.650,19284},{0.758,8499},{0.969,1069},{999,0}}|440772|.284|201909|NDFD
>
>
LKN|120|po|12|{{0.000,52541},{0.000,201464},{0.145,109454},{0.221,77978},{0.245,38189},{0.359,31190},{0.382,20641},{0.405,14753},{0.596,9424},{0.934,2464},{0.950,20},{999,0}}|558118|.135|201909|NDFD
>
>
VEF|120|po|12|{{0.000,196889},{0.000,238487},{0.045,166476},{0.099,47830},{0.169,12998},{0.160,5955},{0.442,2098},{1.000,407},{999,0},{999,0},{999,0},{999,0}}|671140|.025|201909|NDFD
>
>
REV|120|po|12|{{0.000,87069},{0.012,96285},{0.163,60381},{0.288,45803},{0.338,37335},{0.428,15092},{0.598,9182},{0.706,1535},{999,0},{999,0},{999,0},{999,0}}|352682|.141|201909|NDFD
>
>
MFR|120|po|12|{{0.007,36633},{0.007,114335},{0.118,109174},{0.387,85987},{0.569,61167},{0.596,48985},{0.561,35000},{0.488,11118},{0.925,1922},{999,0},{999,0},{999,0}}|504321|.274|201909|NDFD
>
>
PDT|120|po|12|{{0.000,7088},{0.000,43798},{0.019,149579},{0.129,87492},{0.409,61877},{0.512,54030},{0.490,37090},{0.740,9366},{0.836,2041},{1.000,26},{999,0},{999,0}}|452387|.208|201909|NDFD
>
>
PQR|120|po|12|{{999,0},{0.002,34178},{0.165,79210},{0.393,96738},{0.573,75208},{0.697,40284},{0.632,27006},{0.466,16593},{0.862,14276},{0.994,2572},{1.000,13},{999,0}}|386078|.420|201909|NDFD
>
>
SLC|120|po|12|{{0.002,64998},{0.001,241437},{0.033,159313},{0.169,112526},{0.091,43828},{0.085,28199},{0.323,21315},{0.470,15791},{0.853,13342},{0.993,682},{999,0},{999,0}}|701431|.082|201909|NDFD
>
>
SEW|120|po|12|{{0.000,1659},{0.000,13138},{0.211,68183},{0.351,88327},{0.629,73552},{0.637,50804},{0.657,37158},{0.861,13233},{0.993,3483},{1.000,63},{999,0},{999,0}}|349600|.467|201909|NDFD
>
>
OTX|120|po|12|{{0.000,4852},{0.002,43657},{0.071,108090},{0.163,88820},{0.278,74153},{0.419,61169},{0.463,31522},{0.483,16453},{0.552,3131},{0.000,1},{999,0},{999,0}}|431848|.215|201909|NDFD
>
>
BOU|132|po|12|{{0.037,7628},{0.020,111591},{0.067,106002},{0.121,33400},{0.201,18164},{0.136,9860},{0.089,3144},{0.216,533},{0.149,1190},{0.367,128},{999,0},{999,0}}|291640|.066|201909|NDFD
>
>
GJT|132|po|12|{{0.000,16973},{0.002,111982},{0.012,137648},{0.052,113843},{0.081,70794},{0.206,32031},{0.371,15865},{0.547,4662},{0.844,1234},{1.000,444},{1.000,41},{999,0}}|505517|.059|201909|NDFD
>
>
PUB|132|po|12|{{0.009,10346},{0.013,108419},{0.070,100293},{0.108,55889},{0.157,25462},{0.270,8025},{0.501,3162},{0.675,2422},{0.704,5960},{0.550,573},{999,0},{999,0}}|320551|.089|201909|NDFD
>
>
LOT|132|po|12|{{999,0},{0.161,16710},{0.219,49684},{0.325,49904},{0.693,21341},{0.943,6884},{1.000,2851},{1.000,4},{1.000,4},{1.000,2},{999,0},{999,0}}|147384|.366|201909|NDFD
>
>
ILX|132|po|12|{{999,0},{0.040,24884},{0.183,74539},{0.293,67723},{0.443,17775},{0.555,1729},{0.998,6849},{999,0},{999,0},{999,0},{999,0},{999,0}}|193499|.259|201909|NDFD
>
>
IND|132|po|12|{{999,0},{0.042,42598},{0.116,74168},{0.100,19130},{0.097,12375},{0.103,6205},{0.521,1763},{999,0},{999,0},{999,0},{999,0},{999,0}}|156239|.097|201909|NDFD
>
>
IWX|132|po|12|{{0.000,21},{0.167,23919},{0.226,79815},{0.409,32461},{0.211,12428},{0.325,4847},{0.693,8712},{0.467,798},{999,0},{999,0},{999,0},{999,0}}|163001|.282|201909|NDFD
>
>
DVN|132|po|12|{{999,0},{0.000,8038},{0.136,63959},{0.284,49191},{0.362,46895},{0.931,18824},{0.988,14843},{0.987,2233},{1.000,533},{999,0},{999,0},{999,0}}|204516|.365|201909|NDFD
>
>
DMX|132|po|12|{{999,0},{0.000,12127},{0.110,92113},{0.453,61238},{0.514,52331},{0.742,26750},{0.815,25201},{0.785,7393},{0.989,8632},{1.000,450},{999,0},{999,0}}|286235|.419|201909|NDFD
>
>
DDC|132|po|12|{{0.015,2226},{0.107,70739},{0.067,77016},{0.194,40127},{0.488,19281},{0.680,4580},{0.998,4554},{999,0},{999,0},{999,0},{999,0},{999,0}}|218523|.172|201909|NDFD
>
>
GLD|132|po|12|{{0.051,10260},{0.036,102250},{0.077,73209},{0.378,14876},{0.558,5935},{0.620,516},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.092|201909|NDFD
>
>
TOP|132|po|12|{{999,0},{0.002,10930},{0.159,34450},{0.220,63972},{0.214,20497},{0.468,9309},{0.807,9977},{0.941,5772},{1.000,504},{999,0},{999,0},{999,0}}|155411|.272|201909|NDFD
>
>
ICT|132|po|12|{{999,0},{0.062,20908},{0.108,51935},{0.195,62075},{0.291,33897},{0.488,29462},{0.906,9043},{0.998,2394},{999,0},{999,0},{999,0},{999,0}}|209714|.257|201909|NDFD
>
>
JKL|132|po|12|{{0.000,4790},{0.101,39758},{0.133,50503},{0.239,14716},{0.147,3063},{0.036,1352},{0.237,59},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.129|201909|NDFD
>
>
LMK|132|po|12|{{0.000,4635},{0.034,68622},{0.058,90811},{0.174,23197},{0.192,4923},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.065|201909|NDFD
>
>
PAH|132|po|12|{{0.000,2122},{0.001,58088},{0.086,108655},{0.214,59969},{0.001,9229},{0.234,1317},{1.000,4},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.094|201909|NDFD
>
>
DTX|132|po|12|{{999,0},{0.081,51687},{0.218,146412},{0.678,87436},{0.735,32622},{0.702,30877},{0.945,17889},{0.960,12426},{0.973,710},{0.984,62},{999,0},{999,0}}|380121|.449|201909|NDFD
>
>
APX|132|po|12|{{999,0},{0.005,17324},{0.115,67166},{0.738,47252},{0.562,20321},{0.751,26659},{0.947,11115},{0.886,5809},{0.958,1303},{999,0},{999,0},{999,0}}|196949|.462|201909|NDFD
>
>
GRR|132|po|12|{{999,0},{0.021,18940},{0.134,59262},{0.558,32760},{0.725,23889},{0.755,10671},{0.945,9403},{0.847,118},{999,0},{999,0},{999,0},{999,0}}|155043|.393|201909|NDFD
>
>
MQT|132|po|12|{{999,0},{0.059,48109},{0.108,164143},{0.301,86358},{0.621,51679},{0.580,50259},{0.793,48912},{0.834,34652},{0.961,7375},{999,0},{999,0},{999,0}}|491487|.372|201909|NDFD
>
>
DLH|132|po|12|{{999,0},{0.039,36279},{0.239,88797},{0.430,72276},{0.513,70588},{0.591,41915},{0.787,23878},{0.893,44938},{0.991,4325},{999,0},{999,0},{999,0}}|382996|.464|201909|NDFD
>
>
MPX|132|po|12|{{999,0},{0.029,18789},{0.172,102149},{0.262,95253},{0.357,50608},{0.655,31877},{0.670,26878},{0.899,24471},{1.000,3071},{999,0},{999,0},{999,0}}|353096|.354|201909|NDFD
>
>
EAX|132|po|12|{{999,0},{0.112,11399},{0.077,55464},{0.162,90640},{0.287,40674},{0.697,22612},{0.861,13882},{0.919,5557},{1.000,283},{999,0},{999,0},{999,0}}|240511|.270|201909|NDFD
>
>
SGF|132|po|12|{{999,0},{0.000,15742},{0.028,85920},{0.343,77925},{0.365,39679},{0.692,12485},{0.984,4795},{1.000,4908},{999,0},{999,0},{999,0},{999,0}}|241454|.256|201909|NDFD
>
>
LSX|132|po|12|{{999,0},{0.068,23388},{0.118,96912},{0.217,85764},{0.363,41577},{0.733,3837},{1.000,7064},{1.000,3129},{999,0},{999,0},{999,0},{999,0}}|261671|.228|201909|NDFD
>
>
GID|132|po|12|{{0.000,160},{0.001,26422},{0.089,86102},{0.177,41267},{0.450,23990},{0.354,7879},{0.727,6462},{1.000,1240},{999,0},{999,0},{999,0},{999,0}}|193522|.178|201909|NDFD
>
>
LBF|132|po|12|{{0.000,2479},{0.028,90662},{0.061,144841},{0.252,65636},{0.134,20482},{0.395,10482},{0.873,965},{999,0},{999,0},{999,0},{999,0},{999,0}}|335547|.106|201909|NDFD
>
>
OAX|132|po|12|{{999,0},{0.001,17457},{0.057,63516},{0.441,70820},{0.444,43490},{0.552,12195},{0.831,6912},{1.000,6091},{1.000,2320},{999,0},{999,0},{999,0}}|222801|.337|201909|NDFD
>
>
BIS|132|po|12|{{0.000,3096},{0.009,53277},{0.199,155238},{0.271,149504},{0.566,93218},{0.804,36390},{0.771,16256},{0.970,25379},{0.997,15610},{1.000,11437},{1.000,392},{999,0}}|559797|.390|201909|NDFD
>
>
FGF|132|po|12|{{0.000,18},{0.001,41983},{0.228,115949},{0.344,110781},{0.322,72961},{0.565,48980},{0.807,36499},{0.820,24712},{0.977,10063},{1.000,1918},{999,0},{999,0}}|463864|.382|201909|NDFD
>
>
ABR|132|po|12|{{0.000,2631},{0.035,53258},{0.078,96904},{0.091,78641},{0.378,60404},{0.531,17095},{0.540,6716},{0.642,5822},{999,0},{999,0},{999,0},{999,0}}|321471|.174|201909|NDFD
>
>
UNR|132|po|12|{{0.000,11373},{0.066,78401},{0.175,176388},{0.252,62399},{0.502,67919},{0.802,25616},{0.891,9236},{1.000,1794},{1.000,194},{999,0},{999,0},{999,0}}|433320|.269|201909|NDFD
>
>
FSD|132|po|12|{{999,0},{0.041,33762},{0.078,86180},{0.284,78190},{0.260,55569},{0.552,24552},{0.740,8810},{0.805,8058},{1.000,61},{999,0},{999,0},{999,0}}|295182|.242|201909|NDFD
>
>
GRB|132|po|12|{{999,0},{0.006,20022},{0.154,63167},{0.303,39496},{0.580,30714},{0.702,22667},{0.833,14978},{0.702,5115},{1.000,4447},{999,0},{999,0},{999,0}}|200606|.379|201909|NDFD
>
>
ARX|132|po|12|{{999,0},{0.065,11107},{0.119,60952},{0.233,46424},{0.572,40671},{0.324,11103},{0.731,21210},{0.778,7952},{0.999,7113},{1.000,8},{999,0},{999,0}}|206540|.361|201909|NDFD
>
>
MKX|132|po|12|{{999,0},{0.009,23151},{0.057,103717},{0.376,61005},{0.560,52568},{0.742,40755},{0.944,11738},{0.986,4283},{0.885,679},{999,0},{999,0},{999,0}}|297896|.351|201909|NDFD
>
>
CYS|132|po|12|{{0.009,14553},{0.017,106211},{0.141,111617},{0.328,61731},{0.410,47245},{0.442,16015},{0.550,3811},{0.711,1319},{0.897,185},{999,0},{999,0},{999,0}}|362687|.186|201909|NDFD
>
>
RIW|132|po|12|{{0.000,26476},{0.004,113527},{0.056,124435},{0.245,90640},{0.348,62186},{0.478,50153},{0.654,42558},{0.681,31324},{0.705,27147},{0.790,19492},{0.996,448},{999,0}}|588386|.271|201909|NDFD
>
>
CAR|132|po|12|{{999,0},{0.008,29163},{0.057,118042},{0.382,43990},{0.913,20771},{0.697,10403},{0.583,9843},{0.252,9039},{0.993,5696},{1.000,4},{999,0},{999,0}}|246951|.258|201909|NDFD
>
>
GYX|132|po|12|{{0.000,118},{0.004,50109},{0.078,120326},{0.414,45958},{0.396,27292},{0.418,14184},{0.698,6943},{0.807,8701},{999,0},{999,0},{999,0},{999,0}}|273631|.209|201909|NDFD
>
>
BOX|132|po|12|{{999,0},{0.035,60374},{0.165,83075},{0.154,30240},{0.399,9510},{0.327,11291},{0.230,1240},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.145|201909|NDFD
>
>
PHI|132|po|12|{{999,0},{0.005,42493},{0.064,98538},{0.093,28722},{0.135,13877},{0.507,7392},{0.000,200},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.077|201909|NDFD
>
>
ALY|132|po|12|{{999,0},{0.000,21676},{0.076,78135},{0.500,23583},{0.714,16788},{0.677,13007},{0.389,5219},{1.000,566},{1.000,25},{999,0},{999,0},{999,0}}|158999|.259|201909|NDFD
>
>
BGM|132|po|12|{{0.000,2317},{0.035,57619},{0.122,50460},{0.361,26317},{0.406,23000},{0.843,16820},{0.538,4417},{0.394,198},{999,0},{999,0},{999,0},{999,0}}|181148|.241|201909|NDFD
>
>
BUF|132|po|12|{{0.000,9506},{0.000,23831},{0.098,81764},{0.177,18086},{0.447,53452},{0.613,10620},{0.732,16690},{1.000,4689},{999,0},{999,0},{999,0},{999,0}}|218638|.268|201909|NDFD
>
>
OKX|132|po|12|{{999,0},{0.025,18726},{0.005,58666},{0.404,15552},{0.400,16593},{0.000,1461},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.123|201909|NDFD
>
>
MHX|132|po|12|{{999,0},{0.003,22243},{0.057,81923},{0.169,23892},{0.118,16927},{0.090,4676},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.075|201909|NDFD
>
>
RAH|132|po|12|{{0.000,5675},{0.000,34340},{0.060,63710},{0.169,26501},{0.020,28676},{0.000,143},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.056|201909|NDFD
>
>
ILM|132|po|12|{{999,0},{0.000,17616},{0.066,66105},{0.224,24223},{0.110,11130},{0.123,10816},{0.000,373},{0.000,78},{999,0},{999,0},{999,0},{999,0}}|130341|.095|201909|NDFD
>
>
CLE|132|po|12|{{0.000,2},{0.113,50500},{0.185,95759},{0.246,50946},{0.258,18308},{0.554,24540},{0.901,3331},{999,0},{999,0},{999,0},{999,0},{999,0}}|243386|.235|201909|NDFD
>
>
ILN|132|po|12|{{0.000,8736},{0.028,45150},{0.125,98280},{0.052,25964},{0.185,15701},{0.197,7055},{1.000,42},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.096|201909|NDFD
>
>
PBZ|132|po|12|{{999,0},{0.000,16390},{0.154,117239},{0.250,20397},{0.111,11692},{0.481,20369},{0.494,3479},{999,0},{999,0},{999,0},{999,0},{999,0}}|189566|.190|201909|NDFD
>
>
CTP|132|po|12|{{0.000,18441},{0.014,35919},{0.157,103398},{0.206,39518},{0.221,7662},{0.655,11105},{0.798,17053},{0.992,929},{999,0},{999,0},{999,0},{999,0}}|234025|.207|201909|NDFD
>
>
CHS|132|po|12|{{999,0},{0.000,8274},{0.035,92898},{0.248,21896},{0.236,18200},{0.196,11077},{0.371,12387},{0.496,1809},{0.000,1},{1.000,1},{999,0},{999,0}}|166543|.124|201909|NDFD
>
>
CAE|132|po|12|{{999,0},{0.002,13136},{0.119,80450},{0.279,13639},{0.195,13302},{0.027,7836},{0.019,1541},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.125|201909|NDFD
>
>
GSP|132|po|12|{{999,0},{0.026,22418},{0.094,95825},{0.241,37070},{0.132,27075},{0.309,15890},{0.768,4283},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.149|201909|NDFD
>
>
BTV|132|po|12|{{999,0},{0.000,21847},{0.116,65234},{0.148,28074},{0.695,19826},{0.512,10612},{0.658,13294},{0.569,7358},{0.891,137},{999,0},{999,0},{999,0}}|166382|.264|201909|NDFD
>
>
LWX|132|po|12|{{0.286,7},{0.063,13805},{0.099,121278},{0.202,51812},{0.138,14797},{0.607,3775},{0.979,1756},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.142|201909|NDFD
>
>
RNK|132|po|12|{{0.176,8366},{0.006,33822},{0.181,80747},{0.129,52201},{0.166,14605},{0.615,3522},{0.888,98},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.143|201909|NDFD
>
>
AKQ|132|po|12|{{0.399,6665},{0.037,59497},{0.035,110236},{0.140,38997},{0.033,16105},{0.005,4894},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.063|201909|NDFD
>
>
RLX|132|po|12|{{0.000,803},{0.051,62227},{0.149,92798},{0.152,30191},{0.336,23451},{0.295,5893},{0.555,1296},{0.958,24},{999,0},{999,0},{999,0},{999,0}}|216683|.148|201909|NDFD
>
>
BMX|132|po|12|{{0.024,26553},{0.057,67092},{0.129,104943},{0.104,37615},{0.014,9823},{0.006,14320},{0.009,7052},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.083|201909|NDFD
>
>
HUN|132|po|12|{{999,0},{0.066,23676},{0.102,39080},{0.040,15265},{0.050,7747},{0.036,2460},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.075|201909|NDFD
>
>
MOB|132|po|12|{{0.020,2307},{0.025,19409},{0.090,136344},{0.074,41125},{0.316,19252},{0.068,10035},{0.032,7441},{0.300,8497},{0.244,4335},{999,0},{999,0},{999,0}}|248745|.106|201909|NDFD
>
>
LZK|132|po|12|{{0.000,8016},{0.038,43360},{0.117,119232},{0.410,122528},{0.191,24522},{0.053,961},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.221|201909|NDFD
>
>
JAX|132|po|12|{{999,0},{0.014,29168},{0.046,74256},{0.117,37908},{0.268,20228},{0.370,22130},{0.365,26774},{0.544,19225},{0.409,4725},{0.611,3682},{999,0},{999,0}}|238096|.194|201909|NDFD
>
>
EYW|132|po|12|{{999,0},{999,0},{0.000,397},{0.103,14753},{0.299,92290},{0.568,82488},{0.618,24754},{999,0},{999,0},{999,0},{999,0},{999,0}}|214682|.425|201909|NDFD
>
>
MLB|132|po|12|{{999,0},{999,0},{0.016,45197},{0.104,23131},{0.431,51954},{0.459,37940},{0.576,31462},{0.812,2320},{999,0},{999,0},{999,0},{999,0}}|192004|.328|201909|NDFD
>
>
MFL|132|po|12|{{999,0},{0.000,6904},{0.169,23161},{0.282,46706},{0.257,58197},{0.449,38202},{0.409,44315},{0.433,5362},{999,0},{999,0},{999,0},{999,0}}|222847|.312|201909|NDFD
>
>
TAE|132|po|12|{{0.008,3143},{0.058,86369},{0.035,156152},{0.103,41055},{0.402,21332},{0.078,6798},{0.050,24635},{0.094,23391},{0.082,6085},{0.000,167},{999,0},{999,0}}|369127|.075|201909|NDFD
>
>
TBW|132|po|12|{{0.000,5734},{0.000,6714},{0.042,67919},{0.173,61400},{0.146,36209},{0.358,33181},{0.562,25297},{0.460,11906},{0.000,17},{999,0},{999,0},{999,0}}|248377|.202|201909|NDFD
>
>
FFC|132|po|12|{{999,0},{0.014,52229},{0.098,177463},{0.128,11617},{0.111,29775},{0.049,26926},{0.024,6119},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.080|201909|NDFD
>
>
LCH|132|po|12|{{999,0},{0.022,29331},{0.134,60472},{0.233,104407},{0.454,85830},{0.731,31286},{0.564,4112},{0.655,2146},{999,0},{999,0},{999,0},{999,0}}|317584|.311|201909|NDFD
>
>
LIX|132|po|12|{{0.000,1760},{0.075,41062},{0.148,102360},{0.129,127816},{0.311,45019},{0.570,19146},{0.605,20579},{0.711,12644},{0.550,1823},{999,0},{999,0},{999,0}}|372209|.220|201909|NDFD
>
>
SHV|132|po|12|{{0.010,15920},{0.025,40909},{0.272,97384},{0.206,153804},{0.461,24446},{0.050,2964},{0.136,810},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.211|201909|NDFD
>
>
JAN|132|po|12|{{0.000,14652},{0.146,35247},{0.102,136730},{0.091,114734},{0.243,4689},{0.007,12987},{0.057,13805},{0.862,334},{999,0},{999,0},{999,0},{999,0}}|333178|.096|201909|NDFD
>
>
ABQ|132|po|12|{{0.000,158},{0.010,116708},{0.111,261788},{0.197,188890},{0.298,134337},{0.522,81850},{0.799,46647},{0.982,8433},{1.000,413},{999,0},{999,0},{999,0}}|839224|.234|201909|NDFD
>
>
OUN|132|po|12|{{0.000,97},{0.001,89911},{0.040,85702},{0.182,139950},{0.339,104717},{0.497,31595},{0.347,7775},{999,0},{999,0},{999,0},{999,0},{999,0}}|459747|.180|201909|NDFD
>
>
TSA|132|po|12|{{999,0},{0.006,25152},{0.043,74746},{0.347,91030},{0.529,40190},{0.585,13739},{0.747,4754},{1.000,8},{999,0},{999,0},{999,0},{999,0}}|249619|.271|201909|NDFD
>
>
MEG|132|po|12|{{0.000,11755},{0.000,42782},{0.062,156349},{0.289,68529},{0.004,9561},{0.000,1169},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.102|201909|NDFD
>
>
MRX|132|po|12|{{0.014,3235},{0.060,45200},{0.183,59524},{0.136,26059},{0.146,18799},{0.157,4174},{0.002,513},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.131|201909|NDFD
>
>
OHX|132|po|12|{{0.000,790},{0.049,43411},{0.121,79433},{0.188,23611},{0.060,11027},{0.053,1647},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.106|201909|NDFD
>
>
AMA|132|po|12|{{0.062,5207},{0.083,64267},{0.148,66817},{0.161,57851},{0.576,25405},{0.572,18958},{0.650,12740},{1.000,1824},{999,0},{999,0},{999,0},{999,0}}|253069|.239|201909|NDFD
>
>
EWX|132|po|12|{{0.004,9566},{0.008,22995},{0.027,97913},{0.139,138539},{0.343,63534},{0.096,3023},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.132|201909|NDFD
>
>
BRO|132|po|12|{{999,0},{0.384,406},{0.129,20518},{0.367,76417},{0.583,43921},{0.487,6650},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.403|201909|NDFD
>
>
CRP|132|po|12|{{0.000,43},{0.078,6696},{0.075,38610},{0.325,90441},{0.450,60509},{0.400,17120},{0.389,113},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.313|201909|NDFD
>
>
EPZ|132|po|12|{{0.000,1707},{0.145,54261},{0.209,76682},{0.234,54564},{0.316,40783},{0.521,42583},{0.804,20576},{0.694,679},{0.857,35},{999,0},{999,0},{999,0}}|291870|.304|201909|NDFD
>
>
FWD|132|po|12|{{0.000,9795},{0.000,21921},{0.050,138462},{0.125,132670},{0.179,57162},{0.404,10106},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.102|201909|NDFD
>
>
HGX|132|po|12|{{999,0},{0.065,3215},{0.107,58005},{0.291,78689},{0.496,76501},{0.613,59469},{0.645,5917},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.381|201909|NDFD
>
>
LUB|132|po|12|{{0.000,34},{0.055,31898},{0.166,66568},{0.143,39153},{0.493,34172},{0.115,17060},{0.415,14720},{0.993,428},{999,0},{999,0},{999,0},{999,0}}|204033|.214|201909|NDFD
>
>
MAF|132|po|12|{{999,0},{0.081,45473},{0.178,185446},{0.242,98904},{0.412,77286},{0.297,43825},{0.396,25156},{0.471,6818},{999,0},{999,0},{999,0},{999,0}}|482908|.246|201909|NDFD
>
>
SJT|132|po|12|{{0.000,349},{0.003,35085},{0.070,102524},{0.066,76429},{0.148,33173},{0.499,4658},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.078|201909|NDFD
>
>
FGZ|132|po|12|{{0.000,21738},{0.008,115687},{0.054,139564},{0.129,124119},{0.373,66466},{0.532,12326},{0.656,2159},{1.000,570},{1.000,26},{999,0},{999,0},{999,0}}|482655|.120|201909|NDFD
>
>
PSR|132|po|12|{{0.000,62506},{0.022,138951},{0.224,80129},{0.349,19427},{0.608,5138},{0.755,1703},{1.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|307855|.105|201909|NDFD
>
>
TWC|132|po|12|{{0.000,3410},{0.025,95076},{0.237,65757},{0.321,38755},{0.462,32139},{0.824,13683},{0.775,1899},{0.958,213},{0.955,44},{999,0},{999,0},{999,0}}|250976|.232|201909|NDFD
>
>
EKA|132|po|12|{{0.000,6216},{0.042,130942},{0.343,73044},{0.225,36944},{0.538,18959},{0.691,1581},{0.330,379},{1.000,69},{999,0},{999,0},{999,0},{999,0}}|268134|.188|201909|NDFD
>
>
LOX|132|po|12|{{0.000,62405},{0.004,195360},{0.000,29207},{0.036,18354},{0.176,4028},{0.248,318},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
>
>
STO|132|po|12|{{0.001,42788},{0.041,135429},{0.215,43930},{0.289,21005},{0.373,16953},{0.410,12723},{0.381,6257},{0.917,1722},{999,0},{999,0},{999,0},{999,0}}|280807|.131|201909|NDFD
>
>
SGX|132|po|12|{{0.002,51190},{0.001,61766},{0.059,27374},{0.271,7814},{0.154,2368},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
>
>
MTR|132|po|12|{{0.001,101692},{0.035,152455},{0.121,45954},{0.000,11635},{0.000,75},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
>
>
HNX|132|po|12|{{0.000,93521},{0.004,103541},{0.025,39835},{0.022,11260},{0.109,4416},{0.295,3377},{0.097,546},{999,0},{999,0},{999,0},{999,0},{999,0}}|256496|.013|201909|NDFD
>
>
BOI|132|po|12|{{0.000,17871},{0.020,72229},{0.068,160184},{0.271,94641},{0.346,63989},{0.271,38040},{0.196,37090},{0.476,18857},{0.766,7343},{1.000,126},{999,0},{999,0}}|510370|.181|201909|NDFD
>
>
PIH|132|po|12|{{0.000,2021},{0.002,72369},{0.082,73541},{0.196,56466},{0.356,38197},{0.541,21282},{0.445,20024},{0.457,17662},{0.725,17189},{0.913,4061},{1.000,16},{999,0}}|322828|.234|201909|NDFD
>
>
BYZ|132|po|12|{{0.000,168},{0.002,53473},{0.159,121733},{0.398,86794},{0.533,56383},{0.676,38926},{0.751,33086},{0.739,25037},{0.818,14881},{0.931,6981},{0.795,44},{999,0}}|437506|.394|201909|NDFD
>
>
GGW|132|po|12|{{999,0},{0.036,44435},{0.209,121869},{0.397,77607},{0.621,45046},{0.522,17353},{0.064,1998},{0.333,16333},{0.958,22714},{1.000,7696},{999,0},{999,0}}|355051|.366|201909|NDFD
>
>
TFX|132|po|12|{{999,0},{0.251,32045},{0.154,121322},{0.182,137098},{0.324,95366},{0.547,52482},{0.555,23277},{0.296,22615},{0.587,32602},{0.963,40420},{1.000,265},{999,0}}|557492|.339|201909|NDFD
>
>
MSO|132|po|12|{{999,0},{0.000,3876},{0.005,65206},{0.061,69950},{0.318,87044},{0.419,78951},{0.473,72980},{0.602,35637},{0.680,20463},{0.910,6579},{0.744,86},{999,0}}|440772|.321|201909|NDFD
>
>
LKN|132|po|12|{{0.000,34538},{0.002,181990},{0.169,158431},{0.265,66703},{0.287,43295},{0.496,35478},{0.459,16984},{0.622,17439},{0.867,2983},{1.000,277},{999,0},{999,0}}|558118|.172|201909|NDFD
>
>
VEF|132|po|12|{{0.000,166785},{0.003,271222},{0.041,167793},{0.052,44793},{0.278,16929},{0.404,3434},{0.651,175},{1.000,9},{999,0},{999,0},{999,0},{999,0}}|671140|.024|201909|NDFD
>
>
REV|132|po|12|{{0.000,47364},{0.001,112864},{0.151,106402},{0.337,35287},{0.428,25118},{0.616,16740},{0.676,8376},{0.991,531},{999,0},{999,0},{999,0},{999,0}}|352682|.157|201909|NDFD
>
>
MFR|132|po|12|{{0.030,30452},{0.003,106989},{0.150,117194},{0.324,97956},{0.548,68014},{0.710,39015},{0.458,25309},{0.510,15589},{0.264,3796},{0.000,7},{999,0},{999,0}}|504321|.270|201909|NDFD
>
>
PDT|132|po|12|{{0.000,13400},{0.001,50913},{0.050,129759},{0.225,107027},{0.409,75706},{0.511,33264},{0.600,21541},{0.446,17745},{0.173,3032},{999,0},{999,0},{999,0}}|452387|.221|201909|NDFD
>
>
PQR|132|po|12|{{0.000,1},{0.006,20215},{0.087,107418},{0.347,93340},{0.576,69470},{0.690,27527},{0.883,40761},{0.817,23308},{0.437,4038},{999,0},{999,0},{999,0}}|386078|.408|201909|NDFD
>
>
SLC|132|po|12|{{0.000,42858},{0.001,205938},{0.022,208455},{0.095,107202},{0.120,53500},{0.151,32951},{0.321,26156},{0.691,17802},{0.900,5099},{0.984,1470},{999,0},{999,0}}|701431|.076|201909|NDFD
>
>
SEW|132|po|12|{{0.000,102},{0.010,11237},{0.168,79432},{0.324,90141},{0.621,81530},{0.574,35642},{0.703,20313},{0.811,29602},{0.336,1576},{0.200,25},{999,0},{999,0}}|349600|.437|201909|NDFD
>
>
OTX|132|po|12|{{0.000,791},{0.025,51920},{0.154,102983},{0.284,98484},{0.419,75093},{0.553,46625},{0.568,35087},{0.524,16539},{0.543,4153},{0.676,173},{999,0},{999,0}}|431848|.309|201909|NDFD
>
>
BOU|144|po|12|{{0.000,877},{0.003,51842},{0.088,121912},{0.137,71699},{0.174,24204},{0.290,14025},{0.746,6855},{0.752,226},{999,0},{999,0},{999,0},{999,0}}|291640|.117|201909|NDFD
>
>
GJT|144|po|12|{{0.000,10142},{0.001,122598},{0.060,159629},{0.066,134899},{0.089,44589},{0.068,25492},{0.366,6607},{0.485,1533},{0.000,28},{999,0},{999,0},{999,0}}|505517|.054|201909|NDFD
>
>
PUB|144|po|12|{{0.082,1091},{0.016,82063},{0.054,146853},{0.097,62767},{0.089,10039},{0.196,4791},{0.296,8840},{0.425,3530},{0.795,577},{999,0},{999,0},{999,0}}|320551|.068|201909|NDFD
>
>
LOT|144|po|12|{{999,0},{0.062,17545},{0.266,53062},{0.494,44638},{0.538,16383},{0.777,10941},{1.000,4107},{1.000,698},{0.444,9},{0.000,1},{999,0},{999,0}}|147384|.403|201909|NDFD
>
>
ILX|144|po|12|{{999,0},{0.018,27767},{0.197,70728},{0.273,61725},{0.547,18251},{0.562,6504},{0.894,8524},{999,0},{999,0},{999,0},{999,0},{999,0}}|193499|.272|201909|NDFD
>
>
IND|144|po|12|{{999,0},{0.027,42188},{0.091,76054},{0.196,29368},{0.011,1836},{1.000,1885},{1.000,4908},{999,0},{999,0},{999,0},{999,0},{999,0}}|156239|.132|201909|NDFD
>
>
IWX|144|po|12|{{999,0},{0.036,27138},{0.113,77215},{0.483,37553},{0.109,12350},{0.900,6599},{1.000,2146},{999,0},{999,0},{999,0},{999,0},{999,0}}|163001|.229|201909|NDFD
>
>
DVN|144|po|12|{{999,0},{0.002,16098},{0.216,38674},{0.448,64061},{0.491,58050},{0.434,12683},{0.945,10038},{0.982,2396},{1.000,2516},{999,0},{999,0},{999,0}}|204516|.418|201909|NDFD
>
>
DMX|144|po|12|{{999,0},{0.000,20198},{0.120,58793},{0.391,79518},{0.480,80548},{0.623,26526},{0.913,9984},{0.998,3973},{1.000,6666},{1.000,29},{999,0},{999,0}}|286235|.395|201909|NDFD
>
>
DDC|144|po|12|{{0.000,1261},{0.051,57956},{0.084,62111},{0.058,46772},{0.468,26858},{0.506,14508},{0.562,4385},{0.680,4672},{999,0},{999,0},{999,0},{999,0}}|218523|.167|201909|NDFD
>
>
GLD|144|po|12|{{999,0},{0.019,42419},{0.044,80239},{0.166,47966},{0.327,19438},{0.128,7516},{0.662,9468},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.125|201909|NDFD
>
>
TOP|144|po|12|{{999,0},{0.012,18601},{0.245,32599},{0.123,45361},{0.164,30870},{0.592,21214},{0.961,1990},{1.000,2060},{1.000,2716},{999,0},{999,0},{999,0}}|155411|.245|201909|NDFD
>
>
ICT|144|po|12|{{0.000,473},{0.036,30227},{0.180,45539},{0.136,54439},{0.195,54723},{0.745,18957},{0.728,1436},{0.968,3281},{0.853,639},{999,0},{999,0},{999,0}}|209714|.220|201909|NDFD
>
>
JKL|144|po|12|{{0.000,2418},{0.049,43266},{0.114,48540},{0.073,17838},{0.098,2174},{1.000,5},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.080|201909|NDFD
>
>
LMK|144|po|12|{{0.000,6666},{0.018,76931},{0.084,85632},{0.114,16595},{0.419,3508},{0.992,2856},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.077|201909|NDFD
>
>
PAH|144|po|12|{{0.000,4386},{0.034,71365},{0.053,110520},{0.223,42972},{0.828,3009},{0.942,7038},{1.000,94},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.113|201909|NDFD
>
>
DTX|144|po|12|{{0.011,880},{0.255,31644},{0.164,176685},{0.535,63147},{0.653,42937},{0.651,35508},{0.629,21425},{0.910,7587},{0.848,277},{1.000,31},{999,0},{999,0}}|380121|.375|201909|NDFD
>
>
APX|144|po|12|{{999,0},{0.088,15198},{0.315,78795},{0.551,32599},{0.770,24902},{0.532,15698},{0.573,19116},{0.627,7421},{1.000,3212},{1.000,8},{999,0},{999,0}}|196949|.459|201909|NDFD
>
>
GRR|144|po|12|{{999,0},{0.141,10671},{0.122,64822},{0.423,30969},{0.548,18914},{0.751,19030},{0.733,7036},{0.886,3225},{1.000,376},{999,0},{999,0},{999,0}}|155043|.358|201909|NDFD
>
>
MQT|144|po|12|{{999,0},{0.016,29319},{0.172,117093},{0.481,130615},{0.457,91590},{0.542,44342},{0.238,43438},{0.741,26355},{0.800,8735},{999,0},{999,0},{999,0}}|491487|.379|201909|NDFD
>
>
DLH|144|po|12|{{999,0},{0.042,20284},{0.040,79629},{0.384,94310},{0.578,106974},{0.357,49045},{0.624,12221},{0.943,7494},{1.000,13021},{1.000,18},{999,0},{999,0}}|382996|.385|201909|NDFD
>
>
MPX|144|po|12|{{999,0},{0.012,29208},{0.239,71897},{0.354,98880},{0.336,72880},{0.709,44935},{0.851,24520},{0.928,9789},{1.000,987},{999,0},{999,0},{999,0}}|353096|.396|201909|NDFD
>
>
EAX|144|po|12|{{999,0},{0.083,23916},{0.201,50145},{0.207,61529},{0.346,70574},{0.442,21036},{0.852,10728},{1.000,1331},{1.000,1252},{999,0},{999,0},{999,0}}|240511|.292|201909|NDFD
>
>
SGF|144|po|12|{{0.000,1966},{0.005,48375},{0.068,74775},{0.141,66254},{0.309,32718},{0.388,9156},{0.792,8210},{999,0},{999,0},{999,0},{999,0},{999,0}}|241454|.144|201909|NDFD
>
>
LSX|144|po|12|{{999,0},{0.029,47039},{0.161,87370},{0.219,74427},{0.463,32408},{0.327,9360},{0.624,11067},{999,0},{999,0},{999,0},{999,0},{999,0}}|261671|.217|201909|NDFD
>
>
GID|144|po|12|{{999,0},{0.009,23814},{0.075,66688},{0.037,44567},{0.244,30228},{0.837,14471},{0.901,5338},{0.140,5700},{0.541,2716},{999,0},{999,0},{999,0}}|193522|.173|201909|NDFD
>
>
LBF|144|po|12|{{999,0},{0.012,47709},{0.086,97904},{0.235,103025},{0.313,44447},{0.582,17579},{0.843,16573},{0.818,8310},{999,0},{999,0},{999,0},{999,0}}|335547|.233|201909|NDFD
>
>
OAX|144|po|12|{{999,0},{0.009,21217},{0.221,68485},{0.243,65570},{0.315,26190},{0.395,20528},{0.772,11070},{0.721,5604},{1.000,4137},{999,0},{999,0},{999,0}}|222801|.289|201909|NDFD
>
>
BIS|144|po|12|{{999,0},{0.104,36222},{0.163,158410},{0.232,138004},{0.502,106818},{0.687,33591},{0.416,17353},{0.357,31588},{0.890,21719},{1.000,16092},{999,0},{999,0}}|559797|.343|201909|NDFD
>
>
FGF|144|po|12|{{999,0},{0.009,42000},{0.185,134211},{0.335,125534},{0.344,64554},{0.742,59000},{0.731,24784},{0.982,11951},{1.000,1830},{999,0},{999,0},{999,0}}|463864|.356|201909|NDFD
>
>
ABR|144|po|12|{{999,0},{0.007,52754},{0.113,86071},{0.266,83581},{0.608,45861},{0.783,24395},{0.485,10114},{0.624,15757},{0.853,2938},{999,0},{999,0},{999,0}}|321471|.300|201909|NDFD
>
>
UNR|144|po|12|{{999,0},{0.003,55197},{0.063,116601},{0.292,89864},{0.469,80508},{0.607,35945},{0.658,11023},{0.648,17223},{0.646,24202},{0.633,2757},{999,0},{999,0}}|433320|.298|201909|NDFD
>
>
FSD|144|po|12|{{999,0},{0.023,36193},{0.187,85615},{0.235,70986},{0.336,50702},{0.563,30353},{0.873,14189},{1.000,7144},{999,0},{999,0},{999,0},{999,0}}|295182|.295|201909|NDFD
>
>
GRB|144|po|12|{{999,0},{0.091,17421},{0.052,52163},{0.724,48990},{0.608,38279},{0.531,14384},{0.601,19331},{1.000,8999},{1.000,1039},{999,0},{999,0},{999,0}}|200606|.460|201909|NDFD
>
>
ARX|144|po|12|{{999,0},{0.001,12846},{0.060,40942},{0.613,52264},{0.542,58147},{0.576,20312},{0.828,14469},{0.967,4033},{1.000,3527},{999,0},{999,0},{999,0}}|206540|.470|201909|NDFD
>
>
MKX|144|po|12|{{999,0},{0.000,11793},{0.078,95269},{0.607,81060},{0.574,42464},{0.748,30898},{0.686,19781},{0.660,10315},{1.000,6316},{999,0},{999,0},{999,0}}|297896|.439|201909|NDFD
>
>
CYS|144|po|12|{{0.000,1612},{0.001,74127},{0.057,75154},{0.262,87213},{0.296,71067},{0.287,26549},{0.610,14284},{0.306,9502},{0.444,3179},{999,0},{999,0},{999,0}}|362687|.190|201909|NDFD
>
>
RIW|144|po|12|{{0.000,287},{0.000,105300},{0.081,116649},{0.220,128246},{0.298,76843},{0.469,60253},{0.607,28841},{0.581,23217},{0.738,30323},{0.905,18407},{0.700,20},{999,0}}|588386|.270|201909|NDFD
>
>
CAR|144|po|12|{{999,0},{0.000,17672},{0.166,118793},{0.408,52407},{0.495,26571},{0.764,15704},{0.471,4324},{0.445,8568},{0.289,2899},{0.846,13},{999,0},{999,0}}|246951|.296|201909|NDFD
>
>
GYX|144|po|12|{{999,0},{0.008,31931},{0.091,140618},{0.377,55653},{0.487,25757},{0.895,10138},{0.983,5087},{1.000,2376},{0.907,2071},{999,0},{999,0},{999,0}}|273631|.237|201909|NDFD
>
>
BOX|144|po|12|{{999,0},{0.023,51174},{0.065,77841},{0.328,38185},{0.543,19015},{0.774,9515},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.186|201909|NDFD
>
>
PHI|144|po|12|{{0.000,1667},{0.000,21548},{0.100,116120},{0.074,34959},{0.390,9886},{0.427,7042},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.110|201909|NDFD
>
>
ALY|144|po|12|{{999,0},{0.000,6920},{0.034,96864},{0.336,22941},{0.670,26389},{0.786,5625},{0.985,260},{999,0},{999,0},{999,0},{999,0},{999,0}}|158999|.210|201909|NDFD
>
>
BGM|144|po|12|{{0.000,2890},{0.051,29387},{0.092,83577},{0.305,34892},{0.648,23026},{0.829,6739},{1.000,637},{999,0},{999,0},{999,0},{999,0},{999,0}}|181148|.226|201909|NDFD
>
>
BUF|144|po|12|{{0.000,15},{0.000,6080},{0.167,140075},{0.738,6808},{0.418,34899},{0.816,12386},{0.932,10694},{1.000,7681},{999,0},{999,0},{999,0},{999,0}}|218638|.324|201909|NDFD
>
>
OKX|144|po|12|{{999,0},{0.002,16042},{0.032,54556},{0.195,30671},{0.852,9729},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.145|201909|NDFD
>
>
MHX|144|po|12|{{999,0},{0.000,14202},{0.011,95869},{0.111,21563},{0.052,16242},{0.207,1785},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.031|201909|NDFD
>
>
RAH|144|po|12|{{0.000,202},{0.026,49543},{0.062,60998},{0.120,23643},{0.006,24516},{0.000,143},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.051|201909|NDFD
>
>
ILM|144|po|12|{{999,0},{0.000,16802},{0.026,80022},{0.139,14926},{0.132,14242},{0.189,2707},{0.161,1642},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.052|201909|NDFD
>
>
CLE|144|po|12|{{999,0},{0.064,22109},{0.194,116374},{0.189,62304},{0.184,17382},{0.499,9883},{0.973,15334},{999,0},{999,0},{999,0},{999,0},{999,0}}|243386|.242|201909|NDFD
>
>
ILN|144|po|12|{{0.000,8736},{0.004,21932},{0.105,132502},{0.371,19688},{0.378,7801},{0.893,10269},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.167|201909|NDFD
>
>
PBZ|144|po|12|{{999,0},{0.000,7265},{0.178,133175},{0.026,21547},{0.279,11700},{0.421,14709},{0.866,1170},{999,0},{999,0},{999,0},{999,0},{999,0}}|189566|.183|201909|NDFD
>
>
CTP|144|po|12|{{999,0},{0.058,31946},{0.089,143413},{0.219,23723},{0.155,10630},{0.399,17901},{0.391,6393},{1.000,19},{999,0},{999,0},{999,0},{999,0}}|234025|.133|201909|NDFD
>
>
CHS|144|po|12|{{999,0},{0.000,8267},{0.034,102303},{0.161,21139},{0.128,18304},{0.191,12621},{0.294,3191},{0.000,717},{0.000,1},{999,0},{999,0},{999,0}}|166543|.075|201909|NDFD
>
>
CAE|144|po|12|{{999,0},{0.046,40030},{0.094,61803},{0.204,21940},{0.000,6131},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|129904|.094|201909|NDFD
>
>
GSP|144|po|12|{{999,0},{0.001,29059},{0.075,112231},{0.073,30977},{0.137,21972},{0.379,7985},{0.003,337},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.083|201909|NDFD
>
>
BTV|144|po|12|{{999,0},{0.000,10460},{0.030,72293},{0.275,36993},{0.666,15537},{0.665,23173},{0.919,4813},{1.000,3113},{999,0},{999,0},{999,0},{999,0}}|166382|.274|201909|NDFD
>
>
LWX|144|po|12|{{0.000,2},{0.002,553},{0.023,147748},{0.086,46265},{0.088,11831},{0.036,831},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.040|201909|NDFD
>
>
RNK|144|po|12|{{0.030,8407},{0.155,23344},{0.053,125211},{0.034,28214},{0.173,7918},{0.382,267},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.067|201909|NDFD
>
>
AKQ|144|po|12|{{0.000,9},{0.027,63938},{0.021,114545},{0.007,46231},{0.001,11671},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.019|201909|NDFD
>
>
RLX|144|po|12|{{999,0},{0.055,50280},{0.060,103971},{0.127,33908},{0.165,24665},{0.076,3709},{0.000,150},{999,0},{999,0},{999,0},{999,0},{999,0}}|216683|.081|201909|NDFD
>
>
BMX|144|po|12|{{0.004,23252},{0.002,93459},{0.145,102332},{0.034,37642},{0.000,10713},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.061|201909|NDFD
>
>
HUN|144|po|12|{{0.000,1642},{0.001,21674},{0.111,49181},{0.000,15731},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.062|201909|NDFD
>
>
MOB|144|po|12|{{0.000,5937},{0.072,34706},{0.065,142242},{0.128,37649},{0.239,16642},{0.092,2643},{0.010,5350},{0.484,3576},{999,0},{999,0},{999,0},{999,0}}|248745|.090|201909|NDFD
>
>
LZK|144|po|12|{{0.000,5421},{0.000,57292},{0.085,186858},{0.231,68620},{0.995,428},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.101|201909|NDFD
>
>
JAX|144|po|12|{{0.000,5001},{0.020,76730},{0.061,65321},{0.122,36020},{0.157,23258},{0.430,12772},{0.508,12692},{0.708,3895},{0.733,2407},{999,0},{999,0},{999,0}}|238096|.126|201909|NDFD
>
>
EYW|144|po|12|{{999,0},{0.000,4},{0.023,1302},{0.049,7871},{0.311,101425},{0.502,91165},{0.801,12915},{999,0},{999,0},{999,0},{999,0},{999,0}}|214682|.410|201909|NDFD
>
>
MLB|144|po|12|{{999,0},{0.006,2759},{0.045,62763},{0.162,50869},{0.273,41307},{0.550,22235},{0.895,10339},{0.731,1511},{0.919,221},{999,0},{999,0},{999,0}}|192004|.235|201909|NDFD
>
>
MFL|144|po|12|{{999,0},{0.000,13944},{0.113,46429},{0.231,63489},{0.298,56366},{0.367,33641},{0.457,8740},{0.592,238},{999,0},{999,0},{999,0},{999,0}}|222847|.239|201909|NDFD
>
>
TAE|144|po|12|{{0.000,31317},{0.011,130472},{0.010,100040},{0.099,39679},{0.180,36685},{0.180,17415},{0.165,11361},{0.241,2158},{999,0},{999,0},{999,0},{999,0}}|369127|.050|201909|NDFD
>
>
TBW|144|po|12|{{0.000,14393},{0.004,45378},{0.016,100261},{0.076,41520},{0.238,27131},{0.214,17868},{0.297,1826},{999,0},{999,0},{999,0},{999,0},{999,0}}|248377|.063|201909|NDFD
>
>
FFC|144|po|12|{{0.000,5139},{0.010,50571},{0.063,192808},{0.066,33900},{0.020,21235},{0.071,476},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.050|201909|NDFD
>
>
LCH|144|po|12|{{0.057,7911},{0.094,79957},{0.143,134600},{0.319,68943},{0.487,18482},{0.656,6548},{0.835,1143},{999,0},{999,0},{999,0},{999,0},{999,0}}|317584|.200|201909|NDFD
>
>
LIX|144|po|12|{{0.003,20250},{0.043,88888},{0.094,127418},{0.165,65727},{0.336,45682},{0.494,20594},{0.728,3650},{999,0},{999,0},{999,0},{999,0},{999,0}}|372209|.148|201909|NDFD
>
>
SHV|144|po|12|{{0.000,18148},{0.082,82159},{0.075,201915},{0.331,34015},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.099|201909|NDFD
>
>
JAN|144|po|12|{{0.000,17346},{0.150,67473},{0.054,213032},{0.001,29694},{0.005,5603},{0.000,30},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.065|201909|NDFD
>
>
ABQ|144|po|12|{{999,0},{0.100,109314},{0.125,306937},{0.187,238520},{0.539,115214},{0.516,52776},{0.672,16463},{999,0},{999,0},{999,0},{999,0},{999,0}}|839224|.231|201909|NDFD
>
>
OUN|144|po|12|{{0.000,3935},{0.000,81671},{0.137,155969},{0.226,171220},{0.313,36783},{0.329,8489},{0.592,1626},{1.000,54},{999,0},{999,0},{999,0},{999,0}}|459747|.164|201909|NDFD
>
>
TSA|144|po|12|{{0.000,978},{0.003,40027},{0.075,114310},{0.386,64565},{0.420,23414},{0.723,6325},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249619|.192|201909|NDFD
>
>
MEG|144|po|12|{{0.000,12861},{0.000,63609},{0.067,173901},{0.066,39183},{0.000,588},{999,0},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.049|201909|NDFD
>
>
MRX|144|po|12|{{0.000,11968},{0.038,43163},{0.100,75152},{0.097,22006},{0.192,5137},{0.000,78},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.078|201909|NDFD
>
>
OHX|144|po|12|{{0.000,13278},{0.005,42184},{0.062,79730},{0.062,19176},{0.004,5551},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.040|201909|NDFD
>
>
AMA|144|po|12|{{0.000,739},{0.045,67858},{0.224,60819},{0.110,66244},{0.492,28347},{0.735,18635},{0.915,9152},{1.000,1275},{999,0},{999,0},{999,0},{999,0}}|253069|.242|201909|NDFD
>
>
EWX|144|po|12|{{0.006,14590},{0.012,57905},{0.062,192005},{0.092,63940},{0.197,7130},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.059|201909|NDFD
>
>
BRO|144|po|12|{{0.011,6431},{0.009,4251},{0.053,56699},{0.264,58829},{0.427,20765},{0.277,938},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.188|201909|NDFD
>
>
CRP|144|po|12|{{0.000,414},{0.010,32585},{0.078,97285},{0.237,61173},{0.351,20236},{0.417,1839},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.142|201909|NDFD
>
>
EPZ|144|po|12|{{0.152,493},{0.230,26041},{0.078,96180},{0.360,72493},{0.466,57342},{0.634,31867},{0.898,7444},{1.000,10},{999,0},{999,0},{999,0},{999,0}}|291870|.320|201909|NDFD
>
>
FWD|144|po|12|{{0.000,7893},{0.010,126208},{0.046,162738},{0.141,68523},{0.150,4754},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.051|201909|NDFD
>
>
HGX|144|po|12|{{999,0},{0.031,72557},{0.185,97730},{0.356,81382},{0.544,19631},{0.433,9848},{0.949,648},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.230|201909|NDFD
>
>
LUB|144|po|12|{{999,0},{0.236,32880},{0.107,65044},{0.254,71910},{0.652,12876},{0.239,12302},{0.598,8836},{1.000,185},{999,0},{999,0},{999,0},{999,0}}|204033|.244|201909|NDFD
>
>
MAF|144|po|12|{{999,0},{0.189,67154},{0.154,166725},{0.227,125790},{0.307,74144},{0.352,25068},{0.459,17430},{0.838,6597},{999,0},{999,0},{999,0},{999,0}}|482908|.232|201909|NDFD
>
>
SJT|144|po|12|{{999,0},{0.002,53097},{0.085,134288},{0.130,52410},{0.051,12423},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.075|201909|NDFD
>
>
FGZ|144|po|12|{{0.000,22587},{0.020,172353},{0.090,179706},{0.140,83380},{0.484,24504},{0.080,125},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|482655|.089|201909|NDFD
>
>
PSR|144|po|12|{{0.000,37407},{0.053,174802},{0.232,73168},{0.357,16282},{0.401,4547},{0.814,855},{0.933,717},{1.000,74},{1.000,3},{999,0},{999,0},{999,0}}|307855|.115|201909|NDFD
>
>
TWC|144|po|12|{{0.000,2330},{0.010,87283},{0.170,91233},{0.280,34777},{0.576,31888},{0.559,3465},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|250976|.185|201909|NDFD
>
>
EKA|144|po|12|{{0.000,4336},{0.059,133543},{0.284,70218},{0.238,48000},{0.344,10389},{0.433,1202},{0.398,377},{1.000,69},{999,0},{999,0},{999,0},{999,0}}|268134|.163|201909|NDFD
>
>
LOX|144|po|12|{{0.000,53368},{0.002,205682},{0.000,22775},{0.047,22977},{0.038,4552},{0.208,318},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.006|201909|NDFD
>
>
STO|144|po|12|{{0.001,21762},{0.038,152190},{0.146,50505},{0.153,21885},{0.449,18450},{0.485,9881},{0.556,6082},{0.962,52},{999,0},{999,0},{999,0},{999,0}}|280807|.118|201909|NDFD
>
>
SGX|144|po|12|{{0.000,46500},{0.030,63540},{0.005,24888},{0.096,11608},{0.139,3880},{0.104,96},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.025|201909|NDFD
>
>
MTR|144|po|12|{{0.000,80757},{0.023,176215},{0.050,41638},{0.000,13050},{0.000,151},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.020|201909|NDFD
>
>
HNX|144|po|12|{{0.000,91081},{0.002,105103},{0.001,39850},{0.033,7862},{0.054,7098},{0.248,2277},{0.000,1867},{0.000,1358},{999,0},{999,0},{999,0},{999,0}}|256496|.006|201909|NDFD
>
>
BOI|144|po|12|{{999,0},{0.000,72791},{0.077,156632},{0.342,133776},{0.266,71290},{0.143,32116},{0.107,26232},{0.400,16399},{0.547,1134},{999,0},{999,0},{999,0}}|510370|.179|201909|NDFD
>
>
PIH|144|po|12|{{0.000,17},{0.004,46320},{0.076,100619},{0.410,71252},{0.334,45099},{0.267,18957},{0.222,10243},{0.593,16620},{0.975,11124},{1.000,2577},{999,0},{999,0}}|322828|.256|201909|NDFD
>
>
BYZ|144|po|12|{{999,0},{0.101,8255},{0.055,84668},{0.197,96088},{0.501,98445},{0.489,55615},{0.670,21650},{0.587,8404},{0.556,32437},{0.821,31436},{0.955,508},{999,0}}|437506|.376|201909|NDFD
>
>
GGW|144|po|12|{{999,0},{0.990,2295},{0.272,107229},{0.222,94260},{0.525,84452},{0.735,5067},{0.000,1542},{0.187,28747},{0.905,16031},{0.996,14823},{1.000,605},{999,0}}|355051|.382|201909|NDFD
>
>
TFX|144|po|12|{{999,0},{0.204,2861},{0.054,87692},{0.170,170279},{0.240,99175},{0.495,83786},{0.576,18136},{0.234,21603},{0.654,31858},{0.903,38569},{1.000,3534},{999,0}}|557493|.313|201909|NDFD
>
>
MSO|144|po|12|{{999,0},{0.000,3387},{0.048,55608},{0.156,113093},{0.235,96666},{0.406,75604},{0.365,43736},{0.388,34866},{0.617,15680},{0.877,2091},{1.000,41},{999,0}}|440772|.260|201909|NDFD
>
>
LKN|144|po|12|{{0.000,10407},{0.006,188124},{0.190,193781},{0.218,78632},{0.233,39816},{0.391,15202},{0.622,15206},{0.720,16228},{0.964,692},{1.000,30},{999,0},{999,0}}|558118|.165|201909|NDFD
>
>
VEF|144|po|12|{{0.000,130381},{0.007,320281},{0.056,163411},{0.083,38807},{0.090,13474},{0.263,4485},{0.173,301},{999,0},{999,0},{999,0},{999,0},{999,0}}|671140|.025|201909|NDFD
>
>
REV|144|po|12|{{0.000,39740},{0.020,100813},{0.181,128865},{0.145,34636},{0.403,22313},{0.514,19572},{0.612,6716},{1.000,27},{999,0},{999,0},{999,0},{999,0}}|352682|.152|201909|NDFD
>
>
MFR|144|po|12|{{0.000,8049},{0.046,136637},{0.232,150135},{0.461,92721},{0.466,62414},{0.391,20150},{0.512,26982},{0.634,7182},{1.000,51},{999,0},{999,0},{999,0}}|504321|.276|201909|NDFD
>
>
PDT|144|po|12|{{0.000,3614},{0.020,49626},{0.102,129814},{0.220,139129},{0.388,70742},{0.354,34881},{0.543,20091},{0.536,4347},{0.231,143},{999,0},{999,0},{999,0}}|452387|.216|201909|NDFD
>
>
PQR|144|po|12|{{999,0},{0.125,17865},{0.248,131258},{0.331,123213},{0.686,64704},{0.749,34827},{0.672,12531},{0.435,1650},{0.367,30},{999,0},{999,0},{999,0}}|386078|.402|201909|NDFD
>
>
SLC|144|po|12|{{0.005,14396},{0.002,229452},{0.074,233224},{0.100,113018},{0.113,49544},{0.168,31726},{0.535,15558},{0.731,12972},{0.744,1541},{999,0},{999,0},{999,0}}|701431|.084|201909|NDFD
>
>
SEW|144|po|12|{{999,0},{0.273,10797},{0.226,89162},{0.374,100394},{0.605,104104},{0.679,40042},{0.934,2906},{1.000,627},{1.000,1568},{999,0},{999,0},{999,0}}|349600|.446|201909|NDFD
>
>
OTX|144|po|12|{{0.000,1928},{0.003,42087},{0.127,108192},{0.168,121884},{0.351,70146},{0.448,50611},{0.390,25033},{0.327,9403},{0.680,2517},{1.000,47},{999,0},{999,0}}|431848|.223|201909|NDFD
>
>
BOU|156|po|12|{{0.034,946},{0.017,54417},{0.050,151685},{0.118,51419},{0.121,18980},{0.271,7176},{0.839,3648},{0.987,2498},{1.000,871},{999,0},{999,0},{999,0}}|291640|.087|201909|NDFD
>
>
GJT|156|po|12|{{0.000,3893},{0.002,87818},{0.020,190225},{0.043,110896},{0.127,59060},{0.371,34352},{0.668,13521},{0.837,4754},{0.854,998},{999,0},{999,0},{999,0}}|505517|.085|201909|NDFD
>
>
PUB|156|po|12|{{0.029,1886},{0.027,73660},{0.062,127920},{0.061,69708},{0.142,28628},{0.148,7484},{0.433,4085},{0.866,4754},{0.934,2426},{999,0},{999,0},{999,0}}|320551|.086|201909|NDFD
>
>
LOT|156|po|12|{{999,0},{0.380,9657},{0.375,57468},{0.379,62668},{0.694,12659},{0.985,3228},{0.999,1363},{1.000,341},{999,0},{999,0},{999,0},{999,0}}|147384|.425|201909|NDFD
>
>
ILX|156|po|12|{{999,0},{0.291,11276},{0.290,74491},{0.296,93836},{0.603,11418},{0.991,2434},{1.000,44},{999,0},{999,0},{999,0},{999,0},{999,0}}|193499|.320|201909|NDFD
>
>
IND|156|po|12|{{999,0},{0.043,10108},{0.155,93111},{0.129,50337},{0.362,2683},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|156239|.143|201909|NDFD
>
>
IWX|156|po|12|{{999,0},{0.247,9426},{0.408,86293},{0.199,47963},{0.305,18047},{0.993,1272},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|163001|.331|201909|NDFD
>
>
DVN|156|po|12|{{999,0},{0.006,4476},{0.181,60705},{0.429,84903},{0.620,35482},{0.794,8642},{0.936,4901},{1.000,5316},{1.000,91},{999,0},{999,0},{999,0}}|204516|.422|201909|NDFD
>
>
DMX|156|po|12|{{999,0},{0.000,4165},{0.279,88405},{0.394,101836},{0.501,40758},{0.756,24930},{0.789,11894},{0.995,14239},{1.000,8},{999,0},{999,0},{999,0}}|286235|.446|201909|NDFD
>
>
DDC|156|po|12|{{0.076,4516},{0.109,57326},{0.055,87037},{0.228,41188},{0.604,15389},{0.872,9905},{0.987,3162},{999,0},{999,0},{999,0},{999,0},{999,0}}|218523|.192|201909|NDFD
>
>
GLD|156|po|12|{{0.040,2583},{0.042,81944},{0.084,91974},{0.306,21552},{0.347,8335},{0.082,658},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|207046|.101|201909|NDFD
>
>
TOP|156|po|12|{{999,0},{0.132,14499},{0.151,45515},{0.236,38483},{0.334,31460},{0.775,13208},{0.893,10538},{1.000,1708},{999,0},{999,0},{999,0},{999,0}}|155411|.320|201909|NDFD
>
>
ICT|156|po|12|{{0.000,167},{0.103,23592},{0.134,60323},{0.210,60252},{0.436,36309},{0.659,18303},{0.914,10433},{0.997,335},{999,0},{999,0},{999,0},{999,0}}|209714|.291|201909|NDFD
>
>
JKL|156|po|12|{{0.003,1822},{0.135,21060},{0.129,58835},{0.276,24314},{0.148,6550},{0.006,1339},{0.171,321},{999,0},{999,0},{999,0},{999,0},{999,0}}|114241|.159|201909|NDFD
>
>
LMK|156|po|12|{{0.000,692},{0.014,50894},{0.098,86503},{0.189,46812},{0.277,7287},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|192188|.104|201909|NDFD
>
>
PAH|156|po|12|{{999,0},{0.003,39300},{0.148,89429},{0.217,101222},{0.139,9427},{1.000,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|239384|.153|201909|NDFD
>
>
DTX|156|po|12|{{999,0},{0.037,24221},{0.349,147496},{0.216,117331},{0.690,64823},{0.858,23908},{0.857,2225},{0.991,117},{999,0},{999,0},{999,0},{999,0}}|380121|.382|201909|NDFD
>
>
APX|156|po|12|{{999,0},{0.073,9693},{0.261,49804},{0.303,81920},{0.617,32764},{0.749,19101},{0.950,3667},{999,0},{999,0},{999,0},{999,0},{999,0}}|196949|.389|201909|NDFD
>
>
GRR|156|po|12|{{999,0},{0.017,7047},{0.371,41309},{0.260,71168},{0.477,25231},{0.984,6129},{1.000,4156},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|155043|.362|201909|NDFD
>
>
MQT|156|po|12|{{999,0},{0.114,13256},{0.091,112610},{0.257,149716},{0.509,134210},{0.453,50254},{0.621,21467},{0.945,9974},{999,0},{999,0},{999,0},{999,0}}|491487|.334|201909|NDFD
>
>
DLH|156|po|12|{{999,0},{0.217,5093},{0.267,71448},{0.337,74124},{0.423,130701},{0.745,56697},{0.648,27261},{0.866,15520},{0.999,2152},{999,0},{999,0},{999,0}}|382996|.460|201909|NDFD
>
>
MPX|156|po|12|{{999,0},{0.158,3622},{0.207,91935},{0.268,99063},{0.394,81045},{0.790,45874},{0.746,20660},{0.985,10745},{1.000,152},{999,0},{999,0},{999,0}}|353096|.398|201909|NDFD
>
>
EAX|156|po|12|{{999,0},{0.145,10073},{0.221,69922},{0.217,79127},{0.436,48984},{0.691,22411},{0.561,6948},{0.975,3008},{1.000,38},{999,0},{999,0},{999,0}}|240511|.323|201909|NDFD
>
>
SGF|156|po|12|{{999,0},{0.273,18864},{0.070,62778},{0.229,106431},{0.602,44829},{0.764,8546},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0}}|241454|.279|201909|NDFD
>
>
LSX|156|po|12|{{999,0},{0.056,11126},{0.186,91936},{0.315,129355},{0.614,24364},{0.875,4890},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|261671|.297|201909|NDFD
>
>
GID|156|po|12|{{0.000,14},{0.039,19364},{0.115,79298},{0.192,45395},{0.270,29173},{0.433,10076},{0.841,10202},{999,0},{999,0},{999,0},{999,0},{999,0}}|193522|.204|201909|NDFD
>
>
LBF|156|po|12|{{0.000,2940},{0.001,64701},{0.132,152792},{0.131,89702},{0.166,18405},{0.552,6084},{0.950,923},{999,0},{999,0},{999,0},{999,0},{999,0}}|335547|.117|201909|NDFD
>
>
OAX|156|po|12|{{999,0},{0.000,16129},{0.305,70575},{0.305,73542},{0.290,27946},{0.593,18391},{0.986,9732},{1.000,6486},{999,0},{999,0},{999,0},{999,0}}|222801|.355|201909|NDFD
>
>
BIS|156|po|12|{{999,0},{0.000,18436},{0.281,172058},{0.242,177285},{0.629,92006},{0.280,28871},{0.779,37200},{0.996,27772},{1.000,6169},{999,0},{999,0},{999,0}}|559797|.393|201909|NDFD
>
>
FGF|156|po|12|{{999,0},{0.362,6335},{0.304,104376},{0.336,173783},{0.430,65849},{0.488,59603},{0.556,37786},{0.991,16008},{1.000,124},{999,0},{999,0},{999,0}}|463864|.403|201909|NDFD
>
>
ABR|156|po|12|{{999,0},{0.000,14642},{0.088,118269},{0.259,108084},{0.323,50303},{0.357,24460},{0.459,5695},{1.000,18},{999,0},{999,0},{999,0},{999,0}}|321471|.205|201909|NDFD
>
>
UNR|156|po|12|{{999,0},{0.039,42383},{0.236,190463},{0.262,116248},{0.496,54457},{0.719,20853},{0.971,8868},{1.000,48},{999,0},{999,0},{999,0},{999,0}}|433320|.295|201909|NDFD
>
>
FSD|156|po|12|{{999,0},{0.000,10137},{0.112,86323},{0.285,113920},{0.305,47712},{0.608,30470},{0.957,4304},{1.000,2316},{999,0},{999,0},{999,0},{999,0}}|295182|.277|201909|NDFD
>
>
GRB|156|po|12|{{999,0},{0.111,11575},{0.222,47592},{0.297,68722},{0.515,46586},{0.815,14405},{0.943,5764},{1.000,5822},{1.000,140},{999,0},{999,0},{999,0}}|200606|.396|201909|NDFD
>
>
ARX|156|po|12|{{999,0},{0.166,7176},{0.213,46953},{0.392,79773},{0.421,38120},{0.643,17723},{0.909,6955},{1.000,9761},{1.000,79},{999,0},{999,0},{999,0}}|206540|.417|201909|NDFD
>
>
MKX|156|po|12|{{999,0},{0.021,6728},{0.174,86843},{0.330,128473},{0.611,47193},{0.866,12665},{0.996,9796},{1.000,6198},{999,0},{999,0},{999,0},{999,0}}|297896|.381|201909|NDFD
>
>
CYS|156|po|12|{{999,0},{0.015,52196},{0.161,172439},{0.365,84828},{0.276,30390},{0.452,16768},{0.779,5196},{1.000,870},{999,0},{999,0},{999,0},{999,0}}|362687|.222|201909|NDFD
>
>
RIW|156|po|12|{{999,0},{0.005,31208},{0.107,195244},{0.330,142037},{0.499,86179},{0.748,46570},{0.660,33670},{0.601,24626},{0.720,19272},{0.622,9522},{0.552,58},{999,0}}|588386|.344|201909|NDFD
>
>
CAR|156|po|12|{{999,0},{0.002,1791},{0.096,143228},{0.363,56513},{0.627,32912},{0.555,5191},{0.989,2461},{0.995,4855},{999,0},{999,0},{999,0},{999,0}}|246951|.263|201909|NDFD
>
>
GYX|156|po|12|{{999,0},{0.011,31249},{0.159,157557},{0.346,34649},{0.458,35594},{0.465,11911},{0.845,2671},{999,0},{999,0},{999,0},{999,0},{999,0}}|273631|.225|201909|NDFD
>
>
BOX|156|po|12|{{999,0},{0.024,72288},{0.060,66968},{0.392,33808},{0.576,16087},{0.182,6579},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195730|.151|201909|NDFD
>
>
PHI|156|po|12|{{0.000,1643},{0.004,16150},{0.039,132519},{0.234,31542},{0.267,9016},{0.739,352},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|191222|.080|201909|NDFD
>
>
ALY|156|po|12|{{999,0},{0.000,9551},{0.152,83730},{0.376,35140},{0.549,21107},{0.735,8456},{0.753,1015},{999,0},{999,0},{999,0},{999,0},{999,0}}|158999|.280|201909|NDFD
>
>
BGM|156|po|12|{{0.000,998},{0.007,22501},{0.135,95466},{0.446,34816},{0.588,19687},{0.901,6406},{0.969,1274},{999,0},{999,0},{999,0},{999,0},{999,0}}|181148|.261|201909|NDFD
>
>
BUF|156|po|12|{{999,0},{0.000,9271},{0.132,112334},{0.400,26151},{0.526,42367},{0.254,10765},{0.762,17750},{999,0},{999,0},{999,0},{999,0},{999,0}}|218638|.292|201909|NDFD
>
>
OKX|156|po|12|{{999,0},{0.002,9620},{0.008,70392},{0.414,29876},{0.990,1104},{0.667,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|110998|.127|201909|NDFD
>
>
MHX|156|po|12|{{999,0},{0.002,9466},{0.048,82263},{0.129,36419},{0.043,9778},{0.087,11735},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149661|.067|201909|NDFD
>
>
RAH|156|po|12|{{999,0},{0.047,27861},{0.055,74191},{0.028,26436},{0.071,27282},{0.001,3275},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|159045|.051|201909|NDFD
>
>
ILM|156|po|12|{{999,0},{0.066,7754},{0.070,73363},{0.042,23273},{0.018,11561},{0.147,11273},{0.370,3117},{999,0},{999,0},{999,0},{999,0},{999,0}}|130341|.074|201909|NDFD
>
>
CLE|156|po|12|{{0.000,66},{0.056,8356},{0.184,151991},{0.569,52923},{0.503,11758},{0.478,11332},{0.344,6960},{999,0},{999,0},{999,0},{999,0},{999,0}}|243386|.297|201909|NDFD
>
>
ILN|156|po|12|{{0.000,8736},{0.021,20737},{0.113,111768},{0.229,42500},{0.319,16936},{0.000,251},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|200928|.140|201909|NDFD
>
>
PBZ|156|po|12|{{999,0},{0.000,10709},{0.181,109987},{0.311,49355},{0.244,11223},{0.841,8268},{1.000,24},{999,0},{999,0},{999,0},{999,0},{999,0}}|189566|.237|201909|NDFD
>
>
CTP|156|po|12|{{999,0},{0.007,22342},{0.114,131149},{0.415,56851},{0.556,13857},{0.705,7361},{0.884,2465},{999,0},{999,0},{999,0},{999,0},{999,0}}|234025|.229|201909|NDFD
>
>
CHS|156|po|12|{{999,0},{0.000,1788},{0.066,88100},{0.232,34084},{0.304,13628},{0.347,12870},{0.226,14260},{0.496,1812},{0.000,1},{999,0},{999,0},{999,0}}|166543|.159|201909|NDFD
>
>
CAE|156|po|12|{{999,0},{0.047,10451},{0.130,84853},{0.013,14137},{0.155,9418},{0.000,4756},{0.020,6286},{0.667,3},{999,0},{999,0},{999,0},{999,0}}|129904|.103|201909|NDFD
>
>
GSP|156|po|12|{{999,0},{0.007,8385},{0.111,98474},{0.152,48269},{0.090,23946},{0.113,18281},{0.305,5206},{999,0},{999,0},{999,0},{999,0},{999,0}}|202561|.119|201909|NDFD
>
>
BTV|156|po|12|{{999,0},{0.000,2981},{0.074,71937},{0.249,42728},{0.604,17236},{0.492,20456},{0.744,10133},{1.000,911},{999,0},{999,0},{999,0},{999,0}}|166382|.270|201909|NDFD
>
>
LWX|156|po|12|{{0.000,15},{0.000,8081},{0.091,114963},{0.256,49644},{0.293,30754},{0.528,3395},{0.966,378},{999,0},{999,0},{999,0},{999,0},{999,0}}|207230|.166|201909|NDFD
>
>
RNK|156|po|12|{{0.001,8431},{0.075,24176},{0.209,92770},{0.112,43278},{0.042,12994},{0.255,9299},{0.022,2413},{999,0},{999,0},{999,0},{999,0},{999,0}}|193361|.150|201909|NDFD
>
>
AKQ|156|po|12|{{0.000,10724},{0.003,35891},{0.099,127595},{0.081,32701},{0.128,25627},{0.051,3852},{0.000,4},{999,0},{999,0},{999,0},{999,0},{999,0}}|236394|.080|201909|NDFD
>
>
RLX|156|po|12|{{999,0},{0.167,17960},{0.115,140018},{0.309,34068},{0.371,16139},{0.372,4037},{0.441,1834},{0.645,2627},{999,0},{999,0},{999,0},{999,0}}|216683|.183|201909|NDFD
>
>
BMX|156|po|12|{{0.060,12438},{0.121,43604},{0.074,132355},{0.079,32096},{0.036,26035},{0.009,19851},{0.006,1019},{999,0},{999,0},{999,0},{999,0},{999,0}}|267398|.073|201909|NDFD
>
>
HUN|156|po|12|{{999,0},{0.000,13457},{0.111,38854},{0.092,15785},{0.029,17940},{0.002,2192},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|88228|.071|201909|NDFD
>
>
MOB|156|po|12|{{999,0},{0.740,673},{0.102,129256},{0.128,53675},{0.054,18826},{0.171,30188},{0.232,14427},{0.419,1266},{0.760,434},{999,0},{999,0},{999,0}}|248745|.124|201909|NDFD
>
>
LZK|156|po|12|{{999,0},{0.000,36042},{0.214,136929},{0.360,116387},{0.107,19047},{0.000,10214},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|318619|.230|201909|NDFD
>
>
JAX|156|po|12|{{999,0},{0.028,12037},{0.053,63183},{0.131,51953},{0.204,28220},{0.398,32331},{0.395,30930},{0.738,15847},{0.625,3595},{999,0},{999,0},{999,0}}|238096|.232|201909|NDFD
>
>
EYW|156|po|12|{{999,0},{999,0},{0.753,279},{0.123,4167},{0.296,98246},{0.486,96590},{0.631,15400},{999,0},{999,0},{999,0},{999,0},{999,0}}|214682|.403|201909|NDFD
>
>
MLB|156|po|12|{{999,0},{999,0},{0.008,19813},{0.077,42601},{0.410,47492},{0.477,57617},{0.642,19439},{0.460,5042},{999,0},{999,0},{999,0},{999,0}}|192004|.339|201909|NDFD
>
>
MFL|156|po|12|{{999,0},{0.000,4787},{0.008,8068},{0.205,41248},{0.298,67300},{0.406,54283},{0.439,40771},{0.267,5168},{0.200,1222},{999,0},{999,0},{999,0}}|222847|.315|201909|NDFD
>
>
TAE|156|po|12|{{0.006,2039},{0.081,51747},{0.062,170614},{0.063,53303},{0.167,26806},{0.184,32123},{0.155,30959},{0.217,1536},{999,0},{999,0},{999,0},{999,0}}|369127|.091|201909|NDFD
>
>
TBW|156|po|12|{{0.000,386},{0.171,181},{0.014,54827},{0.107,57032},{0.283,59483},{0.288,47522},{0.385,21177},{0.451,7765},{1.000,4},{999,0},{999,0},{999,0}}|248377|.198|201909|NDFD
>
>
FFC|156|po|12|{{999,0},{0.040,20838},{0.090,185729},{0.071,40000},{0.101,20451},{0.045,31475},{0.000,5636},{999,0},{999,0},{999,0},{999,0},{999,0}}|304129|.079|201909|NDFD
>
>
LCH|156|po|12|{{999,0},{0.106,22890},{0.077,65261},{0.179,121760},{0.622,74204},{0.596,20863},{0.952,12191},{1.000,415},{999,0},{999,0},{999,0},{999,0}}|317584|.314|201909|NDFD
>
>
LIX|156|po|12|{{0.000,299},{0.111,19861},{0.152,97858},{0.106,120930},{0.328,60256},{0.500,44350},{0.604,19088},{0.897,8490},{1.000,1077},{999,0},{999,0},{999,0}}|372209|.248|201909|NDFD
>
>
SHV|156|po|12|{{0.038,1124},{0.008,58953},{0.098,101712},{0.303,137027},{0.239,32419},{0.337,3795},{0.520,1207},{999,0},{999,0},{999,0},{999,0},{999,0}}|336237|.184|201909|NDFD
>
>
JAN|156|po|12|{{999,0},{0.107,27447},{0.060,141182},{0.124,107533},{0.189,30734},{0.051,22078},{0.041,4204},{999,0},{999,0},{999,0},{999,0},{999,0}}|333178|.096|201909|NDFD
>
>
ABQ|156|po|12|{{0.000,9},{0.031,96020},{0.143,318237},{0.208,224005},{0.282,96421},{0.519,70404},{0.681,33427},{0.442,701},{999,0},{999,0},{999,0},{999,0}}|839224|.217|201909|NDFD
>
>
OUN|156|po|12|{{0.779,263},{0.090,87351},{0.088,182022},{0.272,135661},{0.209,44517},{0.468,8923},{0.662,1010},{999,0},{999,0},{999,0},{999,0},{999,0}}|459747|.164|201909|NDFD
>
>
TSA|156|po|12|{{999,0},{0.058,30956},{0.050,93179},{0.466,94828},{0.627,24863},{0.780,5793},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249619|.283|201909|NDFD
>
>
MEG|156|po|12|{{0.000,1267},{0.000,56949},{0.125,142643},{0.316,64187},{0.022,16708},{0.005,8391},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|290145|.133|201909|NDFD
>
>
MRX|156|po|12|{{0.000,3174},{0.079,25197},{0.166,65271},{0.106,32885},{0.146,16830},{0.113,10163},{0.337,3984},{999,0},{999,0},{999,0},{999,0},{999,0}}|157504|.135|201909|NDFD
>
>
OHX|156|po|12|{{0.000,4960},{0.031,35973},{0.157,58446},{0.213,25670},{0.190,26360},{0.034,8362},{0.926,148},{999,0},{999,0},{999,0},{999,0},{999,0}}|159919|.132|201909|NDFD
>
>
AMA|156|po|12|{{0.425,2280},{0.105,67920},{0.212,83279},{0.170,58120},{0.439,22435},{0.794,12809},{0.971,5985},{1.000,241},{999,0},{999,0},{999,0},{999,0}}|253069|.244|201909|NDFD
>
>
EWX|156|po|12|{{0.013,8618},{0.014,8844},{0.046,155357},{0.199,117743},{0.277,44951},{0.860,57},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|335570|.129|201909|NDFD
>
>
BRO|156|po|12|{{0.060,6431},{0.214,412},{0.248,26489},{0.340,81345},{0.607,30294},{0.659,2942},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|147913|.372|201909|NDFD
>
>
CRP|156|po|12|{{0.157,51},{0.019,4773},{0.142,64592},{0.321,82716},{0.381,55270},{0.513,6130},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|213532|.281|201909|NDFD
>
>
EPZ|156|po|12|{{0.000,20},{0.077,40756},{0.147,85281},{0.199,70274},{0.442,58691},{0.538,24557},{0.806,11823},{1.000,468},{999,0},{999,0},{999,0},{999,0}}|291870|.270|201909|NDFD
>
>
FWD|156|po|12|{{0.001,7362},{0.000,32583},{0.064,190624},{0.182,102221},{0.222,37150},{0.006,176},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|370116|.106|201909|NDFD
>
>
HGX|156|po|12|{{999,0},{0.000,420},{0.068,61344},{0.314,97332},{0.506,96388},{0.635,26214},{1.000,98},{999,0},{999,0},{999,0},{999,0},{999,0}}|281796|.356|201909|NDFD
>
>
LUB|156|po|12|{{999,0},{0.248,25093},{0.141,101325},{0.264,50293},{0.330,13267},{0.245,6547},{0.812,7508},{999,0},{999,0},{999,0},{999,0},{999,0}}|204033|.225|201909|NDFD
>
>
MAF|156|po|12|{{999,0},{0.234,30999},{0.205,216130},{0.243,153918},{0.337,47232},{0.419,21926},{0.860,12703},{999,0},{999,0},{999,0},{999,0},{999,0}}|482908|.259|201909|NDFD
>
>
SJT|156|po|12|{{999,0},{0.018,20553},{0.096,152704},{0.088,67216},{0.035,11735},{0.000,10},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|252218|.084|201909|NDFD
>
>
FGZ|156|po|12|{{0.000,9689},{0.019,126523},{0.167,194428},{0.067,105061},{0.165,35742},{0.281,9198},{0.506,1959},{0.000,55},{999,0},{999,0},{999,0},{999,0}}|482655|.106|201909|NDFD
>
>
PSR|156|po|12|{{0.000,20894},{0.030,184375},{0.260,84657},{0.245,13998},{0.419,3894},{0.919,37},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|307855|.106|201909|NDFD
>
>
TWC|156|po|12|{{0.000,2378},{0.029,89559},{0.135,82304},{0.415,40189},{0.553,29587},{0.559,6538},{0.287,421},{999,0},{999,0},{999,0},{999,0},{999,0}}|250976|.201|201909|NDFD
>
>
EKA|156|po|12|{{0.000,4072},{0.086,145177},{0.271,68476},{0.393,32280},{0.374,10752},{0.507,6066},{0.919,1127},{1.000,173},{1.000,11},{999,0},{999,0},{999,0}}|268134|.194|201909|NDFD
>
>
LOX|156|po|12|{{0.004,52133},{0.003,212639},{0.000,18453},{0.048,22894},{0.040,3477},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|309672|.007|201909|NDFD
>
>
STO|156|po|12|{{0.000,18014},{0.025,167172},{0.284,48804},{0.351,13394},{0.321,19650},{0.445,9345},{0.750,4399},{0.931,29},{999,0},{999,0},{999,0},{999,0}}|280807|.130|201909|NDFD
>
>
SGX|156|po|12|{{0.003,30617},{0.004,79476},{0.045,26035},{0.087,10384},{0.440,3904},{0.323,96},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150512|.028|201909|NDFD
>
>
MTR|156|po|12|{{0.004,69539},{0.026,180732},{0.138,42096},{0.006,19084},{0.000,360},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|311811|.035|201909|NDFD
>
>
HNX|156|po|12|{{0.002,83664},{0.002,108511},{0.028,41047},{0.000,7059},{0.009,8984},{0.098,4262},{0.483,1796},{0.446,1151},{0.000,22},{999,0},{999,0},{999,0}}|256496|.013|201909|NDFD
>
>
BOI|156|po|12|{{999,0},{0.000,80502},{0.090,184841},{0.404,97497},{0.422,65016},{0.243,30157},{0.270,25171},{0.444,21444},{0.790,5096},{0.994,646},{999,0},{999,0}}|510370|.219|201909|NDFD
>
>
PIH|156|po|12|{{999,0},{0.000,38985},{0.104,102369},{0.300,58303},{0.425,34647},{0.405,36711},{0.574,27123},{0.700,17317},{0.836,6950},{0.993,423},{999,0},{999,0}}|322828|.284|201909|NDFD
>
>
BYZ|156|po|12|{{999,0},{0.000,3431},{0.169,130509},{0.415,108626},{0.459,83300},{0.602,43158},{0.694,34338},{0.716,25284},{0.924,6658},{0.970,2202},{999,0},{999,0}}|437506|.415|201909|NDFD
>
>
GGW|156|po|12|{{999,0},{0.000,4556},{0.256,137885},{0.403,82146},{0.287,59681},{0.274,26261},{0.485,18656},{0.946,24105},{1.000,1761},{999,0},{999,0},{999,0}}|355051|.356|201909|NDFD
>
>
TFX|156|po|12|{{999,0},{0.000,5124},{0.104,134482},{0.272,146900},{0.287,99984},{0.323,51853},{0.286,46174},{0.792,48689},{0.955,21749},{0.999,2537},{999,0},{999,0}}|557492|.313|201909|NDFD
>
>
MSO|156|po|12|{{999,0},{0.000,4966},{0.042,71194},{0.279,108723},{0.335,70697},{0.405,72207},{0.541,69874},{0.653,31844},{0.930,9284},{0.949,1981},{0.500,2},{999,0}}|440772|.353|201909|NDFD
>
>
LKN|156|po|12|{{0.000,8023},{0.036,201766},{0.149,189020},{0.309,85919},{0.310,34463},{0.810,19574},{0.906,15759},{0.951,3484},{1.000,110},{999,0},{999,0},{999,0}}|558118|.190|201909|NDFD
>
>
VEF|156|po|12|{{0.000,119886},{0.023,331553},{0.019,163978},{0.038,42273},{0.243,12827},{0.573,623},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|671140|.024|201909|NDFD
>
>
REV|156|po|12|{{0.000,30498},{0.042,153362},{0.151,87350},{0.341,43963},{0.509,23083},{0.572,10621},{0.813,3805},{999,0},{999,0},{999,0},{999,0},{999,0}}|352682|.157|201909|NDFD
>
>
MFR|156|po|12|{{0.000,17195},{0.048,102766},{0.202,213152},{0.573,91384},{0.803,19882},{0.433,10802},{0.346,32008},{0.676,16114},{0.911,1018},{999,0},{999,0},{999,0}}|504321|.285|201909|NDFD
>
>
PDT|156|po|12|{{999,0},{0.014,56326},{0.108,193191},{0.333,103392},{0.591,48307},{0.509,26426},{0.439,15920},{0.567,7446},{0.897,1277},{1.000,102},{999,0},{999,0}}|452387|.244|201909|NDFD
>
>
PQR|156|po|12|{{0.000,388},{0.003,10932},{0.186,125644},{0.334,114713},{0.651,74222},{0.886,47770},{0.617,11629},{0.179,780},{999,0},{999,0},{999,0},{999,0}}|386078|.414|201909|NDFD
>
>
SLC|156|po|12|{{0.000,4826},{0.008,174595},{0.019,286679},{0.154,126618},{0.218,56188},{0.500,30732},{0.696,15544},{0.460,5937},{0.224,312},{999,0},{999,0},{999,0}}|701431|.096|201909|NDFD
>
>
SEW|156|po|12|{{999,0},{0.697,4018},{0.265,129093},{0.331,78789},{0.609,92302},{0.553,32107},{0.918,3940},{0.981,9351},{999,0},{999,0},{999,0},{999,0}}|349600|.429|201909|NDFD
>
>
OTX|156|po|12|{{999,0},{0.024,36709},{0.201,156138},{0.407,113344},{0.555,67274},{0.585,42092},{0.540,15010},{0.557,1281},{999,0},{999,0},{999,0},{999,0}}|431848|.345|201909|NDFD
>
>
BOU|12|po|00|{{0.000,83540},{0.016,63481},{0.183,50037},{0.259,21636},{0.688,10447},{0.490,14018},{0.681,11434},{0.900,4454},{0.998,3097},{1.000,3844},{1.000,292},{999,0}}|266280|.184|201909|NDFD
>
>
GJT|12|po|00|{{0.000,150130},{0.003,113610},{0.017,57624},{0.075,43453},{0.175,34014},{0.428,27966},{0.669,15999},{0.837,11873},{0.791,5895},{0.943,877},{1.000,118},{999,0}}|461559|.106|201909|NDFD
>
>
PUB|12|po|00|{{0.000,45962},{0.010,92982},{0.058,83216},{0.192,29777},{0.254,14467},{0.289,8723},{0.481,7330},{0.681,9470},{0.935,263},{0.903,486},{1.000,1},{999,0}}|292677|.097|201909|NDFD
>
>
LOT|12|po|00|{{0.055,27160},{0.084,11443},{0.167,33149},{0.302,16422},{0.672,10139},{0.654,5459},{0.637,5206},{0.764,5921},{0.930,5052},{0.945,4977},{0.934,4919},{0.993,4721}}|134568|.370|201909|NDFD
>
>
ILX|12|po|00|{{0.000,39784},{0.021,37911},{0.042,40768},{0.153,16976},{0.345,10988},{0.626,10318},{0.738,5767},{0.757,4987},{0.888,5945},{0.952,1165},{1.000,2064},{999,0}}|176673|.180|201909|NDFD
>
>
IND|12|po|00|{{0.005,41367},{0.019,30801},{0.010,40949},{0.063,18224},{0.163,4519},{999,0},{1.000,1311},{1.000,2052},{1.000,3430},{999,0},{999,0},{999,0}}|142653|.069|201909|NDFD
>
>
IWX|12|po|00|{{0.005,32365},{0.098,29099},{0.114,49438},{0.294,15642},{0.309,7844},{0.612,2467},{0.764,2051},{0.888,1673},{0.993,4146},{1.000,2492},{1.000,1472},{1.000,138}}|148827|.191|201909|NDFD
>
>
DVN|12|po|00|{{0.048,31260},{0.013,23309},{0.072,30969},{0.233,15471},{0.351,13072},{0.540,13476},{0.646,19275},{0.703,12932},{0.866,8742},{0.858,3453},{1.000,4399},{1.000,10374}}|186732|.355|201909|NDFD
>
>
DMX|12|po|00|{{0.011,27084},{0.079,61437},{0.062,41909},{0.144,14880},{0.321,20428},{0.525,21678},{0.644,23277},{0.824,19844},{0.854,14442},{0.881,7997},{0.984,6295},{1.000,2074}}|261345|.332|201909|NDFD
>
>
DDC|12|po|00|{{0.001,52338},{0.001,21393},{0.021,49333},{0.080,40490},{0.167,6421},{0.279,10811},{0.543,8275},{0.552,3539},{0.924,6532},{1.000,389},{999,0},{999,0}}|199521|.107|201909|NDFD
>
>
GLD|12|po|00|{{0.000,57924},{0.005,35904},{0.081,39060},{0.261,19660},{0.484,9692},{0.645,8668},{0.737,7224},{0.828,4614},{0.926,3439},{0.985,2857},{999,0},{999,0}}|189042|.179|201909|NDFD
>
>
TOP|12|po|00|{{0.009,35093},{0.004,27511},{0.049,35731},{0.226,12485},{0.312,13503},{0.073,6719},{0.124,2848},{0.895,610},{0.991,320},{1.000,323},{1.000,6696},{1.000,58}}|141897|.127|201909|NDFD
>
>
ICT|12|po|00|{{0.000,22543},{0.003,43745},{0.020,56053},{0.119,26972},{0.211,18261},{0.404,9866},{0.711,3183},{0.845,2030},{0.793,1852},{0.937,6676},{0.997,297},{999,0}}|191478|.127|201909|NDFD
>
>
JKL|12|po|00|{{0.000,42941},{0.023,20275},{0.026,26692},{0.210,7052},{0.343,2379},{0.007,148},{0.179,4820},{999,0},{999,0},{999,0},{999,0},{999,0}}|104307|.041|201909|NDFD
>
>
LMK|12|po|00|{{0.001,66958},{0.014,34997},{0.038,47710},{0.063,13612},{0.195,4559},{0.392,4549},{0.745,2204},{1.000,887},{999,0},{999,0},{999,0},{999,0}}|175476|.048|201909|NDFD
>
>
PAH|12|po|00|{{0.000,83017},{0.011,48983},{0.025,51353},{0.218,10508},{0.334,4365},{0.431,4723},{0.748,9162},{0.606,5728},{0.996,717},{1.000,12},{999,0},{999,0}}|218568|.085|201909|NDFD
>
>
DTX|12|po|00|{{0.038,22979},{0.092,62557},{0.131,67145},{0.211,38961},{0.341,43974},{0.575,30540},{0.747,24757},{0.853,18022},{0.883,9935},{0.997,9806},{0.993,13883},{1.000,4508}}|347067|.366|201909|NDFD
>
>
APX|12|po|00|{{0.025,16257},{0.095,25110},{0.319,24969},{0.328,30207},{0.449,26259},{0.623,4822},{0.896,3121},{0.944,4854},{0.938,9801},{0.919,13317},{0.990,11317},{1.000,9789}}|179823|.474|201909|NDFD
>
>
GRR|12|po|00|{{0.075,15233},{0.181,32038},{0.266,29962},{0.247,7059},{0.256,8735},{0.442,8742},{0.584,9357},{0.800,6491},{0.964,3735},{0.988,8265},{0.965,5432},{0.988,6512}}|141561|.402|201909|NDFD
>
>
MQT|12|po|00|{{0.000,11842},{0.003,68909},{0.135,84000},{0.321,69998},{0.552,37035},{0.632,33057},{0.687,25216},{0.857,25070},{0.856,19868},{0.910,20999},{0.964,22756},{0.977,29999}}|448749|.449|201909|NDFD
>
>
DLH|12|po|00|{{0.000,20588},{0.006,57856},{0.059,52445},{0.246,53388},{0.436,27788},{0.635,23629},{0.723,11441},{0.716,13925},{0.740,14644},{0.967,10134},{1.000,40763},{1.000,23091}}|349692|.419|201909|NDFD
>
>
MPX|12|po|00|{{0.000,34511},{0.007,57240},{0.070,48357},{0.267,24341},{0.377,23579},{0.635,22746},{0.780,20236},{0.833,23347},{0.841,21683},{0.984,17432},{1.000,25569},{1.000,3351}}|322392|.413|201909|NDFD
>
>
EAX|12|po|00|{{0.027,42139},{0.021,68324},{0.044,39010},{0.088,17708},{0.390,4595},{0.620,4788},{0.471,8216},{0.518,12039},{0.800,5590},{0.905,5787},{0.977,6831},{1.000,4570}}|219597|.190|201909|NDFD
>
>
SGF|12|po|00|{{0.000,43783},{0.001,66082},{0.004,38089},{0.074,14649},{0.141,11174},{0.199,13938},{0.373,8561},{0.669,8542},{0.790,12167},{0.933,3379},{1.000,94},{999,0}}|220458|.124|201909|NDFD
>
>
LSX|12|po|00|{{0.008,60037},{0.004,37872},{0.013,53000},{0.072,34641},{0.194,11056},{0.322,10096},{0.538,9421},{0.449,11948},{0.551,2555},{0.813,5008},{0.751,3069},{1.000,214}}|238917|.116|201909|NDFD
>
>
GID|12|po|00|{{0.007,27345},{0.001,25730},{0.027,56800},{0.096,26403},{0.265,7087},{0.737,2558},{0.844,4514},{0.871,9648},{0.964,9206},{0.846,4799},{0.962,2604},{999,0}}|176694|.202|201909|NDFD
>
>
LBF|12|po|00|{{0.000,50080},{0.016,60231},{0.074,69145},{0.244,40230},{0.578,15681},{0.437,7857},{0.590,8839},{0.893,13329},{0.981,13544},{0.999,20994},{0.979,6439},{999,0}}|306369|.281|201909|NDFD
>
>
OAX|12|po|00|{{0.000,6865},{0.005,25017},{0.075,73676},{0.256,29518},{0.584,23752},{0.668,12337},{0.544,9433},{0.682,6099},{0.871,7325},{0.780,4359},{0.883,4783},{0.970,263}}|203427|.290|201909|NDFD
>
>
BIS|12|po|00|{{0.000,85751},{0.039,41078},{0.200,55862},{0.319,81222},{0.347,52822},{0.507,24205},{0.665,20840},{0.839,31643},{0.916,38592},{0.960,22514},{0.996,28754},{1.000,27836}}|511119|.437|201909|NDFD
>
>
FGF|12|po|00|{{0.003,79845},{0.133,67727},{0.164,79630},{0.323,24221},{0.317,21555},{0.436,22052},{0.533,21852},{0.612,12686},{0.733,10522},{0.897,14676},{0.897,35109},{1.000,33653}}|423528|.359|201909|NDFD
>
>
ABR|12|po|00|{{0.003,62008},{0.067,53575},{0.154,24746},{0.408,43965},{0.502,30529},{0.704,12507},{0.914,7424},{0.895,6612},{0.978,7410},{0.999,16309},{1.000,25558},{1.000,2874}}|293517|.390|201909|NDFD
>
>
UNR|12|po|00|{{0.011,82762},{0.037,62865},{0.065,64104},{0.296,40703},{0.467,20320},{0.612,11063},{0.774,17124},{0.696,30725},{0.918,20494},{0.900,30715},{0.974,14140},{1.000,625}}|395640|.332|201909|NDFD
>
>
FSD|12|po|00|{{0.000,32501},{0.068,34401},{0.168,59651},{0.195,47727},{0.353,20776},{0.582,10449},{0.797,6773},{0.870,14724},{0.909,14288},{0.999,8999},{0.999,17807},{1.000,1418}}|269514|.351|201909|NDFD
>
>
GRB|12|po|00|{{0.000,4111},{0.004,38004},{0.064,37180},{0.242,12585},{0.624,9122},{0.445,5047},{0.678,8875},{0.829,17155},{0.971,17676},{1.000,9906},{1.000,22073},{1.000,1428}}|183162|.460|201909|NDFD
>
>
ARX|12|po|00|{{0.001,11006},{0.025,45417},{0.175,13899},{0.232,17215},{0.275,8655},{0.661,8748},{0.778,15765},{0.910,15307},{0.881,11726},{0.884,18124},{0.982,14232},{0.993,8486}}|188580|.481|201909|NDFD
>
>
MKX|12|po|00|{{0.017,25641},{0.069,51825},{0.215,27658},{0.410,33738},{0.488,13645},{0.497,19048},{0.512,17624},{0.784,17699},{0.853,13252},{0.862,15509},{0.948,19564},{0.995,16789}}|271992|.451|201909|NDFD
>
>
CYS|12|po|00|{{0.005,134483},{0.042,44622},{0.252,20544},{0.352,30244},{0.448,23791},{0.544,19831},{0.450,22241},{0.826,15229},{0.981,10028},{0.989,9879},{1.000,257},{999,0}}|331149|.249|201909|NDFD
>
>
RIW|12|po|00|{{0.000,170493},{0.009,72142},{0.051,39247},{0.242,58717},{0.498,53315},{0.617,38922},{0.675,28346},{0.736,25801},{0.799,24385},{0.874,16925},{0.888,7055},{1.000,1874}}|537222|.275|201909|NDFD
>
>
CAR|12|po|00|{{0.000,38827},{0.001,45725},{0.181,33893},{0.108,26918},{0.404,21064},{0.460,9120},{0.640,10344},{0.786,6055},{0.847,6570},{0.880,6818},{0.950,9285},{1.000,10858}}|225477|.286|201909|NDFD
>
>
GYX|12|po|00|{{0.000,58135},{0.002,58972},{0.062,47510},{0.375,21683},{0.515,14795},{0.384,8129},{0.562,8360},{0.706,10976},{0.816,8363},{0.986,6611},{1.000,6303},{999,0}}|249837|.216|201909|NDFD
>
>
BOX|12|po|00|{{0.000,56161},{0.060,43502},{0.149,32920},{0.289,9830},{0.330,1895},{0.451,2259},{0.664,4466},{0.850,5504},{0.925,9565},{0.851,3380},{0.883,5007},{0.709,4221}}|178710|.217|201909|NDFD
>
>
PHI|12|po|00|{{0.016,36369},{0.004,45401},{0.026,28940},{0.120,16558},{0.435,13859},{0.370,6754},{0.452,18760},{0.457,7829},{1.000,124},{999,0},{999,0},{999,0}}|174594|.139|201909|NDFD
>
>
ALY|12|po|00|{{0.000,17004},{0.000,43537},{0.027,32405},{0.220,19002},{0.637,15540},{0.541,5938},{0.868,5097},{0.979,3628},{0.953,1334},{0.971,1598},{1.000,90},{999,0}}|145173|.200|201909|NDFD
>
>
BGM|12|po|00|{{0.000,29595},{0.022,26742},{0.054,40959},{0.222,27532},{0.457,12916},{0.612,10806},{0.669,8140},{0.803,4762},{0.930,2119},{0.869,1483},{0.965,342},{999,0}}|165396|.207|201909|NDFD
>
>
BUF|12|po|00|{{0.011,47953},{0.024,33107},{0.110,32035},{0.460,22039},{0.455,18740},{0.556,8539},{0.926,6446},{0.851,17706},{0.995,3024},{0.896,1495},{0.990,2540},{1.000,6002}}|199626|.311|201909|NDFD
>
>
OKX|12|po|00|{{0.000,23575},{0.044,38035},{0.115,11026},{0.376,4683},{0.812,4840},{0.359,1353},{0.773,10529},{0.575,5267},{0.667,2038},{999,0},{999,0},{999,0}}|101346|.213|201909|NDFD
>
>
MHX|12|po|00|{{0.000,23537},{0.008,33326},{0.013,55225},{0.183,12325},{0.428,5992},{0.354,3854},{0.146,2368},{1.000,20},{999,0},{999,0},{999,0},{999,0}}|136647|.055|201909|NDFD
>
>
RAH|12|po|00|{{0.000,37028},{0.000,26743},{0.020,57012},{0.137,16235},{0.182,8149},{0.167,48},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|145215|.033|201909|NDFD
>
>
ILM|12|po|00|{{0.000,25652},{0.001,45372},{0.086,27343},{0.179,13992},{0.148,5009},{0.109,727},{0.342,404},{0.902,508},{999,0},{999,0},{999,0},{999,0}}|119007|.053|201909|NDFD
>
>
CLE|12|po|00|{{0.000,30494},{0.001,52110},{0.031,50920},{0.252,30617},{0.385,20322},{0.753,12884},{0.964,12191},{0.973,2850},{0.946,1317},{0.944,4667},{0.956,3850},{999,0}}|222222|.228|201909|NDFD
>
>
ILN|12|po|00|{{0.000,33767},{0.001,50599},{0.046,50603},{0.192,28534},{0.544,10161},{0.575,4537},{0.924,1372},{0.981,3380},{0.704,81},{0.559,93},{0.742,329},{999,0}}|183456|.114|201909|NDFD
>
>
PBZ|12|po|00|{{0.000,21286},{0.000,33036},{0.038,57966},{0.241,29406},{0.597,13555},{0.899,9149},{0.877,2344},{0.847,2137},{0.781,2527},{0.933,1676},{999,0},{999,0}}|173082|.191|201909|NDFD
>
>
CTP|12|po|00|{{0.000,43974},{0.016,43094},{0.072,56212},{0.178,28363},{0.395,18188},{0.634,15808},{0.725,5865},{0.987,1222},{1.000,470},{1.000,302},{1.000,175},{1.000,2}}|213675|.156|201909|NDFD
>
>
CHS|12|po|00|{{0.000,51943},{0.004,29801},{0.036,36108},{0.229,26728},{0.260,5699},{0.278,1657},{1.000,124},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|152061|.063|201909|NDFD
>
>
CAE|12|po|00|{{0.000,45184},{0.000,25985},{0.032,29703},{0.382,13647},{0.610,1586},{0.635,1299},{0.327,1204},{999,0},{999,0},{999,0},{999,0},{999,0}}|118608|.070|201909|NDFD
>
>
GSP|12|po|00|{{0.000,18721},{0.001,85835},{0.016,44055},{0.089,18118},{0.158,6435},{0.214,4272},{0.529,5204},{0.892,2033},{1.000,274},{999,0},{999,0},{999,0}}|184947|.049|201909|NDFD
>
>
BTV|12|po|00|{{0.000,57025},{0.000,10890},{0.043,24569},{0.221,17525},{0.433,10623},{0.314,6226},{0.779,4974},{0.970,9353},{0.971,5064},{1.000,5344},{1.000,321},{999,0}}|151914|.231|201909|NDFD
>
>
LWX|12|po|00|{{0.000,30355},{0.000,42236},{0.034,33079},{0.114,44175},{0.296,21041},{0.328,14347},{0.425,1981},{0.092,1996},{999,0},{999,0},{999,0},{999,0}}|189210|.096|201909|NDFD
>
>
RNK|12|po|00|{{0.000,33404},{0.009,34105},{0.032,53308},{0.161,35508},{0.186,14464},{0.213,4586},{0.696,1140},{0.000,28},{0.000,4},{999,0},{999,0},{999,0}}|176547|.069|201909|NDFD
>
>
AKQ|12|po|00|{{0.000,64411},{0.000,39051},{0.013,61146},{0.117,19223},{0.410,12005},{0.564,7622},{0.591,9001},{0.754,3379},{999,0},{999,0},{999,0},{999,0}}|215838|.093|201909|NDFD
>
>
RLX|12|po|00|{{0.003,42596},{0.019,62702},{0.058,41815},{0.098,27043},{0.375,13608},{0.469,7054},{0.212,2375},{0.316,648},{999,0},{999,0},{999,0},{999,0}}|197841|.079|201909|NDFD
>
>
BMX|12|po|00|{{0.000,96939},{0.000,47147},{0.004,57773},{0.122,37430},{0.044,4674},{0.000,183},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244146|.021|201909|NDFD
>
>
HUN|12|po|00|{{0.000,22196},{0.000,28533},{0.009,9022},{0.111,14856},{0.001,2503},{0.106,2596},{0.404,850},{999,0},{999,0},{999,0},{999,0},{999,0}}|80556|.029|201909|NDFD
>
>
MOB|12|po|00|{{0.000,36240},{0.003,79684},{0.030,77479},{0.201,28561},{0.559,3361},{0.907,1189},{0.657,601},{999,0},{999,0},{999,0},{999,0},{999,0}}|227115|.051|201909|NDFD
>
>
LZK|12|po|00|{{0.004,29100},{0.000,102823},{0.013,70317},{0.433,20060},{0.260,11392},{0.416,15809},{0.411,21201},{0.353,9386},{0.445,7597},{0.465,3214},{1.000,14},{999,0}}|290913|.124|201909|NDFD
>
>
JAX|12|po|00|{{0.000,47890},{0.003,45925},{0.027,50103},{0.192,42670},{0.446,17656},{0.800,8685},{0.952,3371},{0.942,1039},{1.000,53},{999,0},{999,0},{999,0}}|217392|.132|201909|NDFD
>
>
EYW|12|po|00|{{999,0},{0.001,10001},{0.091,39572},{0.430,42223},{0.426,34920},{0.524,17834},{0.769,23541},{0.868,13283},{0.827,6184},{0.963,6035},{1.000,2421},{999,0}}|196014|.454|201909|NDFD
>
>
MLB|12|po|00|{{0.000,3307},{0.006,38127},{0.058,44509},{0.314,34943},{0.605,21119},{0.589,9869},{0.827,12012},{0.931,3841},{0.967,1030},{0.952,2692},{0.994,2357},{1.000,1502}}|175308|.304|201909|NDFD
>
>
MFL|12|po|00|{{0.039,22098},{0.065,26763},{0.084,38877},{0.321,39653},{0.385,25284},{0.509,21479},{0.618,15812},{0.495,5386},{0.650,3960},{0.181,998},{0.586,1042},{0.936,2117}}|203469|.280|201909|NDFD
>
>
TAE|12|po|00|{{0.000,122730},{0.004,134191},{0.078,60040},{0.276,16585},{0.509,3041},{0.093,442},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|337029|.034|201909|NDFD
>
>
TBW|12|po|00|{{0.001,80638},{0.009,31416},{0.062,56221},{0.189,30691},{0.337,20524},{0.520,4705},{0.634,2098},{0.753,486},{999,0},{999,0},{999,0},{999,0}}|226779|.091|201909|NDFD
>
>
FFC|12|po|00|{{0.001,28435},{0.001,143062},{0.026,71558},{0.181,25634},{0.402,7829},{0.747,590},{0.835,575},{999,0},{999,0},{999,0},{999,0},{999,0}}|277683|.039|201909|NDFD
>
>
LCH|12|po|00|{{0.000,2023},{0.004,86162},{0.108,69315},{0.173,82643},{0.511,16682},{0.609,11461},{0.803,6483},{0.878,3971},{0.938,5637},{0.979,5058},{1.000,533},{999,0}}|289968|.197|201909|NDFD
>
>
LIX|12|po|00|{{0.003,86579},{0.033,60579},{0.124,87828},{0.256,44062},{0.536,39558},{0.467,15821},{0.870,2201},{0.991,3215},{999,0},{999,0},{999,0},{999,0}}|339843|.171|201909|NDFD
>
>
SHV|12|po|00|{{0.000,69181},{0.011,67301},{0.012,75213},{0.113,66864},{0.152,7616},{0.315,4084},{0.442,3047},{0.681,3902},{0.862,3683},{0.983,6108},{999,0},{999,0}}|306999|.081|201909|NDFD
>
>
JAN|12|po|00|{{0.002,122503},{0.008,98401},{0.080,45566},{0.136,19019},{0.365,7695},{0.394,4784},{0.647,3039},{0.709,2622},{0.794,577},{999,0},{999,0},{999,0}}|304206|.053|201909|NDFD
>
>
ABQ|12|po|00|{{0.000,19419},{0.010,175817},{0.065,196630},{0.182,133557},{0.350,101216},{0.526,54710},{0.678,31893},{0.684,27333},{0.838,14794},{0.981,4609},{1.000,6201},{1.000,69}}|766248|.217|201909|NDFD
>
>
OUN|12|po|00|{{0.003,118492},{0.007,74219},{0.037,80199},{0.163,50363},{0.437,26696},{0.642,16672},{0.717,16243},{0.839,13448},{0.961,14577},{0.993,5039},{1.000,3821},{999,0}}|419769|.191|201909|NDFD
>
>
TSA|12|po|00|{{0.002,65107},{0.002,42376},{0.004,33251},{0.264,23276},{0.430,16593},{0.436,10765},{0.755,8659},{0.769,10130},{0.779,9637},{1.000,4412},{1.000,3251},{1.000,456}}|227913|.212|201909|NDFD
>
>
MEG|12|po|00|{{0.000,67547},{0.009,99696},{0.008,60972},{0.059,18708},{0.198,10241},{0.765,2681},{0.678,3020},{0.911,1748},{1.000,299},{1.000,3},{999,0},{999,0}}|264915|.040|201909|NDFD
>
>
MRX|12|po|00|{{0.001,31026},{0.003,36956},{0.014,46123},{0.183,19406},{0.168,7203},{0.173,2566},{0.487,528},{999,0},{999,0},{999,0},{999,0},{999,0}}|143808|.043|201909|NDFD
>
>
OHX|12|po|00|{{0.003,45289},{0.007,27123},{0.032,38279},{0.114,28241},{0.161,1597},{0.093,3371},{0.112,1126},{0.271,987},{999,0},{999,0},{999,0},{999,0}}|146013|.039|201909|NDFD
>
>
AMA|12|po|00|{{0.000,16685},{0.001,54089},{0.007,55245},{0.080,40598},{0.324,16239},{0.416,12789},{0.540,11156},{0.706,10745},{0.934,7597},{0.965,4531},{1.000,1389},{999,0}}|231063|.176|201909|NDFD
>
>
EWX|12|po|00|{{0.004,21944},{0.009,109933},{0.039,100094},{0.211,54889},{0.424,13077},{0.571,4353},{0.830,1954},{0.336,146},{999,0},{999,0},{999,0},{999,0}}|306390|.086|201909|NDFD
>
>
BRO|12|po|00|{{0.006,7272},{0.001,12705},{0.060,23107},{0.244,45878},{0.369,29842},{0.462,7573},{0.399,3227},{0.727,2553},{0.931,2880},{1.000,14},{999,0},{999,0}}|135051|.244|201909|NDFD
>
>
CRP|12|po|00|{{0.028,4372},{0.005,26156},{0.050,67014},{0.209,51118},{0.382,32189},{0.414,6554},{0.609,2845},{0.768,2039},{0.942,2677},{999,0},{999,0},{999,0}}|194964|.180|201909|NDFD
>
>
EPZ|12|po|00|{{0.000,3525},{0.014,52104},{0.048,56973},{0.126,44999},{0.329,37749},{0.516,25325},{0.584,19940},{0.782,13688},{0.929,7474},{0.875,649},{0.970,4032},{1.000,32}}|266490|.257|201909|NDFD
>
>
FWD|12|po|00|{{0.000,88498},{0.012,103622},{0.040,80831},{0.141,35533},{0.211,14941},{0.422,7963},{0.687,3654},{0.816,1757},{0.846,935},{0.299,154},{0.636,44},{999,0}}|337932|.062|201909|NDFD
>
>
HGX|12|po|00|{{0.000,11356},{0.039,53470},{0.169,69867},{0.229,46458},{0.483,27097},{0.580,22028},{0.497,8351},{0.846,3692},{0.770,4952},{0.943,5924},{0.912,3264},{1.000,833}}|257292|.276|201909|NDFD
>
>
LUB|12|po|00|{{0.000,14444},{0.000,39691},{0.025,34792},{0.185,34285},{0.323,15450},{0.430,9310},{0.555,9222},{0.547,6418},{0.920,7007},{0.999,5268},{1.000,10404},{999,0}}|186291|.252|201909|NDFD
>
>
MAF|12|po|00|{{0.000,215},{0.005,101394},{0.084,84964},{0.243,71861},{0.403,64979},{0.368,41639},{0.573,32386},{0.642,17474},{0.864,8700},{0.877,9664},{0.991,7640},{999,0}}|440916|.272|201909|NDFD
>
>
SJT|12|po|00|{{0.002,51990},{0.009,52094},{0.045,63009},{0.162,39244},{0.510,11452},{0.778,9225},{0.832,2091},{0.955,1033},{0.966,148},{999,0},{999,0},{999,0}}|230286|.112|201909|NDFD
>
>
FGZ|12|po|00|{{0.001,152559},{0.001,74691},{0.012,77584},{0.114,51657},{0.226,32309},{0.223,14474},{0.320,9118},{0.594,7403},{0.647,7802},{0.807,6389},{0.763,1449},{0.826,5250}}|440685|.092|201909|NDFD
>
>
PSR|12|po|00|{{0.000,120285},{0.006,58305},{0.101,30247},{0.164,22210},{0.230,13870},{0.380,7124},{0.573,9498},{0.562,9621},{0.756,7049},{0.929,2148},{1.000,728},{999,0}}|281085|.113|201909|NDFD
>
>
TWC|12|po|00|{{0.001,37050},{0.003,57656},{0.033,18763},{0.108,18162},{0.234,28882},{0.320,23880},{0.392,17367},{0.498,15875},{0.747,4379},{0.981,5198},{0.999,1940},{999,0}}|229152|.184|201909|NDFD
>
>
EKA|12|po|00|{{0.000,113191},{0.024,61364},{0.166,28418},{0.329,10477},{0.759,4346},{0.919,2373},{0.898,1553},{0.716,3166},{0.888,4101},{0.924,6221},{0.999,3872},{0.999,5736}}|244818|.154|201909|NDFD
>
>
LOX|12|po|00|{{0.000,122725},{0.000,145265},{0.036,14001},{0.032,750},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|282744|.002|201909|NDFD
>
>
STO|12|po|00|{{0.001,169339},{0.028,39574},{0.039,14966},{0.151,6392},{0.380,5902},{0.572,3312},{0.745,3693},{0.882,4478},{0.932,4092},{0.812,3347},{0.613,1294},{999,0}}|256389|.082|201909|NDFD
>
>
SGX|12|po|00|{{0.000,76288},{0.000,42329},{0.007,9154},{0.121,4395},{0.127,2139},{0.349,1336},{0.780,1447},{0.711,301},{0.400,35},{999,0},{999,0},{999,0}}|137424|.020|201909|NDFD
>
>
MTR|12|po|00|{{0.000,209422},{0.005,44598},{0.067,13404},{0.158,6077},{0.201,3333},{0.313,3295},{0.453,2223},{0.787,1098},{0.697,964},{0.106,283},{999,0},{999,0}}|284697|.022|201909|NDFD
>
>
HNX|12|po|00|{{0.000,201067},{0.011,17127},{0.001,13363},{0.033,1398},{0.063,651},{0.355,470},{0.198,116},{999,0},{999,0},{999,0},{999,0},{999,0}}|234192|.002|201909|NDFD
>
>
BOI|12|po|00|{{0.000,197471},{0.006,51967},{0.059,59268},{0.156,43882},{0.211,27094},{0.315,26054},{0.487,21413},{0.572,17906},{0.641,7053},{0.858,4455},{0.992,5205},{1.000,4222}}|465990|.135|201909|NDFD
>
>
PIH|12|po|00|{{0.000,110240},{0.000,25155},{0.084,34975},{0.245,31717},{0.322,20807},{0.466,23064},{0.544,19392},{0.668,10009},{0.891,7933},{0.840,6432},{0.912,4742},{0.997,290}}|294756|.212|201909|NDFD
>
>
BYZ|12|po|00|{{0.000,86265},{0.025,52145},{0.057,44989},{0.306,46878},{0.604,32106},{0.772,19209},{0.838,13647},{0.929,17606},{0.974,21725},{0.968,24920},{0.996,30883},{1.000,9089}}|399462|.414|201909|NDFD
>
>
GGW|12|po|00|{{0.009,55817},{0.025,63865},{0.191,40600},{0.514,25561},{0.669,13879},{0.611,8172},{0.872,8537},{0.922,12207},{0.981,23704},{0.990,24885},{1.000,21316},{1.000,25634}}|324177|.465|201909|NDFD
>
>
TFX|12|po|00|{{0.000,85764},{0.009,85662},{0.088,107755},{0.253,49006},{0.438,30735},{0.616,17785},{0.701,16722},{0.692,19369},{0.761,22355},{0.871,25303},{0.975,20211},{1.000,28352}}|509019|.313|201909|NDFD
>
>
MSO|12|po|00|{{0.000,86480},{0.003,70460},{0.062,36223},{0.154,27300},{0.262,28009},{0.331,27384},{0.419,26730},{0.515,23988},{0.588,23508},{0.559,25020},{0.812,13334},{0.993,14008}}|402444|.247|201909|NDFD
>
>
LKN|12|po|00|{{0.000,214800},{0.020,102452},{0.110,93856},{0.172,36801},{0.332,22863},{0.357,18776},{0.539,11606},{0.723,6910},{0.930,1435},{1.000,84},{1.000,3},{999,0}}|509586|.090|201909|NDFD
>
>
VEF|12|po|00|{{0.000,383772},{0.000,117905},{0.008,47692},{0.032,26872},{0.138,15042},{0.277,7273},{0.630,4400},{0.817,4122},{0.845,3225},{0.709,1778},{0.857,699},{999,0}}|612780|.026|201909|NDFD
>
>
REV|12|po|00|{{0.000,164857},{0.001,54599},{0.082,37038},{0.198,35971},{0.362,17066},{0.582,5492},{0.730,2291},{0.924,1238},{0.862,1012},{0.961,1261},{0.870,1125},{1.000,64}}|322014|.079|201909|NDFD
>
>
MFR|12|po|00|{{0.000,175357},{0.024,85975},{0.126,31472},{0.192,28696},{0.387,21764},{0.462,16289},{0.566,15750},{0.702,19347},{0.690,17520},{0.633,13413},{0.860,9416},{0.981,25468}}|460467|.225|201909|NDFD
>
>
PDT|12|po|00|{{0.000,121415},{0.000,73676},{0.034,47662},{0.122,53472},{0.246,28349},{0.421,20580},{0.542,17100},{0.657,14941},{0.766,12487},{0.939,9881},{0.962,7141},{0.978,6345}}|413049|.181|201909|NDFD
>
>
PQR|12|po|00|{{0.000,27033},{0.000,77876},{0.072,54314},{0.281,32019},{0.290,16122},{0.395,12764},{0.577,10588},{0.692,10852},{0.733,17228},{0.742,17550},{0.876,16724},{0.869,59436}}|352506|.364|201909|NDFD
>
>
SLC|12|po|00|{{0.001,235582},{0.003,134956},{0.063,113269},{0.163,66031},{0.162,22385},{0.350,20391},{0.584,17090},{0.718,12012},{0.906,8121},{0.956,4539},{0.988,3635},{1.000,2426}}|640437|.103|201909|NDFD
>
>
SEW|12|po|00|{{0.084,6051},{0.000,35600},{0.022,63900},{0.250,35688},{0.354,17027},{0.531,14242},{0.512,18122},{0.587,23993},{0.640,29039},{0.829,25382},{0.890,30913},{0.965,19243}}|319200|.418|201909|NDFD
>
>
OTX|12|po|00|{{0.000,48962},{0.010,82384},{0.052,77012},{0.208,52416},{0.293,31057},{0.314,25989},{0.367,25487},{0.563,24507},{0.679,12922},{0.938,6158},{0.958,4821},{0.990,2581}}|394296|.198|201909|NDFD
>
>
BOU|24|po|00|{{0.004,79901},{0.012,84213},{0.099,57384},{0.141,28069},{0.261,14279},{0.437,11009},{0.697,3155},{0.925,816},{1.000,107},{1.000,27},{999,0},{999,0}}|278960|.081|201909|NDFD
>
>
GJT|24|po|00|{{0.001,150646},{0.011,130805},{0.068,62435},{0.151,38273},{0.275,36504},{0.304,29358},{0.454,17468},{0.523,9303},{0.951,7216},{0.962,1324},{1.000,206},{999,0}}|483538|.107|201909|NDFD
>
>
PUB|24|po|00|{{0.005,29284},{0.006,118203},{0.062,86523},{0.128,29585},{0.270,20505},{0.378,9676},{0.558,4189},{0.708,4647},{0.724,2895},{0.804,735},{0.000,372},{999,0}}|306614|.090|201909|NDFD
>
>
LOT|24|po|00|{{0.016,23985},{0.007,31644},{0.145,20893},{0.293,13588},{0.523,14193},{0.595,12049},{0.758,7489},{0.892,5009},{0.980,2709},{0.910,2510},{0.952,3345},{1.000,3562}}|140976|.312|201909|NDFD
>
>
ILX|24|po|00|{{0.000,35686},{0.011,50605},{0.054,45750},{0.197,23048},{0.416,12351},{0.732,4337},{0.970,2202},{1.000,3259},{1.000,1998},{1.000,1692},{1.000,3775},{1.000,383}}|185086|.157|201909|NDFD
>
>
IND|24|po|00|{{0.019,42832},{0.026,48971},{0.101,33849},{0.219,14111},{0.186,5056},{0.266,2376},{0.429,2251},{999,0},{999,0},{999,0},{999,0},{999,0}}|149446|.074|201909|NDFD
>
>
IWX|24|po|00|{{0.022,52099},{0.046,28363},{0.273,26763},{0.515,18816},{0.610,10926},{0.590,5295},{0.543,3884},{0.635,4640},{0.806,3189},{0.998,1700},{1.000,239},{999,0}}|155914|.249|201909|NDFD
>
>
DVN|24|po|00|{{0.000,21839},{0.023,49966},{0.191,32791},{0.377,13463},{0.431,18378},{0.624,17409},{0.565,7291},{0.722,7920},{0.939,7561},{0.972,7959},{0.999,3084},{1.000,7963}}|195624|.342|201909|NDFD
>
>
DMX|24|po|00|{{0.059,22153},{0.073,62880},{0.236,46830},{0.437,31304},{0.641,19636},{0.905,15671},{0.877,14793},{0.860,22458},{0.945,15197},{0.920,9512},{1.000,11317},{1.000,2039}}|273790|.461|201909|NDFD
>
>
DDC|24|po|00|{{0.002,26984},{0.011,43356},{0.042,72361},{0.167,30327},{0.393,18583},{0.240,4126},{0.626,3105},{0.875,1733},{0.914,2760},{1.000,5447},{1.000,240},{999,0}}|209022|.137|201909|NDFD
>
>
GLD|24|po|00|{{0.014,45239},{0.037,60049},{0.036,46724},{0.180,26991},{0.355,5795},{0.159,4198},{0.416,2881},{0.675,3702},{1.000,1597},{1.000,860},{1.000,8},{999,0}}|198044|.092|201909|NDFD
>
>
TOP|24|po|00|{{0.000,25984},{0.027,33000},{0.089,39315},{0.323,14658},{0.375,9098},{0.553,4563},{0.704,3194},{0.476,6522},{0.639,2944},{0.758,2121},{0.852,6936},{1.000,319}}|148654|.203|201909|NDFD
>
>
ICT|24|po|00|{{0.000,26553},{0.016,55177},{0.045,48032},{0.194,27465},{0.395,10139},{0.603,5441},{0.512,7387},{0.668,7591},{0.801,6666},{0.683,2889},{0.994,3256},{999,0}}|200596|.175|201909|NDFD
>
>
JKL|24|po|00|{{0.003,27098},{0.019,39195},{0.157,25350},{0.213,6838},{0.476,2513},{0.565,1594},{0.522,6099},{0.864,587},{999,0},{999,0},{999,0},{999,0}}|109274|.110|201909|NDFD
>
>
LMK|24|po|00|{{0.002,59808},{0.005,52812},{0.099,47263},{0.135,13013},{0.736,2705},{0.387,4758},{0.563,3473},{999,0},{999,0},{999,0},{999,0},{999,0}}|183832|.069|201909|NDFD
>
>
PAH|24|po|00|{{0.005,57631},{0.009,78470},{0.055,50160},{0.202,22603},{0.517,15477},{0.792,3593},{0.843,1042},{999,0},{999,0},{999,0},{999,0},{999,0}}|228976|.087|201909|NDFD
>
>
DTX|24|po|00|{{0.003,36022},{0.060,62174},{0.120,75007},{0.319,27546},{0.689,32469},{0.720,18001},{0.788,20014},{0.851,24339},{0.930,21996},{0.940,25568},{0.952,13467},{1.000,6991}}|363594|.434|201909|NDFD
>
>
APX|24|po|00|{{0.013,21878},{0.009,26348},{0.167,23991},{0.422,20184},{0.514,17044},{0.596,16281},{0.713,12864},{0.871,8963},{0.834,6206},{0.806,10118},{0.953,6031},{1.000,18478}}|188386|.457|201909|NDFD
>
>
GRR|24|po|00|{{0.025,34134},{0.001,22540},{0.152,6096},{0.109,15290},{0.449,11839},{0.517,11317},{0.559,11321},{0.794,11925},{0.911,6170},{0.964,4055},{0.984,6033},{1.000,7582}}|148302|.361|201909|NDFD
>
>
MQT|24|po|00|{{0.000,44},{0.019,75327},{0.069,125328},{0.240,60303},{0.377,53687},{0.556,44352},{0.642,25095},{0.835,18227},{0.961,16507},{0.995,17396},{1.000,17225},{0.986,16627}}|470118|.357|201909|NDFD
>
>
DLH|24|po|00|{{0.000,5318},{0.059,64254},{0.130,71118},{0.404,49976},{0.550,30285},{0.698,21786},{0.782,17295},{0.874,31319},{0.963,20203},{0.999,17400},{0.987,20991},{1.000,16399}}|366344|.491|201909|NDFD
>
>
MPX|24|po|00|{{0.000,40132},{0.021,53044},{0.250,55236},{0.335,41000},{0.349,26761},{0.476,20998},{0.671,17966},{0.635,28074},{0.794,11499},{0.897,13600},{0.996,17622},{1.000,11812}}|337744|.381|201909|NDFD
>
>
EAX|24|po|00|{{0.000,25065},{0.013,86099},{0.090,54194},{0.170,17410},{0.259,8867},{0.325,5757},{0.573,3987},{0.730,6326},{0.918,7576},{0.884,4316},{0.977,3599},{1.000,6858}}|230054|.179|201909|NDFD
>
>
SGF|24|po|00|{{0.005,33001},{0.026,80021},{0.126,44101},{0.214,23310},{0.354,10314},{0.230,9896},{0.617,9252},{0.797,7023},{0.853,2742},{0.963,5148},{1.000,6148},{999,0}}|230956|.188|201909|NDFD
>
>
LSX|24|po|00|{{0.000,42394},{0.002,70699},{0.076,71263},{0.261,30178},{0.606,8042},{0.421,11856},{0.894,3916},{1.000,1644},{0.984,1109},{0.954,3408},{1.000,4772},{1.000,1013}}|250294|.154|201909|NDFD
>
>
GID|24|po|00|{{0.000,33921},{0.000,37840},{0.119,40642},{0.087,44520},{0.239,7484},{0.485,4674},{0.746,3180},{0.931,2600},{1.000,1412},{1.000,2708},{1.000,6127},{999,0}}|185108|.150|201909|NDFD
>
>
LBF|24|po|00|{{0.000,32298},{0.023,133346},{0.159,54380},{0.175,23111},{0.171,17464},{0.221,18682},{0.255,12505},{0.293,15241},{0.667,11956},{0.968,1960},{1.000,15},{999,0}}|320958|.126|201909|NDFD
>
>
OAX|24|po|00|{{0.000,22847},{0.015,39193},{0.202,38504},{0.351,41890},{0.536,19689},{0.535,15814},{0.748,11805},{0.790,6886},{0.731,4249},{0.789,3758},{1.000,5524},{1.000,2955}}|213114|.333|201909|NDFD
>
>
BIS|24|po|00|{{0.017,126727},{0.072,96364},{0.164,55813},{0.372,37230},{0.596,27706},{0.795,18743},{0.861,16496},{0.907,26328},{0.975,28710},{0.856,25198},{0.959,40420},{1.000,35723}}|535458|.421|201909|NDFD
>
>
FGF|24|po|00|{{0.000,59140},{0.022,77797},{0.121,68915},{0.361,41117},{0.553,37000},{0.603,24965},{0.638,17799},{0.784,22863},{0.862,23145},{0.889,17642},{0.943,12788},{0.960,40525}}|443696|.397|201909|NDFD
>
>
ABR|24|po|00|{{0.000,56748},{0.017,74512},{0.126,60499},{0.168,28731},{0.325,15302},{0.361,9054},{0.400,6516},{0.688,10014},{0.613,14978},{0.578,17024},{0.930,8621},{1.000,5495}}|307494|.208|201909|NDFD
>
>
UNR|24|po|00|{{0.005,143010},{0.099,55296},{0.363,40990},{0.378,38057},{0.550,28609},{0.738,33603},{0.688,23839},{0.663,17300},{0.867,17443},{0.947,12798},{0.993,3535},{999,0}}|414480|.325|201909|NDFD
>
>
FSD|24|po|00|{{0.000,28343},{0.131,63239},{0.108,61178},{0.305,46698},{0.466,18034},{0.569,9698},{0.821,15226},{0.849,14937},{0.861,12151},{0.986,5518},{1.000,4162},{1.000,3164}}|282348|.324|201909|NDFD
>
>
GRB|24|po|00|{{0.000,390},{0.007,39553},{0.085,29380},{0.239,31006},{0.417,18109},{0.767,14186},{0.870,9254},{0.667,15564},{0.938,9008},{0.905,16495},{0.985,8788},{1.000,151}}|191884|.413|201909|NDFD
>
>
ARX|24|po|00|{{0.000,22488},{0.056,32353},{0.105,24497},{0.220,11185},{0.341,20652},{0.567,14291},{0.767,14729},{0.837,16645},{0.769,10881},{0.803,5979},{0.996,21042},{1.000,2818}}|197560|.426|201909|NDFD
>
>
MKX|24|po|00|{{0.001,20892},{0.010,69963},{0.121,34430},{0.239,31628},{0.434,22719},{0.621,17784},{0.646,19317},{0.786,18995},{0.787,16892},{0.828,11011},{0.937,6339},{1.000,14974}}|284944|.365|201909|NDFD
>
>
CYS|24|po|00|{{0.014,98130},{0.014,112392},{0.173,55567},{0.344,18849},{0.613,18368},{0.548,16787},{0.780,14316},{0.914,10454},{0.937,1789},{0.970,266},{999,0},{999,0}}|346918|.179|201909|NDFD
>
>
RIW|24|po|00|{{0.002,128084},{0.015,136260},{0.053,75958},{0.119,43471},{0.247,25708},{0.410,28606},{0.499,31362},{0.641,30175},{0.841,22503},{0.972,20109},{0.993,17670},{0.989,2898}}|562804|.219|201909|NDFD
>
>
CAR|24|po|00|{{0.000,43738},{0.039,57162},{0.098,46060},{0.160,11833},{0.399,3382},{0.384,5670},{0.386,8498},{0.708,11442},{0.817,17034},{0.900,13159},{0.780,9403},{0.934,8833}}|236214|.275|201909|NDFD
>
>
GYX|24|po|00|{{0.002,78402},{0.019,41770},{0.056,51290},{0.338,16253},{0.705,15860},{0.637,14111},{0.590,11221},{0.756,13005},{0.738,11011},{0.922,7737},{0.875,1074},{999,0}}|261734|.237|201909|NDFD
>
>
BOX|24|po|00|{{0.000,51338},{0.030,44367},{0.116,38879},{0.248,17862},{0.372,8721},{0.465,6059},{0.795,10024},{0.836,5946},{0.190,1463},{0.456,2489},{1.000,72},{999,0}}|187220|.164|201909|NDFD
>
>
PHI|24|po|00|{{0.005,39315},{0.005,43392},{0.034,46952},{0.232,22850},{0.211,14089},{0.578,13534},{0.784,2776},{999,0},{999,0},{999,0},{999,0},{999,0}}|182908|.111|201909|NDFD
>
>
ALY|24|po|00|{{0.000,26820},{0.000,32201},{0.175,26855},{0.375,12794},{0.343,19128},{0.777,16866},{0.695,6971},{0.715,8251},{0.668,2200},{999,0},{999,0},{999,0}}|152086|.272|201909|NDFD
>
>
BGM|24|po|00|{{0.000,41051},{0.000,25926},{0.119,25593},{0.358,19246},{0.297,10821},{0.327,16391},{0.661,7811},{0.614,20540},{0.675,2565},{0.573,2915},{0.274,413},{999,0}}|173272|.230|201909|NDFD
>
>
BUF|24|po|00|{{0.000,38024},{0.000,21250},{0.020,38317},{0.190,25339},{0.401,27856},{0.450,18622},{0.394,10521},{0.761,14646},{0.921,8034},{0.555,2890},{0.285,1758},{0.000,1875}}|209132|.239|201909|NDFD
>
>
OKX|24|po|00|{{0.002,34002},{0.064,27350},{0.042,17429},{0.256,7811},{0.356,10488},{0.351,2553},{0.428,6539},{999,0},{999,0},{999,0},{999,0},{999,0}}|106172|.113|201909|NDFD
>
>
MHX|24|po|00|{{0.000,28719},{0.003,39369},{0.046,36363},{0.197,26382},{0.566,6752},{0.621,5388},{0.989,181},{999,0},{999,0},{999,0},{999,0},{999,0}}|143154|.100|201909|NDFD
>
>
RAH|24|po|00|{{0.000,18318},{0.000,56434},{0.036,41027},{0.090,27324},{0.294,7364},{0.641,1228},{0.920,435},{999,0},{999,0},{999,0},{999,0},{999,0}}|152130|.048|201909|NDFD
>
>
ILM|24|po|00|{{0.000,13196},{0.001,41714},{0.028,35345},{0.130,19340},{0.382,10365},{0.713,4568},{0.863,146},{999,0},{999,0},{999,0},{999,0},{999,0}}|124674|.087|201909|NDFD
>
>
CLE|24|po|00|{{0.001,30500},{0.004,49439},{0.142,59252},{0.198,33403},{0.252,23615},{0.370,11048},{0.650,11597},{0.814,8726},{0.668,1171},{0.829,2977},{1.000,1076},{999,0}}|232804|.190|201909|NDFD
>
>
ILN|24|po|00|{{0.000,37630},{0.017,55015},{0.040,53740},{0.174,19995},{0.227,16400},{0.316,8218},{0.529,974},{0.982,220},{999,0},{999,0},{999,0},{999,0}}|192192|.071|201909|NDFD
>
>
PBZ|24|po|00|{{0.000,32635},{0.007,48341},{0.009,23305},{0.159,26930},{0.286,17444},{0.442,12852},{0.686,15382},{0.887,3425},{0.875,1010},{999,0},{999,0},{999,0}}|181324|.165|201909|NDFD
>
>
CTP|24|po|00|{{0.011,55598},{0.001,31953},{0.040,38693},{0.160,32772},{0.463,18147},{0.716,21006},{0.750,18124},{0.858,4612},{0.931,1771},{0.654,1174},{999,0},{999,0}}|223850|.227|201909|NDFD
>
>
CHS|24|po|00|{{0.000,26346},{0.006,31379},{0.065,49255},{0.327,38159},{0.359,7962},{0.419,4103},{0.457,2096},{999,0},{999,0},{0.000,2},{999,0},{999,0}}|159302|.134|201909|NDFD
>
>
CAE|24|po|00|{{0.000,24536},{0.008,30387},{0.073,40206},{0.250,23217},{0.761,2486},{0.884,1546},{0.996,1878},{999,0},{999,0},{999,0},{999,0},{999,0}}|124256|.113|201909|NDFD
>
>
GSP|24|po|00|{{0.000,7779},{0.000,70000},{0.033,44690},{0.124,34644},{0.325,15543},{0.527,7956},{0.780,9395},{0.953,3611},{0.985,136},{999,0},{999,0},{999,0}}|193754|.134|201909|NDFD
>
>
BTV|24|po|00|{{0.000,50638},{0.034,12213},{0.055,25870},{0.245,7612},{0.225,7730},{0.580,8889},{0.697,16913},{0.759,18323},{0.860,7694},{0.782,2857},{1.000,409},{999,0}}|159148|.286|201909|NDFD
>
>
LWX|24|po|00|{{0.000,16301},{0.035,63173},{0.110,42334},{0.311,32389},{0.356,25033},{0.424,12909},{0.562,6081},{999,0},{999,0},{999,0},{999,0},{999,0}}|198220|.175|201909|NDFD
>
>
RNK|24|po|00|{{0.001,31626},{0.006,31636},{0.123,45196},{0.209,40747},{0.263,18775},{0.435,11401},{0.420,4147},{0.351,1309},{0.573,117},{999,0},{999,0},{999,0}}|184954|.143|201909|NDFD
>
>
AKQ|24|po|00|{{0.001,67293},{0.009,60481},{0.156,38076},{0.163,23368},{0.279,21167},{0.264,12316},{0.364,3415},{999,0},{999,0},{999,0},{999,0},{999,0}}|226116|.092|201909|NDFD
>
>
RLX|24|po|00|{{0.000,52987},{0.015,44536},{0.047,36664},{0.148,36394},{0.239,14816},{0.564,10110},{0.780,5401},{0.926,4723},{0.852,1631},{999,0},{999,0},{999,0}}|207262|.130|201909|NDFD
>
>
BMX|24|po|00|{{0.000,47489},{0.054,63490},{0.060,92585},{0.112,35658},{0.357,10560},{0.418,5990},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|255772|.075|201909|NDFD
>
>
HUN|24|po|00|{{0.001,26783},{0.014,24917},{0.477,8599},{0.230,14517},{0.322,7568},{0.266,2008},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|84392|.128|201909|NDFD
>
>
MOB|24|po|00|{{0.000,13990},{0.039,82676},{0.079,98137},{0.173,28374},{0.483,6643},{0.695,3926},{0.862,4184},{999,0},{999,0},{999,0},{999,0},{999,0}}|237930|.107|201909|NDFD
>
>
LZK|24|po|00|{{0.000,13877},{0.008,116382},{0.078,67145},{0.282,38492},{0.462,17116},{0.592,18236},{0.676,13316},{0.803,13927},{0.910,5651},{0.697,624},{999,0},{999,0}}|304766|.202|201909|NDFD
>
>
JAX|24|po|00|{{0.011,36411},{0.010,41043},{0.091,53613},{0.335,30555},{0.453,18598},{0.603,17946},{0.747,16789},{0.843,7097},{0.846,3004},{0.984,1263},{0.979,1255},{0.859,170}}|227744|.258|201909|NDFD
>
>
EYW|24|po|00|{{0.000,23},{0.000,8051},{0.038,35184},{0.357,29993},{0.395,42262},{0.550,32786},{0.806,34175},{0.770,14486},{0.475,2840},{0.994,5548},{999,0},{999,0}}|205348|.449|201909|NDFD
>
>
MLB|24|po|00|{{0.000,451},{0.011,32213},{0.052,32022},{0.332,38975},{0.596,31321},{0.662,11203},{0.857,5900},{0.743,10408},{0.926,9544},{0.777,3271},{1.000,1798},{1.000,6550}}|183656|.400|201909|NDFD
>
>
MFL|24|po|00|{{0.000,18795},{0.038,21656},{0.043,22345},{0.263,43483},{0.468,33654},{0.614,30231},{0.580,12976},{0.823,18720},{0.880,9209},{0.879,355},{1.000,1734},{999,0}}|213158|.378|201909|NDFD
>
>
TAE|24|po|00|{{0.000,36251},{0.009,149031},{0.094,105245},{0.212,39413},{0.472,14854},{0.522,5702},{0.727,2450},{1.000,132},{999,0},{999,0},{999,0},{999,0}}|353078|.089|201909|NDFD
>
>
TBW|24|po|00|{{0.012,51979},{0.038,36100},{0.200,44741},{0.260,46648},{0.565,18207},{0.743,17382},{0.601,7409},{0.759,5460},{0.968,7962},{0.889,1690},{999,0},{999,0}}|237578|.270|201909|NDFD
>
>
FFC|24|po|00|{{0.000,2250},{0.005,118020},{0.029,103802},{0.230,45099},{0.497,14871},{0.474,5267},{0.772,1459},{0.971,138},{999,0},{999,0},{999,0},{999,0}}|290906|.086|201909|NDFD
>
>
LCH|24|po|00|{{999,0},{0.006,84392},{0.092,49403},{0.339,61466},{0.533,33655},{0.638,20252},{0.918,11251},{0.961,18325},{0.997,7149},{1.000,8272},{1.000,9611},{999,0}}|303776|.361|201909|NDFD
>
>
LIX|24|po|00|{{0.002,61517},{0.022,58227},{0.157,81098},{0.383,61296},{0.452,52793},{0.489,22985},{0.825,9377},{0.999,8076},{1.000,657},{999,0},{999,0},{999,0}}|356026|.250|201909|NDFD
>
>
SHV|24|po|00|{{0.021,56504},{0.056,62749},{0.092,86459},{0.271,55522},{0.450,16119},{0.556,9511},{0.748,13972},{0.680,5923},{0.848,5514},{0.978,9345},{999,0},{999,0}}|321618|.213|201909|NDFD
>
>
JAN|24|po|00|{{0.001,63613},{0.021,129471},{0.054,67768},{0.173,27595},{0.389,14372},{0.751,10724},{0.831,4517},{0.826,632},{999,0},{999,0},{999,0},{999,0}}|318692|.091|201909|NDFD
>
>
ABQ|24|po|00|{{999,0},{0.007,156830},{0.061,225953},{0.199,155977},{0.381,113711},{0.522,69403},{0.662,44577},{0.821,18657},{0.956,10842},{1.000,5055},{1.000,1731},{999,0}}|802736|.234|201909|NDFD
>
>
OUN|24|po|00|{{0.002,96552},{0.005,94207},{0.030,76722},{0.135,59461},{0.412,30296},{0.559,30157},{0.585,20214},{0.454,14274},{0.540,11936},{0.621,5631},{1.000,308},{999,0}}|439758|.157|201909|NDFD
>
>
TSA|24|po|00|{{0.000,58981},{0.012,40711},{0.053,47968},{0.246,23002},{0.403,18451},{0.462,10832},{0.682,8141},{0.907,9040},{0.948,7746},{0.945,9284},{0.998,4610},{999,0}}|238766|.233|201909|NDFD
>
>
MEG|24|po|00|{{0.001,34823},{0.025,125848},{0.079,69797},{0.123,14791},{0.546,14479},{0.728,12464},{0.818,5325},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|277530|.115|201909|NDFD
>
>
MRX|24|po|00|{{0.002,22080},{0.003,51660},{0.084,27490},{0.243,28844},{0.423,6951},{0.594,8888},{0.667,4388},{0.465,355},{999,0},{999,0},{999,0},{999,0}}|150656|.138|201909|NDFD
>
>
OHX|24|po|00|{{0.005,46410},{0.012,29940},{0.072,27570},{0.279,33902},{0.411,6829},{0.759,6015},{0.897,2300},{999,0},{999,0},{999,0},{999,0},{999,0}}|152966|.141|201909|NDFD
>
>
AMA|24|po|00|{{0.000,18713},{0.001,48282},{0.038,61438},{0.057,47361},{0.339,22488},{0.501,16708},{0.737,10580},{0.923,4705},{0.683,1249},{0.959,10542},{999,0},{999,0}}|242066|.183|201909|NDFD
>
>
EWX|24|po|00|{{0.000,24281},{0.009,87710},{0.061,72432},{0.236,62858},{0.514,42649},{0.666,18400},{0.661,9186},{0.669,3464},{999,0},{999,0},{999,0},{999,0}}|320980|.195|201909|NDFD
>
>
BRO|24|po|00|{{0.045,2025},{0.028,11203},{0.107,16372},{0.393,48231},{0.511,21351},{0.665,20618},{0.742,12755},{0.766,3297},{0.747,4300},{1.000,758},{1.000,572},{999,0}}|141482|.440|201909|NDFD
>
>
CRP|24|po|00|{{0.000,3542},{0.011,17611},{0.106,35031},{0.328,59816},{0.550,46442},{0.521,20032},{0.616,11373},{0.663,7230},{0.720,2767},{0.896,404},{999,0},{999,0}}|204248|.361|201909|NDFD
>
>
EPZ|24|po|00|{{0.000,367},{0.053,34120},{0.092,76750},{0.216,55847},{0.396,49277},{0.485,32014},{0.755,17547},{0.746,8263},{0.916,4345},{1.000,650},{999,0},{999,0}}|279180|.287|201909|NDFD
>
>
FWD|24|po|00|{{0.000,68948},{0.018,100101},{0.098,84559},{0.270,38145},{0.309,18306},{0.351,18746},{0.409,13148},{0.471,9185},{0.849,2886},{999,0},{999,0},{999,0}}|354024|.127|201909|NDFD
>
>
HGX|24|po|00|{{0.000,13319},{0.064,39978},{0.165,42433},{0.369,34352},{0.578,45699},{0.762,32170},{0.786,18262},{0.824,11162},{0.920,11882},{0.968,12230},{1.000,7173},{1.000,884}}|269544|.473|201909|NDFD
>
>
LUB|24|po|00|{{0.000,8867},{0.005,44447},{0.066,25967},{0.145,23346},{0.227,31253},{0.364,19386},{0.602,18538},{0.715,9777},{0.184,5066},{0.438,8269},{1.000,246},{999,0}}|195162|.217|201909|NDFD
>
>
MAF|24|po|00|{{0.000,21989},{0.002,80457},{0.100,65668},{0.267,69777},{0.362,69336},{0.487,61883},{0.618,44112},{0.655,24821},{0.452,16504},{0.703,7193},{0.901,172},{999,0}}|461912|.296|201909|NDFD
>
>
SJT|24|po|00|{{0.000,36410},{0.013,51936},{0.058,69059},{0.113,51972},{0.498,17649},{0.558,11271},{0.869,2195},{0.954,667},{1.000,93},{999,0},{999,0},{999,0}}|241252|.117|201909|NDFD
>
>
FGZ|24|po|00|{{0.007,121298},{0.005,104327},{0.069,60716},{0.115,42988},{0.228,34049},{0.351,33300},{0.503,27005},{0.745,24529},{0.694,10015},{0.834,3281},{1.000,162},{999,0}}|461670|.155|201909|NDFD
>
>
PSR|24|po|00|{{0.000,115319},{0.002,83849},{0.063,27847},{0.196,14809},{0.447,13781},{0.490,15713},{0.543,13315},{0.708,8611},{0.795,1141},{1.000,85},{999,0},{999,0}}|294470|.112|201909|NDFD
>
>
TWC|24|po|00|{{0.000,26772},{0.003,47066},{0.073,42770},{0.275,30246},{0.378,23462},{0.419,22448},{0.442,19054},{0.517,11662},{0.753,7527},{0.992,6570},{0.991,2487},{999,0}}|240064|.246|201909|NDFD
>
>
EKA|24|po|00|{{0.002,129485},{0.050,50549},{0.110,23685},{0.289,13099},{0.496,9219},{0.584,7248},{0.765,5659},{0.742,4416},{0.820,4178},{0.844,4326},{0.934,3496},{0.958,1116}}|256476|.145|201909|NDFD
>
>
LOX|24|po|00|{{0.000,131146},{0.000,144402},{0.047,19246},{0.154,1121},{0.362,232},{0.951,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|296208|.004|201909|NDFD
>
>
STO|24|po|00|{{0.000,168395},{0.024,48981},{0.116,14470},{0.317,6668},{0.556,4748},{0.755,4311},{0.811,4116},{0.900,3699},{0.998,4514},{0.974,5870},{0.993,2826},{999,0}}|268598|.114|201909|NDFD
>
>
SGX|24|po|00|{{0.000,76744},{0.002,43063},{0.002,12850},{0.140,8201},{0.569,2522},{0.526,565},{0.957,23},{999,0},{999,0},{999,0},{999,0},{999,0}}|143968|.021|201909|NDFD
>
>
MTR|24|po|00|{{0.005,214105},{0.023,53425},{0.026,13863},{0.190,4646},{0.340,4538},{0.626,4597},{0.929,2305},{0.999,745},{1.000,30},{999,0},{999,0},{999,0}}|298254|.036|201909|NDFD
>
>
HNX|24|po|00|{{0.000,199235},{0.000,25127},{0.004,14061},{0.087,2715},{0.173,2260},{0.395,1042},{0.540,746},{0.032,156},{0.000,2},{999,0},{999,0},{999,0}}|245344|.006|201909|NDFD
>
>
BOI|24|po|00|{{0.009,162808},{0.038,125111},{0.113,56134},{0.182,28813},{0.310,18961},{0.369,20810},{0.481,19383},{0.563,16247},{0.627,15853},{0.799,13975},{0.949,8341},{1.000,1744}}|488180|.165|201909|NDFD
>
>
PIH|24|po|00|{{0.001,89729},{0.010,59582},{0.039,45658},{0.168,27281},{0.213,14624},{0.429,12332},{0.597,10887},{0.712,14594},{0.817,14290},{0.919,13449},{0.941,6215},{0.947,151}}|308792|.202|201909|NDFD
>
>
BYZ|24|po|00|{{0.000,107311},{0.053,70751},{0.220,41575},{0.228,20917},{0.561,27950},{0.762,29863},{0.852,33803},{0.922,27504},{0.902,15896},{0.974,15721},{0.998,23157},{1.000,4036}}|418484|.399|201909|NDFD
>
>
GGW|24|po|00|{{0.000,55898},{0.030,86390},{0.307,47164},{0.333,22084},{0.580,18973},{0.733,15209},{0.838,13275},{0.834,13432},{0.948,11113},{0.990,12403},{0.999,19169},{1.000,24504}}|339614|.399|201909|NDFD
>
>
TFX|24|po|00|{{0.003,134021},{0.017,49765},{0.177,100426},{0.315,49330},{0.328,33104},{0.462,28656},{0.591,28184},{0.712,30728},{0.749,32420},{0.795,18745},{0.934,15341},{1.000,12536}}|533256|.306|201909|NDFD
>
>
MSO|24|po|00|{{0.000,58767},{0.005,68273},{0.041,55147},{0.102,41201},{0.212,36979},{0.308,32310},{0.501,27992},{0.670,32064},{0.713,29504},{0.834,30076},{0.952,8660},{1.000,635}}|421608|.273|201909|NDFD
>
>
LKN|24|po|00|{{0.000,236231},{0.011,124902},{0.082,72813},{0.219,37783},{0.408,18323},{0.675,14448},{0.828,10183},{0.900,8657},{0.938,5859},{0.972,3681},{0.981,972},{999,0}}|533852|.111|201909|NDFD
>
>
VEF|24|po|00|{{0.000,406489},{0.002,122587},{0.034,56990},{0.090,30881},{0.199,11768},{0.265,6399},{0.511,4169},{0.665,2236},{0.631,434},{1.000,7},{999,0},{999,0}}|641960|.020|201909|NDFD
>
>
REV|24|po|00|{{0.000,155536},{0.004,78739},{0.059,47721},{0.421,17576},{0.528,9550},{0.723,9718},{0.787,7711},{0.856,4116},{0.985,5047},{1.000,1292},{1.000,342},{999,0}}|337348|.115|201909|NDFD
>
>
MFR|24|po|00|{{0.003,153237},{0.013,116355},{0.060,50081},{0.249,25765},{0.453,16000},{0.488,12726},{0.589,10893},{0.701,14079},{0.810,15773},{0.881,18105},{0.770,20355},{0.970,29025}}|482394|.236|201909|NDFD
>
>
PDT|24|po|00|{{0.000,91230},{0.003,117130},{0.051,50545},{0.257,37564},{0.323,23433},{0.336,23319},{0.356,19051},{0.559,17185},{0.753,17694},{0.907,22279},{0.908,11527},{0.953,1761}}|432718|.208|201909|NDFD
>
>
PQR|24|po|00|{{0.000,22024},{0.012,111173},{0.059,46599},{0.087,21085},{0.126,17593},{0.165,14340},{0.242,11982},{0.225,12427},{0.635,10004},{0.893,20818},{0.953,17479},{0.941,63768}}|369292|.319|201909|NDFD
>
>
SLC|24|po|00|{{0.000,247018},{0.007,139749},{0.032,120761},{0.230,77480},{0.323,32102},{0.506,19020},{0.609,13300},{0.870,7765},{0.981,4076},{0.993,5442},{0.999,3617},{1.000,604}}|670934|.106|201909|NDFD
>
>
SEW|24|po|00|{{0.072,349},{0.038,63714},{0.044,63755},{0.119,30994},{0.257,28011},{0.412,23646},{0.582,22082},{0.679,16476},{0.678,16730},{0.899,12764},{0.979,29799},{0.939,26080}}|334400|.378|201909|NDFD
>
>
OTX|24|po|00|{{0.000,52217},{0.020,89356},{0.103,89443},{0.220,50036},{0.297,28930},{0.569,21828},{0.666,17068},{0.779,15138},{0.914,14648},{0.916,19084},{0.966,12731},{1.000,2593}}|413072|.271|201909|NDFD
>
>
BOU|36|po|00|{{0.000,54762},{0.034,78687},{0.077,48905},{0.236,17846},{0.642,10876},{0.636,7730},{0.853,5149},{0.994,3012},{1.000,1191},{1.000,82},{999,0},{999,0}}|228240|.137|201909|NDFD
>
>
GJT|36|po|00|{{0.000,122507},{0.002,150833},{0.016,58235},{0.069,19207},{0.123,14972},{0.130,13918},{0.227,9923},{0.635,4725},{0.419,1302},{999,0},{999,0},{999,0}}|395622|.030|201909|NDFD
>
>
PUB|36|po|00|{{0.000,20345},{0.008,113472},{0.060,76751},{0.192,23003},{0.351,11160},{0.189,3753},{0.219,1083},{0.528,810},{0.087,184},{0.000,97},{0.000,208},{999,0}}|250866|.061|201909|NDFD
>
>
LOT|36|po|00|{{0.000,15140},{0.090,25232},{0.130,21441},{0.311,14204},{0.548,9014},{0.602,5778},{0.760,3523},{0.949,3222},{0.618,4125},{0.956,5264},{0.999,8401},{999,0}}|115344|.343|201909|NDFD
>
>
ILX|36|po|00|{{0.000,18813},{0.013,50728},{0.065,30034},{0.281,14501},{0.296,12792},{0.510,5287},{0.336,3263},{0.598,4391},{0.922,4733},{0.991,3868},{1.000,3024},{999,0}}|151434|.186|201909|NDFD
>
>
IND|36|po|00|{{0.000,31135},{0.019,43206},{0.023,22886},{0.049,9879},{0.068,4451},{0.023,2217},{0.009,1015},{0.852,3450},{1.000,3222},{1.000,813},{999,0},{999,0}}|122274|.075|201909|NDFD
>
>
IWX|36|po|00|{{0.013,36675},{0.097,22735},{0.107,32169},{0.251,9489},{0.243,6466},{0.756,3638},{0.640,2135},{0.685,3213},{0.679,4554},{0.880,4819},{1.000,1673},{999,0}}|127566|.199|201909|NDFD
>
>
DVN|36|po|00|{{0.124,12010},{0.020,33632},{0.027,27727},{0.194,12397},{0.521,11823},{0.702,11021},{0.675,11297},{0.786,11395},{0.845,8500},{0.989,14707},{0.945,5530},{0.000,17}}|160056|.392|201909|NDFD
>
>
DMX|36|po|00|{{0.000,5780},{0.017,70847},{0.045,19629},{0.275,18303},{0.348,12990},{0.302,14184},{0.447,23766},{0.743,18019},{0.917,14947},{0.942,7916},{0.987,17629},{999,0}}|224010|.350|201909|NDFD
>
>
DDC|36|po|00|{{0.000,16653},{0.003,51052},{0.023,36118},{0.094,31719},{0.103,11164},{0.571,10866},{0.529,2507},{0.625,4857},{0.556,4150},{0.537,1295},{0.466,637},{999,0}}|171018|.111|201909|NDFD
>
>
GLD|36|po|00|{{0.000,21273},{0.009,48142},{0.029,48447},{0.065,12461},{0.334,7041},{0.759,11381},{0.759,6172},{0.582,4553},{0.705,2566},{999,0},{999,0},{999,0}}|162036|.141|201909|NDFD
>
>
TOP|36|po|00|{{0.000,3387},{0.002,28973},{0.015,37965},{0.077,18541},{0.233,10087},{0.247,7282},{0.249,2021},{0.262,561},{0.838,1323},{0.982,2658},{1.000,8826},{1.000,2}}|121626|.159|201909|NDFD
>
>
ICT|36|po|00|{{0.000,10518},{0.003,43344},{0.018,50106},{0.144,21410},{0.380,11084},{0.281,8052},{0.672,4802},{0.986,2192},{0.943,2512},{0.819,7404},{0.919,2700},{999,0}}|164124|.164|201909|NDFD
>
>
JKL|36|po|00|{{0.005,17523},{0.003,42609},{0.070,18598},{0.201,7878},{0.249,2798},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.043|201909|NDFD
>
>
LMK|36|po|00|{{0.001,67832},{0.003,46323},{0.028,18516},{0.143,5209},{0.429,4139},{0.270,4688},{0.322,3093},{1.000,608},{999,0},{999,0},{999,0},{999,0}}|150408|.041|201909|NDFD
>
>
PAH|36|po|00|{{0.000,64327},{0.015,75664},{0.140,20469},{0.188,4444},{0.473,3183},{0.634,4854},{0.466,7141},{0.761,7044},{1.000,218},{999,0},{999,0},{999,0}}|187344|.098|201909|NDFD
>
>
DTX|36|po|00|{{0.078,42242},{0.075,44095},{0.315,49329},{0.314,34979},{0.415,31832},{0.630,16229},{0.818,20492},{0.853,12275},{0.875,10407},{0.923,19870},{0.778,8745},{0.650,6991}}|297486|.412|201909|NDFD
>
>
APX|36|po|00|{{0.068,11467},{0.126,33252},{0.442,22259},{0.428,12544},{0.495,14761},{0.745,9588},{0.838,9810},{0.779,12574},{0.956,10896},{0.992,13074},{1.000,2739},{1.000,1170}}|154134|.519|201909|NDFD
>
>
GRR|36|po|00|{{0.194,18789},{0.046,21054},{0.293,18926},{0.178,11684},{0.283,8720},{0.615,4333},{0.705,5389},{0.872,6170},{0.868,4679},{0.986,12747},{0.990,7254},{1.000,1593}}|121338|.428|201909|NDFD
>
>
MQT|36|po|00|{{999,0},{0.004,43702},{0.177,99834},{0.376,71147},{0.416,34823},{0.613,29912},{0.741,19313},{0.780,20520},{0.818,20167},{0.893,19091},{0.993,22931},{1.000,3202}}|384642|.435|201909|NDFD
>
>
DLH|36|po|00|{{0.000,17582},{0.004,42538},{0.135,77575},{0.209,27963},{0.328,19561},{0.541,17959},{0.662,19500},{0.727,23117},{0.684,17997},{0.805,15665},{0.998,12310},{1.000,7969}}|299736|.359|201909|NDFD
>
>
MPX|36|po|00|{{0.002,48749},{0.036,51927},{0.120,30969},{0.434,19448},{0.501,17393},{0.395,20931},{0.490,18615},{0.703,16865},{0.845,17657},{0.998,15816},{1.000,11933},{1.000,6033}}|276336|.365|201909|NDFD
>
>
EAX|36|po|00|{{0.000,18285},{0.002,51716},{0.041,42563},{0.207,13601},{0.347,16382},{0.565,16283},{0.758,7891},{0.937,1686},{0.767,1970},{0.964,5305},{0.976,7200},{1.000,5344}}|188226|.245|201909|NDFD
>
>
SGF|36|po|00|{{0.000,9132},{0.000,97977},{0.000,20342},{0.068,13487},{0.074,18056},{0.557,5459},{0.858,8592},{0.889,9610},{0.862,3569},{0.793,2134},{0.984,571},{1.000,35}}|188964|.141|201909|NDFD
>
>
LSX|36|po|00|{{0.000,19475},{0.007,86372},{0.045,31178},{0.255,18733},{0.322,21228},{0.546,6028},{0.268,6082},{0.340,3500},{0.415,2964},{0.821,6686},{0.883,2540},{999,0}}|204786|.140|201909|NDFD
>
>
GID|36|po|00|{{0.028,6661},{0.001,33135},{0.014,32782},{0.068,36178},{0.184,10762},{0.731,4397},{0.779,2402},{0.379,7910},{0.759,11106},{0.697,1586},{0.904,4533},{999,0}}|151452|.177|201909|NDFD
>
>
LBF|36|po|00|{{0.000,24146},{0.055,88852},{0.119,57526},{0.170,23495},{0.189,10741},{0.276,3401},{0.227,8135},{0.625,10781},{0.891,23957},{0.993,10536},{1.000,1032},{999,0}}|262602|.229|201909|NDFD
>
>
OAX|36|po|00|{{0.002,14749},{0.066,44187},{0.175,22924},{0.169,14160},{0.354,12647},{0.314,14013},{0.413,18625},{0.655,9573},{0.837,9405},{0.585,6300},{0.858,4942},{1.000,2841}}|174366|.292|201909|NDFD
>
>
BIS|36|po|00|{{0.034,56652},{0.129,130244},{0.174,66047},{0.247,41132},{0.241,32239},{0.350,17369},{0.521,11578},{0.916,26357},{0.990,13451},{0.989,16493},{0.867,8331},{0.999,18209}}|438102|.318|201909|NDFD
>
>
FGF|36|po|00|{{0.014,55121},{0.082,102246},{0.129,60284},{0.322,26413},{0.536,16323},{0.602,10211},{0.528,13920},{0.730,9324},{0.898,20411},{0.866,21985},{0.742,21088},{0.768,5698}}|363024|.308|201909|NDFD
>
>
ABR|36|po|00|{{0.000,60425},{0.013,74292},{0.297,26950},{0.577,32129},{0.579,16879},{0.706,8746},{0.792,2914},{0.963,1256},{1.000,4817},{1.000,12263},{1.000,9490},{1.000,1425}}|251586|.298|201909|NDFD
>
>
UNR|36|po|00|{{0.000,51230},{0.022,112454},{0.085,39047},{0.215,30615},{0.498,21485},{0.436,20312},{0.559,20640},{0.941,10252},{0.988,12620},{0.914,14898},{0.999,4836},{1.000,731}}|339120|.250|201909|NDFD
>
>
FSD|36|po|00|{{0.081,25047},{0.086,73229},{0.184,30543},{0.207,24262},{0.139,11180},{0.211,11393},{0.366,8720},{0.770,13782},{0.895,15097},{0.998,11792},{0.998,5908},{1.000,59}}|231012|.294|201909|NDFD
>
>
GRB|36|po|00|{{0.000,9938},{0.006,35297},{0.129,17492},{0.029,7135},{0.810,3885},{0.939,6094},{0.832,19862},{0.883,23106},{0.853,13627},{0.885,10262},{1.000,9965},{1.000,333}}|156996|.506|201909|NDFD
>
>
ARX|36|po|00|{{0.001,18901},{0.051,31993},{0.038,11892},{0.125,4698},{0.066,4307},{0.665,6425},{0.699,9795},{0.887,26540},{0.920,11837},{0.961,17665},{0.994,14756},{1.000,2831}}|161640|.514|201909|NDFD
>
>
MKX|36|po|00|{{0.055,20403},{0.045,59411},{0.111,26747},{0.591,15070},{0.586,7773},{0.468,9486},{0.704,14400},{0.815,19458},{0.813,14346},{0.883,18352},{0.974,18213},{1.000,9477}}|233136|.454|201909|NDFD
>
>
CYS|36|po|00|{{0.004,75829},{0.013,89290},{0.183,51608},{0.361,15067},{0.300,9217},{0.234,15803},{0.534,6309},{0.599,9579},{0.679,8396},{0.622,2744},{999,0},{999,0}}|283842|.138|201909|NDFD
>
>
RIW|36|po|00|{{0.001,135404},{0.009,110504},{0.054,72004},{0.284,35869},{0.443,26941},{0.498,24677},{0.610,12746},{0.653,10931},{0.763,17047},{0.907,13287},{0.736,1066},{999,0}}|460476|.174|201909|NDFD
>
>
CAR|36|po|00|{{0.000,24360},{0.001,37267},{0.162,37783},{0.154,15541},{0.250,16150},{0.609,12236},{0.692,9864},{0.492,12369},{0.556,9511},{0.878,8248},{0.971,9850},{1.000,87}}|193266|.285|201909|NDFD
>
>
GYX|36|po|00|{{0.000,44412},{0.001,32798},{0.059,42718},{0.231,31354},{0.525,19012},{0.479,16447},{0.452,7677},{0.656,15460},{0.994,2755},{0.881,1497},{0.062,16},{999,0}}|214146|.212|201909|NDFD
>
>
BOX|36|po|00|{{0.000,18532},{0.043,47312},{0.099,38308},{0.196,17555},{0.265,7609},{0.340,4024},{0.833,1779},{0.915,6531},{0.934,7438},{0.997,4092},{999,0},{999,0}}|153180|.203|201909|NDFD
>
>
PHI|36|po|00|{{0.000,42665},{0.006,30364},{0.046,39158},{0.156,4212},{0.194,6589},{0.485,15778},{0.606,10311},{0.965,575},{999,0},{999,0},{999,0},{999,0}}|149652|.123|201909|NDFD
>
>
ALY|36|po|00|{{0.000,8614},{0.001,23946},{0.043,37616},{0.322,16855},{0.324,13345},{0.411,8780},{0.728,7911},{0.902,4806},{0.995,1527},{1.000,933},{1.000,101},{999,0}}|124434|.222|201909|NDFD
>
>
BGM|36|po|00|{{0.000,21985},{0.010,30659},{0.042,27796},{0.212,18282},{0.395,13792},{0.762,12224},{0.787,6195},{0.938,7803},{1.000,1823},{1.000,1206},{1.000,3},{999,0}}|141768|.249|201909|NDFD
>
>
BUF|36|po|00|{{0.012,41330},{0.000,30005},{0.094,14681},{0.358,14054},{0.530,16408},{0.636,11942},{0.740,11754},{0.661,6003},{0.984,6466},{0.999,17241},{1.000,1224},{999,0}}|171108|.355|201909|NDFD
>
>
OKX|36|po|00|{{0.000,14478},{0.000,17094},{0.105,29221},{0.030,7089},{0.111,4080},{0.769,6107},{0.798,3973},{0.732,1710},{0.961,3116},{999,0},{999,0},{999,0}}|86868|.182|201909|NDFD
>
>
MHX|36|po|00|{{0.003,27311},{0.006,36881},{0.029,35475},{0.247,15140},{0.826,2319},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.060|201909|NDFD
>
>
RAH|36|po|00|{{0.000,29977},{0.001,41478},{0.014,23337},{0.059,24077},{0.112,5561},{0.000,40},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.019|201909|NDFD
>
>
ILM|36|po|00|{{0.000,10064},{0.000,41158},{0.025,27122},{0.079,14617},{0.257,6300},{0.239,1883},{0.248,745},{0.000,117},{999,0},{999,0},{999,0},{999,0}}|102006|.040|201909|NDFD
>
>
CLE|36|po|00|{{0.000,6388},{0.002,65297},{0.098,52834},{0.226,14490},{0.376,11215},{0.547,6218},{0.763,7871},{0.843,16086},{0.842,2125},{0.924,2752},{0.907,4401},{0.916,799}}|190476|.235|201909|NDFD
>
>
ILN|36|po|00|{{0.000,24359},{0.005,52973},{0.087,29868},{0.116,18720},{0.298,15950},{0.483,5961},{0.579,4508},{0.673,4360},{0.630,549},{999,0},{999,0},{999,0}}|157248|.118|201909|NDFD
>
>
PBZ|36|po|00|{{0.000,31109},{0.066,17658},{0.147,52985},{0.121,20926},{0.317,9624},{0.560,8523},{0.689,3116},{0.541,497},{0.770,840},{0.974,2224},{0.995,854},{999,0}}|148356|.171|201909|NDFD
>
>
CTP|36|po|00|{{0.000,41042},{0.008,48138},{0.134,40902},{0.175,28712},{0.490,12851},{0.645,3983},{0.950,3497},{1.000,3049},{1.000,577},{1.000,399},{999,0},{999,0}}|183150|.148|201909|NDFD
>
>
CHS|36|po|00|{{0.000,9598},{0.000,51245},{0.084,37499},{0.169,17737},{0.032,5687},{0.181,4736},{0.646,1934},{0.736,1013},{1.000,533},{1.000,355},{1.000,1},{999,0}}|130338|.077|201909|NDFD
>
>
CAE|36|po|00|{{0.000,16944},{0.000,39965},{0.111,33453},{0.201,6677},{0.649,1762},{0.532,1340},{0.456,1523},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.075|201909|NDFD
>
>
GSP|36|po|00|{{0.000,1860},{0.001,61199},{0.007,48662},{0.052,25669},{0.162,8234},{0.172,6671},{0.720,6231},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.055|201909|NDFD
>
>
BTV|36|po|00|{{0.000,41296},{0.038,2998},{0.056,18864},{0.094,18566},{0.219,13883},{0.618,12176},{0.913,11804},{0.985,2788},{1.000,1783},{1.000,4533},{1.000,1521},{999,0}}|130212|.268|201909|NDFD
>
>
LWX|36|po|00|{{0.000,21527},{0.004,72198},{0.093,26069},{0.062,20682},{0.076,12021},{0.401,9650},{0.095,21},{0.917,12},{999,0},{999,0},{999,0},{999,0}}|162180|.054|201909|NDFD
>
>
RNK|36|po|00|{{0.002,32137},{0.010,37135},{0.076,42439},{0.066,20740},{0.101,13904},{0.133,4115},{0.842,856},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.051|201909|NDFD
>
>
AKQ|36|po|00|{{0.001,61112},{0.000,32240},{0.031,49630},{0.144,21280},{0.256,12118},{0.770,3149},{0.963,3531},{0.592,1944},{999,0},{999,0},{999,0},{999,0}}|185004|.080|201909|NDFD
>
>
RLX|36|po|00|{{0.005,35944},{0.013,56858},{0.047,32364},{0.159,29126},{0.171,13215},{0.836,2032},{0.667,39},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.065|201909|NDFD
>
>
BMX|36|po|00|{{0.000,70346},{0.003,73364},{0.030,47070},{0.170,18488},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.023|201909|NDFD
>
>
HUN|36|po|00|{{0.000,17232},{0.000,24030},{0.026,15003},{0.064,5890},{0.045,3057},{0.075,1588},{0.451,2248},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.030|201909|NDFD
>
>
MOB|36|po|00|{{0.013,28632},{0.016,94723},{0.034,56686},{0.321,8713},{0.426,4271},{0.371,1465},{0.650,180},{999,0},{999,0},{999,0},{999,0},{999,0}}|194670|.047|201909|NDFD
>
>
LZK|36|po|00|{{0.000,41559},{0.003,92495},{0.023,61255},{0.326,18639},{0.295,15461},{0.274,12958},{0.599,2750},{0.923,2938},{1.000,1278},{1.000,21},{999,0},{999,0}}|249354|.086|201909|NDFD
>
>
JAX|36|po|00|{{0.000,2107},{0.003,86349},{0.089,49720},{0.288,20933},{0.307,7344},{0.354,5712},{0.597,5005},{0.970,3004},{1.000,1735},{1.000,1355},{1.000,2016},{1.000,1056}}|186336|.145|201909|NDFD
>
>
EYW|36|po|00|{{0.000,436},{0.002,6490},{0.093,23319},{0.166,27924},{0.310,31059},{0.663,21562},{0.822,37560},{0.803,12648},{0.504,2907},{0.868,4107},{999,0},{999,0}}|168012|.457|201909|NDFD
>
>
MLB|36|po|00|{{0.000,1220},{0.000,36559},{0.054,28546},{0.344,33342},{0.282,13509},{0.449,5812},{0.691,8134},{0.768,10245},{0.973,5581},{1.000,1316},{1.000,2210},{1.000,3790}}|150264|.304|201909|NDFD
>
>
MFL|36|po|00|{{999,0},{0.016,28658},{0.032,37111},{0.320,32048},{0.366,27414},{0.347,17703},{0.611,14542},{0.623,9642},{0.727,6578},{1.000,144},{1.000,562},{999,0}}|174402|.278|201909|NDFD
>
>
TAE|36|po|00|{{0.000,63636},{0.003,137090},{0.054,49098},{0.187,17618},{0.177,10019},{0.577,6949},{0.720,2233},{0.762,1548},{0.446,691},{999,0},{999,0},{999,0}}|288882|.053|201909|NDFD
>
>
TBW|36|po|00|{{0.004,51166},{0.004,52692},{0.064,32229},{0.158,18753},{0.265,18554},{0.270,11873},{0.575,4595},{0.220,1704},{0.222,2667},{0.678,149},{999,0},{999,0}}|194382|.089|201909|NDFD
>
>
FFC|36|po|00|{{0.000,3435},{0.001,120474},{0.023,89845},{0.129,18732},{0.523,3122},{0.724,2264},{0.683,142},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.033|201909|NDFD
>
>
LCH|36|po|00|{{999,0},{0.004,97674},{0.074,70724},{0.289,45139},{0.574,10250},{0.797,9794},{0.989,5114},{0.911,2603},{0.925,3282},{0.975,2736},{0.934,1228},{999,0}}|248544|.187|201909|NDFD
>
>
LIX|36|po|00|{{0.007,57175},{0.019,96453},{0.075,85082},{0.406,28652},{0.588,13224},{0.957,2211},{0.963,3478},{0.969,2630},{0.994,2103},{1.000,286},{999,0},{999,0}}|291294|.132|201909|NDFD
>
>
SHV|36|po|00|{{0.000,54019},{0.018,83931},{0.032,93943},{0.087,17979},{0.287,8621},{0.368,3723},{1.000,748},{1.000,178},{999,0},{999,0},{999,0},{999,0}}|263142|.041|201909|NDFD
>
>
JAN|36|po|00|{{0.001,74988},{0.012,144086},{0.031,35877},{0.046,4804},{0.000,993},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.012|201909|NDFD
>
>
ABQ|36|po|00|{{0.000,1370},{0.012,182747},{0.070,223542},{0.216,106539},{0.447,66354},{0.495,38908},{0.691,24868},{0.682,4234},{1.000,4504},{1.000,3709},{1.000,9},{999,0}}|656784|.180|201909|NDFD
>
>
OUN|36|po|00|{{0.000,32091},{0.005,121401},{0.022,68538},{0.145,46289},{0.418,28990},{0.665,29614},{0.837,13092},{0.984,10575},{1.000,9212},{999,0},{999,0},{999,0}}|359802|.198|201909|NDFD
>
>
TSA|36|po|00|{{0.000,18007},{0.001,87569},{0.073,20421},{0.419,15397},{0.569,18330},{0.445,17499},{0.864,7714},{0.979,3781},{1.000,4911},{1.000,1725},{999,0},{999,0}}|195354|.221|201909|NDFD
>
>
MEG|36|po|00|{{0.000,49541},{0.002,113832},{0.021,34903},{0.013,14818},{0.230,6078},{0.501,3081},{0.783,3031},{0.941,1773},{0.769,13},{999,0},{999,0},{999,0}}|227070|.036|201909|NDFD
>
>
MRX|36|po|00|{{0.000,31885},{0.004,34711},{0.032,30319},{0.162,21596},{0.196,4633},{0.026,117},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.045|201909|NDFD
>
>
OHX|36|po|00|{{0.000,69242},{0.011,10676},{0.009,18633},{0.076,14634},{0.091,8841},{0.198,3128},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.023|201909|NDFD
>
>
AMA|36|po|00|{{0.003,6988},{0.006,70300},{0.009,56595},{0.085,18403},{0.135,17604},{0.584,10197},{0.851,4926},{0.919,6823},{0.973,6215},{1.000,3},{999,0},{999,0}}|198054|.138|201909|NDFD
>
>
EWX|36|po|00|{{0.001,24659},{0.013,120453},{0.024,68348},{0.127,38059},{0.311,8130},{0.157,1977},{0.107,974},{0.150,20},{999,0},{999,0},{999,0},{999,0}}|262620|.042|201909|NDFD
>
>
BRO|36|po|00|{{0.053,6425},{0.009,8300},{0.073,29993},{0.222,32022},{0.286,22361},{0.224,4433},{0.631,2885},{0.664,4540},{0.932,4488},{1.000,311},{999,0},{999,0}}|115758|.228|201909|NDFD
>
>
CRP|36|po|00|{{0.000,1291},{0.009,32550},{0.043,41187},{0.166,48200},{0.277,26272},{0.389,6253},{0.665,4865},{0.657,2754},{0.733,2831},{0.506,778},{0.977,131},{999,0}}|167112|.164|201909|NDFD
>
>
EPZ|36|po|00|{{999,0},{0.016,33818},{0.131,86106},{0.253,38079},{0.355,29480},{0.611,19213},{0.555,16510},{0.527,4563},{0.898,649},{1.000,2},{999,0},{999,0}}|228420|.244|201909|NDFD
>
>
FWD|36|po|00|{{0.001,81742},{0.032,119410},{0.023,51259},{0.102,21859},{0.176,7929},{0.499,4445},{0.470,2681},{0.414,331},{999,0},{999,0},{999,0},{999,0}}|289656|.043|201909|NDFD
>
>
HGX|36|po|00|{{0.000,6393},{0.044,69783},{0.102,52794},{0.303,40911},{0.444,9438},{0.373,6908},{0.382,6293},{0.572,6897},{0.740,6448},{0.770,4880},{0.858,9589},{1.000,202}}|220536|.231|201909|NDFD
>
>
LUB|36|po|00|{{0.000,7669},{0.000,49670},{0.012,39804},{0.075,9717},{0.293,6186},{0.488,18622},{0.552,6400},{0.865,11112},{0.905,5924},{1.000,3432},{1.000,1142},{999,0}}|159678|.220|201909|NDFD
>
>
MAF|36|po|00|{{0.000,19165},{0.006,74781},{0.088,82627},{0.263,79556},{0.388,59268},{0.490,25531},{0.567,14393},{0.802,16715},{0.808,3286},{0.753,2179},{0.972,427},{999,0}}|377928|.239|201909|NDFD
>
>
SJT|36|po|00|{{0.000,38791},{0.007,71744},{0.049,45912},{0.181,25606},{0.740,9933},{0.755,3228},{0.595,1023},{0.927,708},{0.955,443},{999,0},{999,0},{999,0}}|197388|.096|201909|NDFD
>
>
FGZ|36|po|00|{{0.001,134016},{0.000,64792},{0.036,48702},{0.116,39826},{0.185,35352},{0.214,17600},{0.515,9872},{0.608,11376},{0.694,13051},{0.651,3143},{999,0},{999,0}}|377730|.106|201909|NDFD
>
>
PSR|36|po|00|{{0.000,90562},{0.001,56174},{0.152,27759},{0.252,20206},{0.379,18927},{0.588,5710},{0.621,8984},{0.660,8824},{0.931,3761},{1.000,23},{999,0},{999,0}}|240930|.145|201909|NDFD
>
>
TWC|36|po|00|{{0.000,8987},{0.003,67222},{0.038,27250},{0.324,22911},{0.390,19477},{0.187,14917},{0.596,14569},{0.675,11241},{0.734,6883},{0.756,2664},{0.932,295},{999,0}}|196416|.217|201909|NDFD
>
>
EKA|36|po|00|{{0.000,97057},{0.000,63818},{0.139,16850},{0.426,3747},{0.566,2284},{0.737,2577},{0.818,5636},{0.872,3763},{0.929,3568},{0.958,3700},{0.983,3084},{0.994,3760}}|209844|.137|201909|NDFD
>
>
LOX|36|po|00|{{0.000,105906},{0.000,101298},{0.011,32947},{0.000,1908},{0.000,232},{0.000,61},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.001|201909|NDFD
>
>
STO|36|po|00|{{0.000,133668},{0.002,45060},{0.057,14688},{0.286,7105},{0.553,5676},{0.715,4211},{0.943,3556},{0.959,2110},{0.966,1902},{0.993,1766},{1.000,20},{999,0}}|219762|.082|201909|NDFD
>
>
SGX|36|po|00|{{0.000,56670},{0.003,36164},{0.047,15840},{0.042,4723},{0.105,2523},{0.798,1715},{0.854,157},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.024|201909|NDFD
>
>
MTR|36|po|00|{{0.000,161474},{0.008,66165},{0.111,11558},{0.706,2035},{0.836,1540},{0.495,768},{0.092,358},{0.044,91},{0.000,37},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
>
>
HNX|36|po|00|{{0.000,147618},{0.001,38951},{0.005,8834},{0.010,2446},{0.012,1540},{0.204,1214},{0.489,133},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.002|201909|NDFD
>
>
BOI|36|po|00|{{0.000,156876},{0.006,96070},{0.072,41836},{0.289,23428},{0.369,18151},{0.410,15510},{0.551,14871},{0.462,13750},{0.729,10630},{0.832,3769},{1.000,4529},{999,0}}|399420|.134|201909|NDFD
>
>
PIH|36|po|00|{{0.001,86719},{0.001,44352},{0.102,45313},{0.201,18183},{0.378,16994},{0.533,17533},{0.725,12082},{0.713,6369},{0.701,3632},{1.000,1175},{1.000,271},{1.000,25}}|252648|.164|201909|NDFD
>
>
BYZ|36|po|00|{{0.000,52138},{0.007,79146},{0.069,58448},{0.334,43038},{0.540,29318},{0.830,18812},{0.752,16763},{0.786,8672},{0.970,9356},{1.000,15412},{0.992,9328},{1.000,1965}}|342396|.308|201909|NDFD
>
>
GGW|36|po|00|{{0.008,35635},{0.054,70987},{0.131,66277},{0.500,25299},{0.689,16546},{0.870,15798},{0.884,8420},{0.973,9702},{0.990,10876},{1.000,8294},{1.000,5552},{1.000,4480}}|277866|.347|201909|NDFD
>
>
TFX|36|po|00|{{0.001,60386},{0.032,96147},{0.076,94410},{0.238,67351},{0.331,31700},{0.555,24770},{0.791,26286},{0.860,20051},{0.980,11054},{1.000,3739},{1.000,379},{1.000,29}}|436302|.238|201909|NDFD
>
>
MSO|36|po|00|{{0.000,43560},{0.001,81492},{0.050,57108},{0.100,39886},{0.313,26929},{0.456,23815},{0.493,21809},{0.603,24150},{0.742,16413},{0.860,7352},{0.931,2291},{1.000,147}}|344952|.209|201909|NDFD
>
>
LKN|36|po|00|{{0.000,210012},{0.006,116826},{0.089,44666},{0.235,27522},{0.354,21559},{0.444,8998},{0.686,4032},{0.693,2073},{0.555,885},{0.093,215},{999,0},{999,0}}|436788|.063|201909|NDFD
>
>
VEF|36|po|00|{{0.000,310924},{0.001,112574},{0.017,54107},{0.060,25757},{0.291,8075},{0.552,4098},{0.736,4062},{0.864,5634},{0.222,9},{999,0},{999,0},{999,0}}|525240|.029|201909|NDFD
>
>
REV|36|po|00|{{0.000,177647},{0.011,24772},{0.119,26843},{0.337,21481},{0.449,14055},{0.677,8691},{0.774,1181},{1.000,795},{1.000,547},{999,0},{999,0},{999,0}}|276012|.091|201909|NDFD
>
>
MFR|36|po|00|{{0.001,145871},{0.011,110115},{0.162,26729},{0.261,14847},{0.520,16796},{0.684,11975},{0.722,10061},{0.826,13221},{0.810,12244},{0.875,7694},{0.847,6937},{0.981,18196}}|394686|.216|201909|NDFD
>
>
PDT|36|po|00|{{0.000,74537},{0.003,123776},{0.031,55342},{0.091,21927},{0.214,11708},{0.472,11741},{0.701,10783},{0.762,13695},{0.940,13938},{0.961,7479},{0.979,7801},{1.000,1315}}|354042|.168|201909|NDFD
>
>
PQR|36|po|00|{{0.000,23563},{0.001,100510},{0.036,43416},{0.160,19223},{0.248,12844},{0.411,13084},{0.589,15809},{0.683,14629},{0.721,14339},{0.898,15546},{0.847,13000},{0.999,16185}}|302148|.278|201909|NDFD
>
>
SLC|36|po|00|{{0.002,236322},{0.005,149753},{0.026,85592},{0.089,48656},{0.141,12265},{0.249,5544},{0.412,4916},{0.695,3340},{0.696,2558},{999,0},{999,0},{999,0}}|548946|.031|201909|NDFD
>
>
SEW|36|po|00|{{0.000,1534},{0.014,35771},{0.040,71216},{0.135,21126},{0.424,24289},{0.496,16149},{0.513,18896},{0.627,15880},{0.770,16632},{0.904,20962},{0.932,20608},{0.945,10537}}|273600|.384|201909|NDFD
>
>
OTX|36|po|00|{{0.000,58372},{0.013,96436},{0.094,57688},{0.207,28405},{0.289,23449},{0.383,21541},{0.335,15579},{0.401,11466},{0.528,11771},{0.749,5991},{0.953,7225},{0.800,45}}|337968|.163|201909|NDFD
>
>
BOU|48|po|00|{{0.001,50041},{0.019,80516},{0.081,47597},{0.184,17048},{0.286,16160},{0.514,10054},{0.546,4976},{0.509,1679},{0.663,169},{999,0},{999,0},{999,0}}|228240|.096|201909|NDFD
>
>
GJT|48|po|00|{{0.000,107958},{0.005,132444},{0.020,55233},{0.084,29233},{0.062,17582},{0.108,19816},{0.323,18052},{0.439,13117},{0.737,2068},{1.000,119},{999,0},{999,0}}|395622|.052|201909|NDFD
>
>
PUB|48|po|00|{{0.000,16328},{0.006,111827},{0.028,62175},{0.150,26039},{0.153,13727},{0.204,11974},{0.408,4665},{0.564,2157},{0.901,1602},{0.981,372},{999,0},{999,0}}|250866|.063|201909|NDFD
>
>
LOT|48|po|00|{{0.000,10221},{0.010,45685},{0.509,7282},{0.552,12123},{0.487,14004},{0.666,5841},{0.835,4051},{0.937,2907},{0.997,2473},{1.000,9149},{1.000,1608},{999,0}}|115344|.355|201909|NDFD
>
>
ILX|48|po|00|{{0.000,22724},{0.029,58538},{0.187,21531},{0.186,13287},{0.383,11349},{0.543,8286},{0.806,5289},{0.968,1920},{1.000,2390},{1.000,5233},{1.000,887},{999,0}}|151434|.209|201909|NDFD
>
>
IND|48|po|00|{{0.017,34228},{0.049,43844},{0.064,20188},{0.150,11948},{0.219,7935},{0.222,2169},{0.467,1123},{0.788,600},{0.929,239},{999,0},{999,0},{999,0}}|122274|.076|201909|NDFD
>
>
IWX|48|po|00|{{0.000,32736},{0.125,26685},{0.399,21477},{0.625,9263},{0.476,10244},{0.523,9622},{0.578,10616},{0.847,3851},{0.762,1454},{1.000,1618},{999,0},{999,0}}|127566|.311|201909|NDFD
>
>
DVN|48|po|00|{{0.000,7524},{0.007,54658},{0.250,26998},{0.477,8110},{0.202,7428},{0.582,4880},{0.828,9769},{0.830,11857},{0.884,8804},{0.997,9222},{1.000,10806},{999,0}}|160056|.381|201909|NDFD
>
>
DMX|48|po|00|{{0.000,18652},{0.024,60111},{0.256,39143},{0.597,11994},{0.787,7993},{0.921,9577},{0.933,21179},{0.813,19019},{0.716,15844},{0.918,12515},{0.998,7983},{999,0}}|224010|.445|201909|NDFD
>
>
DDC|48|po|00|{{0.001,25695},{0.014,54996},{0.031,45324},{0.142,11794},{0.401,12854},{0.347,4504},{0.543,6218},{0.950,2225},{1.000,4921},{1.000,2487},{999,0},{999,0}}|171018|.137|201909|NDFD
>
>
GLD|48|po|00|{{0.014,21424},{0.011,92061},{0.075,25616},{0.203,10860},{0.187,3543},{0.319,3038},{0.585,2364},{1.000,1194},{1.000,1349},{1.000,587},{999,0},{999,0}}|162036|.072|201909|NDFD
>
>
TOP|48|po|00|{{0.000,16911},{0.000,24368},{0.103,17312},{0.069,14147},{0.205,6398},{0.178,12049},{0.424,8177},{0.565,6410},{0.814,9472},{0.892,4083},{0.983,2299},{999,0}}|121626|.221|201909|NDFD
>
>
ICT|48|po|00|{{0.000,25510},{0.005,37289},{0.037,25013},{0.028,13138},{0.184,12696},{0.242,16041},{0.530,14586},{0.821,10447},{0.719,5224},{0.882,4166},{1.000,14},{999,0}}|164124|.191|201909|NDFD
>
>
JKL|48|po|00|{{0.000,9995},{0.016,44077},{0.069,17778},{0.300,7550},{0.518,8058},{0.263,1291},{0.018,333},{0.176,324},{999,0},{999,0},{999,0},{999,0}}|89406|.098|201909|NDFD
>
>
LMK|48|po|00|{{0.000,26439},{0.001,73321},{0.095,31827},{0.216,4099},{0.450,8436},{0.274,6284},{0.000,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.063|201909|NDFD
>
>
PAH|48|po|00|{{0.000,25754},{0.003,90572},{0.068,33064},{0.165,20398},{0.542,14186},{0.537,3248},{0.787,122},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.083|201909|NDFD
>
>
DTX|48|po|00|{{0.014,39871},{0.042,76146},{0.265,31077},{0.518,26938},{0.462,22003},{0.641,23180},{0.902,22535},{0.861,15226},{0.954,25660},{0.992,11456},{1.000,3394},{999,0}}|297486|.416|201909|NDFD
>
>
APX|48|po|00|{{0.000,10163},{0.021,45353},{0.216,13132},{0.260,11177},{0.374,13167},{0.566,10601},{0.778,8077},{0.815,11946},{0.896,12118},{0.974,11585},{0.999,6737},{1.000,78}}|154134|.406|201909|NDFD
>
>
GRR|48|po|00|{{0.000,18529},{0.000,33143},{0.200,7275},{0.526,9295},{0.614,8599},{0.464,5403},{0.312,8166},{0.826,6143},{0.962,9304},{0.976,12534},{1.000,2947},{999,0}}|121338|.378|201909|NDFD
>
>
MQT|48|po|00|{{0.001,14668},{0.054,87350},{0.127,94043},{0.234,44949},{0.440,37193},{0.424,25273},{0.686,21698},{0.863,16215},{0.893,13652},{0.788,10651},{0.843,18763},{1.000,187}}|384642|.311|201909|NDFD
>
>
DLH|48|po|00|{{0.004,8093},{0.038,77200},{0.413,65722},{0.448,32277},{0.714,39078},{0.772,21326},{0.745,8117},{0.942,5271},{0.854,6015},{0.974,20117},{0.998,16275},{1.000,245}}|299736|.471|201909|NDFD
>
>
MPX|48|po|00|{{0.000,25622},{0.049,67026},{0.315,43217},{0.409,41214},{0.528,25914},{0.584,10228},{0.783,12999},{0.823,16397},{0.840,15390},{0.964,10195},{1.000,7119},{1.000,1015}}|276336|.391|201909|NDFD
>
>
EAX|48|po|00|{{0.000,24980},{0.024,45929},{0.068,21899},{0.068,16655},{0.075,13374},{0.144,7891},{0.459,14650},{0.421,11643},{0.703,13648},{0.892,12495},{1.000,5062},{999,0}}|188226|.230|201909|NDFD
>
>
SGF|48|po|00|{{0.012,11561},{0.009,67910},{0.059,37944},{0.224,19771},{0.244,16735},{0.615,11373},{0.328,11152},{0.521,2957},{0.984,4505},{1.000,5056},{999,0},{999,0}}|188964|.176|201909|NDFD
>
>
LSX|48|po|00|{{0.004,17863},{0.023,84898},{0.126,41616},{0.226,16171},{0.355,9733},{0.385,13055},{0.548,9197},{0.875,2603},{0.995,2438},{1.000,6029},{1.000,1183},{999,0}}|204786|.178|201909|NDFD
>
>
GID|48|po|00|{{0.000,23220},{0.002,38061},{0.034,39580},{0.081,26996},{0.158,5833},{0.023,923},{0.056,1098},{0.607,7264},{1.000,533},{1.000,3677},{1.000,4267},{999,0}}|151452|.116|201909|NDFD
>
>
LBF|48|po|00|{{0.000,27897},{0.034,134440},{0.099,53712},{0.320,17923},{0.105,6688},{0.157,5840},{0.129,6032},{0.563,7440},{0.835,2063},{1.000,567},{999,0},{999,0}}|262602|.093|201909|NDFD
>
>
OAX|48|po|00|{{0.000,25346},{0.010,42797},{0.170,20912},{0.396,20101},{0.326,16961},{0.420,12359},{0.658,13270},{0.679,10855},{0.945,3099},{1.000,3884},{1.000,4782},{999,0}}|174366|.289|201909|NDFD
>
>
BIS|48|po|00|{{0.005,54593},{0.085,118430},{0.121,99018},{0.388,48193},{0.419,22279},{0.505,13329},{0.753,12273},{0.978,18292},{0.999,28366},{1.000,5482},{1.000,17847},{999,0}}|438102|.310|201909|NDFD
>
>
FGF|48|po|00|{{0.000,38495},{0.021,87292},{0.241,86243},{0.403,40573},{0.728,18001},{0.774,14035},{0.761,16257},{0.871,18258},{0.807,7642},{0.873,11916},{0.954,17657},{1.000,6655}}|363024|.362|201909|NDFD
>
>
ABR|48|po|00|{{0.036,39712},{0.070,101660},{0.050,53906},{0.103,14928},{0.283,6445},{0.335,7548},{0.484,4731},{0.926,16471},{0.942,5287},{0.962,898},{999,0},{999,0}}|251586|.161|201909|NDFD
>
>
UNR|48|po|00|{{0.034,51640},{0.125,159786},{0.154,43039},{0.466,18258},{0.506,18367},{0.748,10469},{0.813,14092},{0.970,13072},{1.000,8870},{1.000,1344},{1.000,183},{999,0}}|339120|.261|201909|NDFD
>
>
FSD|48|po|00|{{0.002,27773},{0.149,68028},{0.103,54251},{0.329,17965},{0.480,13743},{0.519,11701},{0.540,9723},{0.868,17188},{0.587,4544},{0.854,5337},{1.000,759},{999,0}}|231012|.271|201909|NDFD
>
>
GRB|48|po|00|{{0.000,13273},{0.024,32534},{0.216,32754},{0.352,18611},{0.525,10005},{0.871,9733},{0.852,6106},{0.641,5322},{0.820,10063},{0.896,13908},{0.958,4687},{999,0}}|156996|.395|201909|NDFD
>
>
ARX|48|po|00|{{0.000,19155},{0.056,26521},{0.189,46422},{0.612,6241},{0.759,6807},{0.917,5557},{0.993,9809},{0.832,10947},{0.695,5875},{0.892,11875},{0.991,11938},{1.000,493}}|161640|.434|201909|NDFD
>
>
MKX|48|po|00|{{0.000,20364},{0.002,77004},{0.127,17556},{0.391,12946},{0.503,19684},{0.582,17712},{0.777,10656},{0.735,11293},{0.814,14962},{0.972,18091},{0.978,12868},{999,0}}|233136|.371|201909|NDFD
>
>
CYS|48|po|00|{{0.000,68198},{0.019,107708},{0.101,46178},{0.417,23410},{0.571,18215},{0.644,14805},{0.840,4949},{0.860,379},{999,0},{999,0},{999,0},{999,0}}|283842|.144|201909|NDFD
>
>
RIW|48|po|00|{{0.000,129613},{0.021,117639},{0.101,70933},{0.315,46494},{0.524,31475},{0.627,25718},{0.738,17210},{0.822,13096},{0.872,7993},{0.851,275},{1.000,30},{999,0}}|460476|.190|201909|NDFD
>
>
CAR|48|po|00|{{0.000,27182},{0.002,35010},{0.075,44722},{0.153,20484},{0.549,4103},{0.606,14511},{0.586,8610},{0.685,7884},{0.875,15052},{0.556,9242},{0.870,6188},{0.457,278}}|193266|.268|201909|NDFD
>
>
GYX|48|po|00|{{0.003,61387},{0.012,24317},{0.140,32743},{0.520,22980},{0.550,20815},{0.561,24030},{0.790,13871},{0.831,9228},{0.864,4660},{0.983,115},{999,0},{999,0}}|214146|.302|201909|NDFD
>
>
BOX|48|po|00|{{0.000,21214},{0.000,38320},{0.190,16691},{0.344,28509},{0.382,15944},{0.453,10982},{0.863,12170},{0.738,8799},{0.588,452},{1.000,99},{999,0},{999,0}}|153180|.270|201909|NDFD
>
>
PHI|48|po|00|{{0.000,28395},{0.008,38904},{0.047,39144},{0.252,20878},{0.654,13699},{0.653,7231},{0.306,1310},{0.011,91},{999,0},{999,0},{999,0},{999,0}}|149652|.144|201909|NDFD
>
>
ALY|48|po|00|{{0.000,11226},{0.002,38385},{0.359,18760},{0.738,8011},{0.516,6673},{0.687,10674},{0.709,15139},{0.922,13313},{1.000,2087},{1.000,166},{999,0},{999,0}}|124434|.392|201909|NDFD
>
>
BGM|48|po|00|{{0.000,23157},{0.016,24013},{0.109,26103},{0.149,11797},{0.460,13317},{0.844,12363},{0.610,15673},{0.797,9550},{0.914,5036},{0.920,759},{999,0},{999,0}}|141768|.310|201909|NDFD
>
>
BUF|48|po|00|{{0.000,39237},{0.001,11071},{0.134,32817},{0.395,27134},{0.405,11764},{0.387,8577},{0.634,8668},{0.776,12177},{0.835,15627},{0.574,3757},{1.000,277},{1.000,2}}|171108|.314|201909|NDFD
>
>
OKX|48|po|00|{{0.000,9652},{0.001,22804},{0.079,18922},{0.292,14426},{0.662,17012},{0.398,3814},{0.063,238},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.213|201909|NDFD
>
>
MHX|48|po|00|{{0.000,20659},{0.003,34341},{0.012,19133},{0.178,19926},{0.214,12556},{0.458,6609},{0.575,2499},{0.999,1383},{1.000,20},{999,0},{999,0},{999,0}}|117126|.106|201909|NDFD
>
>
RAH|48|po|00|{{0.000,25516},{0.000,25549},{0.015,33333},{0.106,22825},{0.224,9835},{0.054,3305},{0.312,4107},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.053|201909|NDFD
>
>
ILM|48|po|00|{{0.000,39},{0.001,48125},{0.011,13152},{0.103,14976},{0.298,14210},{0.544,6488},{0.144,1475},{0.815,1793},{1.000,1538},{1.000,210},{999,0},{999,0}}|102006|.127|201909|NDFD
>
>
CLE|48|po|00|{{0.000,27301},{0.061,44377},{0.248,52119},{0.252,19374},{0.249,14790},{0.280,12915},{0.742,6414},{0.869,12218},{1.000,968},{999,0},{999,0},{999,0}}|190476|.232|201909|NDFD
>
>
ILN|48|po|00|{{0.000,285},{0.016,69745},{0.094,46492},{0.155,15639},{0.040,10214},{0.093,5434},{0.443,7311},{0.248,2128},{999,0},{999,0},{999,0},{999,0}}|157248|.080|201909|NDFD
>
>
PBZ|48|po|00|{{0.000,14991},{0.021,39907},{0.093,32257},{0.169,16070},{0.366,10773},{0.171,12430},{0.214,12880},{0.796,8660},{0.931,350},{1.000,38},{999,0},{999,0}}|148356|.152|201909|NDFD
>
>
CTP|48|po|00|{{0.025,27240},{0.001,37646},{0.056,29955},{0.237,25087},{0.397,20350},{0.534,23771},{0.666,13616},{0.873,4674},{0.439,807},{1.000,4},{999,0},{999,0}}|183150|.233|201909|NDFD
>
>
CHS|48|po|00|{{0.000,7799},{0.003,51535},{0.026,27620},{0.244,15093},{0.344,9390},{0.444,5385},{0.523,3670},{0.472,5448},{0.991,1170},{0.999,1478},{1.000,1025},{1.000,725}}|130338|.146|201909|NDFD
>
>
CAE|48|po|00|{{0.001,23511},{0.021,22235},{0.090,25602},{0.197,9394},{0.377,14671},{0.246,4936},{0.408,896},{0.233,391},{0.714,28},{999,0},{999,0},{999,0}}|101664|.117|201909|NDFD
>
>
GSP|48|po|00|{{999,0},{0.001,52263},{0.025,41938},{0.102,26637},{0.195,19789},{0.480,8209},{0.690,6770},{0.838,2055},{0.886,865},{999,0},{999,0},{999,0}}|158526|.118|201909|NDFD
>
>
BTV|48|po|00|{{0.000,28208},{0.000,24598},{0.146,23529},{0.335,2789},{0.323,2460},{0.767,5478},{0.720,14728},{0.819,15397},{0.823,6565},{0.926,5032},{1.000,1428},{999,0}}|130212|.339|201909|NDFD
>
>
LWX|48|po|00|{{0.001,9071},{0.047,78735},{0.054,21712},{0.128,20282},{0.314,15961},{0.319,12059},{0.525,4360},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.115|201909|NDFD
>
>
RNK|48|po|00|{{0.008,24118},{0.042,43327},{0.077,34125},{0.202,22858},{0.087,15295},{0.295,7524},{0.496,1995},{0.629,1676},{0.895,408},{999,0},{999,0},{999,0}}|151326|.100|201909|NDFD
>
>
AKQ|48|po|00|{{0.055,52919},{0.007,55478},{0.001,23818},{0.050,17386},{0.199,25612},{0.182,9791},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.060|201909|NDFD
>
>
RLX|48|po|00|{{0.000,28727},{0.030,81280},{0.016,4037},{0.041,14645},{0.369,24879},{0.607,11179},{0.676,4831},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.132|201909|NDFD
>
>
BMX|48|po|00|{{0.001,21307},{0.055,72192},{0.067,80252},{0.089,31612},{0.170,3877},{0.321,28},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.061|201909|NDFD
>
>
HUN|48|po|00|{{0.000,3377},{0.044,29049},{0.087,22480},{0.090,5377},{0.219,4929},{0.055,1670},{0.323,2166},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.081|201909|NDFD
>
>
MOB|48|po|00|{{0.012,2120},{0.037,79300},{0.072,76959},{0.150,19606},{0.189,6735},{0.524,4996},{0.737,3507},{0.115,1069},{0.045,378},{999,0},{999,0},{999,0}}|194670|.092|201909|NDFD
>
>
LZK|48|po|00|{{0.000,1842},{0.011,104068},{0.069,64718},{0.277,24731},{0.518,21606},{0.641,17682},{0.658,10825},{0.424,3073},{0.707,809},{999,0},{999,0},{999,0}}|249354|.176|201909|NDFD
>
>
JAX|48|po|00|{{999,0},{0.011,49992},{0.072,55134},{0.374,20754},{0.694,16687},{0.567,11852},{0.403,8970},{0.532,9586},{0.780,7772},{0.986,1978},{1.000,1674},{1.000,1937}}|186336|.273|201909|NDFD
>
>
EYW|48|po|00|{{0.000,324},{0.000,5897},{0.107,14833},{0.260,32806},{0.336,34729},{0.567,20491},{0.720,32936},{0.786,22265},{0.856,3731},{999,0},{999,0},{999,0}}|168012|.463|201909|NDFD
>
>
MLB|48|po|00|{{999,0},{0.009,32652},{0.048,24731},{0.239,25338},{0.593,20590},{0.587,10899},{0.743,8522},{0.750,12751},{0.921,9635},{0.830,3439},{1.000,1707},{999,0}}|150264|.369|201909|NDFD
>
>
MFL|48|po|00|{{0.000,1443},{0.003,18304},{0.159,23919},{0.252,31417},{0.314,23158},{0.443,22790},{0.429,25979},{0.809,18542},{0.731,8267},{0.161,583},{999,0},{999,0}}|174402|.352|201909|NDFD
>
>
TAE|48|po|00|{{0.000,28917},{0.007,102261},{0.092,82397},{0.185,38575},{0.299,16993},{0.375,10098},{0.095,3234},{0.058,3130},{0.027,2824},{0.055,453},{999,0},{999,0}}|288882|.086|201909|NDFD
>
>
TBW|48|po|00|{{0.003,27947},{0.001,30709},{0.065,42662},{0.170,35421},{0.334,17761},{0.327,10947},{0.385,7915},{0.949,11084},{0.869,3254},{0.820,6682},{999,0},{999,0}}|194382|.207|201909|NDFD
>
>
FFC|48|po|00|{{0.000,1541},{0.014,100756},{0.043,72754},{0.175,42295},{0.103,15988},{0.510,3928},{0.158,646},{0.000,106},{999,0},{999,0},{999,0},{999,0}}|238014|.066|201909|NDFD
>
>
LCH|48|po|00|{{0.000,325},{0.001,47708},{0.040,72591},{0.353,48852},{0.358,30759},{0.827,14295},{0.991,16257},{1.000,7017},{1.000,5294},{1.000,4106},{1.000,1340},{999,0}}|248544|.309|201909|NDFD
>
>
LIX|48|po|00|{{0.001,9330},{0.015,93293},{0.105,71185},{0.381,58278},{0.554,33026},{0.667,13962},{0.899,5736},{0.882,1519},{0.999,2042},{1.000,2923},{999,0},{999,0}}|291294|.241|201909|NDFD
>
>
SHV|48|po|00|{{0.015,47633},{0.032,86440},{0.083,63833},{0.275,24277},{0.490,19351},{0.415,8195},{0.708,5750},{0.899,3542},{0.939,3038},{1.000,1083},{999,0},{999,0}}|263142|.150|201909|NDFD
>
>
JAN|48|po|00|{{0.001,38708},{0.029,107761},{0.036,82105},{0.123,11384},{0.322,8171},{0.562,10697},{0.444,1922},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.065|201909|NDFD
>
>
ABQ|48|po|00|{{999,0},{0.005,150699},{0.043,218509},{0.155,116936},{0.354,83660},{0.556,48095},{0.722,18159},{0.911,12478},{0.991,5850},{1.000,2398},{999,0},{999,0}}|656784|.179|201909|NDFD
>
>
OUN|48|po|00|{{0.001,19989},{0.001,83488},{0.008,88889},{0.114,61086},{0.298,44979},{0.486,31573},{0.521,19159},{0.663,7478},{0.840,3096},{1.000,65},{999,0},{999,0}}|359802|.150|201909|NDFD
>
>
TSA|48|po|00|{{0.000,15274},{0.005,58615},{0.041,43517},{0.537,24224},{0.415,14489},{0.255,10319},{0.438,8528},{0.782,13589},{0.887,2181},{0.870,4618},{999,0},{999,0}}|195354|.226|201909|NDFD
>
>
MEG|48|po|00|{{0.000,12659},{0.013,111831},{0.114,61089},{0.222,16592},{0.641,22854},{0.952,1619},{1.000,423},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|227070|.126|201909|NDFD
>
>
MRX|48|po|00|{{0.000,20556},{0.001,26141},{0.050,40469},{0.160,17000},{0.679,11082},{0.425,4687},{0.302,1685},{0.594,1533},{0.189,111},{999,0},{999,0},{999,0}}|123264|.128|201909|NDFD
>
>
OHX|48|po|00|{{0.000,7358},{0.004,54433},{0.123,39377},{0.094,6866},{0.601,8906},{0.566,8214},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.125|201909|NDFD
>
>
AMA|48|po|00|{{0.000,15521},{0.026,60724},{0.020,51624},{0.254,30610},{0.474,19566},{0.574,8473},{0.769,2118},{0.998,1362},{1.000,2498},{1.000,5558},{999,0},{999,0}}|198054|.180|201909|NDFD
>
>
EWX|48|po|00|{{0.000,1276},{0.008,67783},{0.061,92556},{0.184,57613},{0.208,17426},{0.111,9756},{0.320,10019},{0.613,5630},{0.476,561},{999,0},{999,0},{999,0}}|262620|.108|201909|NDFD
>
>
BRO|48|po|00|{{999,0},{0.053,1290},{0.114,24416},{0.357,33621},{0.479,20180},{0.623,15021},{0.405,9797},{0.648,7339},{0.999,1534},{1.000,2560},{999,0},{999,0}}|115758|.403|201909|NDFD
>
>
CRP|48|po|00|{{0.000,50},{0.012,6605},{0.085,35157},{0.345,51312},{0.453,39757},{0.505,12779},{0.359,10786},{0.551,8363},{0.163,1856},{0.157,447},{999,0},{999,0}}|167112|.323|201909|NDFD
>
>
EPZ|48|po|00|{{0.000,1679},{0.012,23103},{0.173,73799},{0.263,57879},{0.390,30734},{0.549,20648},{0.646,10853},{0.910,8792},{0.741,933},{999,0},{999,0},{999,0}}|228420|.294|201909|NDFD
>
>
FWD|48|po|00|{{0.001,39021},{0.003,97288},{0.052,86097},{0.186,25255},{0.409,19843},{0.376,9690},{0.134,3801},{0.198,3219},{0.179,2977},{0.438,2235},{0.778,230},{999,0}}|289656|.083|201909|NDFD
>
>
HGX|48|po|00|{{0.010,99},{0.081,26543},{0.106,61002},{0.329,36519},{0.587,43986},{0.722,8236},{0.792,5227},{0.837,8687},{0.916,9404},{0.925,7368},{0.945,12264},{0.858,1201}}|220536|.417|201909|NDFD
>
>
LUB|48|po|00|{{0.000,178},{0.001,34919},{0.052,45071},{0.150,12255},{0.342,24104},{0.510,23391},{0.261,8171},{0.212,8042},{0.454,1422},{0.883,1639},{1.000,486},{999,0}}|159678|.193|201909|NDFD
>
>
MAF|48|po|00|{{999,0},{0.004,69699},{0.093,86012},{0.240,63072},{0.328,65952},{0.510,51747},{0.544,26891},{0.660,12115},{0.984,2440},{999,0},{999,0},{999,0}}|377928|.255|201909|NDFD
>
>
SJT|48|po|00|{{0.000,22131},{0.006,36447},{0.043,80101},{0.062,38256},{0.390,14653},{0.720,3724},{0.927,1664},{0.985,412},{999,0},{999,0},{999,0},{999,0}}|197388|.083|201909|NDFD
>
>
FGZ|48|po|00|{{0.010,91719},{0.001,73629},{0.063,68342},{0.156,36853},{0.187,27216},{0.451,25881},{0.612,33844},{0.625,16822},{0.754,2821},{0.806,603},{999,0},{999,0}}|377730|.163|201909|NDFD
>
>
PSR|48|po|00|{{0.000,71942},{0.008,84481},{0.125,26989},{0.322,17684},{0.580,15916},{0.517,13815},{0.618,9005},{0.640,1052},{0.870,46},{999,0},{999,0},{999,0}}|240930|.135|201909|NDFD
>
>
TWC|48|po|00|{{0.000,2921},{0.016,55501},{0.079,41434},{0.246,23322},{0.306,18128},{0.411,19480},{0.690,21958},{0.823,8797},{0.982,3483},{1.000,1383},{1.000,9},{999,0}}|196416|.258|201909|NDFD
>
>
EKA|48|po|00|{{0.000,82221},{0.008,71478},{0.078,14975},{0.397,7251},{0.671,7545},{0.680,7442},{0.845,5899},{0.776,5633},{0.897,3467},{0.957,2626},{0.884,1160},{0.721,147}}|209844|.147|201909|NDFD
>
>
LOX|48|po|00|{{0.000,108403},{0.000,105414},{0.031,25743},{0.076,2792},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.004|201909|NDFD
>
>
STO|48|po|00|{{0.000,128105},{0.019,51792},{0.173,12202},{0.296,5854},{0.782,3741},{0.875,4083},{0.868,4068},{0.940,4760},{0.985,4846},{0.993,300},{1.000,11},{999,0}}|219762|.111|201909|NDFD
>
>
SGX|48|po|00|{{0.002,47825},{0.003,42010},{0.110,15387},{0.107,7308},{0.156,3190},{0.550,1936},{0.228,136},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.036|201909|NDFD
>
>
MTR|48|po|00|{{0.004,180543},{0.036,38522},{0.172,12915},{0.598,4665},{0.464,7369},{1.000,12},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.043|201909|NDFD
>
>
HNX|48|po|00|{{0.000,140353},{0.000,36390},{0.012,19392},{0.150,2001},{0.555,1332},{0.515,618},{0.566,341},{0.761,243},{0.879,66},{999,0},{999,0},{999,0}}|200736|.010|201909|NDFD
>
>
BOI|48|po|00|{{0.010,144768},{0.017,96945},{0.074,69917},{0.155,24694},{0.328,10679},{0.271,4871},{0.276,5785},{0.343,7712},{0.482,9675},{0.826,14089},{0.927,10285},{999,0}}|399420|.118|201909|NDFD
>
>
PIH|48|po|00|{{0.000,56725},{0.015,76589},{0.095,55640},{0.181,26396},{0.220,9176},{0.237,11479},{0.560,7302},{0.855,5522},{0.953,1269},{0.894,1036},{0.803,1431},{0.843,83}}|252648|.111|201909|NDFD
>
>
BYZ|48|po|00|{{0.000,39775},{0.044,130665},{0.249,48572},{0.377,22798},{0.692,22335},{0.825,24434},{0.878,22938},{0.904,17101},{0.942,8127},{1.000,5259},{1.000,392},{999,0}}|342396|.324|201909|NDFD
>
>
GGW|48|po|00|{{0.003,65173},{0.136,71109},{0.270,40200},{0.317,30923},{0.614,18853},{0.848,11167},{0.944,11242},{0.994,16833},{1.000,6968},{0.998,4081},{1.000,1317},{999,0}}|277866|.329|201909|NDFD
>
>
TFX|48|po|00|{{0.001,78441},{0.061,116486},{0.163,78695},{0.376,47939},{0.399,25698},{0.462,20058},{0.567,19637},{0.672,24962},{0.680,17267},{0.875,6191},{1.000,928},{999,0}}|436302|.238|201909|NDFD
>
>
MSO|48|po|00|{{0.000,37050},{0.002,92441},{0.019,46788},{0.147,40235},{0.315,28835},{0.236,21676},{0.409,16853},{0.689,15125},{0.825,19537},{0.903,21880},{0.886,4532},{999,0}}|344952|.227|201909|NDFD
>
>
LKN|48|po|00|{{0.000,203938},{0.002,101541},{0.036,63452},{0.229,31083},{0.501,14893},{0.823,7870},{0.878,4687},{0.882,4449},{0.900,2401},{0.976,1643},{0.976,831},{999,0}}|436788|.083|201909|NDFD
>
>
VEF|48|po|00|{{0.000,322411},{0.001,94953},{0.028,55247},{0.208,30509},{0.283,12684},{0.502,5155},{0.581,2522},{0.584,1740},{0.947,19},{999,0},{999,0},{999,0}}|525240|.032|201909|NDFD
>
>
REV|48|po|00|{{0.000,125638},{0.000,72622},{0.069,22184},{0.314,31298},{0.573,9435},{0.960,3428},{0.983,3967},{0.987,4752},{1.000,1940},{1.000,748},{999,0},{999,0}}|276012|.114|201909|NDFD
>
>
MFR|48|po|00|{{0.002,130373},{0.015,111748},{0.111,44234},{0.344,17422},{0.674,8962},{0.860,5170},{0.911,3192},{0.799,5961},{0.899,15342},{0.889,14262},{0.948,11457},{0.989,26563}}|394686|.240|201909|NDFD
>
>
PDT|48|po|00|{{0.000,78292},{0.000,105218},{0.039,45806},{0.072,25937},{0.229,18580},{0.371,14467},{0.490,13082},{0.619,13867},{0.803,15962},{0.811,15996},{0.967,6217},{0.974,618}}|354042|.171|201909|NDFD
>
>
PQR|48|po|00|{{0.001,27481},{0.005,72046},{0.051,41112},{0.152,18688},{0.241,19142},{0.370,14912},{0.538,14640},{0.536,13082},{0.685,9797},{0.810,15730},{0.985,26698},{0.978,28820}}|302148|.345|201909|NDFD
>
>
SLC|48|po|00|{{0.000,177739},{0.005,159126},{0.017,107110},{0.060,60676},{0.160,24806},{0.441,11987},{0.438,6857},{0.395,635},{0.800,10},{999,0},{999,0},{999,0}}|548946|.034|201909|NDFD
>
>
SEW|48|po|00|{{0.000,379},{0.058,41173},{0.041,44587},{0.256,21450},{0.424,28107},{0.490,31266},{0.590,23142},{0.528,19150},{0.744,14388},{0.869,12968},{0.995,19959},{0.911,17031}}|273600|.431|201909|NDFD
>
>
OTX|48|po|00|{{0.021,77459},{0.028,61322},{0.085,48828},{0.176,35428},{0.300,28957},{0.478,23626},{0.683,15163},{0.831,17753},{0.862,14638},{0.952,11747},{0.998,2454},{1.000,593}}|337968|.253|201909|NDFD
>
>
BOU|60|po|00|{{0.000,35404},{0.012,67082},{0.077,66782},{0.178,22666},{0.400,14331},{0.670,12712},{0.810,7167},{1.000,1403},{1.000,692},{1.000,1},{999,0},{999,0}}|228240|.141|201909|NDFD
>
>
GJT|60|po|00|{{0.000,105006},{0.002,120668},{0.022,64090},{0.109,42566},{0.167,32929},{0.286,18478},{0.393,10340},{0.244,1545},{999,0},{999,0},{999,0},{999,0}}|395622|.054|201909|NDFD
>
>
PUB|60|po|00|{{0.000,20695},{0.011,85172},{0.044,78312},{0.154,31477},{0.218,17158},{0.329,12970},{0.147,4286},{0.262,774},{0.000,22},{999,0},{999,0},{999,0}}|250866|.072|201909|NDFD
>
>
LOT|60|po|00|{{0.000,11756},{0.150,28562},{0.195,8859},{0.115,9788},{0.422,8358},{0.608,9931},{0.659,8654},{0.893,6475},{0.996,10106},{0.995,8779},{1.000,4076},{999,0}}|115344|.443|201909|NDFD
>
>
ILX|60|po|00|{{0.000,24168},{0.034,37082},{0.035,19001},{0.036,10154},{0.243,12760},{0.383,17198},{0.552,7246},{0.618,6962},{0.959,10147},{1.000,4467},{1.000,2249},{999,0}}|151434|.242|201909|NDFD
>
>
IND|60|po|00|{{0.000,23870},{0.019,39183},{0.018,29796},{0.082,8901},{0.125,6928},{0.079,6137},{0.816,564},{1.000,3487},{1.000,2052},{1.000,1356},{999,0},{999,0}}|122274|.088|201909|NDFD
>
>
IWX|60|po|00|{{0.000,26806},{0.079,24076},{0.064,23595},{0.138,11970},{0.327,12914},{0.319,5788},{0.494,4574},{0.737,5098},{0.924,5433},{1.000,2721},{1.000,4591},{999,0}}|127566|.231|201909|NDFD
>
>
DVN|60|po|00|{{0.000,2989},{0.050,43031},{0.211,25337},{0.160,7826},{0.361,7558},{0.830,13364},{0.837,13852},{0.753,18355},{0.950,13748},{0.992,10791},{1.000,3205},{999,0}}|160056|.468|201909|NDFD
>
>
DMX|60|po|00|{{0.108,6597},{0.046,47129},{0.035,49108},{0.181,22244},{0.422,20358},{0.600,31431},{0.615,22677},{0.909,10641},{1.000,4626},{1.000,8385},{1.000,814},{999,0}}|224010|.328|201909|NDFD
>
>
DDC|60|po|00|{{0.000,8934},{0.020,69607},{0.055,38739},{0.038,13657},{0.129,12468},{0.219,10568},{0.153,6908},{0.696,2767},{0.672,4784},{0.397,2576},{1.000,10},{999,0}}|171018|.089|201909|NDFD
>
>
GLD|60|po|00|{{0.000,10451},{0.007,52346},{0.016,54392},{0.225,15015},{0.319,12306},{0.783,7282},{0.807,1640},{0.898,2122},{0.655,6408},{0.000,74},{999,0},{999,0}}|162036|.134|201909|NDFD
>
>
TOP|60|po|00|{{0.000,9062},{0.000,18463},{0.040,31156},{0.049,26641},{0.093,10261},{0.315,5248},{0.617,3385},{0.863,2797},{0.982,6363},{0.925,5174},{1.000,3076},{999,0}}|121626|.196|201909|NDFD
>
>
ICT|60|po|00|{{0.000,15442},{0.005,34156},{0.047,36529},{0.117,20528},{0.195,11522},{0.288,13061},{0.561,10475},{0.754,11113},{0.714,7284},{0.936,3521},{0.966,493},{999,0}}|164124|.204|201909|NDFD
>
>
JKL|60|po|00|{{0.000,14465},{0.021,40880},{0.169,17418},{0.123,13605},{0.187,2827},{0.597,211},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.069|201909|NDFD
>
>
LMK|60|po|00|{{0.000,35436},{0.016,74314},{0.075,21377},{0.084,7844},{0.212,5348},{0.366,3893},{0.989,1783},{1.000,413},{999,0},{999,0},{999,0},{999,0}}|150408|.054|201909|NDFD
>
>
PAH|60|po|00|{{0.001,39217},{0.007,85184},{0.029,34229},{0.158,4856},{0.472,3972},{0.399,8195},{0.675,8632},{0.958,2844},{1.000,215},{999,0},{999,0},{999,0}}|187344|.087|201909|NDFD
>
>
DTX|60|po|00|{{0.001,39825},{0.051,56505},{0.239,37501},{0.398,35581},{0.581,36334},{0.569,15930},{0.793,19144},{0.956,16015},{0.999,24863},{0.992,11514},{0.976,4274},{999,0}}|297486|.427|201909|NDFD
>
>
APX|60|po|00|{{0.000,7867},{0.062,25071},{0.330,32349},{0.632,18925},{0.805,8240},{0.874,10011},{0.932,14556},{0.965,12306},{0.971,11912},{0.968,10125},{0.999,2772},{999,0}}|154134|.579|201909|NDFD
>
>
GRR|60|po|00|{{0.000,13488},{0.008,26875},{0.138,16996},{0.460,12813},{0.505,6942},{0.682,4166},{0.977,4694},{1.000,6235},{1.000,15184},{1.000,8517},{1.000,5388},{1.000,40}}|121338|.451|201909|NDFD
>
>
MQT|60|po|00|{{0.000,19500},{0.074,52555},{0.251,85819},{0.399,64167},{0.346,32252},{0.641,19466},{0.806,16098},{0.833,21856},{0.779,34294},{0.844,16518},{0.953,18901},{1.000,3216}}|384642|.436|201909|NDFD
>
>
DLH|60|po|00|{{0.000,21940},{0.074,65930},{0.131,56548},{0.158,34137},{0.457,15808},{0.312,10178},{0.663,17416},{0.800,30793},{0.970,12115},{0.997,23109},{1.000,11731},{1.000,31}}|299736|.370|201909|NDFD
>
>
MPX|60|po|00|{{0.001,22393},{0.052,66281},{0.210,42255},{0.144,24067},{0.234,35267},{0.321,34120},{0.705,20430},{0.851,13825},{0.927,12350},{0.993,4151},{1.000,1197},{999,0}}|276336|.282|201909|NDFD
>
>
EAX|60|po|00|{{0.000,14428},{0.000,42369},{0.047,31450},{0.149,16937},{0.323,16446},{0.453,17803},{0.561,10365},{0.855,7259},{0.974,14972},{0.945,10930},{1.000,5267},{999,0}}|188226|.316|201909|NDFD
>
>
SGF|60|po|00|{{0.000,25200},{0.000,60195},{0.002,28330},{0.001,11868},{0.129,7694},{0.314,9710},{0.417,19239},{0.670,18201},{0.825,7690},{0.953,837},{999,0},{999,0}}|188964|.167|201909|NDFD
>
>
LSX|60|po|00|{{0.000,20577},{0.005,79639},{0.042,21801},{0.043,10318},{0.128,10409},{0.321,18632},{0.313,17947},{0.431,10642},{0.759,11057},{0.995,2084},{1.000,1680},{999,0}}|204786|.154|201909|NDFD
>
>
GID|60|po|00|{{0.000,6242},{0.007,41099},{0.028,41729},{0.030,21225},{0.134,21309},{0.400,7185},{0.531,4784},{0.470,4606},{0.377,2098},{0.601,1175},{999,0},{999,0}}|151452|.093|201909|NDFD
>
>
LBF|60|po|00|{{0.003,13777},{0.013,89894},{0.136,78969},{0.198,34703},{0.427,13973},{0.697,7583},{0.861,7605},{0.925,11554},{0.962,4544},{999,0},{999,0},{999,0}}|262602|.197|201909|NDFD
>
>
OAX|60|po|00|{{0.000,4388},{0.080,33918},{0.064,56164},{0.242,26205},{0.255,18886},{0.406,14200},{0.653,12619},{0.999,2297},{1.000,1327},{1.000,2484},{1.000,1878},{999,0}}|174366|.226|201909|NDFD
>
>
BIS|60|po|00|{{0.281,19595},{0.098,138212},{0.152,76703},{0.223,51219},{0.244,40090},{0.355,27531},{0.529,29725},{0.736,35949},{0.833,18302},{0.553,776},{999,0},{999,0}}|438102|.273|201909|NDFD
>
>
FGF|60|po|00|{{0.000,19649},{0.066,157639},{0.170,41822},{0.443,17729},{0.472,29959},{0.611,31076},{0.696,13340},{0.836,17364},{0.993,20554},{1.000,12278},{1.000,1614},{999,0}}|363024|.321|201909|NDFD
>
>
ABR|60|po|00|{{0.021,17860},{0.030,79365},{0.202,66561},{0.350,38270},{0.360,20013},{0.322,18499},{0.538,7190},{0.502,3356},{0.532,472},{999,0},{999,0},{999,0}}|251586|.193|201909|NDFD
>
>
UNR|60|po|00|{{0.014,28365},{0.024,117680},{0.139,66973},{0.229,28401},{0.337,25740},{0.457,31402},{0.569,18303},{0.637,6915},{0.567,11433},{0.267,3908},{999,0},{999,0}}|339120|.190|201909|NDFD
>
>
FSD|60|po|00|{{0.032,7640},{0.134,69999},{0.152,59749},{0.125,36205},{0.188,34287},{0.509,13705},{0.922,7604},{0.986,1683},{1.000,140},{999,0},{999,0},{999,0}}|231012|.197|201909|NDFD
>
>
GRB|60|po|00|{{0.002,12221},{0.051,29620},{0.096,21214},{0.407,15365},{0.485,13883},{0.893,18159},{0.967,13366},{0.961,6127},{0.942,10332},{0.994,7982},{1.000,7237},{1.000,1490}}|156996|.497|201909|NDFD
>
>
ARX|60|po|00|{{0.037,11363},{0.061,31049},{0.326,24831},{0.056,13634},{0.288,9501},{0.743,10378},{0.836,28649},{0.920,10263},{0.958,11841},{0.961,7917},{1.000,2204},{1.000,10}}|161640|.471|201909|NDFD
>
>
MKX|60|po|00|{{0.019,4406},{0.016,67121},{0.122,23969},{0.482,11887},{0.532,18585},{0.668,26575},{0.875,20302},{0.996,12923},{0.983,16690},{0.962,20266},{1.000,10225},{1.000,187}}|233136|.491|201909|NDFD
>
>
CYS|60|po|00|{{0.005,49609},{0.000,101459},{0.092,69157},{0.238,14712},{0.345,11840},{0.537,13490},{0.658,10303},{0.889,9085},{1.000,4187},{999,0},{999,0},{999,0}}|283842|.143|201909|NDFD
>
>
RIW|60|po|00|{{0.000,104014},{0.003,138669},{0.073,82416},{0.279,32857},{0.465,26856},{0.716,27064},{0.625,22811},{0.622,19419},{0.790,5912},{0.819,458},{999,0},{999,0}}|460476|.171|201909|NDFD
>
>
CAR|60|po|00|{{0.000,24126},{0.007,41620},{0.121,35358},{0.152,19365},{0.524,16524},{0.635,20295},{0.668,16820},{0.935,4578},{0.555,12382},{0.340,1920},{0.081,273},{0.400,5}}|193266|.270|201909|NDFD
>
>
GYX|60|po|00|{{0.000,52157},{0.012,41993},{0.078,33375},{0.060,21301},{0.246,29454},{0.449,18173},{0.626,7391},{0.961,7467},{0.936,2081},{0.920,754},{999,0},{999,0}}|214146|.160|201909|NDFD
>
>
BOX|60|po|00|{{0.000,27572},{0.000,37209},{0.032,31495},{0.040,12066},{0.099,7302},{0.351,11473},{0.664,11566},{0.749,9906},{0.978,4591},{999,0},{999,0},{999,0}}|153180|.169|201909|NDFD
>
>
PHI|60|po|00|{{0.000,21024},{0.019,59294},{0.049,23094},{0.124,10122},{0.439,23694},{0.650,8279},{0.738,3425},{1.000,720},{999,0},{999,0},{999,0},{999,0}}|149652|.151|201909|NDFD
>
>
ALY|60|po|00|{{0.000,12839},{0.001,27283},{0.028,33744},{0.056,20876},{0.207,12282},{0.450,7058},{0.520,3905},{0.790,4321},{1.000,928},{1.000,717},{1.000,481},{999,0}}|124434|.124|201909|NDFD
>
>
BGM|60|po|00|{{0.000,19146},{0.003,29440},{0.106,41821},{0.252,20195},{0.417,10511},{0.543,5682},{0.597,4909},{0.741,4450},{0.998,4462},{1.000,1152},{999,0},{999,0}}|141768|.204|201909|NDFD
>
>
BUF|60|po|00|{{0.000,33206},{0.000,35317},{0.040,19030},{0.199,4970},{0.153,13299},{0.461,21675},{0.647,15077},{0.779,11868},{0.990,9876},{1.000,4900},{1.000,1890},{999,0}}|171108|.288|201909|NDFD
>
>
OKX|60|po|00|{{0.000,4826},{0.000,14676},{0.055,39903},{0.111,3659},{0.255,5141},{0.459,9656},{0.857,5130},{0.956,1338},{0.998,2539},{999,0},{999,0},{999,0}}|86868|.191|201909|NDFD
>
>
MHX|60|po|00|{{0.010,11165},{0.004,39081},{0.036,44207},{0.232,14706},{0.000,1460},{999,0},{999,0},{0.527,129},{0.296,2895},{0.848,3483},{999,0},{999,0}}|117126|.078|201909|NDFD
>
>
RAH|60|po|00|{{0.000,24483},{0.000,32770},{0.085,25637},{0.129,17932},{0.119,10877},{0.000,3885},{0.024,4683},{0.347,623},{0.162,2085},{0.936,1495},{999,0},{999,0}}|124470|.063|201909|NDFD
>
>
ILM|60|po|00|{{0.000,2708},{0.000,49117},{0.010,25166},{0.205,13751},{0.090,4447},{0.005,1069},{0.731,297},{0.995,1143},{1.000,2299},{1.000,1361},{1.000,560},{1.000,88}}|102006|.090|201909|NDFD
>
>
CLE|60|po|00|{{0.000,21468},{0.002,63694},{0.079,31501},{0.301,21101},{0.451,16297},{0.733,7725},{0.618,3086},{0.916,14202},{0.990,10261},{0.984,1141},{999,0},{999,0}}|190476|.253|201909|NDFD
>
>
ILN|60|po|00|{{0.000,9253},{0.015,80473},{0.196,37659},{0.080,4394},{0.366,12066},{0.441,5274},{0.740,3604},{1.000,2946},{1.000,1579},{999,0},{999,0},{999,0}}|157248|.145|201909|NDFD
>
>
PBZ|60|po|00|{{0.000,9365},{0.089,49215},{0.030,34008},{0.209,30111},{0.297,10292},{0.532,3451},{0.760,3894},{0.862,3633},{0.845,4380},{1.000,7},{999,0},{999,0}}|148356|.178|201909|NDFD
>
>
CTP|60|po|00|{{0.072,23969},{0.007,51436},{0.041,53772},{0.182,25956},{0.343,12264},{0.601,5033},{0.837,3127},{0.949,3563},{1.000,2120},{1.000,1910},{999,0},{999,0}}|183150|.143|201909|NDFD
>
>
CHS|60|po|00|{{0.000,12535},{0.001,60885},{0.072,24685},{0.297,8786},{0.132,6120},{0.063,4975},{0.215,3235},{0.451,2829},{0.680,2896},{1.000,1750},{1.000,1194},{1.000,448}}|130338|.099|201909|NDFD
>
>
CAE|60|po|00|{{0.000,31849},{0.000,30757},{0.156,11150},{0.134,18978},{0.180,4015},{0.353,1928},{0.813,1713},{1.000,837},{1.000,420},{1.000,17},{999,0},{999,0}}|101664|.082|201909|NDFD
>
>
GSP|60|po|00|{{999,0},{0.001,54912},{0.077,49740},{0.034,31855},{0.096,12425},{0.450,2912},{0.482,4754},{0.849,1928},{999,0},{999,0},{999,0},{999,0}}|158526|.072|201909|NDFD
>
>
BTV|60|po|00|{{0.000,25841},{0.002,18843},{0.042,15429},{0.047,20876},{0.085,14175},{0.208,12637},{0.715,8013},{0.677,6339},{0.802,1383},{1.000,2869},{1.000,3807},{999,0}}|130212|.179|201909|NDFD
>
>
LWX|60|po|00|{{0.060,18077},{0.018,73399},{0.010,36684},{0.079,15378},{0.111,7127},{0.398,8706},{0.302,2809},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.056|201909|NDFD
>
>
RNK|60|po|00|{{0.012,20454},{0.006,57667},{0.137,24371},{0.053,22814},{0.063,20182},{0.052,3599},{0.443,1999},{0.762,240},{999,0},{999,0},{999,0},{999,0}}|151326|.051|201909|NDFD
>
>
AKQ|60|po|00|{{0.000,59905},{0.044,28851},{0.020,50899},{0.100,21927},{0.112,12232},{0.775,9322},{0.250,1183},{0.038,680},{0.000,5},{999,0},{999,0},{999,0}}|185004|.072|201909|NDFD
>
>
RLX|60|po|00|{{0.017,18918},{0.011,64406},{0.111,34791},{0.090,30014},{0.125,15585},{0.434,4189},{0.585,1619},{0.964,56},{999,0},{999,0},{999,0},{999,0}}|169578|.073|201909|NDFD
>
>
BMX|60|po|00|{{0.000,46244},{0.019,93457},{0.083,66850},{0.001,2717},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.035|201909|NDFD
>
>
HUN|60|po|00|{{0.003,9043},{0.015,36988},{0.016,9521},{0.093,6863},{0.012,3766},{0.392,2867},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.037|201909|NDFD
>
>
MOB|60|po|00|{{0.039,9365},{0.006,98595},{0.056,61046},{0.160,16355},{0.474,4439},{0.334,1119},{0.000,1662},{0.029,1600},{0.090,489},{999,0},{999,0},{999,0}}|194670|.049|201909|NDFD
>
>
LZK|60|po|00|{{0.000,994},{0.006,125402},{0.025,67558},{0.312,24399},{0.424,17684},{0.474,6793},{0.532,6381},{1.000,143},{999,0},{999,0},{999,0},{999,0}}|249354|.098|201909|NDFD
>
>
JAX|60|po|00|{{0.000,1222},{0.006,81219},{0.059,47096},{0.298,17019},{0.334,12908},{0.319,10105},{0.489,5200},{0.551,4659},{0.833,4948},{0.996,1281},{1.000,679},{999,0}}|186336|.145|201909|NDFD
>
>
EYW|60|po|00|{{999,0},{999,0},{0.017,13459},{0.141,31766},{0.387,45849},{0.491,29620},{0.718,38808},{0.762,8049},{0.557,461},{999,0},{999,0},{999,0}}|168012|.424|201909|NDFD
>
>
MLB|60|po|00|{{0.000,701},{0.003,35027},{0.062,39545},{0.206,24535},{0.390,23373},{0.631,9378},{0.687,6871},{0.724,7022},{0.982,3342},{1.000,470},{999,0},{999,0}}|150264|.241|201909|NDFD
>
>
MFL|60|po|00|{{999,0},{0.003,24602},{0.100,47353},{0.199,34219},{0.285,19984},{0.493,18498},{0.718,21708},{0.497,6947},{0.467,1091},{999,0},{999,0},{999,0}}|174402|.264|201909|NDFD
>
>
TAE|60|po|00|{{0.000,38284},{0.004,133992},{0.041,61223},{0.152,25511},{0.224,12421},{0.269,5322},{0.350,3936},{0.383,2872},{0.312,4331},{0.387,990},{999,0},{999,0}}|288882|.053|201909|NDFD
>
>
TBW|60|po|00|{{0.002,47457},{0.009,43913},{0.081,44896},{0.111,19665},{0.144,18757},{0.134,8784},{0.269,3918},{0.640,3817},{0.376,2226},{0.197,949},{999,0},{999,0}}|194382|.076|201909|NDFD
>
>
FFC|60|po|00|{{0.062,3201},{0.006,139967},{0.075,66913},{0.252,20289},{0.029,7179},{0.026,465},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.048|201909|NDFD
>
>
LCH|60|po|00|{{0.000,12},{0.024,93450},{0.097,76649},{0.373,41335},{0.741,14552},{0.809,11041},{0.890,8951},{0.958,2554},{999,0},{999,0},{999,0},{999,0}}|248544|.222|201909|NDFD
>
>
LIX|60|po|00|{{0.004,28912},{0.031,121197},{0.051,75847},{0.166,24943},{0.643,19003},{0.644,7559},{0.647,3306},{0.599,4971},{0.989,5547},{1.000,9},{999,0},{999,0}}|291294|.136|201909|NDFD
>
>
SHV|60|po|00|{{0.014,45755},{0.014,127587},{0.039,59201},{0.197,9297},{0.465,9298},{0.950,5636},{0.999,5064},{1.000,1304},{999,0},{999,0},{999,0},{999,0}}|263142|.086|201909|NDFD
>
>
JAN|60|po|00|{{0.007,52036},{0.015,115117},{0.021,79940},{0.216,5697},{0.256,5360},{0.395,2501},{0.495,97},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.028|201909|NDFD
>
>
ABQ|60|po|00|{{999,0},{0.066,142213},{0.052,242576},{0.186,117388},{0.515,83675},{0.557,41173},{0.816,21012},{0.777,8232},{1.000,515},{999,0},{999,0},{999,0}}|656784|.204|201909|NDFD
>
>
OUN|60|po|00|{{0.000,20146},{0.001,109202},{0.034,57949},{0.167,69034},{0.420,43726},{0.623,30224},{0.503,8221},{0.409,11271},{0.946,10029},{999,0},{999,0},{999,0}}|359802|.192|201909|NDFD
>
>
TSA|60|po|00|{{0.000,25858},{0.013,56476},{0.054,35175},{0.504,26035},{0.516,19120},{0.529,8457},{0.466,13845},{0.912,4482},{1.000,5906},{999,0},{999,0},{999,0}}|195354|.238|201909|NDFD
>
>
MEG|60|po|00|{{0.000,37820},{0.005,98458},{0.029,68282},{0.103,7347},{0.212,8510},{0.724,4961},{0.846,934},{1.000,755},{0.000,3},{999,0},{999,0},{999,0}}|227070|.045|201909|NDFD
>
>
MRX|60|po|00|{{0.000,19957},{0.013,39942},{0.081,43850},{0.161,16896},{0.132,2619},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.058|201909|NDFD
>
>
OHX|60|po|00|{{0.038,7458},{0.001,70050},{0.040,36997},{0.179,5423},{0.117,4414},{0.000,812},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.027|201909|NDFD
>
>
AMA|60|po|00|{{0.000,18384},{0.011,58087},{0.057,49553},{0.159,15690},{0.530,21338},{0.295,17510},{0.567,5763},{0.941,11627},{0.225,102},{999,0},{999,0},{999,0}}|198054|.185|201909|NDFD
>
>
EWX|60|po|00|{{0.000,5245},{0.008,104344},{0.022,109507},{0.051,19089},{0.065,14167},{0.530,4978},{0.332,3873},{0.171,1417},{999,0},{999,0},{999,0},{999,0}}|262620|.035|201909|NDFD
>
>
BRO|60|po|00|{{0.000,119},{0.006,6157},{0.049,40479},{0.185,33674},{0.220,16689},{0.431,7258},{0.287,8218},{0.475,3108},{1.000,56},{999,0},{999,0},{999,0}}|115758|.164|201909|NDFD
>
>
CRP|60|po|00|{{0.011,87},{0.035,23338},{0.065,57556},{0.206,45646},{0.249,17725},{0.352,11803},{0.584,7684},{0.230,3168},{0.000,105},{999,0},{999,0},{999,0}}|167112|.166|201909|NDFD
>
>
EPZ|60|po|00|{{0.000,844},{0.139,34192},{0.166,64240},{0.210,59544},{0.446,45655},{0.626,16101},{0.815,7775},{0.986,69},{999,0},{999,0},{999,0},{999,0}}|228420|.284|201909|NDFD
>
>
FWD|60|po|00|{{0.002,61714},{0.003,107879},{0.012,61432},{0.132,31319},{0.103,9524},{0.160,5065},{0.413,4643},{0.444,5668},{0.237,2412},{999,0},{999,0},{999,0}}|289656|.042|201909|NDFD
>
>
HGX|60|po|00|{{0.000,6558},{0.029,49446},{0.086,68220},{0.221,41847},{0.541,15671},{0.491,6663},{0.502,7310},{0.601,7290},{0.755,5504},{0.711,10091},{0.653,1936},{999,0}}|220536|.222|201909|NDFD
>
>
LUB|60|po|00|{{0.000,7886},{0.056,33630},{0.139,46470},{0.171,17393},{0.501,14719},{0.600,16489},{0.548,9969},{0.635,7350},{0.694,5772},{999,0},{999,0},{999,0}}|159678|.267|201909|NDFD
>
>
MAF|60|po|00|{{999,0},{0.006,88754},{0.119,93889},{0.270,71288},{0.194,57454},{0.427,32718},{0.612,18185},{0.877,13789},{0.867,1851},{999,0},{999,0},{999,0}}|377928|.214|201909|NDFD
>
>
SJT|60|po|00|{{0.000,33909},{0.006,44637},{0.050,72457},{0.228,33465},{0.444,11115},{0.859,1805},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.091|201909|NDFD
>
>
FGZ|60|po|00|{{0.000,76126},{0.009,111360},{0.061,63305},{0.176,47275},{0.207,31672},{0.322,19628},{0.507,15099},{0.599,10447},{0.928,2818},{999,0},{999,0},{999,0}}|377730|.113|201909|NDFD
>
>
PSR|60|po|00|{{0.000,61369},{0.016,79581},{0.194,43427},{0.308,22876},{0.528,18011},{0.679,5283},{0.778,6181},{0.938,2080},{0.906,2003},{0.807,119},{999,0},{999,0}}|240930|.160|201909|NDFD
>
>
TWC|60|po|00|{{0.004,6233},{0.008,54094},{0.023,40922},{0.153,28202},{0.460,32087},{0.292,13324},{0.625,10868},{0.957,4960},{0.976,4194},{0.906,1425},{0.981,107},{999,0}}|196416|.211|201909|NDFD
>
>
EKA|60|po|00|{{0.000,63566},{0.014,81832},{0.183,29892},{0.435,7714},{0.643,3691},{0.809,2675},{0.881,2756},{0.915,4851},{0.935,3527},{0.919,4920},{0.944,3127},{0.990,1293}}|209844|.159|201909|NDFD
>
>
LOX|60|po|00|{{0.000,83786},{0.001,109376},{0.029,41096},{0.016,7912},{0.016,182},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.006|201909|NDFD
>
>
STO|60|po|00|{{0.000,116692},{0.014,46908},{0.103,24496},{0.286,13620},{0.632,7546},{0.779,5423},{0.850,2385},{0.979,1959},{1.000,704},{1.000,29},{999,0},{999,0}}|219762|.094|201909|NDFD
>
>
SGX|60|po|00|{{0.000,48185},{0.000,31430},{0.048,25333},{0.170,11412},{0.459,1426},{0.500,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
>
>
MTR|60|po|00|{{0.000,158937},{0.020,61161},{0.098,19017},{0.244,4173},{1.000,738},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
>
>
HNX|60|po|00|{{0.000,125460},{0.000,54174},{0.013,16376},{0.090,2563},{0.048,1059},{0.137,350},{0.223,282},{0.291,457},{0.333,15},{999,0},{999,0},{999,0}}|200736|.004|201909|NDFD
>
>
BOI|60|po|00|{{0.000,107344},{0.002,102069},{0.053,62042},{0.150,30743},{0.302,23265},{0.601,26045},{0.608,21405},{0.601,13166},{0.569,10646},{0.654,2695},{999,0},{999,0}}|399420|.149|201909|NDFD
>
>
PIH|60|po|00|{{0.000,54898},{0.004,74551},{0.165,55219},{0.329,21526},{0.591,13312},{0.563,11624},{0.300,11128},{0.462,6994},{0.579,2544},{0.500,800},{0.135,52},{999,0}}|252648|.156|201909|NDFD
>
>
BYZ|60|po|00|{{0.000,21456},{0.003,97904},{0.091,55685},{0.291,56779},{0.337,32632},{0.443,21586},{0.872,24226},{0.818,9732},{0.492,12015},{0.832,8616},{0.959,1752},{1.000,13}}|342396|.252|201909|NDFD
>
>
GGW|60|po|00|{{0.000,23321},{0.019,67207},{0.274,47682},{0.386,49216},{0.580,38926},{0.613,21469},{0.587,15175},{0.763,9215},{0.554,1046},{0.472,918},{0.740,3572},{1.000,119}}|277866|.320|201909|NDFD
>
>
TFX|60|po|00|{{0.004,48259},{0.018,110606},{0.056,78758},{0.149,50256},{0.379,37928},{0.554,30337},{0.589,25992},{0.538,20451},{0.407,14088},{0.822,9266},{1.000,9061},{1.000,1300}}|436302|.218|201909|NDFD
>
>
MSO|60|po|00|{{0.000,27132},{0.001,93599},{0.071,52414},{0.177,29956},{0.230,23794},{0.328,24409},{0.366,25712},{0.492,26042},{0.648,26861},{0.910,10701},{1.000,4332},{999,0}}|344952|.221|201909|NDFD
>
>
LKN|60|po|00|{{0.000,175572},{0.000,87380},{0.020,59116},{0.180,32653},{0.449,39242},{0.575,27184},{0.584,10353},{0.702,3684},{0.784,1508},{1.000,96},{999,0},{999,0}}|436788|.115|201909|NDFD
>
>
VEF|60|po|00|{{0.000,287525},{0.000,122526},{0.055,70652},{0.259,28750},{0.569,12691},{0.789,2171},{0.836,812},{0.460,113},{999,0},{999,0},{999,0},{999,0}}|525240|.040|201909|NDFD
>
>
REV|60|po|00|{{0.000,127383},{0.002,49057},{0.190,29145},{0.320,26355},{0.470,22669},{0.594,9124},{0.864,8586},{0.943,2933},{1.000,760},{999,0},{999,0},{999,0}}|276012|.149|201909|NDFD
>
>
MFR|60|po|00|{{0.000,45681},{0.002,128598},{0.129,83890},{0.354,27785},{0.576,23786},{0.674,20609},{0.786,15606},{0.886,11084},{0.954,9693},{0.940,5537},{0.651,10138},{0.981,12279}}|394686|.263|201909|NDFD
>
>
PDT|60|po|00|{{0.000,46945},{0.001,97319},{0.041,74000},{0.094,31725},{0.242,23487},{0.465,19632},{0.602,21766},{0.841,20093},{0.953,14042},{0.999,4974},{0.983,59},{999,0}}|354042|.196|201909|NDFD
>
>
PQR|60|po|00|{{0.000,8693},{0.025,54313},{0.113,52851},{0.216,28851},{0.295,27050},{0.531,27781},{0.666,24650},{0.744,16687},{0.718,15144},{0.798,18624},{0.861,8038},{0.974,19466}}|302148|.386|201909|NDFD
>
>
SLC|60|po|00|{{0.000,226785},{0.004,117514},{0.017,85966},{0.124,41368},{0.166,32737},{0.394,23543},{0.552,14933},{0.694,5974},{0.802,126},{999,0},{999,0},{999,0}}|548946|.063|201909|NDFD
>
>
SEW|60|po|00|{{0.000,645},{0.029,30464},{0.124,29984},{0.240,39344},{0.431,30632},{0.540,22278},{0.625,25249},{0.751,32291},{0.794,30018},{0.747,16630},{0.974,12654},{0.972,3411}}|273600|.480|201909|NDFD
>
>
OTX|60|po|00|{{0.000,39169},{0.006,67475},{0.093,68015},{0.094,45185},{0.214,27766},{0.365,22452},{0.385,13889},{0.310,17630},{0.594,17983},{0.869,14318},{0.974,4086},{999,0}}|337968|.186|201909|NDFD
>
>
BOU|72|po|00|{{0.001,35464},{0.010,113839},{0.057,32646},{0.167,16454},{0.283,13226},{0.234,9915},{0.549,6055},{0.835,641},{999,0},{999,0},{999,0},{999,0}}|228240|.069|201909|NDFD
>
>
GJT|72|po|00|{{0.000,68126},{0.004,123696},{0.037,70544},{0.084,37998},{0.047,30091},{0.097,30676},{0.275,20993},{0.473,9460},{0.762,3148},{0.965,890},{999,0},{999,0}}|395622|.061|201909|NDFD
>
>
PUB|72|po|00|{{0.004,25292},{0.015,116532},{0.077,54562},{0.093,16335},{0.108,13082},{0.118,14337},{0.286,6488},{0.624,2587},{0.889,1536},{1.000,115},{999,0},{999,0}}|250866|.062|201909|NDFD
>
>
LOT|72|po|00|{{0.000,1418},{0.000,41497},{0.090,23446},{0.600,17164},{0.430,8611},{0.663,3133},{0.769,3743},{0.976,3830},{1.000,6178},{1.000,6320},{1.000,4},{999,0}}|115344|.324|201909|NDFD
>
>
ILX|72|po|00|{{0.000,9447},{0.001,43356},{0.142,50022},{0.200,13331},{0.439,8595},{0.407,11838},{0.502,4052},{0.929,3975},{1.000,2780},{1.000,4038},{999,0},{999,0}}|151434|.204|201909|NDFD
>
>
IND|72|po|00|{{0.000,18362},{0.025,41643},{0.114,24455},{0.059,18634},{0.247,12586},{0.185,3383},{0.191,2208},{0.615,1003},{999,0},{999,0},{999,0},{999,0}}|122274|.079|201909|NDFD
>
>
IWX|72|po|00|{{0.000,14792},{0.001,40737},{0.270,17130},{0.498,10818},{0.434,11478},{0.603,16386},{0.624,6622},{0.791,5305},{0.371,863},{0.850,3435},{999,0},{999,0}}|127566|.286|201909|NDFD
>
>
DVN|72|po|00|{{999,0},{0.000,38780},{0.119,52481},{0.279,18162},{0.350,14106},{0.596,11173},{0.914,1674},{0.986,3463},{0.997,11394},{1.000,8823},{999,0},{999,0}}|160056|.300|201909|NDFD
>
>
DMX|72|po|00|{{0.000,8413},{0.000,54089},{0.205,53256},{0.287,23618},{0.475,19376},{0.613,32183},{0.886,20550},{0.901,6710},{0.912,4194},{1.000,1621},{999,0},{999,0}}|224010|.341|201909|NDFD
>
>
DDC|72|po|00|{{0.009,19721},{0.038,61075},{0.098,55717},{0.112,19528},{0.232,5190},{0.341,3750},{0.510,1607},{0.812,2095},{0.979,2092},{0.992,243},{999,0},{999,0}}|171018|.102|201909|NDFD
>
>
GLD|72|po|00|{{0.003,15064},{0.019,98811},{0.096,35250},{0.105,8452},{0.062,2977},{0.008,1191},{0.155,291},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.040|201909|NDFD
>
>
TOP|72|po|00|{{0.000,7231},{0.000,38571},{0.149,14516},{0.117,17317},{0.293,17023},{0.457,9722},{0.616,5755},{0.672,2768},{0.918,3974},{0.998,3398},{1.000,1351},{999,0}}|121626|.225|201909|NDFD
>
>
ICT|72|po|00|{{0.000,12667},{0.000,33509},{0.074,44079},{0.251,24610},{0.380,12049},{0.390,14708},{0.562,8684},{0.407,3739},{0.801,6806},{0.985,3183},{1.000,90},{999,0}}|164124|.212|201909|NDFD
>
>
JKL|72|po|00|{{0.062,18623},{0.010,33330},{0.093,21328},{0.404,10622},{0.561,5386},{0.214,117},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.121|201909|NDFD
>
>
LMK|72|po|00|{{0.002,31309},{0.066,50253},{0.049,46115},{0.223,19149},{0.557,3430},{0.474,152},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.079|201909|NDFD
>
>
PAH|72|po|00|{{0.000,25046},{0.015,70142},{0.055,51659},{0.297,18935},{0.493,13156},{0.404,7917},{0.429,489},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.103|201909|NDFD
>
>
DTX|72|po|00|{{0.000,13808},{0.088,113810},{0.312,26472},{0.634,20602},{0.559,20462},{0.729,19572},{0.923,19653},{0.883,18115},{0.948,28195},{0.998,11765},{1.000,5020},{1.000,12}}|297486|.453|201909|NDFD
>
>
APX|72|po|00|{{0.000,2011},{0.046,48842},{0.163,28085},{0.633,15753},{0.310,3580},{0.430,7296},{0.521,12807},{0.824,10755},{0.965,11953},{0.973,10179},{1.000,2873},{999,0}}|154134|.395|201909|NDFD
>
>
GRR|72|po|00|{{0.000,3523},{0.002,46422},{0.086,15040},{0.168,6407},{0.686,6270},{0.519,6753},{0.846,7889},{0.943,15654},{0.930,7949},{0.976,5431},{999,0},{999,0}}|121338|.366|201909|NDFD
>
>
MQT|72|po|00|{{0.000,14641},{0.052,80032},{0.190,89718},{0.321,78054},{0.453,36610},{0.324,19893},{0.531,8446},{0.672,7207},{0.920,19360},{0.949,20771},{0.892,9518},{1.000,392}}|384642|.325|201909|NDFD
>
>
DLH|72|po|00|{{0.000,4340},{0.020,58522},{0.423,61750},{0.533,64906},{0.626,50457},{0.371,25510},{0.577,14582},{0.974,8465},{0.984,9452},{0.998,1752},{999,0},{999,0}}|299736|.436|201909|NDFD
>
>
MPX|72|po|00|{{0.000,9061},{0.001,40662},{0.230,85762},{0.308,62820},{0.480,41716},{0.427,17266},{0.167,12860},{0.204,5985},{0.657,204},{999,0},{999,0},{999,0}}|276336|.254|201909|NDFD
>
>
EAX|72|po|00|{{0.000,8036},{0.039,56241},{0.096,29327},{0.055,29086},{0.151,11045},{0.216,8393},{0.534,15754},{0.580,11972},{0.830,8267},{1.000,9794},{1.000,311},{999,0}}|188226|.225|201909|NDFD
>
>
SGF|72|po|00|{{0.000,9466},{0.013,47327},{0.132,53118},{0.286,14054},{0.216,12153},{0.568,22884},{0.453,15702},{0.702,6547},{1.000,2754},{1.000,4810},{1.000,149},{999,0}}|188964|.247|201909|NDFD
>
>
LSX|72|po|00|{{0.002,9082},{0.045,62272},{0.118,61475},{0.220,23257},{0.375,11435},{0.284,18596},{0.416,5757},{0.841,4751},{1.000,2180},{1.000,5981},{999,0},{999,0}}|204786|.192|201909|NDFD
>
>
GID|72|po|00|{{0.000,8502},{0.002,58288},{0.043,31596},{0.106,24190},{0.224,16437},{0.368,7123},{0.486,3548},{0.907,1433},{1.000,335},{999,0},{999,0},{999,0}}|151452|.091|201909|NDFD
>
>
LBF|72|po|00|{{0.000,28514},{0.035,128388},{0.155,55626},{0.233,22097},{0.316,17034},{0.190,5698},{0.014,4139},{0.066,1106},{999,0},{999,0},{999,0},{999,0}}|262602|.095|201909|NDFD
>
>
OAX|72|po|00|{{0.000,20985},{0.021,44503},{0.230,25230},{0.234,25493},{0.384,20372},{0.618,25418},{0.754,8548},{0.963,2070},{1.000,1382},{1.000,365},{999,0},{999,0}}|174366|.266|201909|NDFD
>
>
BIS|72|po|00|{{0.000,12214},{0.024,166623},{0.147,111044},{0.410,41458},{0.788,22611},{0.803,15720},{0.391,9116},{0.654,11497},{0.881,25326},{0.995,16138},{1.000,6355},{999,0}}|438102|.282|201909|NDFD
>
>
FGF|72|po|00|{{0.000,8403},{0.009,84025},{0.287,134893},{0.522,49830},{0.436,20747},{0.328,10263},{0.528,14789},{0.618,15585},{0.811,15030},{0.858,8890},{1.000,569},{999,0}}|363024|.319|201909|NDFD
>
>
ABR|72|po|00|{{0.000,26014},{0.062,117048},{0.064,49691},{0.494,13761},{0.610,15855},{0.454,7718},{0.375,8561},{0.315,10435},{0.774,1351},{1.000,1133},{1.000,19},{999,0}}|251586|.155|201909|NDFD
>
>
UNR|72|po|00|{{0.000,44945},{0.122,164033},{0.237,54241},{0.561,20480},{0.781,18170},{0.818,9601},{0.863,10421},{0.879,5787},{0.981,2919},{1.000,7209},{1.000,1314},{999,0}}|339120|.271|201909|NDFD
>
>
FSD|72|po|00|{{0.000,22313},{0.072,68135},{0.227,61601},{0.182,25421},{0.337,31992},{0.457,10122},{0.113,7575},{0.031,3853},{999,0},{999,0},{999,0},{999,0}}|231012|.173|201909|NDFD
>
>
GRB|72|po|00|{{0.000,3519},{0.054,39015},{0.117,30472},{0.509,31270},{0.527,28606},{0.641,8955},{0.806,2268},{0.939,3705},{0.990,8897},{1.000,289},{999,0},{999,0}}|156996|.362|201909|NDFD
>
>
ARX|72|po|00|{{0.000,460},{0.011,29066},{0.190,56034},{0.246,27213},{0.511,25097},{0.705,13291},{0.858,1542},{0.762,7058},{0.958,1879},{999,0},{999,0},{999,0}}|161640|.299|201909|NDFD
>
>
MKX|72|po|00|{{0.000,3587},{0.004,68708},{0.049,51345},{0.378,30778},{0.418,24194},{0.523,13356},{0.753,10338},{0.869,8772},{0.945,15067},{0.989,6991},{999,0},{999,0}}|233136|.292|201909|NDFD
>
>
CYS|72|po|00|{{0.000,27889},{0.006,129002},{0.221,56709},{0.487,30075},{0.690,22335},{0.710,6630},{0.497,3333},{0.591,3011},{0.978,2782},{0.983,2058},{1.000,18},{999,0}}|283842|.198|201909|NDFD
>
>
RIW|72|po|00|{{0.004,77596},{0.014,131025},{0.201,75644},{0.328,44311},{0.303,30230},{0.376,24042},{0.501,15761},{0.669,16025},{0.824,11510},{0.989,13237},{1.000,21090},{1.000,5}}|460476|.244|201909|NDFD
>
>
CAR|72|po|00|{{0.000,21269},{0.019,39231},{0.059,52855},{0.132,14225},{0.452,17393},{0.689,18452},{0.919,13327},{0.975,8622},{0.991,5248},{0.999,2644},{999,0},{999,0}}|193266|.284|201909|NDFD
>
>
GYX|72|po|00|{{0.003,61016},{0.002,31765},{0.092,33872},{0.390,19388},{0.571,20884},{0.512,15826},{0.565,15858},{0.797,9570},{0.833,4139},{0.691,1406},{0.746,291},{1.000,131}}|214146|.244|201909|NDFD
>
>
BOX|72|po|00|{{0.000,8510},{0.000,55474},{0.108,25636},{0.297,27727},{0.569,12620},{0.435,8586},{0.585,8636},{0.684,3037},{0.984,2834},{1.000,120},{999,0},{999,0}}|153180|.209|201909|NDFD
>
>
PHI|72|po|00|{{0.000,14955},{0.014,50718},{0.121,42626},{0.113,23646},{0.518,8517},{0.034,2978},{0.270,3984},{0.785,2228},{999,0},{999,0},{999,0},{999,0}}|149652|.106|201909|NDFD
>
>
ALY|72|po|00|{{0.000,3715},{0.001,48858},{0.124,16730},{0.544,10333},{0.416,10097},{0.620,9257},{0.589,9543},{0.883,5821},{0.997,9955},{1.000,125},{999,0},{999,0}}|124434|.309|201909|NDFD
>
>
BGM|72|po|00|{{0.000,15889},{0.001,44631},{0.175,23510},{0.592,6611},{0.531,9579},{0.537,15689},{0.681,7309},{0.674,10474},{0.990,3811},{1.000,4265},{999,0},{999,0}}|141768|.294|201909|NDFD
>
>
BUF|72|po|00|{{0.000,46704},{0.001,13306},{0.123,26906},{0.573,10555},{0.626,7457},{0.396,8929},{0.166,6187},{0.691,22177},{0.649,22399},{0.902,6488},{999,0},{999,0}}|171108|.318|201909|NDFD
>
>
OKX|72|po|00|{{999,0},{0.001,24759},{0.001,25243},{0.175,14043},{0.599,14317},{0.159,2470},{0.026,1210},{1.000,2589},{1.000,2237},{999,0},{999,0},{999,0}}|86868|.188|201909|NDFD
>
>
MHX|72|po|00|{{0.000,9743},{0.000,44782},{0.015,20205},{0.330,16219},{0.137,16896},{0.212,2774},{999,0},{999,0},{999,0},{999,0},{1.000,6507},{999,0}}|117126|.129|201909|NDFD
>
>
RAH|72|po|00|{{0.000,18222},{0.000,35598},{0.004,25534},{0.107,20017},{0.408,5223},{0.031,9436},{0.130,4595},{0.936,1165},{1.000,1249},{1.000,1833},{1.000,1598},{999,0}}|124470|.089|201909|NDFD
>
>
ILM|72|po|00|{{999,0},{0.000,41217},{0.099,27238},{0.182,10348},{0.240,9806},{0.272,5982},{0.319,1733},{0.000,16},{1.000,642},{1.000,2084},{1.000,1704},{1.000,1236}}|102006|.145|201909|NDFD
>
>
CLE|72|po|00|{{0.000,6482},{0.001,55394},{0.120,45701},{0.387,31300},{0.550,13491},{0.596,18270},{0.543,7114},{0.374,6561},{0.870,5711},{1.000,452},{999,0},{999,0}}|190476|.250|201909|NDFD
>
>
ILN|72|po|00|{{0.000,24074},{0.007,48696},{0.102,53892},{0.119,6920},{0.076,9596},{0.326,11352},{0.158,2718},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.073|201909|NDFD
>
>
PBZ|72|po|00|{{0.000,9175},{0.006,51451},{0.014,29707},{0.144,7958},{0.356,18309},{0.366,11544},{0.685,9861},{0.831,9492},{1.000,756},{1.000,103},{999,0},{999,0}}|148356|.189|201909|NDFD
>
>
CTP|72|po|00|{{0.000,19128},{0.011,60737},{0.198,34990},{0.358,17978},{0.460,17662},{0.604,14583},{0.501,5925},{0.813,8585},{0.848,3159},{1.000,403},{999,0},{999,0}}|183150|.240|201909|NDFD
>
>
CHS|72|po|00|{{0.000,6492},{0.001,51042},{0.060,31102},{0.255,9316},{0.448,11938},{0.531,5010},{0.394,3578},{0.315,6717},{0.558,4457},{0.999,686},{999,0},{999,0}}|130338|.146|201909|NDFD
>
>
CAE|72|po|00|{{0.000,29443},{0.020,25629},{0.169,16073},{0.330,16668},{0.239,4062},{0.220,4945},{0.332,3361},{0.950,902},{1.000,581},{999,0},{999,0},{999,0}}|101664|.131|201909|NDFD
>
>
GSP|72|po|00|{{999,0},{0.001,31873},{0.058,74697},{0.197,18021},{0.244,14536},{0.295,10374},{0.555,5669},{0.753,2348},{0.798,1008},{999,0},{999,0},{999,0}}|158526|.128|201909|NDFD
>
>
BTV|72|po|00|{{0.000,27334},{0.000,24800},{0.014,17452},{0.291,6180},{0.472,6313},{0.566,5470},{0.581,13125},{0.672,16837},{0.747,11432},{0.976,1269},{999,0},{999,0}}|130212|.283|201909|NDFD
>
>
LWX|72|po|00|{{0.000,18392},{0.023,59687},{0.115,38351},{0.126,20144},{0.371,10399},{0.357,7270},{0.301,7496},{0.590,412},{0.897,29},{999,0},{999,0},{999,0}}|162180|.107|201909|NDFD
>
>
RNK|72|po|00|{{0.000,20209},{0.019,34802},{0.052,44967},{0.183,21954},{0.212,17297},{0.209,7725},{0.424,2313},{0.576,957},{0.843,808},{0.891,294},{999,0},{999,0}}|151326|.098|201909|NDFD
>
>
AKQ|72|po|00|{{0.003,38847},{0.049,68008},{0.085,29059},{0.175,27341},{0.145,4550},{0.012,6680},{0.012,1385},{0.168,2220},{0.553,2409},{0.618,2145},{0.875,2360},{999,0}}|185004|.089|201909|NDFD
>
>
RLX|72|po|00|{{0.032,16931},{0.007,69567},{0.006,31081},{0.387,21547},{0.522,14803},{0.587,11230},{0.611,2983},{0.851,1331},{1.000,105},{999,0},{999,0},{999,0}}|169578|.159|201909|NDFD
>
>
BMX|72|po|00|{{0.018,36586},{0.053,35115},{0.087,100927},{0.087,27037},{0.109,5622},{0.004,2396},{0.000,1585},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.068|201909|NDFD
>
>
HUN|72|po|00|{{0.000,4532},{0.061,36056},{0.095,14016},{0.098,9031},{0.120,5413},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.074|201909|NDFD
>
>
MOB|72|po|00|{{0.000,1343},{0.016,61728},{0.045,87328},{0.115,16670},{0.436,9646},{0.264,8107},{0.003,2872},{0.091,2533},{0.174,4443},{999,0},{999,0},{999,0}}|194670|.073|201909|NDFD
>
>
LZK|72|po|00|{{0.003,4987},{0.011,82139},{0.144,64372},{0.430,49763},{0.632,32785},{0.757,10323},{0.989,4985},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.261|201909|NDFD
>
>
JAX|72|po|00|{{0.000,11639},{0.014,50297},{0.081,47328},{0.219,18970},{0.263,10980},{0.448,11438},{0.406,6830},{0.329,7150},{0.308,7684},{0.700,10321},{0.933,3699},{999,0}}|186336|.187|201909|NDFD
>
>
EYW|72|po|00|{{999,0},{0.000,227},{0.094,11472},{0.164,37062},{0.355,53127},{0.601,21245},{0.676,29224},{0.732,11837},{0.771,3818},{999,0},{999,0},{999,0}}|168012|.418|201909|NDFD
>
>
MLB|72|po|00|{{0.000,7},{0.000,20763},{0.037,35687},{0.276,34668},{0.284,25757},{0.758,8221},{0.680,3958},{0.799,6878},{0.838,14325},{999,0},{999,0},{999,0}}|150264|.297|201909|NDFD
>
>
MFL|72|po|00|{{0.000,877},{0.001,5432},{0.096,31977},{0.279,55232},{0.253,23800},{0.244,19601},{0.383,10066},{0.770,20613},{0.673,6804},{999,0},{999,0},{999,0}}|174402|.307|201909|NDFD
>
>
TAE|72|po|00|{{0.000,15534},{0.022,131842},{0.104,75584},{0.094,24511},{0.171,6698},{0.388,7949},{0.239,3347},{0.046,5661},{0.066,13193},{0.154,4563},{999,0},{999,0}}|288882|.069|201909|NDFD
>
>
TBW|72|po|00|{{0.007,20898},{0.000,32356},{0.097,62993},{0.216,23580},{0.175,16163},{0.070,5420},{0.259,2780},{0.680,10981},{0.667,11614},{0.946,7597},{999,0},{999,0}}|194382|.194|201909|NDFD
>
>
FFC|72|po|00|{{0.000,221},{0.015,106927},{0.152,82680},{0.080,27723},{0.175,10776},{0.223,3932},{0.051,2970},{0.000,2724},{0.000,61},{999,0},{999,0},{999,0}}|238014|.081|201909|NDFD
>
>
LCH|72|po|00|{{0.000,376},{0.002,20941},{0.032,54581},{0.185,71860},{0.450,44170},{0.869,24728},{0.965,17641},{0.972,10369},{1.000,2966},{1.000,912},{999,0},{999,0}}|248544|.352|201909|NDFD
>
>
LIX|72|po|00|{{0.000,5746},{0.027,82864},{0.072,73560},{0.268,62497},{0.460,34362},{0.492,11823},{0.387,3699},{0.922,14161},{0.973,2549},{1.000,33},{999,0},{999,0}}|291294|.216|201909|NDFD
>
>
SHV|72|po|00|{{0.010,13574},{0.039,73595},{0.146,68131},{0.370,57885},{0.467,20573},{0.572,10977},{0.843,7298},{0.896,6608},{0.969,4501},{999,0},{999,0},{999,0}}|263142|.253|201909|NDFD
>
>
JAN|72|po|00|{{0.013,32157},{0.039,63386},{0.090,116268},{0.115,34955},{0.456,12006},{0.775,1959},{1.000,17},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.094|201909|NDFD
>
>
ABQ|72|po|00|{{0.000,14797},{0.002,92625},{0.027,195848},{0.160,142801},{0.258,105253},{0.454,50226},{0.621,27475},{0.855,20348},{0.925,7389},{1.000,22},{999,0},{999,0}}|656784|.182|201909|NDFD
>
>
OUN|72|po|00|{{0.003,62644},{0.003,56714},{0.037,35803},{0.131,75105},{0.364,51230},{0.422,37898},{0.336,24502},{0.646,15417},{1.000,489},{999,0},{999,0},{999,0}}|359802|.180|201909|NDFD
>
>
TSA|72|po|00|{{0.000,9453},{0.007,46405},{0.089,41084},{0.236,30245},{0.434,22107},{0.543,17317},{0.741,18346},{0.926,6670},{1.000,3727},{999,0},{999,0},{999,0}}|195354|.275|201909|NDFD
>
>
MEG|72|po|00|{{0.000,15728},{0.025,96930},{0.067,66194},{0.310,25692},{0.699,19188},{0.367,3092},{0.154,246},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.129|201909|NDFD
>
>
MRX|72|po|00|{{0.000,3295},{0.007,44031},{0.130,38855},{0.240,21897},{0.316,6927},{0.333,5401},{0.494,2858},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.130|201909|NDFD
>
>
OHX|72|po|00|{{0.000,7758},{0.022,46669},{0.083,46030},{0.328,17006},{0.686,6099},{0.640,1520},{0.667,72},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.125|201909|NDFD
>
>
AMA|72|po|00|{{0.013,21523},{0.043,64916},{0.152,36388},{0.389,43260},{0.477,16097},{0.455,9225},{0.754,3707},{0.878,2938},{999,0},{999,0},{999,0},{999,0}}|198054|.215|201909|NDFD
>
>
EWX|72|po|00|{{0.015,2848},{0.054,46318},{0.082,91152},{0.085,63844},{0.174,20562},{0.224,13876},{0.340,17445},{0.560,4031},{0.789,2544},{999,0},{999,0},{999,0}}|262620|.123|201909|NDFD
>
>
BRO|72|po|00|{{999,0},{0.013,2739},{0.106,14625},{0.280,32021},{0.505,28726},{0.505,18568},{0.509,15117},{0.485,2856},{0.997,1106},{999,0},{999,0},{999,0}}|115758|.385|201909|NDFD
>
>
CRP|72|po|00|{{0.000,50},{0.028,3264},{0.200,42298},{0.358,44986},{0.415,38371},{0.270,15307},{0.416,13896},{0.709,8828},{0.473,112},{999,0},{999,0},{999,0}}|167112|.340|201909|NDFD
>
>
EPZ|72|po|00|{{0.003,1242},{0.065,34161},{0.153,48293},{0.227,49873},{0.248,41968},{0.418,21872},{0.536,20222},{0.726,5909},{0.694,1712},{0.718,1441},{0.719,1727},{999,0}}|228420|.258|201909|NDFD
>
>
FWD|72|po|00|{{0.001,13127},{0.005,65371},{0.034,75992},{0.209,66843},{0.095,21457},{0.192,14703},{0.368,12562},{0.273,10391},{0.436,8518},{0.673,692},{999,0},{999,0}}|289656|.115|201909|NDFD
>
>
HGX|72|po|00|{{0.009,2317},{0.082,20541},{0.078,30669},{0.253,47265},{0.542,50751},{0.635,16606},{0.623,15959},{0.838,10645},{0.960,14162},{0.890,8537},{1.000,3084},{999,0}}|220536|.441|201909|NDFD
>
>
LUB|72|po|00|{{0.000,9530},{0.021,37926},{0.143,27133},{0.281,22257},{0.430,31520},{0.252,8076},{0.280,11752},{0.647,8647},{0.180,2837},{999,0},{999,0},{999,0}}|159678|.225|201909|NDFD
>
>
MAF|72|po|00|{{0.172,986},{0.015,93266},{0.094,74599},{0.351,71663},{0.328,59930},{0.342,43092},{0.488,21925},{0.538,7390},{0.508,5077},{999,0},{999,0},{999,0}}|377928|.226|201909|NDFD
>
>
SJT|72|po|00|{{0.000,9235},{0.007,35620},{0.044,71902},{0.144,41269},{0.158,24256},{0.247,11669},{0.590,3306},{0.076,131},{999,0},{999,0},{999,0},{999,0}}|197388|.091|201909|NDFD
>
>
FGZ|72|po|00|{{0.018,41890},{0.003,106856},{0.073,73518},{0.168,60038},{0.229,44372},{0.349,22109},{0.652,17899},{0.976,10536},{0.771,512},{999,0},{999,0},{999,0}}|377730|.150|201909|NDFD
>
>
PSR|72|po|00|{{0.000,55817},{0.015,93376},{0.206,44102},{0.304,23440},{0.539,11741},{0.707,4735},{0.558,4383},{0.876,3331},{1.000,5},{999,0},{999,0},{999,0}}|240930|.136|201909|NDFD
>
>
TWC|72|po|00|{{0.000,2937},{0.005,51996},{0.134,37260},{0.295,32379},{0.304,22437},{0.516,21709},{0.576,15469},{0.780,9570},{0.957,2658},{1.000,1},{999,0},{999,0}}|196416|.264|201909|NDFD
>
>
EKA|72|po|00|{{0.012,32619},{0.034,116109},{0.124,19827},{0.634,7808},{0.743,6581},{0.567,9596},{0.800,4599},{0.814,3800},{0.767,4777},{0.901,3718},{0.978,400},{1.000,10}}|209844|.172|201909|NDFD
>
>
LOX|72|po|00|{{0.000,82620},{0.001,119874},{0.040,31740},{0.098,7936},{0.055,182},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
>
>
STO|72|po|00|{{0.001,88200},{0.001,78620},{0.127,20538},{0.416,7742},{0.734,6744},{0.889,6867},{0.898,4920},{0.926,4185},{0.945,1842},{1.000,104},{999,0},{999,0}}|219762|.124|201909|NDFD
>
>
SGX|72|po|00|{{0.002,48441},{0.000,31929},{0.059,20882},{0.248,15460},{0.551,1076},{0.250,4},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.049|201909|NDFD
>
>
MTR|72|po|00|{{0.000,135884},{0.017,80968},{0.195,14478},{0.504,3180},{0.606,6158},{0.266,3358},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.043|201909|NDFD
>
>
HNX|72|po|00|{{0.000,107142},{0.018,54920},{0.038,30654},{0.238,5035},{0.713,2735},{1.000,246},{1.000,4},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.028|201909|NDFD
>
>
BOI|72|po|00|{{0.006,96112},{0.025,49483},{0.079,98252},{0.140,43720},{0.272,32025},{0.370,24173},{0.530,16174},{0.638,12037},{0.703,11860},{0.851,12316},{0.910,3268},{999,0}}|399420|.179|201909|NDFD
>
>
PIH|72|po|00|{{0.000,44945},{0.022,70860},{0.132,33047},{0.074,27884},{0.131,16571},{0.336,17209},{0.602,18956},{0.801,11168},{0.926,5873},{0.936,4523},{0.911,1612},{999,0}}|252648|.188|201909|NDFD
>
>
BYZ|72|po|00|{{0.003,23752},{0.038,124522},{0.117,57389},{0.359,34280},{0.397,18651},{0.539,10860},{0.835,17555},{0.824,16196},{0.951,13405},{0.999,16345},{1.000,9237},{1.000,204}}|342396|.302|201909|NDFD
>
>
GGW|72|po|00|{{0.046,40445},{0.066,98884},{0.155,39247},{0.356,27763},{0.686,24296},{0.900,12891},{0.925,3387},{0.967,4341},{0.990,8844},{1.000,2352},{1.000,13468},{1.000,1948}}|277866|.311|201909|NDFD
>
>
TFX|72|po|00|{{0.012,35000},{0.106,135427},{0.116,73983},{0.103,26144},{0.305,31014},{0.397,23621},{0.371,22192},{0.522,23870},{0.805,29274},{0.958,18821},{0.994,15820},{1.000,1136}}|436302|.284|201909|NDFD
>
>
MSO|72|po|00|{{0.000,12682},{0.002,50700},{0.020,55479},{0.057,33713},{0.117,34249},{0.277,33478},{0.379,31624},{0.522,27639},{0.790,36947},{0.821,23885},{0.879,4556},{999,0}}|344952|.277|201909|NDFD
>
>
LKN|72|po|00|{{0.000,153875},{0.014,74967},{0.116,90294},{0.180,25619},{0.304,33293},{0.759,26292},{0.846,18015},{0.878,8882},{0.887,3773},{0.915,1778},{999,0},{999,0}}|436788|.170|201909|NDFD
>
>
VEF|72|po|00|{{0.000,223029},{0.002,152517},{0.061,80651},{0.277,51536},{0.422,11848},{0.566,3547},{0.516,1683},{0.599,404},{0.720,25},{999,0},{999,0},{999,0}}|525240|.053|201909|NDFD
>
>
REV|72|po|00|{{0.000,99583},{0.001,55904},{0.056,51747},{0.378,28509},{0.554,16706},{0.792,12231},{0.968,6687},{1.000,3381},{1.000,957},{1.000,307},{999,0},{999,0}}|276012|.159|201909|NDFD
>
>
MFR|72|po|00|{{0.000,18562},{0.006,118075},{0.132,92310},{0.316,42000},{0.515,20259},{0.691,14615},{0.726,11508},{0.898,11928},{0.941,12846},{0.907,23674},{0.907,21651},{0.950,7258}}|394686|.319|201909|NDFD
>
>
PDT|72|po|00|{{0.000,27081},{0.014,71331},{0.064,81168},{0.214,38344},{0.308,20583},{0.345,21896},{0.440,23002},{0.563,35384},{0.794,25009},{0.905,9509},{1.000,735},{999,0}}|354042|.247|201909|NDFD
>
>
PQR|72|po|00|{{0.000,1024},{0.032,41435},{0.092,56770},{0.303,49485},{0.374,27628},{0.509,23105},{0.640,14745},{0.939,14196},{0.859,14463},{0.896,22480},{1.000,23825},{0.952,12992}}|302148|.447|201909|NDFD
>
>
SLC|72|po|00|{{0.000,148921},{0.007,133015},{0.009,85953},{0.045,53041},{0.121,51932},{0.260,32966},{0.494,15792},{0.675,11115},{0.776,7941},{0.710,3970},{0.877,4079},{0.900,221}}|548946|.086|201909|NDFD
>
>
SEW|72|po|00|{{0.144,4655},{0.362,10662},{0.118,38435},{0.272,28031},{0.404,45756},{0.467,33910},{0.462,37965},{0.703,26405},{0.833,14571},{0.995,13930},{0.999,11135},{0.814,8145}}|273600|.478|201909|NDFD
>
>
OTX|72|po|00|{{0.128,16242},{0.038,63013},{0.064,59887},{0.266,48690},{0.324,37127},{0.460,31147},{0.577,28031},{0.736,24439},{0.853,17889},{0.906,11352},{1.000,151},{999,0}}|337968|.318|201909|NDFD
>
>
BOU|84|po|00|{{0.000,11903},{0.015,96595},{0.088,52090},{0.110,26444},{0.218,23848},{0.432,13214},{0.184,3471},{0.680,675},{999,0},{999,0},{999,0},{999,0}}|228240|.091|201909|NDFD
>
>
GJT|84|po|00|{{0.000,58005},{0.001,110930},{0.045,78447},{0.155,45990},{0.179,41332},{0.096,26225},{0.065,26514},{0.390,7209},{0.523,970},{999,0},{999,0},{999,0}}|395622|.065|201909|NDFD
>
>
PUB|84|po|00|{{0.000,7515},{0.012,118225},{0.075,75489},{0.175,23919},{0.153,14168},{0.183,7725},{0.345,3217},{0.780,608},{999,0},{999,0},{999,0},{999,0}}|250866|.065|201909|NDFD
>
>
LOT|84|po|00|{{0.000,2327},{0.079,41658},{0.226,19062},{0.401,13327},{0.514,9452},{0.550,8412},{0.899,7041},{0.968,6264},{0.980,2428},{1.000,4116},{1.000,1257},{999,0}}|115344|.369|201909|NDFD
>
>
ILX|84|po|00|{{0.000,3832},{0.020,62542},{0.075,19902},{0.304,20083},{0.623,14669},{0.264,8372},{0.721,7810},{0.995,6700},{0.994,4585},{1.000,2775},{1.000,164},{999,0}}|151434|.264|201909|NDFD
>
>
IND|84|po|00|{{0.000,11307},{0.022,50892},{0.008,33224},{0.256,6569},{0.108,3003},{0.096,6113},{0.165,4282},{1.000,3547},{1.000,3337},{999,0},{999,0},{999,0}}|122274|.095|201909|NDFD
>
>
IWX|84|po|00|{{0.000,11118},{0.011,37858},{0.106,37704},{0.138,7330},{0.631,4319},{0.392,7161},{0.327,7119},{0.859,8610},{1.000,6347},{999,0},{999,0},{999,0}}|127566|.212|201909|NDFD
>
>
DVN|84|po|00|{{0.016,2184},{0.043,48037},{0.166,23049},{0.446,14794},{0.583,14451},{0.544,19121},{0.661,17775},{0.851,10277},{0.922,5883},{1.000,4003},{1.000,482},{999,0}}|160056|.386|201909|NDFD
>
>
DMX|84|po|00|{{0.142,4108},{0.028,75446},{0.104,37756},{0.640,20721},{0.458,20642},{0.478,19786},{0.389,19996},{0.626,16149},{0.975,8129},{1.000,1277},{999,0},{999,0}}|224010|.294|201909|NDFD
>
>
DDC|84|po|00|{{0.000,810},{0.009,59064},{0.070,53469},{0.215,28184},{0.240,18942},{0.080,9960},{0.871,589},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.095|201909|NDFD
>
>
GLD|84|po|00|{{0.000,3103},{0.020,61350},{0.033,52548},{0.113,28673},{0.097,14786},{0.013,1576},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.047|201909|NDFD
>
>
TOP|84|po|00|{{0.000,619},{0.000,24968},{0.076,30519},{0.117,31490},{0.221,16892},{0.260,11876},{0.714,2643},{0.856,2608},{1.000,11},{999,0},{999,0},{999,0}}|121626|.140|201909|NDFD
>
>
ICT|84|po|00|{{0.000,5787},{0.001,37571},{0.073,36020},{0.202,36781},{0.278,28714},{0.227,10733},{0.714,5536},{0.850,2973},{1.000,9},{999,0},{999,0},{999,0}}|164124|.165|201909|NDFD
>
>
JKL|84|po|00|{{0.061,24402},{0.012,25204},{0.094,26228},{0.140,11733},{0.043,1472},{0.488,367},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.069|201909|NDFD
>
>
LMK|84|po|00|{{0.009,29964},{0.019,79329},{0.044,23725},{0.090,5824},{0.139,6324},{0.520,2682},{1.000,1358},{1.000,1202},{999,0},{999,0},{999,0},{999,0}}|150408|.054|201909|NDFD
>
>
PAH|84|po|00|{{0.000,16676},{0.008,104312},{0.075,35825},{0.225,8989},{0.202,999},{0.413,11602},{0.846,4658},{1.000,4204},{1.000,79},{999,0},{999,0},{999,0}}|187344|.100|201909|NDFD
>
>
DTX|84|po|00|{{0.000,9506},{0.032,85995},{0.295,84526},{0.293,31845},{0.546,14352},{0.794,25244},{0.818,16460},{0.969,8095},{0.989,18766},{1.000,2697},{999,0},{999,0}}|297486|.361|201909|NDFD
>
>
APX|84|po|00|{{999,0},{0.081,31959},{0.395,50905},{0.641,18656},{0.835,18625},{0.873,21155},{0.804,5605},{0.863,2423},{0.975,4663},{1.000,143},{999,0},{999,0}}|154134|.519|201909|NDFD
>
>
GRR|84|po|00|{{0.000,3011},{0.026,33379},{0.196,36697},{0.385,9122},{0.484,11731},{0.687,7917},{0.977,7242},{1.000,3206},{1.000,3611},{1.000,4299},{1.000,1123},{999,0}}|121338|.346|201909|NDFD
>
>
MQT|84|po|00|{{0.002,9352},{0.067,58788},{0.274,83435},{0.423,91379},{0.592,58663},{0.709,42506},{0.705,15187},{0.824,8155},{0.894,9430},{0.973,7677},{1.000,70},{999,0}}|384642|.426|201909|NDFD
>
>
DLH|84|po|00|{{0.024,8757},{0.041,70837},{0.170,62409},{0.292,31195},{0.522,39606},{0.632,34399},{0.813,21256},{0.631,10569},{0.832,10663},{1.000,10045},{999,0},{999,0}}|299736|.361|201909|NDFD
>
>
MPX|84|po|00|{{0.019,18335},{0.031,100988},{0.329,25477},{0.206,12902},{0.333,30435},{0.689,35365},{0.467,14307},{0.776,21744},{0.901,9339},{1.000,7209},{1.000,235},{999,0}}|276336|.320|201909|NDFD
>
>
EAX|84|po|00|{{0.000,6393},{0.006,44556},{0.012,41331},{0.270,24152},{0.422,21136},{0.436,15441},{0.624,17646},{0.951,9773},{0.929,6448},{1.000,1350},{999,0},{999,0}}|188226|.269|201909|NDFD
>
>
SGF|84|po|00|{{0.000,9582},{0.000,60821},{0.020,44124},{0.227,14327},{0.079,11172},{0.091,18533},{0.704,12612},{0.838,11146},{0.745,6641},{0.500,6},{999,0},{999,0}}|188964|.158|201909|NDFD
>
>
LSX|84|po|00|{{0.000,6845},{0.005,90123},{0.045,21485},{0.334,22481},{0.306,17411},{0.471,17375},{0.499,11709},{0.777,7324},{0.764,8231},{1.000,1802},{999,0},{999,0}}|204786|.205|201909|NDFD
>
>
GID|84|po|00|{{0.000,107},{0.001,45803},{0.042,41478},{0.091,27025},{0.084,24808},{0.021,11368},{0.002,863},{999,0},{999,0},{999,0},{999,0},{999,0}}|151452|.043|201909|NDFD
>
>
LBF|84|po|00|{{0.000,4724},{0.027,102090},{0.026,59272},{0.116,24043},{0.284,21325},{0.265,26575},{0.411,17758},{0.272,4273},{0.000,2542},{999,0},{999,0},{999,0}}|262602|.109|201909|NDFD
>
>
OAX|84|po|00|{{0.000,1715},{0.041,56774},{0.165,34041},{0.211,26869},{0.191,16226},{0.271,18217},{0.328,18966},{0.350,1550},{0.000,8},{999,0},{999,0},{999,0}}|174366|.163|201909|NDFD
>
>
BIS|84|po|00|{{0.169,6222},{0.073,180587},{0.174,59867},{0.334,35856},{0.686,39810},{0.475,34944},{0.440,29494},{0.811,23531},{0.733,3406},{0.858,332},{0.987,21960},{1.000,2093}}|438102|.318|201909|NDFD
>
>
FGF|84|po|00|{{0.002,8119},{0.045,168465},{0.127,48340},{0.431,24395},{0.933,23802},{0.736,11940},{0.322,15770},{0.779,19155},{0.990,28569},{0.998,11863},{0.995,2606},{999,0}}|363024|.325|201909|NDFD
>
>
ABR|84|po|00|{{0.014,7049},{0.014,119466},{0.290,26878},{0.376,18468},{0.508,27320},{0.378,18927},{0.688,12775},{0.687,6541},{0.292,4542},{0.755,6967},{0.786,2653},{999,0}}|251586|.236|201909|NDFD
>
>
UNR|84|po|00|{{0.000,22140},{0.007,135346},{0.136,38151},{0.440,19401},{0.284,23724},{0.477,33810},{0.704,27937},{0.732,8068},{0.359,12511},{0.483,8897},{0.977,8429},{1.000,706}}|339120|.239|201909|NDFD
>
>
FSD|84|po|00|{{0.028,23402},{0.073,70359},{0.147,39909},{0.158,26242},{0.332,22003},{0.373,15436},{0.407,19853},{0.310,2306},{0.485,6257},{0.936,5245},{999,0},{999,0}}|231012|.197|201909|NDFD
>
>
GRB|84|po|00|{{0.002,3575},{0.041,37254},{0.263,32612},{0.526,29978},{0.584,17201},{0.763,16110},{0.971,10862},{0.990,4832},{1.000,4361},{1.000,211},{999,0},{999,0}}|156996|.434|201909|NDFD
>
>
ARX|84|po|00|{{0.000,1187},{0.062,55836},{0.280,22252},{0.421,15731},{0.533,11543},{0.578,17764},{0.686,15552},{0.813,12332},{0.990,9320},{1.000,123},{999,0},{999,0}}|161640|.388|201909|NDFD
>
>
MKX|84|po|00|{{0.000,3096},{0.026,54067},{0.153,58996},{0.565,24944},{0.654,22171},{0.687,25225},{0.908,24011},{0.947,14603},{0.992,2495},{1.000,2167},{1.000,1361},{999,0}}|233136|.420|201909|NDFD
>
>
CYS|84|po|00|{{0.000,23555},{0.000,94074},{0.059,61492},{0.227,31570},{0.415,24205},{0.596,26361},{0.542,12859},{0.175,3522},{0.176,3461},{0.592,2539},{1.000,204},{999,0}}|283842|.164|201909|NDFD
>
>
RIW|84|po|00|{{0.000,46898},{0.001,130594},{0.065,83548},{0.244,49785},{0.334,40960},{0.469,22457},{0.706,18549},{0.636,23210},{0.691,16644},{0.832,12413},{0.997,13823},{1.000,1595}}|460476|.232|201909|NDFD
>
>
CAR|84|po|00|{{0.000,1215},{0.013,58039},{0.100,36682},{0.343,32313},{0.383,21456},{0.623,15181},{0.691,12467},{0.949,15014},{0.999,886},{1.000,13},{999,0},{999,0}}|193266|.295|201909|NDFD
>
>
GYX|84|po|00|{{0.001,56746},{0.000,29872},{0.112,45199},{0.173,33370},{0.159,18665},{0.340,4899},{0.675,6589},{0.890,17377},{0.976,1184},{1.000,245},{999,0},{999,0}}|214146|.172|201909|NDFD
>
>
BOX|84|po|00|{{999,0},{0.003,48407},{0.012,47856},{0.193,15416},{0.634,7627},{0.651,6958},{0.258,9502},{0.861,8690},{0.903,2332},{0.987,6392},{999,0},{999,0}}|153180|.205|201909|NDFD
>
>
PHI|84|po|00|{{0.000,16105},{0.012,60060},{0.095,26400},{0.485,26085},{0.646,10467},{0.548,4536},{0.682,3525},{0.795,2339},{1.000,135},{999,0},{999,0},{999,0}}|149652|.197|201909|NDFD
>
>
ALY|84|po|00|{{0.000,6913},{0.004,27422},{0.026,36795},{0.086,19308},{0.278,7986},{0.510,10289},{0.378,7014},{0.644,1794},{999,0},{0.945,5076},{1.000,1837},{999,0}}|124434|.166|201909|NDFD
>
>
BGM|84|po|00|{{0.000,12971},{0.002,43433},{0.107,26004},{0.233,16659},{0.589,17215},{0.410,12911},{0.496,4893},{0.823,6952},{1.000,730},{999,0},{999,0},{999,0}}|141768|.219|201909|NDFD
>
>
BUF|84|po|00|{{0.000,30567},{0.013,42840},{0.000,12251},{0.383,16470},{0.350,15424},{0.585,12561},{0.433,8991},{0.664,20065},{0.976,11939},{999,0},{999,0},{999,0}}|171108|.283|201909|NDFD
>
>
OKX|84|po|00|{{999,0},{0.000,19304},{0.053,29003},{0.058,14226},{0.612,5558},{0.823,5094},{0.480,8857},{0.935,2589},{0.987,2237},{999,0},{999,0},{999,0}}|86868|.217|201909|NDFD
>
>
MHX|84|po|00|{{0.000,3245},{0.001,36409},{0.030,56734},{0.154,11823},{0.000,1795},{0.000,613},{999,0},{999,0},{999,0},{1.000,4047},{1.000,2460},{999,0}}|117126|.086|201909|NDFD
>
>
RAH|84|po|00|{{0.000,18650},{0.000,35400},{0.036,26877},{0.176,20383},{0.244,6273},{0.077,9297},{0.068,4100},{0.752,383},{1.000,467},{1.000,2636},{1.000,4},{999,0}}|124470|.084|201909|NDFD
>
>
ILM|84|po|00|{{999,0},{0.000,42889},{0.087,35452},{0.029,13220},{0.125,4577},{0.681,2285},{0.926,539},{1.000,1852},{1.000,1064},{1.000,128},{999,0},{999,0}}|102006|.090|201909|NDFD
>
>
CLE|84|po|00|{{0.000,7266},{0.000,85410},{0.157,23358},{0.255,11227},{0.301,16207},{0.448,16364},{0.847,14447},{0.989,7822},{1.000,6026},{1.000,2349},{999,0},{999,0}}|190476|.247|201909|NDFD
>
>
ILN|84|po|00|{{0.000,17532},{0.049,60919},{0.130,49585},{0.339,6946},{0.388,10734},{0.403,3094},{0.966,8246},{1.000,192},{999,0},{999,0},{999,0},{999,0}}|157248|.161|201909|NDFD
>
>
PBZ|84|po|00|{{0.000,10204},{0.019,41003},{0.153,40718},{0.322,18217},{0.255,13315},{0.293,8494},{0.665,10174},{0.723,5526},{0.993,705},{999,0},{999,0},{999,0}}|148356|.204|201909|NDFD
>
>
CTP|84|po|00|{{0.000,12643},{0.001,52395},{0.119,50113},{0.345,30226},{0.360,16545},{0.347,12311},{0.623,6350},{0.836,1989},{1.000,578},{999,0},{999,0},{999,0}}|183150|.180|201909|NDFD
>
>
CHS|84|po|00|{{0.000,1162},{0.021,63980},{0.088,26321},{0.065,17588},{0.215,7127},{0.180,3805},{0.044,6399},{0.064,2380},{0.359,1576},{999,0},{999,0},{999,0}}|130338|.062|201909|NDFD
>
>
CAE|84|po|00|{{0.000,33341},{0.025,31197},{0.181,21383},{0.102,9704},{0.236,4993},{0.023,1046},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.067|201909|NDFD
>
>
GSP|84|po|00|{{999,0},{0.002,38194},{0.029,71607},{0.128,29744},{0.187,10902},{0.357,5658},{0.366,2421},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.069|201909|NDFD
>
>
BTV|84|po|00|{{0.000,21824},{0.011,10569},{0.051,27046},{0.021,18747},{0.088,18003},{0.449,13462},{0.619,6378},{0.502,4328},{0.997,5997},{1.000,3858},{999,0},{999,0}}|130212|.196|201909|NDFD
>
>
LWX|84|po|00|{{0.000,18024},{0.001,47974},{0.035,52053},{0.056,31334},{0.077,7301},{0.007,3450},{0.283,1553},{1.000,366},{1.000,125},{999,0},{999,0},{999,0}}|162180|.032|201909|NDFD
>
>
RNK|84|po|00|{{0.004,21050},{0.001,24029},{0.053,76278},{0.035,17340},{0.065,4658},{0.065,6215},{0.468,1578},{0.983,178},{999,0},{999,0},{999,0},{999,0}}|151326|.042|201909|NDFD
>
>
AKQ|84|po|00|{{0.000,31456},{0.046,56374},{0.009,70507},{0.059,10679},{0.006,5900},{0.326,485},{0.327,761},{0.780,1567},{0.995,2128},{1.000,3885},{1.000,1262},{999,0}}|185004|.069|201909|NDFD
>
>
RLX|84|po|00|{{0.086,10779},{0.012,61742},{0.024,39827},{0.225,30209},{0.082,19539},{0.280,6572},{0.945,886},{1.000,24},{999,0},{999,0},{999,0},{999,0}}|169578|.081|201909|NDFD
>
>
BMX|84|po|00|{{0.015,47013},{0.024,50876},{0.072,99556},{0.000,7623},{0.000,4200},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.043|201909|NDFD
>
>
HUN|84|po|00|{{0.000,11897},{0.002,28871},{0.056,21736},{0.198,6544},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.037|201909|NDFD
>
>
MOB|84|po|00|{{0.001,5507},{0.020,87437},{0.042,69047},{0.391,12210},{0.032,8942},{0.044,4929},{0.051,2471},{0.447,4095},{0.094,32},{999,0},{999,0},{999,0}}|194670|.061|201909|NDFD
>
>
LZK|84|po|00|{{0.000,344},{0.008,85733},{0.068,108351},{0.352,31411},{0.459,15909},{0.262,6804},{0.793,802},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.115|201909|NDFD
>
>
JAX|84|po|00|{{0.003,25109},{0.010,67041},{0.078,35139},{0.136,21493},{0.147,11723},{0.237,8740},{0.389,4867},{0.577,4165},{0.737,6044},{0.530,1827},{0.819,188},{999,0}}|186336|.108|201909|NDFD
>
>
EYW|84|po|00|{{999,0},{999,0},{0.007,13561},{0.156,37916},{0.354,49931},{0.464,24427},{0.686,41524},{0.812,653},{999,0},{999,0},{999,0},{999,0}}|168012|.381|201909|NDFD
>
>
MLB|84|po|00|{{0.000,1403},{0.000,33183},{0.076,45159},{0.159,26106},{0.405,24859},{0.603,7315},{0.804,12239},{999,0},{999,0},{999,0},{999,0},{999,0}}|150264|.212|201909|NDFD
>
>
MFL|84|po|00|{{999,0},{0.017,10200},{0.088,59732},{0.201,42326},{0.302,26066},{0.547,20737},{0.397,14374},{0.337,963},{0.000,4},{999,0},{999,0},{999,0}}|174402|.225|201909|NDFD
>
>
TAE|84|po|00|{{0.000,49931},{0.019,133678},{0.034,48547},{0.201,15759},{0.219,10096},{0.143,11788},{0.118,5719},{0.155,7212},{0.303,4366},{0.665,1786},{999,0},{999,0}}|288882|.054|201909|NDFD
>
>
TBW|84|po|00|{{0.004,25615},{0.001,59252},{0.036,48541},{0.172,23425},{0.107,14100},{0.121,6735},{0.210,4699},{0.054,2174},{0.452,9841},{999,0},{999,0},{999,0}}|194382|.071|201909|NDFD
>
>
FFC|84|po|00|{{999,0},{0.004,102392},{0.098,107001},{0.077,18189},{0.000,4886},{0.000,5546},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.052|201909|NDFD
>
>
LCH|84|po|00|{{0.000,429},{0.021,67335},{0.114,80060},{0.200,51798},{0.465,26817},{0.774,15165},{0.804,4031},{0.727,2687},{0.964,222},{999,0},{999,0},{999,0}}|248544|.203|201909|NDFD
>
>
LIX|84|po|00|{{0.011,11917},{0.029,110910},{0.046,82495},{0.318,35854},{0.277,21284},{0.715,10349},{0.739,8189},{0.592,6950},{0.957,3339},{1.000,7},{999,0},{999,0}}|291294|.155|201909|NDFD
>
>
SHV|84|po|00|{{0.018,12769},{0.020,111978},{0.136,96993},{0.221,23505},{0.344,6678},{0.836,3591},{1.000,3009},{1.000,4619},{999,0},{999,0},{999,0},{999,0}}|263142|.128|201909|NDFD
>
>
JAN|84|po|00|{{0.029,29037},{0.008,85521},{0.086,128163},{0.214,18027},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.063|201909|NDFD
>
>
ABQ|84|po|00|{{999,0},{0.046,106951},{0.048,244612},{0.191,130727},{0.441,82226},{0.536,40097},{0.678,30802},{0.807,18679},{0.825,2690},{999,0},{999,0},{999,0}}|656784|.209|201909|NDFD
>
>
OUN|84|po|00|{{0.000,59829},{0.007,57329},{0.057,53564},{0.225,129287},{0.458,39678},{0.122,7036},{0.235,3724},{0.490,3869},{0.390,5486},{999,0},{999,0},{999,0}}|359802|.157|201909|NDFD
>
>
TSA|84|po|00|{{0.000,11197},{0.013,49412},{0.062,57142},{0.548,24992},{0.356,25693},{0.517,17874},{0.370,5016},{0.491,3638},{0.097,390},{999,0},{999,0},{999,0}}|195354|.204|201909|NDFD
>
>
MEG|84|po|00|{{0.000,23141},{0.010,85465},{0.016,99725},{0.186,9810},{0.675,6745},{0.610,2153},{0.839,31},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.045|201909|NDFD
>
>
MRX|84|po|00|{{0.000,7390},{0.013,29362},{0.051,74132},{0.204,9584},{0.348,2796},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.058|201909|NDFD
>
>
OHX|84|po|00|{{0.000,15714},{0.016,42042},{0.030,53149},{0.071,10590},{0.024,2540},{0.076,1076},{0.884,43},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.026|201909|NDFD
>
>
AMA|84|po|00|{{0.000,2715},{0.029,70893},{0.077,50183},{0.176,27582},{0.545,18750},{0.479,18861},{0.734,6309},{0.918,2754},{1.000,7},{999,0},{999,0},{999,0}}|198054|.188|201909|NDFD
>
>
EWX|84|po|00|{{0.012,12516},{0.005,67114},{0.019,106834},{0.084,54265},{0.234,14994},{0.327,5286},{0.368,1611},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.049|201909|NDFD
>
>
BRO|84|po|00|{{0.000,636},{0.000,3767},{0.044,38447},{0.176,38078},{0.255,19489},{0.296,12537},{0.178,2804},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.152|201909|NDFD
>
>
CRP|84|po|00|{{0.000,3830},{0.018,14253},{0.041,66878},{0.167,39333},{0.218,18857},{0.296,17467},{0.490,3165},{0.263,3329},{999,0},{999,0},{999,0},{999,0}}|167112|.127|201909|NDFD
>
>
EPZ|84|po|00|{{0.000,5831},{0.112,40570},{0.160,59286},{0.299,50549},{0.246,29158},{0.549,20327},{0.623,12041},{0.734,1783},{0.918,5643},{0.983,3232},{999,0},{999,0}}|228420|.283|201909|NDFD
>
>
FWD|84|po|00|{{0.000,22207},{0.003,88080},{0.037,79758},{0.128,72595},{0.029,13637},{0.059,4504},{0.502,6625},{0.636,2250},{999,0},{999,0},{999,0},{999,0}}|289656|.062|201909|NDFD
>
>
HGX|84|po|00|{{0.000,4879},{0.037,27974},{0.074,72909},{0.232,39622},{0.442,31268},{0.650,19185},{0.649,8568},{0.586,15393},{0.488,738},{999,0},{999,0},{999,0}}|220536|.258|201909|NDFD
>
>
LUB|84|po|00|{{0.000,5489},{0.036,38907},{0.186,38010},{0.213,26796},{0.400,27474},{0.435,6970},{0.134,5612},{0.388,7064},{0.447,3356},{999,0},{999,0},{999,0}}|159678|.208|201909|NDFD
>
>
MAF|84|po|00|{{999,0},{0.007,78386},{0.147,105588},{0.241,100706},{0.356,48659},{0.370,23712},{0.341,9518},{0.482,7902},{0.375,3457},{999,0},{999,0},{999,0}}|377928|.198|201909|NDFD
>
>
SJT|84|po|00|{{0.000,26901},{0.000,27258},{0.062,64813},{0.133,68455},{0.145,9653},{0.052,308},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.074|201909|NDFD
>
>
FGZ|84|po|00|{{0.000,20035},{0.008,100643},{0.044,137207},{0.131,72321},{0.303,21668},{0.500,5957},{0.489,3302},{0.609,11830},{0.942,4767},{999,0},{999,0},{999,0}}|377730|.103|201909|NDFD
>
>
PSR|84|po|00|{{0.009,51359},{0.028,95724},{0.173,44272},{0.319,24397},{0.533,14674},{0.595,5588},{0.986,2703},{0.843,1526},{0.870,687},{999,0},{999,0},{999,0}}|240930|.142|201909|NDFD
>
>
TWC|84|po|00|{{0.000,8398},{0.006,55357},{0.063,37819},{0.223,32020},{0.417,30140},{0.450,18491},{0.587,8047},{0.940,4234},{0.974,1908},{1.000,2},{999,0},{999,0}}|196416|.210|201909|NDFD
>
>
EKA|84|po|00|{{0.000,19416},{0.008,109012},{0.311,41543},{0.435,13248},{0.578,10862},{0.718,7760},{0.766,5284},{0.931,1584},{0.962,1044},{0.989,91},{999,0},{999,0}}|209844|.181|201909|NDFD
>
>
LOX|84|po|00|{{0.000,80272},{0.003,118245},{0.021,38025},{0.091,5810},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.007|201909|NDFD
>
>
STO|84|po|00|{{0.001,87827},{0.030,61833},{0.151,33760},{0.408,10437},{0.397,8768},{0.343,6670},{0.698,5838},{0.835,3420},{1.000,1209},{999,0},{999,0},{999,0}}|219762|.114|201909|NDFD
>
>
SGX|84|po|00|{{0.000,39511},{0.000,38680},{0.033,20282},{0.173,19141},{0.056,178},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.034|201909|NDFD
>
>
MTR|84|po|00|{{0.004,115253},{0.026,95246},{0.079,25858},{0.000,7257},{0.000,412},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
>
>
HNX|84|po|00|{{0.005,97527},{0.017,67225},{0.008,25618},{0.015,4536},{0.057,2894},{0.360,2360},{0.405,576},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.016|201909|NDFD
>
>
BOI|84|po|00|{{0.000,53512},{0.024,82426},{0.139,60691},{0.192,50305},{0.266,35402},{0.471,42707},{0.532,44331},{0.527,25093},{0.583,4309},{0.992,640},{1.000,4},{999,0}}|399420|.224|201909|NDFD
>
>
PIH|84|po|00|{{0.000,17415},{0.002,59631},{0.102,42502},{0.243,43369},{0.432,35382},{0.513,22707},{0.520,17086},{0.631,9021},{0.875,4462},{0.965,1073},{999,0},{999,0}}|252648|.243|201909|NDFD
>
>
BYZ|84|po|00|{{0.000,3959},{0.004,77359},{0.006,66090},{0.226,45007},{0.195,14047},{0.370,24422},{0.550,29047},{0.742,29917},{0.792,14604},{0.600,15381},{1.000,13264},{1.000,9299}}|342396|.304|201909|NDFD
>
>
GGW|84|po|00|{{0.000,422},{0.017,84961},{0.018,38010},{0.458,23418},{0.810,31605},{0.711,36493},{0.655,23122},{0.593,14501},{0.206,7416},{0.733,2215},{1.000,550},{1.000,15153}}|277866|.385|201909|NDFD
>
>
TFX|84|po|00|{{0.000,764},{0.048,75131},{0.120,45413},{0.104,72564},{0.270,58608},{0.411,47684},{0.623,27669},{0.705,36789},{0.563,25647},{0.653,16008},{0.997,21860},{1.000,8162}}|436299|.344|201909|NDFD
>
>
MSO|84|po|00|{{0.000,3509},{0.023,35248},{0.130,29847},{0.062,37219},{0.156,54964},{0.349,47051},{0.451,44837},{0.568,42660},{0.634,27913},{0.523,17430},{0.950,4274},{999,0}}|344952|.311|201909|NDFD
>
>
LKN|84|po|00|{{0.000,97693},{0.001,108212},{0.046,76529},{0.144,38052},{0.408,41006},{0.492,46409},{0.749,16551},{0.975,5783},{0.985,3247},{1.000,3162},{1.000,144},{999,0}}|436788|.167|201909|NDFD
>
>
VEF|84|po|00|{{0.000,197015},{0.002,153770},{0.037,101418},{0.187,51385},{0.348,14324},{0.680,4282},{0.582,2036},{0.741,649},{1.000,353},{1.000,8},{999,0},{999,0}}|525240|.045|201909|NDFD
>
>
REV|84|po|00|{{0.000,94505},{0.035,49889},{0.179,50981},{0.226,30425},{0.476,26066},{0.611,10796},{0.848,8723},{0.901,4627},{999,0},{999,0},{999,0},{999,0}}|276012|.175|201909|NDFD
>
>
MFR|84|po|00|{{0.004,61405},{0.001,64976},{0.135,86535},{0.427,42340},{0.472,35389},{0.704,30594},{0.762,31926},{0.808,18514},{0.731,14827},{0.965,4939},{1.000,3228},{1.000,13}}|394686|.320|201909|NDFD
>
>
PDT|84|po|00|{{0.000,5821},{0.000,63791},{0.028,85065},{0.098,40947},{0.236,35658},{0.486,44202},{0.713,25389},{0.673,30204},{0.892,18945},{0.976,3808},{1.000,212},{999,0}}|354042|.270|201909|NDFD
>
>
PQR|84|po|00|{{0.000,278},{0.001,12056},{0.080,59342},{0.284,69627},{0.572,47642},{0.644,45329},{0.710,20330},{0.474,11662},{0.788,12330},{0.978,13803},{1.000,9749},{999,0}}|302148|.443|201909|NDFD
>
>
SLC|84|po|00|{{0.000,133721},{0.000,151097},{0.038,82564},{0.175,59342},{0.236,48862},{0.314,35540},{0.437,15197},{0.483,6890},{0.785,5672},{1.000,9264},{1.000,797},{999,0}}|548946|.111|201909|NDFD
>
>
SEW|84|po|00|{{0.434,656},{0.191,12908},{0.067,40114},{0.297,58529},{0.450,46624},{0.701,25124},{0.693,20448},{0.749,25167},{0.780,17001},{0.904,21050},{0.695,5979},{999,0}}|273600|.478|201909|NDFD
>
>
OTX|84|po|00|{{0.000,7115},{0.001,42915},{0.066,64849},{0.167,59240},{0.320,44641},{0.324,34006},{0.433,26305},{0.497,27474},{0.563,23911},{0.646,7000},{0.998,512},{999,0}}|337968|.246|201909|NDFD
>
>
BOU|96|po|00|{{0.020,32353},{0.015,83029},{0.079,55352},{0.148,19453},{0.254,15903},{0.246,11869},{0.413,4165},{0.897,2121},{0.930,3994},{1.000,1},{999,0},{999,0}}|228240|.103|201909|NDFD
>
>
GJT|96|po|00|{{0.001,26028},{0.001,83564},{0.016,88435},{0.021,56821},{0.075,57499},{0.167,37437},{0.299,29567},{0.565,9334},{0.580,4287},{0.633,2650},{999,0},{999,0}}|395622|.080|201909|NDFD
>
>
PUB|96|po|00|{{0.022,13488},{0.045,95567},{0.061,64455},{0.110,33972},{0.107,17977},{0.138,9649},{0.210,6442},{0.525,5783},{0.873,2970},{0.956,563},{999,0},{999,0}}|250866|.092|201909|NDFD
>
>
LOT|96|po|00|{{999,0},{0.007,42177},{0.116,27044},{0.737,13477},{0.692,18703},{0.678,8112},{0.849,4840},{0.998,989},{999,0},{1.000,2},{999,0},{999,0}}|115344|.320|201909|NDFD
>
>
ILX|96|po|00|{{0.000,2559},{0.007,51089},{0.158,42245},{0.253,17874},{0.525,25273},{0.708,7947},{0.791,3830},{1.000,617},{999,0},{999,0},{999,0},{999,0}}|151434|.225|201909|NDFD
>
>
IND|96|po|00|{{0.000,8800},{0.019,48542},{0.116,33280},{0.264,23256},{0.081,8130},{0.045,266},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.095|201909|NDFD
>
>
IWX|96|po|00|{{0.000,3817},{0.057,55905},{0.350,21689},{0.582,22778},{0.648,13965},{0.561,9209},{0.522,203},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.301|201909|NDFD
>
>
DVN|96|po|00|{{999,0},{0.004,33425},{0.091,49620},{0.367,24748},{0.440,17096},{0.350,5797},{0.608,11549},{0.999,16216},{1.000,1605},{999,0},{999,0},{999,0}}|160056|.301|201909|NDFD
>
>
DMX|96|po|00|{{999,0},{0.015,47136},{0.150,70681},{0.256,16105},{0.502,37537},{0.674,17177},{0.737,18581},{0.844,13898},{0.911,2866},{1.000,29},{999,0},{999,0}}|224010|.330|201909|NDFD
>
>
DDC|96|po|00|{{0.024,12016},{0.033,64542},{0.156,59397},{0.146,20997},{0.538,10000},{0.569,3235},{0.332,831},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.130|201909|NDFD
>
>
GLD|96|po|00|{{0.033,16795},{0.041,94087},{0.121,41848},{0.167,8706},{0.375,600},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.069|201909|NDFD
>
>
TOP|96|po|00|{{0.000,2020},{0.000,29759},{0.039,21111},{0.377,28616},{0.480,23848},{0.150,10832},{0.337,4097},{0.958,1343},{999,0},{999,0},{999,0},{999,0}}|121626|.225|201909|NDFD
>
>
ICT|96|po|00|{{0.000,8968},{0.000,36601},{0.053,28946},{0.204,43311},{0.593,21664},{0.646,14755},{0.407,8451},{0.946,1428},{999,0},{999,0},{999,0},{999,0}}|164124|.229|201909|NDFD
>
>
JKL|96|po|00|{{0.000,3856},{0.035,43682},{0.209,23182},{0.133,11729},{0.401,5372},{0.407,1585},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.120|201909|NDFD
>
>
LMK|96|po|00|{{0.000,18027},{0.039,66663},{0.049,50086},{0.215,7298},{0.705,4042},{0.367,4270},{0.045,22},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.074|201909|NDFD
>
>
PAH|96|po|00|{{0.000,6293},{0.017,73471},{0.138,78796},{0.314,21376},{0.092,7123},{0.000,285},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.104|201909|NDFD
>
>
DTX|96|po|00|{{0.045,6398},{0.070,101212},{0.325,63986},{0.694,50499},{0.802,29135},{0.858,18513},{0.959,16253},{0.996,6876},{0.941,3718},{1.000,772},{1.000,124},{999,0}}|297486|.435|201909|NDFD
>
>
APX|96|po|00|{{0.000,1251},{0.052,45169},{0.194,29091},{0.609,20624},{0.504,18893},{0.764,16568},{0.886,15167},{0.998,3332},{1.000,1753},{1.000,2283},{1.000,3},{999,0}}|154134|.412|201909|NDFD
>
>
GRR|96|po|00|{{0.000,609},{0.027,45602},{0.186,24365},{0.388,12974},{0.731,12291},{0.855,18679},{0.928,6382},{1.000,436},{999,0},{999,0},{999,0},{999,0}}|121338|.347|201909|NDFD
>
>
MQT|96|po|00|{{0.012,5767},{0.059,94027},{0.166,89178},{0.118,62490},{0.184,21893},{0.540,25646},{0.717,39857},{0.856,20542},{0.769,14948},{0.917,9559},{1.000,735},{999,0}}|384642|.293|201909|NDFD
>
>
DLH|96|po|00|{{0.172,3361},{0.042,54901},{0.352,107235},{0.436,20158},{0.622,25970},{0.489,30676},{0.673,27885},{0.715,13121},{0.846,5191},{0.767,7868},{0.571,3370},{999,0}}|299736|.404|201909|NDFD
>
>
MPX|96|po|00|{{0.012,257},{0.008,69821},{0.171,76075},{0.229,40432},{0.442,34034},{0.607,11027},{0.480,15434},{0.309,13247},{0.755,5582},{0.703,9870},{0.844,557},{999,0}}|276336|.245|201909|NDFD
>
>
EAX|96|po|00|{{0.000,76},{0.000,37221},{0.049,48509},{0.257,29948},{0.433,31212},{0.331,21251},{0.581,11289},{0.762,8049},{0.386,671},{999,0},{999,0},{999,0}}|188226|.231|201909|NDFD
>
>
SGF|96|po|00|{{0.000,228},{0.007,47768},{0.062,52625},{0.275,32055},{0.490,35738},{0.466,16072},{0.803,4429},{1.000,49},{999,0},{999,0},{999,0},{999,0}}|188964|.217|201909|NDFD
>
>
LSX|96|po|00|{{0.000,2094},{0.014,55011},{0.132,67493},{0.242,34133},{0.409,27336},{0.412,11655},{0.758,3399},{0.953,3665},{999,0},{999,0},{999,0},{999,0}}|204786|.195|201909|NDFD
>
>
GID|96|po|00|{{0.000,599},{0.008,56082},{0.124,43094},{0.346,27008},{0.153,20701},{0.162,3968},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151452|.125|201909|NDFD
>
>
LBF|96|po|00|{{0.000,11085},{0.040,118506},{0.186,88125},{0.179,22188},{0.248,16126},{0.174,6481},{0.000,91},{999,0},{999,0},{999,0},{999,0},{999,0}}|262602|.115|201909|NDFD
>
>
OAX|96|po|00|{{0.000,215},{0.000,53144},{0.164,35467},{0.385,22291},{0.507,37015},{0.378,19263},{0.366,6857},{0.816,114},{999,0},{999,0},{999,0},{999,0}}|174366|.247|201909|NDFD
>
>
BIS|96|po|00|{{0.000,2884},{0.065,127001},{0.141,104538},{0.194,77463},{0.492,19952},{0.754,16983},{0.884,27545},{0.872,22046},{0.987,13603},{0.960,5884},{0.997,20203},{999,0}}|438102|.327|201909|NDFD
>
>
FGF|96|po|00|{{0.000,3512},{0.014,91389},{0.280,116150},{0.363,48376},{0.447,25397},{0.565,20052},{0.625,17392},{0.866,15619},{0.830,4968},{0.871,4392},{0.809,15777},{999,0}}|363024|.328|201909|NDFD
>
>
ABR|96|po|00|{{0.000,7219},{0.051,97024},{0.068,78917},{0.051,24220},{0.264,4833},{0.434,6299},{0.415,15692},{0.548,4196},{0.613,3340},{0.463,4556},{0.608,5290},{999,0}}|251586|.126|201909|NDFD
>
>
UNR|96|po|00|{{0.000,27320},{0.067,120053},{0.211,99839},{0.491,26194},{0.575,19102},{0.716,19962},{0.837,12868},{0.858,9924},{0.882,3844},{1.000,14},{999,0},{999,0}}|339120|.265|201909|NDFD
>
>
FSD|96|po|00|{{0.000,877},{0.006,67385},{0.169,63585},{0.171,39181},{0.206,20425},{0.228,15642},{0.083,13406},{0.713,3078},{0.621,3827},{0.354,3209},{0.471,397},{999,0}}|231012|.141|201909|NDFD
>
>
GRB|96|po|00|{{0.000,814},{0.082,40093},{0.028,41046},{0.202,24644},{0.429,9889},{0.471,13071},{0.856,6085},{0.586,12750},{0.980,8570},{1.000,34},{999,0},{999,0}}|156996|.260|201909|NDFD
>
>
ARX|96|po|00|{{999,0},{0.036,40090},{0.099,47097},{0.327,22263},{0.398,18616},{0.058,6643},{0.594,2598},{0.689,12177},{0.846,11056},{0.885,1100},{999,0},{999,0}}|161640|.256|201909|NDFD
>
>
MKX|96|po|00|{{0.000,23},{0.007,72415},{0.047,51733},{0.141,26404},{0.501,20956},{0.359,24717},{0.814,23394},{0.973,8865},{1.000,3146},{1.000,1483},{999,0},{999,0}}|233136|.250|201909|NDFD
>
>
CYS|96|po|00|{{0.000,16878},{0.025,111770},{0.181,69908},{0.510,22618},{0.587,25944},{0.658,17134},{0.671,12157},{0.877,6186},{0.902,1117},{0.946,130},{999,0},{999,0}}|283842|.240|201909|NDFD
>
>
RIW|96|po|00|{{0.000,52083},{0.006,83668},{0.090,75232},{0.307,54807},{0.423,42377},{0.565,34484},{0.616,27086},{0.848,32145},{0.973,38069},{0.998,20238},{1.000,287},{999,0}}|460476|.354|201909|NDFD
>
>
CAR|96|po|00|{{0.000,10737},{0.026,45683},{0.064,50202},{0.175,26701},{0.460,10136},{0.884,11518},{0.801,19079},{0.546,10591},{0.763,1031},{0.993,7566},{1.000,22},{999,0}}|193266|.276|201909|NDFD
>
>
GYX|96|po|00|{{0.005,49905},{0.019,53321},{0.070,30385},{0.488,15166},{0.534,21304},{0.509,20722},{0.474,14734},{0.497,5639},{0.872,1742},{0.748,1228},{999,0},{999,0}}|214146|.210|201909|NDFD
>
>
BOX|96|po|00|{{999,0},{0.006,47014},{0.121,41107},{0.324,14739},{0.305,10607},{0.353,18249},{0.406,11306},{0.414,8077},{0.737,2023},{0.000,58},{999,0},{999,0}}|153180|.190|201909|NDFD
>
>
PHI|96|po|00|{{0.000,8315},{0.000,46979},{0.078,48556},{0.152,24951},{0.451,11373},{0.593,4629},{0.806,4505},{1.000,344},{999,0},{999,0},{999,0},{999,0}}|149652|.130|201909|NDFD
>
>
ALY|96|po|00|{{0.000,6913},{0.000,35416},{0.090,31838},{0.358,10727},{0.458,10630},{0.539,7955},{0.547,7384},{0.922,13008},{1.000,563},{999,0},{999,0},{999,0}}|124434|.261|201909|NDFD
>
>
BGM|96|po|00|{{0.000,19088},{0.000,35752},{0.097,22709},{0.299,24145},{0.472,11829},{0.792,13500},{0.577,6235},{0.699,5385},{0.999,3125},{999,0},{999,0},{999,0}}|141768|.255|201909|NDFD
>
>
BUF|96|po|00|{{0.000,38024},{0.158,28352},{0.216,31333},{0.338,21120},{0.586,10431},{0.246,8413},{0.662,7148},{0.812,20484},{0.863,5803},{999,0},{999,0},{999,0}}|171108|.309|201909|NDFD
>
>
OKX|96|po|00|{{999,0},{0.001,24130},{0.015,30364},{0.423,10842},{0.207,9505},{0.016,2375},{0.958,4873},{1.000,4779},{999,0},{999,0},{999,0},{999,0}}|86868|.190|201909|NDFD
>
>
MHX|96|po|00|{{0.000,607},{0.008,37184},{0.054,38566},{0.135,21291},{0.127,9808},{0.398,5014},{0.988,1520},{1.000,1290},{1.000,1673},{1.000,173},{999,0},{999,0}}|117126|.112|201909|NDFD
>
>
RAH|96|po|00|{{999,0},{0.000,53876},{0.030,28555},{0.131,25266},{0.004,14325},{0.000,600},{0.000,565},{0.282,1283},{999,0},{999,0},{999,0},{999,0}}|124470|.037|201909|NDFD
>
>
ILM|96|po|00|{{999,0},{0.000,19904},{0.002,45001},{0.076,17956},{0.166,12966},{0.183,6179},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.046|201909|NDFD
>
>
CLE|96|po|00|{{0.000,6184},{0.034,66245},{0.326,64278},{0.542,16906},{0.393,8091},{0.449,16278},{0.679,11996},{0.994,498},{999,0},{999,0},{999,0},{999,0}}|190476|.270|201909|NDFD
>
>
ILN|96|po|00|{{0.000,8736},{0.065,54975},{0.177,58725},{0.072,16113},{0.001,10264},{0.369,8435},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.116|201909|NDFD
>
>
PBZ|96|po|00|{{0.000,8709},{0.002,44957},{0.129,42740},{0.294,22156},{0.427,10668},{0.713,5279},{0.402,2266},{0.799,8346},{0.869,3235},{999,0},{999,0},{999,0}}|148356|.208|201909|NDFD
>
>
CTP|96|po|00|{{0.000,13233},{0.017,57852},{0.129,59962},{0.446,16540},{0.336,5386},{0.745,14367},{0.733,9462},{0.917,6348},{999,0},{999,0},{999,0},{999,0}}|183150|.226|201909|NDFD
>
>
CHS|96|po|00|{{999,0},{0.006,23932},{0.040,67095},{0.269,12368},{0.365,5326},{0.272,5996},{0.167,13660},{0.631,1960},{1.000,1},{999,0},{999,0},{999,0}}|130338|.102|201909|NDFD
>
>
CAE|96|po|00|{{0.000,20520},{0.016,22725},{0.050,32351},{0.301,11629},{0.008,6391},{0.024,6922},{0.024,1126},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.056|201909|NDFD
>
>
GSP|96|po|00|{{0.000,925},{0.002,32473},{0.045,65703},{0.183,31070},{0.153,18735},{0.140,6742},{0.746,2029},{0.720,849},{999,0},{999,0},{999,0},{999,0}}|158526|.092|201909|NDFD
>
>
BTV|96|po|00|{{0.000,21702},{0.000,19348},{0.059,30350},{0.157,8721},{0.326,6198},{0.327,13738},{0.588,13420},{0.785,13420},{0.867,3304},{1.000,11},{999,0},{999,0}}|130212|.238|201909|NDFD
>
>
LWX|96|po|00|{{0.095,17991},{0.007,48144},{0.086,43423},{0.208,25407},{0.203,15971},{0.547,7411},{0.820,3632},{0.652,161},{1.000,40},{999,0},{999,0},{999,0}}|162180|.133|201909|NDFD
>
>
RNK|96|po|00|{{0.088,16773},{0.000,27188},{0.051,67537},{0.328,21541},{0.346,9019},{0.063,3467},{0.197,1869},{0.624,3932},{999,0},{999,0},{999,0},{999,0}}|151326|.120|201909|NDFD
>
>
AKQ|96|po|00|{{0.003,6908},{0.010,76543},{0.103,55745},{0.162,30158},{0.021,7432},{0.547,2425},{0.974,1515},{0.978,742},{1.000,3309},{1.000,227},{999,0},{999,0}}|185004|.100|201909|NDFD
>
>
RLX|96|po|00|{{0.000,5909},{0.068,76681},{0.107,40510},{0.378,23945},{0.235,8757},{0.745,10376},{0.755,2722},{0.739,671},{1.000,7},{999,0},{999,0},{999,0}}|169578|.183|201909|NDFD
>
>
BMX|96|po|00|{{0.000,13184},{0.027,52399},{0.082,87816},{0.110,35407},{0.007,7876},{0.000,6032},{0.011,6171},{0.000,383},{999,0},{999,0},{999,0},{999,0}}|209268|.060|201909|NDFD
>
>
HUN|96|po|00|{{0.000,9727},{0.012,23899},{0.130,19965},{0.106,11681},{0.032,3721},{0.000,55},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.061|201909|NDFD
>
>
MOB|96|po|00|{{999,0},{0.021,44043},{0.083,97195},{0.205,20411},{0.546,6780},{0.207,5647},{0.175,12429},{0.130,6968},{0.056,1197},{999,0},{999,0},{999,0}}|194670|.109|201909|NDFD
>
>
LZK|96|po|00|{{999,0},{0.013,23284},{0.131,126300},{0.419,64044},{0.567,24796},{0.935,10779},{0.960,151},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.272|201909|NDFD
>
>
JAX|96|po|00|{{0.018,2315},{0.022,51608},{0.018,50488},{0.156,20908},{0.292,13655},{0.567,7651},{0.393,8566},{0.331,9379},{0.439,13636},{0.799,6892},{0.675,1238},{999,0}}|186336|.174|201909|NDFD
>
>
EYW|96|po|00|{{999,0},{999,0},{0.010,9440},{0.175,22423},{0.309,74616},{0.434,26747},{0.777,31212},{0.542,3199},{0.029,375},{999,0},{999,0},{999,0}}|168012|.385|201909|NDFD
>
>
MLB|96|po|00|{{999,0},{0.000,64},{0.018,41429},{0.209,42890},{0.475,32428},{0.317,12309},{0.801,13693},{0.663,7366},{0.000,85},{999,0},{999,0},{999,0}}|150264|.299|201909|NDFD
>
>
MFL|96|po|00|{{999,0},{0.000,14339},{0.099,18436},{0.233,47855},{0.289,40017},{0.191,16947},{0.472,29758},{0.342,3826},{0.258,3224},{999,0},{999,0},{999,0}}|174402|.252|201909|NDFD
>
>
TAE|96|po|00|{{0.012,20136},{0.036,76725},{0.057,116125},{0.210,25368},{0.683,2422},{0.290,3742},{0.036,18895},{0.080,16637},{0.090,7502},{0.135,1330},{999,0},{999,0}}|288882|.071|201909|NDFD
>
>
TBW|96|po|00|{{0.000,2601},{0.004,27215},{0.028,59307},{0.118,40635},{0.430,19078},{0.053,14163},{0.012,5209},{0.461,7974},{0.685,17963},{0.295,237},{999,0},{999,0}}|194382|.163|201909|NDFD
>
>
FFC|96|po|00|{{999,0},{0.015,74404},{0.120,110688},{0.047,18848},{0.116,14428},{0.031,10856},{0.002,8790},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.073|201909|NDFD
>
>
LCH|96|po|00|{{999,0},{0.000,1441},{0.158,52343},{0.213,96747},{0.459,40074},{0.741,31973},{0.839,17615},{0.836,7017},{0.839,1334},{999,0},{999,0},{999,0}}|248544|.373|201909|NDFD
>
>
LIX|96|po|00|{{0.075,2305},{0.091,60043},{0.103,90527},{0.231,71030},{0.450,23138},{0.473,14952},{0.896,14887},{0.884,5160},{0.796,9027},{1.000,225},{999,0},{999,0}}|291294|.255|201909|NDFD
>
>
SHV|96|po|00|{{999,0},{0.041,30981},{0.202,92214},{0.270,106915},{0.395,18262},{0.993,4031},{0.916,2630},{0.947,4219},{0.752,3890},{999,0},{999,0},{999,0}}|263142|.263|201909|NDFD
>
>
JAN|96|po|00|{{0.000,14779},{0.148,42659},{0.083,136436},{0.110,44229},{0.194,19262},{0.221,3360},{0.000,23},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.103|201909|NDFD
>
>
ABQ|96|po|00|{{0.000,103},{0.016,80274},{0.089,234123},{0.189,130395},{0.324,82948},{0.477,65742},{0.684,39701},{0.754,22173},{0.973,1325},{999,0},{999,0},{999,0}}|656784|.229|201909|NDFD
>
>
OUN|96|po|00|{{0.000,54986},{0.005,37004},{0.059,49405},{0.115,105756},{0.363,69533},{0.515,30270},{0.531,12848},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.175|201909|NDFD
>
>
TSA|96|po|00|{{0.000,6365},{0.009,30942},{0.130,58783},{0.247,42600},{0.562,38693},{0.479,11773},{0.707,6198},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.257|201909|NDFD
>
>
MEG|96|po|00|{{0.000,6347},{0.016,76001},{0.085,109523},{0.496,19893},{0.577,15188},{0.965,115},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.129|201909|NDFD
>
>
MRX|96|po|00|{{0.000,1512},{0.014,31847},{0.127,63327},{0.231,16971},{0.213,4629},{0.108,2683},{0.572,2295},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.122|201909|NDFD
>
>
OHX|96|po|00|{{0.000,6429},{0.049,54187},{0.158,37408},{0.144,14524},{0.265,8702},{0.823,3878},{1.000,26},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.129|201909|NDFD
>
>
AMA|96|po|00|{{0.020,9830},{0.032,71855},{0.228,42268},{0.399,43122},{0.608,22378},{0.502,4247},{0.934,3585},{1.000,769},{999,0},{999,0},{999,0},{999,0}}|198054|.248|201909|NDFD
>
>
EWX|96|po|00|{{0.000,178},{0.014,44295},{0.024,74428},{0.088,68874},{0.292,33631},{0.300,23449},{0.326,17727},{0.000,38},{999,0},{999,0},{999,0},{999,0}}|262620|.118|201909|NDFD
>
>
BRO|96|po|00|{{999,0},{0.139,108},{0.127,14073},{0.310,43893},{0.530,35173},{0.422,14559},{0.826,7856},{0.969,96},{999,0},{999,0},{999,0},{999,0}}|115758|.404|201909|NDFD
>
>
CRP|96|po|00|{{0.000,600},{0.040,3719},{0.101,36851},{0.385,50164},{0.406,36358},{0.373,26293},{0.547,8640},{0.413,4487},{999,0},{999,0},{999,0},{999,0}}|167112|.325|201909|NDFD
>
>
EPZ|96|po|00|{{0.036,13036},{0.056,38866},{0.200,60590},{0.260,40729},{0.330,33996},{0.555,17604},{0.656,14759},{0.794,4857},{0.935,3363},{1.000,620},{999,0},{999,0}}|228420|.278|201909|NDFD
>
>
FWD|96|po|00|{{0.000,9457},{0.001,40096},{0.043,41697},{0.153,116948},{0.073,47093},{0.077,12747},{0.297,15689},{0.650,5929},{999,0},{999,0},{999,0},{999,0}}|289656|.113|201909|NDFD
>
>
HGX|96|po|00|{{0.000,1532},{0.001,9067},{0.095,22158},{0.147,44258},{0.439,60688},{0.578,42589},{0.692,18621},{0.872,21623},{999,0},{999,0},{999,0},{999,0}}|220536|.415|201909|NDFD
>
>
LUB|96|po|00|{{0.000,1507},{0.048,48309},{0.188,22600},{0.261,44221},{0.521,25983},{0.377,8588},{0.147,1754},{0.557,4961},{0.523,1755},{999,0},{999,0},{999,0}}|159678|.243|201909|NDFD
>
>
MAF|96|po|00|{{999,0},{0.028,75639},{0.178,106594},{0.320,120618},{0.467,29858},{0.356,19747},{0.308,13788},{0.470,6896},{0.465,3395},{0.682,1393},{999,0},{999,0}}|377928|.240|201909|NDFD
>
>
SJT|96|po|00|{{0.000,8448},{0.005,30772},{0.039,60244},{0.099,69047},{0.085,19587},{0.136,8920},{0.019,370},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.062|201909|NDFD
>
>
FGZ|96|po|00|{{0.000,6649},{0.001,77708},{0.042,107352},{0.080,89218},{0.223,43159},{0.388,24002},{0.712,22990},{0.749,6280},{0.997,372},{999,0},{999,0},{999,0}}|377730|.138|201909|NDFD
>
>
PSR|96|po|00|{{0.012,40702},{0.006,110264},{0.247,48199},{0.315,20742},{0.602,10438},{0.563,5339},{0.738,5193},{1.000,53},{999,0},{999,0},{999,0},{999,0}}|240930|.136|201909|NDFD
>
>
TWC|96|po|00|{{0.000,3468},{0.030,59843},{0.119,46001},{0.328,26159},{0.485,20393},{0.518,17140},{0.596,19960},{0.686,3307},{0.951,144},{1.000,1},{999,0},{999,0}}|196416|.249|201909|NDFD
>
>
EKA|96|po|00|{{0.000,7010},{0.029,111216},{0.216,54762},{0.640,15000},{0.661,9072},{0.747,6630},{0.924,5227},{0.961,927},{999,0},{999,0},{999,0},{999,0}}|209844|.197|201909|NDFD
>
>
LOX|96|po|00|{{0.000,87479},{0.007,112121},{0.012,39139},{0.273,3613},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
>
>
STO|96|po|00|{{0.000,71883},{0.017,65185},{0.218,41178},{0.420,20327},{0.523,11811},{0.588,6646},{0.937,2489},{1.000,238},{1.000,5},{999,0},{999,0},{999,0}}|219762|.142|201909|NDFD
>
>
SGX|96|po|00|{{0.003,32355},{0.001,48827},{0.062,25977},{0.235,10619},{1.000,14},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.036|201909|NDFD
>
>
MTR|96|po|00|{{0.000,94584},{0.019,105967},{0.154,43078},{0.023,397},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.035|201909|NDFD
>
>
HNX|96|po|00|{{0.000,69708},{0.003,80343},{0.028,36344},{0.072,9036},{0.248,5082},{0.278,223},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.016|201909|NDFD
>
>
BOI|96|po|00|{{0.032,42359},{0.001,67588},{0.170,71029},{0.343,65295},{0.386,40983},{0.388,44637},{0.446,38707},{0.593,19096},{0.744,7093},{0.884,2633},{999,0},{999,0}}|399420|.263|201909|NDFD
>
>
PIH|96|po|00|{{0.000,20257},{0.001,47782},{0.136,33750},{0.252,39307},{0.374,31081},{0.506,26206},{0.764,22889},{0.880,16943},{0.914,11192},{0.917,3235},{1.000,6},{999,0}}|252648|.337|201909|NDFD
>
>
BYZ|96|po|00|{{0.000,4869},{0.043,67387},{0.071,73211},{0.176,48661},{0.724,41964},{0.868,30886},{0.894,18088},{0.932,22217},{0.986,21384},{1.000,10938},{1.000,2791},{999,0}}|342396|.425|201909|NDFD
>
>
GGW|96|po|00|{{0.000,885},{0.100,68121},{0.231,54335},{0.169,58284},{0.542,27348},{0.869,13113},{0.950,18889},{0.983,4994},{1.000,8788},{1.000,7420},{1.000,14756},{1.000,933}}|277866|.397|201909|NDFD
>
>
TFX|96|po|00|{{0.000,1261},{0.015,64199},{0.113,79016},{0.212,63870},{0.318,46414},{0.557,38142},{0.652,41971},{0.825,36406},{0.986,22411},{0.997,20756},{1.000,16295},{1.000,5558}}|436299|.416|201909|NDFD
>
>
MSO|96|po|00|{{0.000,1229},{0.001,17216},{0.022,42753},{0.053,32556},{0.162,37873},{0.333,50309},{0.598,56688},{0.779,53152},{0.809,39154},{0.901,12940},{0.936,1082},{999,0}}|344952|.421|201909|NDFD
>
>
LKN|96|po|00|{{0.000,75275},{0.029,109233},{0.251,87967},{0.223,59655},{0.221,42263},{0.792,28728},{0.874,19201},{0.946,11777},{0.992,2675},{1.000,14},{999,0},{999,0}}|436788|.232|201909|NDFD
>
>
VEF|96|po|00|{{0.000,170750},{0.003,163826},{0.034,125138},{0.149,47032},{0.259,12748},{0.462,4929},{0.591,604},{0.792,212},{1.000,1},{999,0},{999,0},{999,0}}|525240|.034|201909|NDFD
>
>
REV|96|po|00|{{0.000,59987},{0.012,87147},{0.101,47775},{0.164,34422},{0.600,22485},{0.825,17977},{0.919,5494},{1.000,725},{999,0},{999,0},{999,0},{999,0}}|276012|.165|201909|NDFD
>
>
MFR|96|po|00|{{0.010,47350},{0.015,100634},{0.087,80419},{0.187,47262},{0.707,23523},{0.758,26978},{0.849,31436},{0.807,23884},{0.849,11337},{1.000,1858},{1.000,5},{999,0}}|394686|.285|201909|NDFD
>
>
PDT|96|po|00|{{0.000,6662},{0.011,76375},{0.068,70605},{0.298,68308},{0.333,33849},{0.387,37011},{0.645,32891},{0.736,21197},{0.880,6097},{0.988,1011},{1.000,36},{999,0}}|354042|.268|201909|NDFD
>
>
PQR|96|po|00|{{999,0},{0.000,10113},{0.089,73263},{0.372,92408},{0.543,35503},{0.630,20897},{0.701,20703},{0.967,27152},{0.921,8474},{0.994,7780},{1.000,5855},{999,0}}|302148|.449|201909|NDFD
>
>
SLC|96|po|00|{{0.000,79047},{0.001,123761},{0.022,86592},{0.127,95254},{0.136,60041},{0.175,45498},{0.461,22181},{0.571,13683},{0.765,14630},{0.851,7821},{0.934,438},{999,0}}|548946|.121|201909|NDFD
>
>
SEW|96|po|00|{{0.138,1719},{0.361,11903},{0.211,44910},{0.366,61814},{0.363,41088},{0.566,36234},{0.548,31370},{0.694,20839},{0.996,16410},{0.870,5051},{0.628,2262},{999,0}}|273600|.460|201909|NDFD
>
>
OTX|96|po|00|{{0.177,7145},{0.082,43624},{0.214,80240},{0.446,48015},{0.383,43618},{0.565,43175},{0.678,41906},{0.775,20169},{0.866,9064},{0.501,1012},{999,0},{999,0}}|337968|.405|201909|NDFD
>
>
BOU|108|po|00|{{0.000,286},{0.017,62132},{0.053,79603},{0.091,37012},{0.166,19436},{0.604,14571},{0.799,10261},{0.958,4939},{999,0},{999,0},{999,0},{999,0}}|228240|.147|201909|NDFD
>
>
GJT|108|po|00|{{0.000,2960},{0.001,86258},{0.024,115761},{0.045,72399},{0.098,60352},{0.215,40836},{0.652,11535},{0.793,4432},{0.961,1089},{999,0},{999,0},{999,0}}|395622|.083|201909|NDFD
>
>
PUB|108|po|00|{{0.005,3341},{0.020,86677},{0.065,94409},{0.076,33001},{0.117,15625},{0.173,8344},{0.453,4846},{0.639,4462},{0.807,161},{999,0},{999,0},{999,0}}|250866|.075|201909|NDFD
>
>
LOT|108|po|00|{{0.000,279},{0.002,37127},{0.283,22832},{0.508,20646},{0.599,11938},{0.738,6315},{0.440,8141},{0.853,7002},{0.976,1060},{0.000,4},{999,0},{999,0}}|115344|.342|201909|NDFD
>
>
ILX|108|po|00|{{0.000,728},{0.028,53891},{0.139,40639},{0.321,17874},{0.548,14026},{0.614,7994},{0.253,8967},{0.492,5542},{0.985,1773},{999,0},{999,0},{999,0}}|151434|.213|201909|NDFD
>
>
IND|108|po|00|{{0.000,4230},{0.013,61063},{0.042,31805},{0.160,12601},{0.143,7527},{0.000,3491},{0.000,1385},{0.000,172},{999,0},{999,0},{999,0},{999,0}}|122274|.043|201909|NDFD
>
>
IWX|108|po|00|{{0.000,187},{0.015,61544},{0.155,29535},{0.472,14958},{0.491,11759},{0.519,5420},{0.223,2426},{0.526,1737},{999,0},{999,0},{999,0},{999,0}}|127566|.177|201909|NDFD
>
>
DVN|108|po|00|{{0.000,4695},{0.000,28177},{0.048,26693},{0.471,19932},{0.440,27997},{0.465,18187},{0.763,18968},{0.849,10692},{1.000,4715},{999,0},{999,0},{999,0}}|160056|.373|201909|NDFD
>
>
DMX|108|po|00|{{0.000,7},{0.030,44153},{0.200,56435},{0.418,24850},{0.576,24387},{0.625,39419},{0.636,30808},{1.000,3535},{1.000,416},{999,0},{999,0},{999,0}}|224010|.380|201909|NDFD
>
>
DDC|108|po|00|{{0.000,5046},{0.026,31240},{0.066,59771},{0.109,44108},{0.284,19656},{0.412,8542},{0.626,2612},{0.628,43},{999,0},{999,0},{999,0},{999,0}}|171018|.119|201909|NDFD
>
>
GLD|108|po|00|{{0.000,783},{0.099,33317},{0.042,69475},{0.039,29399},{0.343,13559},{0.576,8448},{0.210,4863},{0.131,2186},{0.000,6},{999,0},{999,0},{999,0}}|162036|.112|201909|NDFD
>
>
TOP|108|po|00|{{0.000,2022},{0.000,12506},{0.061,38592},{0.173,17285},{0.196,20520},{0.254,15275},{0.524,6599},{1.000,5539},{1.000,3288},{999,0},{999,0},{999,0}}|121626|.210|201909|NDFD
>
>
ICT|108|po|00|{{0.000,2203},{0.000,27988},{0.042,35715},{0.217,32763},{0.230,41964},{0.405,9824},{0.701,6014},{0.853,6684},{0.875,969},{999,0},{999,0},{999,0}}|164124|.201|201909|NDFD
>
>
JKL|108|po|00|{{0.001,10349},{0.060,45421},{0.073,25690},{0.014,7661},{0.000,285},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.053|201909|NDFD
>
>
LMK|108|po|00|{{0.000,24271},{0.015,78127},{0.055,45344},{0.000,2655},{0.000,11},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.024|201909|NDFD
>
>
PAH|108|po|00|{{0.000,23999},{0.035,83174},{0.046,61459},{0.196,16312},{0.190,2243},{0.000,157},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.050|201909|NDFD
>
>
DTX|108|po|00|{{0.012,1037},{0.054,75686},{0.183,99368},{0.285,39137},{0.654,34839},{0.682,25023},{0.846,11807},{0.525,7777},{0.900,2460},{0.509,352},{999,0},{999,0}}|297486|.302|201909|NDFD
>
>
APX|108|po|00|{{999,0},{0.043,24366},{0.253,48998},{0.607,38739},{0.778,9868},{0.699,5663},{0.635,13972},{0.585,9782},{0.110,1980},{0.000,766},{999,0},{999,0}}|154134|.412|201909|NDFD
>
>
GRR|108|po|00|{{999,0},{0.062,35913},{0.176,35606},{0.262,13538},{0.508,10635},{0.717,8713},{0.649,8754},{0.763,6668},{0.991,1511},{999,0},{999,0},{999,0}}|121338|.296|201909|NDFD
>
>
MQT|108|po|00|{{0.000,3229},{0.129,66782},{0.195,101995},{0.405,66839},{0.540,64725},{0.537,42261},{0.570,12642},{0.334,4355},{0.680,2783},{0.578,6949},{0.562,12082},{999,0}}|384642|.350|201909|NDFD
>
>
DLH|108|po|00|{{0.000,64},{0.014,65559},{0.106,52883},{0.396,69993},{0.579,47916},{0.718,20920},{0.759,7914},{0.703,15710},{0.259,2249},{1.000,5426},{1.000,11102},{999,0}}|299736|.371|201909|NDFD
>
>
MPX|108|po|00|{{0.000,6186},{0.004,61477},{0.189,47606},{0.391,44058},{0.560,32625},{0.408,41622},{0.748,18920},{0.944,17996},{0.991,4344},{1.000,1502},{999,0},{999,0}}|276336|.357|201909|NDFD
>
>
EAX|108|po|00|{{0.000,8423},{0.001,22340},{0.005,52497},{0.252,14046},{0.392,31912},{0.412,31698},{0.718,15550},{0.962,4030},{0.915,7730},{999,0},{999,0},{999,0}}|188226|.274|201909|NDFD
>
>
SGF|108|po|00|{{0.000,4016},{0.000,66352},{0.013,48452},{0.091,28589},{0.312,18593},{0.351,10483},{0.481,9476},{0.402,2739},{0.481,264},{999,0},{999,0},{999,0}}|188964|.098|201909|NDFD
>
>
LSX|108|po|00|{{0.000,2267},{0.009,67911},{0.051,60374},{0.291,22518},{0.443,21409},{0.544,10306},{0.409,10807},{0.347,8939},{0.239,255},{999,0},{999,0},{999,0}}|204786|.161|201909|NDFD
>
>
GID|108|po|00|{{999,0},{0.000,16844},{0.031,58301},{0.096,31652},{0.251,21992},{0.249,10691},{0.824,9538},{0.994,2434},{999,0},{999,0},{999,0},{999,0}}|151452|.154|201909|NDFD
>
>
LBF|108|po|00|{{0.000,1108},{0.006,43290},{0.083,85589},{0.286,48221},{0.366,26257},{0.472,27598},{0.645,18861},{0.564,7400},{0.692,4278},{999,0},{999,0},{999,0}}|262602|.240|201909|NDFD
>
>
OAX|108|po|00|{{0.000,202},{0.017,22361},{0.146,53566},{0.249,43885},{0.475,18418},{0.388,18359},{0.504,13622},{1.000,3953},{999,0},{999,0},{999,0},{999,0}}|174366|.263|201909|NDFD
>
>
BIS|108|po|00|{{0.156,1061},{0.157,85259},{0.134,97023},{0.213,75475},{0.564,46585},{0.587,48112},{0.996,11787},{0.992,22536},{0.994,17132},{1.000,20816},{1.000,12316},{999,0}}|438102|.414|201909|NDFD
>
>
FGF|108|po|00|{{0.000,8837},{0.009,60575},{0.140,100223},{0.365,54428},{0.678,43261},{0.587,32898},{0.993,18166},{0.986,28563},{1.000,11882},{1.000,3343},{1.000,848},{999,0}}|363024|.400|201909|NDFD
>
>
ABR|108|po|00|{{0.000,12630},{0.003,49669},{0.186,67669},{0.371,37016},{0.499,25585},{0.678,23703},{0.937,14395},{0.781,14296},{0.634,5026},{0.898,1597},{999,0},{999,0}}|251586|.336|201909|NDFD
>
>
UNR|108|po|00|{{0.000,4076},{0.012,75257},{0.068,70793},{0.324,41376},{0.579,45711},{0.484,19111},{0.779,29247},{0.793,24609},{0.894,19517},{0.958,8312},{1.000,1111},{999,0}}|339120|.365|201909|NDFD
>
>
FSD|108|po|00|{{0.000,3843},{0.037,35692},{0.206,71808},{0.324,40333},{0.285,28182},{0.568,23503},{0.546,17886},{0.729,9717},{1.000,48},{999,0},{999,0},{999,0}}|231012|.292|201909|NDFD
>
>
GRB|108|po|00|{{0.000,70},{0.008,30897},{0.173,37736},{0.380,20497},{0.579,19421},{0.838,23898},{0.564,17135},{0.602,5302},{1.000,1786},{1.000,254},{999,0},{999,0}}|156996|.387|201909|NDFD
>
>
ARX|108|po|00|{{999,0},{0.002,38682},{0.102,20497},{0.521,25680},{0.502,13541},{0.554,35838},{0.794,21701},{0.675,4966},{0.982,491},{1.000,244},{999,0},{999,0}}|161640|.393|201909|NDFD
>
>
MKX|108|po|00|{{999,0},{0.000,34876},{0.057,56400},{0.370,42750},{0.541,35065},{0.787,25893},{0.765,14468},{0.816,19173},{0.427,4134},{0.000,377},{999,0},{999,0}}|233136|.373|201909|NDFD
>
>
CYS|108|po|00|{{0.000,1110},{0.003,69321},{0.064,66568},{0.290,32424},{0.369,38911},{0.439,26472},{0.745,31027},{0.624,13828},{0.716,3949},{0.935,232},{999,0},{999,0}}|283842|.263|201909|NDFD
>
>
RIW|108|po|00|{{0.000,28700},{0.001,73473},{0.108,91705},{0.181,49689},{0.315,43315},{0.475,44248},{0.663,57463},{0.673,26545},{0.858,22532},{0.953,17480},{1.000,5326},{999,0}}|460476|.328|201909|NDFD
>
>
CAR|108|po|00|{{0.000,10553},{0.000,23693},{0.146,86544},{0.526,15723},{0.614,32057},{0.609,17970},{0.887,6726},{999,0},{999,0},{999,0},{999,0},{999,0}}|193266|.297|201909|NDFD
>
>
GYX|108|po|00|{{0.000,39186},{0.011,50138},{0.179,57226},{0.253,31946},{0.430,14770},{0.779,11907},{0.937,4231},{0.971,4742},{999,0},{999,0},{999,0},{999,0}}|214146|.201|201909|NDFD
>
>
BOX|108|po|00|{{0.000,1300},{0.000,46460},{0.072,55128},{0.144,8198},{0.183,9359},{0.871,13829},{0.898,4070},{0.971,12881},{0.976,1955},{999,0},{999,0},{999,0}}|153180|.241|201909|NDFD
>
>
PHI|108|po|00|{{0.000,8314},{0.000,55535},{0.056,47835},{0.485,11227},{0.463,11593},{0.594,8839},{0.429,3419},{0.581,2890},{999,0},{999,0},{999,0},{999,0}}|149652|.146|201909|NDFD
>
>
ALY|108|po|00|{{999,0},{0.000,28564},{0.016,56457},{0.252,15375},{0.608,13490},{0.678,2957},{0.099,679},{0.960,6912},{999,0},{999,0},{999,0},{999,0}}|124434|.174|201909|NDFD
>
>
BGM|108|po|00|{{0.000,9169},{0.001,51563},{0.114,36200},{0.277,25238},{0.676,7674},{0.888,4048},{0.660,3546},{0.673,4330},{999,0},{999,0},{999,0},{999,0}}|141768|.178|201909|NDFD
>
>
BUF|108|po|00|{{0.018,28518},{0.002,21633},{0.056,54313},{0.349,18521},{0.314,25479},{0.786,15246},{0.829,6153},{0.995,1245},{999,0},{999,0},{999,0},{999,0}}|171108|.213|201909|NDFD
>
>
OKX|108|po|00|{{999,0},{0.001,33755},{0.061,26647},{0.005,5799},{0.481,3326},{0.840,8913},{0.738,3602},{0.959,4826},{999,0},{999,0},{999,0},{999,0}}|86868|.208|201909|NDFD
>
>
MHX|108|po|00|{{999,0},{0.002,29573},{0.017,63953},{0.057,17494},{0.029,4967},{0.000,1139},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.019|201909|NDFD
>
>
RAH|108|po|00|{{999,0},{0.007,46173},{0.106,43456},{0.091,22251},{0.063,12565},{0.000,25},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.062|201909|NDFD
>
>
ILM|108|po|00|{{999,0},{0.000,29476},{0.014,50381},{0.172,12799},{0.052,9137},{0.000,213},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.033|201909|NDFD
>
>
CLE|108|po|00|{{0.000,3243},{0.002,89035},{0.182,48283},{0.484,21914},{0.284,27817},{0.207,184},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.144|201909|NDFD
>
>
ILN|108|po|00|{{0.000,8736},{0.069,54715},{0.069,72428},{0.328,12595},{0.341,8774},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.101|201909|NDFD
>
>
PBZ|108|po|00|{{0.000,757},{0.032,56223},{0.256,52592},{0.346,20199},{0.181,13598},{0.072,3587},{0.000,1400},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.168|201909|NDFD
>
>
CTP|108|po|00|{{0.000,2148},{0.004,83598},{0.231,65211},{0.307,13103},{0.193,6813},{0.185,3944},{0.344,7418},{0.517,915},{999,0},{999,0},{999,0},{999,0}}|183150|.134|201909|NDFD
>
>
CHS|108|po|00|{{999,0},{0.001,27813},{0.005,63797},{0.194,13138},{0.120,14825},{0.243,7834},{0.139,1680},{0.299,1250},{0.000,1},{999,0},{999,0},{999,0}}|130338|.055|201909|NDFD
>
>
CAE|108|po|00|{{0.000,10389},{0.001,35781},{0.099,34058},{0.120,18385},{0.000,3051},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.055|201909|NDFD
>
>
GSP|108|po|00|{{0.000,156},{0.008,30823},{0.034,75480},{0.132,38624},{0.002,11700},{0.000,1743},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.050|201909|NDFD
>
>
BTV|108|po|00|{{0.000,7234},{0.004,35703},{0.045,30774},{0.152,29809},{0.570,10864},{0.338,5072},{0.762,6076},{0.940,4669},{1.000,11},{999,0},{999,0},{999,0}}|130212|.176|201909|NDFD
>
>
LWX|108|po|00|{{0.121,9008},{0.002,52051},{0.038,61254},{0.099,23624},{0.106,14778},{0.440,1465},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.050|201909|NDFD
>
>
RNK|108|po|00|{{0.014,23928},{0.119,32372},{0.030,69266},{0.123,19899},{0.079,3717},{0.078,2144},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.061|201909|NDFD
>
>
AKQ|108|po|00|{{0.000,2518},{0.029,57658},{0.010,105018},{0.113,13525},{0.016,5677},{0.030,608},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.023|201909|NDFD
>
>
RLX|108|po|00|{{0.104,3435},{0.032,78865},{0.109,54670},{0.133,20332},{0.107,8014},{0.075,4070},{0.000,192},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.075|201909|NDFD
>
>
BMX|108|po|00|{{0.000,11626},{0.020,70459},{0.040,98038},{0.014,8307},{0.000,15260},{0.000,4973},{0.000,605},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.026|201909|NDFD
>
>
HUN|108|po|00|{{0.000,13108},{0.023,25252},{0.036,23279},{0.000,7155},{0.000,254},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.021|201909|NDFD
>
>
MOB|108|po|00|{{0.305,1314},{0.077,74568},{0.044,74908},{0.291,15346},{0.079,8501},{0.104,9270},{0.056,6735},{0.032,2091},{0.013,1937},{999,0},{999,0},{999,0}}|194670|.082|201909|NDFD
>
>
LZK|108|po|00|{{0.000,11632},{0.008,49185},{0.099,157834},{0.270,27452},{0.500,3251},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.100|201909|NDFD
>
>
JAX|108|po|00|{{0.003,15480},{0.018,72574},{0.044,37179},{0.098,27383},{0.223,13084},{0.333,7172},{0.326,5871},{0.703,3955},{0.757,2495},{0.997,1143},{999,0},{999,0}}|186336|.100|201909|NDFD
>
>
EYW|108|po|00|{{999,0},{999,0},{0.007,9472},{0.134,14568},{0.310,99353},{0.552,23187},{0.532,21432},{999,0},{999,0},{999,0},{999,0},{999,0}}|168012|.339|201909|NDFD
>
>
MLB|108|po|00|{{999,0},{0.002,10654},{0.058,54757},{0.131,43456},{0.425,21963},{0.442,15247},{0.947,4184},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|150264|.193|201909|NDFD
>
>
MFL|108|po|00|{{999,0},{0.001,17412},{0.097,39125},{0.218,73508},{0.421,24732},{0.245,11860},{0.284,7765},{999,0},{999,0},{999,0},{999,0},{999,0}}|174402|.203|201909|NDFD
>
>
TAE|108|po|00|{{0.009,41083},{0.019,108541},{0.033,67968},{0.144,23695},{0.148,19949},{0.046,15381},{0.069,4065},{0.166,5586},{0.437,2614},{999,0},{999,0},{999,0}}|288882|.049|201909|NDFD
>
>
TBW|108|po|00|{{0.010,19069},{0.019,47818},{0.048,57516},{0.118,32740},{0.040,12451},{0.225,17638},{0.346,5259},{0.326,1891},{999,0},{999,0},{999,0},{999,0}}|194382|.075|201909|NDFD
>
>
FFC|108|po|00|{{0.001,14020},{0.019,74298},{0.055,107346},{0.032,17805},{0.001,21158},{0.000,3387},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.033|201909|NDFD
>
>
LCH|108|po|00|{{0.000,391},{0.117,56022},{0.192,88712},{0.282,63830},{0.427,29891},{0.494,7542},{0.586,1410},{0.879,746},{999,0},{999,0},{999,0},{999,0}}|248544|.240|201909|NDFD
>
>
LIX|108|po|00|{{0.029,11249},{0.034,81842},{0.066,104191},{0.188,48353},{0.449,29859},{0.110,7856},{0.676,5961},{0.674,1983},{999,0},{999,0},{999,0},{999,0}}|291294|.133|201909|NDFD
>
>
SHV|108|po|00|{{0.000,19085},{0.061,69698},{0.179,137175},{0.116,26487},{0.102,4833},{0.031,5864},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.124|201909|NDFD
>
>
JAN|108|po|00|{{0.006,42043},{0.081,73765},{0.089,126561},{0.016,16352},{0.000,2002},{0.000,25},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.068|201909|NDFD
>
>
ABQ|108|po|00|{{999,0},{0.062,64176},{0.114,268859},{0.180,139653},{0.388,97699},{0.488,57203},{0.589,15745},{0.890,12012},{0.642,1437},{999,0},{999,0},{999,0}}|656784|.223|201909|NDFD
>
>
OUN|108|po|00|{{0.000,50567},{0.002,51395},{0.084,69833},{0.274,123413},{0.377,61856},{0.731,2474},{1.000,264},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.181|201909|NDFD
>
>
TSA|108|po|00|{{0.000,1575},{0.003,67294},{0.116,38219},{0.247,57346},{0.512,23546},{0.518,7374},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.177|201909|NDFD
>
>
MEG|108|po|00|{{0.000,31979},{0.018,40303},{0.024,149583},{0.552,5202},{1.000,3},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.032|201909|NDFD
>
>
MRX|108|po|00|{{0.000,2299},{0.003,37791},{0.064,66502},{0.013,16432},{0.000,240},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.037|201909|NDFD
>
>
OHX|108|po|00|{{0.000,7353},{0.014,67185},{0.038,41303},{0.012,9313},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.021|201909|NDFD
>
>
AMA|108|po|00|{{0.000,96},{0.020,53527},{0.148,60251},{0.314,53318},{0.369,23262},{0.826,5403},{0.941,2197},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.211|201909|NDFD
>
>
EWX|108|po|00|{{0.006,13919},{0.007,39318},{0.017,115819},{0.151,69424},{0.207,20056},{0.006,4084},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.065|201909|NDFD
>
>
BRO|108|po|00|{{0.000,1393},{0.021,4251},{0.056,52738},{0.280,39631},{0.314,15294},{0.586,2284},{0.976,167},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.177|201909|NDFD
>
>
CRP|108|po|00|{{0.000,608},{0.020,20993},{0.038,62236},{0.177,47529},{0.414,23688},{0.487,9130},{0.225,2928},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.156|201909|NDFD
>
>
EPZ|108|po|00|{{0.000,2133},{0.163,40622},{0.126,77226},{0.328,48073},{0.611,22501},{0.524,32476},{0.495,5376},{1.000,13},{999,0},{999,0},{999,0},{999,0}}|228420|.287|201909|NDFD
>
>
FWD|108|po|00|{{0.000,3920},{0.011,69591},{0.039,115729},{0.112,88824},{0.016,11592},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.053|201909|NDFD
>
>
HGX|108|po|00|{{999,0},{0.007,27517},{0.105,89922},{0.400,54839},{0.621,22123},{0.657,15792},{0.463,5432},{0.223,2001},{0.099,2910},{999,0},{999,0},{999,0}}|220536|.267|201909|NDFD
>
>
LUB|108|po|00|{{0.000,1354},{0.091,48814},{0.215,23027},{0.246,50286},{0.602,28794},{0.641,3934},{0.308,1728},{0.477,1280},{0.898,461},{999,0},{999,0},{999,0}}|159678|.270|201909|NDFD
>
>
MAF|108|po|00|{{0.000,2474},{0.112,63822},{0.138,128293},{0.281,98553},{0.555,38343},{0.299,29142},{0.489,12017},{0.280,3866},{0.143,1418},{999,0},{999,0},{999,0}}|377928|.238|201909|NDFD
>
>
SJT|108|po|00|{{0.018,2753},{0.003,51035},{0.070,70403},{0.168,55664},{0.049,16872},{0.094,661},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.078|201909|NDFD
>
>
FGZ|108|po|00|{{0.000,13715},{0.005,81904},{0.030,147346},{0.109,84330},{0.228,27527},{0.460,4966},{0.452,10621},{0.935,7321},{999,0},{999,0},{999,0},{999,0}}|377730|.091|201909|NDFD
>
>
PSR|108|po|00|{{0.012,43173},{0.026,112815},{0.172,45128},{0.361,23346},{0.560,10950},{0.975,2967},{0.857,1918},{0.986,633},{999,0},{999,0},{999,0},{999,0}}|240930|.128|201909|NDFD
>
>
TWC|108|po|00|{{0.000,6985},{0.013,69526},{0.060,40900},{0.187,24122},{0.443,36808},{0.652,13042},{0.955,2939},{0.922,2092},{0.000,2},{999,0},{999,0},{999,0}}|196416|.191|201909|NDFD
>
>
EKA|108|po|00|{{0.000,6260},{0.021,102800},{0.422,52197},{0.290,34333},{0.425,11111},{0.762,2400},{0.893,682},{0.803,61},{999,0},{999,0},{999,0},{999,0}}|209844|.197|201909|NDFD
>
>
LOX|108|po|00|{{0.000,70797},{0.003,122304},{0.019,38386},{0.068,8289},{0.011,2576},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.007|201909|NDFD
>
>
STO|108|po|00|{{0.000,67982},{0.008,54547},{0.139,44177},{0.359,22935},{0.522,14374},{0.699,9687},{0.549,5957},{0.233,103},{999,0},{999,0},{999,0},{999,0}}|219762|.147|201909|NDFD
>
>
SGX|108|po|00|{{0.000,34004},{0.000,44979},{0.040,25152},{0.213,11903},{0.103,1754},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
>
>
MTR|108|po|00|{{0.001,78836},{0.021,120093},{0.090,41335},{0.000,3465},{0.000,297},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.026|201909|NDFD
>
>
HNX|108|po|00|{{0.000,73493},{0.002,68814},{0.001,40754},{0.026,9649},{0.054,5026},{0.287,2609},{0.013,391},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.007|201909|NDFD
>
>
BOI|108|po|00|{{0.000,31150},{0.017,66561},{0.046,65336},{0.208,55584},{0.242,70757},{0.345,68698},{0.301,30904},{0.553,8130},{0.463,1522},{0.604,777},{1.000,1},{999,0}}|399420|.179|201909|NDFD
>
>
PIH|108|po|00|{{0.004,8238},{0.003,57208},{0.053,52946},{0.418,37433},{0.478,25433},{0.405,25427},{0.459,26686},{0.793,12782},{0.821,4788},{0.970,1707},{999,0},{999,0}}|252648|.273|201909|NDFD
>
>
BYZ|108|po|00|{{999,0},{0.000,42465},{0.050,48962},{0.119,55154},{0.376,27014},{0.611,33823},{0.676,37976},{0.883,46212},{0.834,28921},{0.937,8347},{1.000,13522},{999,0}}|342396|.443|201909|NDFD
>
>
GGW|108|po|00|{{999,0},{0.024,46443},{0.221,42062},{0.146,45876},{0.362,46042},{0.613,21078},{0.908,17511},{0.995,26052},{1.000,3125},{1.000,5949},{0.998,23728},{999,0}}|277866|.436|201909|NDFD
>
>
TFX|108|po|00|{{0.000,2},{0.044,44326},{0.108,49331},{0.151,54827},{0.430,69859},{0.531,67050},{0.494,49881},{0.644,33670},{0.861,18397},{0.865,23215},{0.942,17202},{1.000,8538}}|436298|.431|201909|NDFD
>
>
MSO|108|po|00|{{0.000,71},{0.018,23660},{0.100,36199},{0.115,32932},{0.304,51201},{0.388,67069},{0.492,67140},{0.477,31737},{0.489,22639},{0.542,9980},{0.948,2324},{999,0}}|344952|.337|201909|NDFD
>
>
LKN|108|po|00|{{0.000,55339},{0.008,114049},{0.099,100707},{0.143,48677},{0.273,28720},{0.414,45130},{0.425,36745},{0.417,4258},{0.982,1406},{1.000,1757},{999,0},{999,0}}|436788|.149|201909|NDFD
>
>
VEF|108|po|00|{{0.000,162171},{0.002,153230},{0.028,144930},{0.141,45282},{0.247,12390},{0.233,4275},{0.427,1575},{0.566,673},{0.953,682},{1.000,32},{999,0},{999,0}}|525240|.032|201909|NDFD
>
>
REV|108|po|00|{{0.000,57272},{0.023,82701},{0.177,38281},{0.261,32861},{0.357,36765},{0.511,18596},{0.626,8473},{0.646,1063},{999,0},{999,0},{999,0},{999,0}}|276012|.166|201909|NDFD
>
>
MFR|108|po|00|{{0.004,62865},{0.002,72276},{0.119,71232},{0.358,45068},{0.543,41951},{0.660,55815},{0.704,25441},{0.741,10443},{0.711,7963},{0.948,1632},{999,0},{999,0}}|394686|.298|201909|NDFD
>
>
PDT|108|po|00|{{0.000,35},{0.000,54691},{0.019,82194},{0.110,59040},{0.304,50146},{0.571,64704},{0.463,29967},{0.481,9956},{0.419,2136},{0.986,1170},{1.000,3},{999,0}}|354042|.229|201909|NDFD
>
>
PQR|108|po|00|{{999,0},{0.000,16577},{0.206,68457},{0.439,62815},{0.630,44654},{0.601,38178},{0.348,27212},{0.625,21791},{0.787,16628},{0.932,5306},{1.000,530},{999,0}}|302148|.445|201909|NDFD
>
>
SLC|108|po|00|{{0.003,65333},{0.001,141715},{0.024,122053},{0.184,76283},{0.173,42951},{0.200,52714},{0.206,23444},{0.149,7261},{0.723,3846},{0.995,11155},{1.000,2191},{999,0}}|548946|.104|201909|NDFD
>
>
SEW|108|po|00|{{0.019,3714},{0.060,9617},{0.164,42101},{0.367,62447},{0.606,31399},{0.716,22181},{0.523,28056},{0.507,34436},{0.772,34578},{0.923,5007},{1.000,64},{999,0}}|273600|.471|201909|NDFD
>
>
OTX|108|po|00|{{0.000,4671},{0.007,35888},{0.095,60460},{0.138,67099},{0.376,63842},{0.388,54809},{0.482,27519},{0.497,14255},{0.234,8119},{0.000,1306},{999,0},{999,0}}|337968|.245|201909|NDFD
>
>
BOU|120|po|00|{{0.000,3496},{0.017,75134},{0.045,83835},{0.130,36922},{0.237,16562},{0.150,7854},{0.087,3439},{0.219,998},{999,0},{999,0},{999,0},{999,0}}|228240|.068|201909|NDFD
>
>
GJT|120|po|00|{{0.003,21010},{0.010,52813},{0.011,101972},{0.033,84556},{0.094,72740},{0.167,36152},{0.342,17644},{0.588,6127},{0.728,2153},{1.000,455},{999,0},{999,0}}|395622|.073|201909|NDFD
>
>
PUB|120|po|00|{{0.024,4704},{0.018,86335},{0.057,74921},{0.126,43834},{0.185,20305},{0.296,8348},{0.560,3681},{0.689,4957},{0.674,3781},{999,0},{999,0},{999,0}}|250866|.103|201909|NDFD
>
>
LOT|120|po|00|{{999,0},{0.052,13460},{0.060,43392},{0.655,28308},{0.869,15269},{1.000,7504},{1.000,3011},{1.000,4372},{1.000,28},{999,0},{999,0},{999,0}}|115344|.434|201909|NDFD
>
>
ILX|120|po|00|{{999,0},{0.000,23115},{0.126,68106},{0.474,32041},{0.870,13691},{0.910,6246},{0.715,1483},{1.000,5993},{1.000,759},{999,0},{999,0},{999,0}}|151434|.325|201909|NDFD
>
>
IND|120|po|00|{{0.000,2},{0.000,31511},{0.101,74037},{0.469,10007},{0.050,2012},{0.000,2738},{0.150,1267},{0.946,700},{999,0},{999,0},{999,0},{999,0}}|122274|.107|201909|NDFD
>
>
IWX|120|po|00|{{0.000,10},{0.000,22177},{0.209,68289},{0.685,26248},{0.893,3755},{0.000,944},{0.081,2291},{0.796,3852},{999,0},{999,0},{999,0},{999,0}}|127566|.305|201909|NDFD
>
>
DVN|120|po|00|{{999,0},{0.000,14080},{0.133,42889},{0.323,38825},{0.462,26270},{1.000,12723},{1.000,17398},{0.998,7083},{1.000,788},{999,0},{999,0},{999,0}}|160056|.427|201909|NDFD
>
>
DMX|120|po|00|{{999,0},{0.000,13420},{0.170,63359},{0.459,67400},{0.638,24751},{0.686,21883},{0.846,11234},{0.870,20700},{0.988,1263},{999,0},{999,0},{999,0}}|224010|.452|201909|NDFD
>
>
DDC|120|po|00|{{0.000,393},{0.076,60146},{0.156,59042},{0.168,36708},{0.476,14521},{0.702,208},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.158|201909|NDFD
>
>
GLD|120|po|00|{{0.000,7297},{0.042,87037},{0.101,50584},{0.236,12508},{0.256,3009},{0.474,1535},{0.045,66},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.082|201909|NDFD
>
>
TOP|120|po|00|{{999,0},{0.000,12366},{0.304,20391},{0.263,44886},{0.171,21881},{0.405,10980},{0.810,5266},{0.974,5290},{1.000,566},{999,0},{999,0},{999,0}}|121626|.297|201909|NDFD
>
>
ICT|120|po|00|{{999,0},{0.002,21777},{0.235,32915},{0.230,52698},{0.289,31414},{0.466,17869},{0.669,4418},{0.785,2172},{1.000,861},{999,0},{999,0},{999,0}}|164124|.261|201909|NDFD
>
>
JKL|120|po|00|{{0.782,257},{0.106,52458},{0.124,32009},{0.152,4682},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.117|201909|NDFD
>
>
LMK|120|po|00|{{0.002,2493},{0.051,77564},{0.055,55770},{0.016,14575},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.048|201909|NDFD
>
>
PAH|120|po|00|{{0.000,5584},{0.002,46476},{0.149,99649},{0.186,30913},{0.000,3662},{0.294,1060},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.112|201909|NDFD
>
>
DTX|120|po|00|{{0.114,44},{0.092,68953},{0.193,102402},{0.610,66474},{0.710,28591},{0.779,11309},{0.815,14771},{0.799,4906},{1.000,36},{999,0},{999,0},{999,0}}|297486|.376|201909|NDFD
>
>
APX|120|po|00|{{999,0},{0.112,22689},{0.104,51933},{0.470,27838},{0.576,25395},{0.806,17700},{0.999,6313},{1.000,2032},{1.000,234},{999,0},{999,0},{999,0}}|154134|.379|201909|NDFD
>
>
GRR|120|po|00|{{999,0},{0.007,20379},{0.072,41705},{0.564,25584},{0.724,20735},{0.682,6050},{0.985,2538},{0.893,4347},{999,0},{999,0},{999,0},{999,0}}|121338|.355|201909|NDFD
>
>
MQT|120|po|00|{{0.001,1959},{0.053,66242},{0.044,101673},{0.118,51716},{0.373,47317},{0.693,57127},{0.779,32153},{0.993,19955},{1.000,5625},{1.000,875},{999,0},{999,0}}|384642|.319|201909|NDFD
>
>
DLH|120|po|00|{{0.158,120},{0.058,44118},{0.111,71644},{0.632,48670},{0.368,38812},{0.352,19624},{0.865,37280},{0.968,23548},{0.824,15903},{1.000,17},{999,0},{999,0}}|299736|.436|201909|NDFD
>
>
MPX|120|po|00|{{999,0},{0.057,26027},{0.144,82489},{0.347,59712},{0.463,27689},{0.431,19747},{0.810,37354},{0.649,20802},{0.417,2516},{999,0},{999,0},{999,0}}|276336|.363|201909|NDFD
>
>
EAX|120|po|00|{{999,0},{0.000,13232},{0.155,57849},{0.179,41928},{0.345,30823},{0.638,20563},{0.820,10797},{0.984,10045},{1.000,2989},{999,0},{999,0},{999,0}}|188226|.329|201909|NDFD
>
>
SGF|120|po|00|{{0.000,88},{0.000,18276},{0.131,65544},{0.190,52098},{0.546,33313},{0.932,9071},{0.719,2087},{0.998,5716},{1.000,2771},{999,0},{999,0},{999,0}}|188964|.292|201909|NDFD
>
>
LSX|120|po|00|{{999,0},{0.001,23326},{0.128,93796},{0.257,41808},{0.632,22934},{0.707,11318},{0.887,2107},{1.000,8512},{1.000,985},{999,0},{999,0},{999,0}}|204786|.277|201909|NDFD
>
>
GID|120|po|00|{{0.000,514},{0.000,25933},{0.178,48474},{0.220,42574},{0.184,21502},{0.308,8114},{0.296,3896},{0.685,445},{999,0},{999,0},{999,0},{999,0}}|151452|.171|201909|NDFD
>
>
LBF|120|po|00|{{0.000,4299},{0.056,76592},{0.119,120305},{0.208,36855},{0.087,13486},{0.096,4421},{0.096,2914},{0.579,3609},{0.628,121},{999,0},{999,0},{999,0}}|262602|.115|201909|NDFD
>
>
OAX|120|po|00|{{999,0},{0.002,17967},{0.207,34102},{0.434,56952},{0.384,36102},{0.542,17429},{0.515,8127},{0.930,3687},{999,0},{999,0},{999,0},{999,0}}|174366|.360|201909|NDFD
>
>
BIS|120|po|00|{{0.000,1118},{0.047,58704},{0.212,123368},{0.242,58529},{0.527,54255},{0.927,55370},{0.985,47109},{1.000,15358},{0.942,5690},{0.997,16670},{1.000,1931},{999,0}}|438102|.476|201909|NDFD
>
>
FGF|120|po|00|{{999,0},{0.000,34903},{0.156,103279},{0.323,98889},{0.535,23091},{0.803,33013},{0.911,31030},{0.909,17738},{0.876,16791},{0.999,4290},{999,0},{999,0}}|363024|.414|201909|NDFD
>
>
ABR|120|po|00|{{0.000,379},{0.054,41490},{0.110,86859},{0.153,44944},{0.295,26113},{0.426,24487},{0.627,15073},{0.551,7632},{0.744,4609},{999,0},{999,0},{999,0}}|251586|.214|201909|NDFD
>
>
UNR|120|po|00|{{0.000,3627},{0.146,74223},{0.194,129456},{0.269,47694},{0.601,32796},{0.730,30438},{0.772,17153},{0.683,3295},{0.874,438},{999,0},{999,0},{999,0}}|339120|.315|201909|NDFD
>
>
FSD|120|po|00|{{999,0},{0.023,25633},{0.166,75390},{0.232,51211},{0.211,32670},{0.501,17309},{0.571,18593},{0.618,9695},{0.708,511},{999,0},{999,0},{999,0}}|231012|.249|201909|NDFD
>
>
GRB|120|po|00|{{999,0},{0.013,27739},{0.003,29747},{0.308,36925},{0.403,23135},{0.772,15194},{0.773,16257},{1.000,5554},{0.986,2445},{999,0},{999,0},{999,0}}|156996|.340|201909|NDFD
>
>
ARX|120|po|00|{{999,0},{0.081,14280},{0.085,40997},{0.429,48262},{0.156,16488},{0.463,13719},{0.875,17611},{0.755,6002},{0.831,4281},{999,0},{999,0},{999,0}}|161640|.357|201909|NDFD
>
>
MKX|120|po|00|{{999,0},{0.007,24289},{0.010,74410},{0.354,39442},{0.495,47131},{0.839,27396},{0.998,14890},{1.000,5578},{999,0},{999,0},{999,0},{999,0}}|233136|.350|201909|NDFD
>
>
CYS|120|po|00|{{0.000,1408},{0.015,69712},{0.153,102018},{0.259,48593},{0.479,33601},{0.557,22116},{0.723,5117},{0.775,1106},{1.000,171},{999,0},{999,0},{999,0}}|283842|.220|201909|NDFD
>
>
RIW|120|po|00|{{0.005,25129},{0.000,64784},{0.065,81913},{0.238,97361},{0.427,40596},{0.542,48777},{0.651,35054},{0.821,24679},{0.854,20962},{0.811,19755},{0.801,1466},{999,0}}|460476|.327|201909|NDFD
>
>
CAR|120|po|00|{{999,0},{0.006,43757},{0.052,83342},{0.387,24423},{0.569,18337},{0.899,16319},{0.951,7004},{1.000,84},{999,0},{999,0},{999,0},{999,0}}|193266|.237|201909|NDFD
>
>
GYX|120|po|00|{{0.000,10257},{0.045,82065},{0.155,82295},{0.507,19562},{0.733,10167},{0.325,4090},{0.021,5710},{999,0},{999,0},{999,0},{999,0},{999,0}}|214146|.165|201909|NDFD
>
>
BOX|120|po|00|{{999,0},{0.000,59001},{0.137,63786},{0.171,12238},{0.214,6243},{0.269,3456},{0.082,7789},{0.045,667},{999,0},{999,0},{999,0},{999,0}}|153180|.090|201909|NDFD
>
>
PHI|120|po|00|{{0.365,5012},{0.020,45596},{0.037,85307},{0.404,6900},{0.000,6107},{0.000,730},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.058|201909|NDFD
>
>
ALY|120|po|00|{{999,0},{0.000,41425},{0.106,50047},{0.502,13707},{0.520,10853},{0.263,7288},{0.000,1114},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.159|201909|NDFD
>
>
BGM|120|po|00|{{0.000,2317},{0.038,55099},{0.119,43373},{0.405,20950},{0.416,19984},{0.133,45},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.170|201909|NDFD
>
>
BUF|120|po|00|{{0.000,39131},{0.000,23877},{0.171,48682},{0.125,15715},{0.174,23583},{0.863,19832},{0.111,288},{999,0},{999,0},{999,0},{999,0},{999,0}}|171108|.184|201909|NDFD
>
>
OKX|120|po|00|{{999,0},{0.001,27113},{0.105,45822},{0.082,9107},{999,0},{0.000,196},{0.000,4630},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.064|201909|NDFD
>
>
MHX|120|po|00|{{999,0},{0.004,16306},{0.059,67924},{0.039,20376},{0.091,11091},{0.104,1429},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.051|201909|NDFD
>
>
RAH|120|po|00|{{999,0},{0.019,42885},{0.074,41169},{0.097,38088},{0.002,2328},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.061|201909|NDFD
>
>
ILM|120|po|00|{{999,0},{0.000,20538},{0.085,46896},{0.034,14786},{0.073,15918},{0.113,3868},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.060|201909|NDFD
>
>
CLE|120|po|00|{{0.000,132},{0.010,45856},{0.257,101526},{0.308,27690},{0.276,15169},{0.000,103},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.206|201909|NDFD
>
>
ILN|120|po|00|{{0.000,8736},{0.062,73021},{0.168,48246},{0.112,14503},{0.000,12517},{0.000,225},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.091|201909|NDFD
>
>
PBZ|120|po|00|{{999,0},{0.003,36220},{0.095,66783},{0.326,34101},{0.510,7614},{0.687,3638},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.162|201909|NDFD
>
>
CTP|120|po|00|{{999,0},{0.007,50099},{0.128,93166},{0.289,34698},{0.679,5083},{0.923,104},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.141|201909|NDFD
>
>
CHS|120|po|00|{{999,0},{0.000,2352},{0.035,79133},{0.211,14676},{0.309,16007},{0.214,9162},{0.268,9007},{999,0},{0.000,1},{999,0},{999,0},{999,0}}|130338|.116|201909|NDFD
>
>
CAE|120|po|00|{{0.000,5413},{0.041,32054},{0.219,43165},{0.044,4214},{0.018,8193},{0.014,7457},{0.022,1168},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.111|201909|NDFD
>
>
GSP|120|po|00|{{999,0},{0.057,29004},{0.054,73067},{0.357,27204},{0.079,20658},{0.076,8282},{0.174,311},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.111|201909|NDFD
>
>
BTV|120|po|00|{{999,0},{0.002,35860},{0.065,44321},{0.231,22076},{0.699,9473},{0.835,12059},{0.348,6423},{999,0},{999,0},{999,0},{999,0},{999,0}}|130212|.207|201909|NDFD
>
>
LWX|120|po|00|{{0.000,1},{0.035,47345},{0.105,78844},{0.271,32084},{0.951,3906},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.138|201909|NDFD
>
>
RNK|120|po|00|{{0.059,25079},{0.000,15945},{0.058,71565},{0.355,34191},{0.435,4546},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.130|201909|NDFD
>
>
AKQ|120|po|00|{{0.004,5878},{0.085,48993},{0.033,89398},{0.171,39857},{0.557,878},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.078|201909|NDFD
>
>
RLX|120|po|00|{{999,0},{0.040,77942},{0.164,76316},{0.256,13486},{0.092,1733},{0.000,101},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.113|201909|NDFD
>
>
BMX|120|po|00|{{0.000,11626},{0.057,51307},{0.101,99624},{0.040,15516},{0.014,9823},{0.006,14320},{0.009,7052},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.067|201909|NDFD
>
>
HUN|120|po|00|{{0.000,1027},{0.081,22204},{0.007,30019},{0.293,7813},{0.013,5525},{0.036,2460},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.065|201909|NDFD
>
>
MOB|120|po|00|{{999,0},{0.259,19959},{0.052,113151},{0.182,21383},{0.313,10947},{0.295,10244},{0.137,6183},{0.025,8654},{0.157,4149},{999,0},{999,0},{999,0}}|194670|.119|201909|NDFD
>
>
LZK|120|po|00|{{0.000,7332},{0.000,24544},{0.131,83322},{0.341,117366},{0.350,16255},{0.032,535},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.227|201909|NDFD
>
>
JAX|120|po|00|{{999,0},{0.020,27586},{0.033,59559},{0.080,24628},{0.232,21296},{0.269,13442},{0.322,17539},{0.352,10599},{0.751,9810},{0.965,1877},{999,0},{999,0}}|186336|.170|201909|NDFD
>
>
EYW|120|po|00|{{999,0},{999,0},{999,0},{0.166,22838},{0.309,86553},{0.554,50277},{0.304,8344},{999,0},{999,0},{999,0},{999,0},{999,0}}|168012|.363|201909|NDFD
>
>
MLB|120|po|00|{{999,0},{999,0},{0.000,33242},{0.138,33108},{0.419,49187},{0.511,16149},{0.621,16500},{0.877,2078},{999,0},{999,0},{999,0},{999,0}}|150264|.303|201909|NDFD
>
>
MFL|120|po|00|{{999,0},{0.000,7411},{0.062,28338},{0.205,38980},{0.352,45718},{0.387,29819},{0.308,21198},{0.460,2938},{999,0},{999,0},{999,0},{999,0}}|174402|.260|201909|NDFD
>
>
TAE|120|po|00|{{999,0},{0.019,75492},{0.049,117247},{0.146,32456},{0.303,17253},{0.031,15632},{0.022,21871},{0.154,7318},{0.204,1613},{999,0},{999,0},{999,0}}|288882|.068|201909|NDFD
>
>
TBW|120|po|00|{{999,0},{0.009,13712},{0.020,52974},{0.112,46032},{0.227,31126},{0.401,15542},{0.168,15232},{0.332,13107},{0.639,6657},{999,0},{999,0},{999,0}}|194382|.159|201909|NDFD
>
>
FFC|120|po|00|{{0.000,9170},{0.015,28234},{0.106,143219},{0.069,17081},{0.039,5511},{0.022,24705},{0.002,10094},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.074|201909|NDFD
>
>
LCH|120|po|00|{{999,0},{0.104,7611},{0.058,45676},{0.215,71763},{0.514,86739},{0.645,29163},{0.726,6304},{0.589,1288},{999,0},{999,0},{999,0},{999,0}}|248544|.353|201909|NDFD
>
>
LIX|120|po|00|{{0.250,553},{0.103,47097},{0.139,81853},{0.166,78484},{0.331,36956},{0.589,26721},{0.356,7179},{0.683,10628},{0.550,1823},{999,0},{999,0},{999,0}}|291294|.234|201909|NDFD
>
>
SHV|120|po|00|{{0.000,5566},{0.004,37098},{0.124,51660},{0.329,119631},{0.163,46338},{0.090,2785},{0.016,64},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.204|201909|NDFD
>
>
JAN|120|po|00|{{0.000,31021},{0.028,39934},{0.119,120287},{0.142,45882},{0.271,6293},{0.013,8187},{0.055,9144},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.093|201909|NDFD
>
>
ABQ|120|po|00|{{0.000,482},{0.012,98637},{0.088,239064},{0.163,123944},{0.328,96047},{0.547,56267},{0.776,33672},{0.928,8565},{1.000,106},{999,0},{999,0},{999,0}}|656784|.211|201909|NDFD
>
>
OUN|120|po|00|{{0.004,49937},{0.002,49374},{0.190,36684},{0.150,140060},{0.363,71599},{0.569,11984},{0.945,164},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.170|201909|NDFD
>
>
TSA|120|po|00|{{0.000,2137},{0.009,27751},{0.098,47752},{0.315,72194},{0.494,28412},{0.916,16326},{0.958,782},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.294|201909|NDFD
>
>
MEG|120|po|00|{{0.000,8654},{0.002,47920},{0.060,111014},{0.271,51577},{0.024,5329},{0.003,2576},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.092|201909|NDFD
>
>
MRX|120|po|00|{{0.000,8},{0.035,37286},{0.225,51711},{0.011,26694},{0.009,6762},{0.000,803},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.108|201909|NDFD
>
>
OHX|120|po|00|{{0.000,2951},{0.099,41976},{0.083,56027},{0.105,15727},{0.003,6540},{0.046,1933},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.084|201909|NDFD
>
>
AMA|120|po|00|{{0.060,5383},{0.070,79203},{0.197,42569},{0.369,52897},{0.485,10714},{0.141,6666},{0.023,622},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.201|201909|NDFD
>
>
EWX|120|po|00|{{0.001,2777},{0.000,29493},{0.036,66011},{0.109,94930},{0.387,49713},{0.443,12603},{0.074,7093},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.145|201909|NDFD
>
>
BRO|120|po|00|{{999,0},{0.228,784},{0.193,26321},{0.348,52476},{0.536,27594},{0.441,8573},{0.000,10},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.363|201909|NDFD
>
>
CRP|120|po|00|{{0.000,93},{0.014,4557},{0.085,39356},{0.287,61015},{0.525,40050},{0.403,20684},{0.237,1357},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.303|201909|NDFD
>
>
EPZ|120|po|00|{{0.055,4431},{0.109,43874},{0.197,89020},{0.269,39401},{0.435,28086},{0.528,19953},{0.836,3574},{1.000,77},{1.000,4},{999,0},{999,0},{999,0}}|228420|.258|201909|NDFD
>
>
FWD|120|po|00|{{0.000,9666},{0.000,29980},{0.076,70671},{0.119,125913},{0.186,45716},{0.105,6294},{0.556,1416},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.104|201909|NDFD
>
>
HGX|120|po|00|{{999,0},{0.002,2223},{0.039,33905},{0.310,75149},{0.585,50794},{0.569,31168},{0.502,22086},{0.983,5211},{999,0},{999,0},{999,0},{999,0}}|220536|.400|201909|NDFD
>
>
LUB|120|po|00|{{999,0},{0.057,55594},{0.173,29734},{0.154,40290},{0.615,26405},{0.191,5092},{0.001,2563},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.199|201909|NDFD
>
>
MAF|120|po|00|{{0.466,610},{0.056,60389},{0.165,141424},{0.391,96535},{0.301,50480},{0.398,22919},{0.520,5367},{1.000,204},{999,0},{999,0},{999,0},{999,0}}|377928|.244|201909|NDFD
>
>
SJT|120|po|00|{{0.000,759},{0.002,35373},{0.060,69035},{0.069,65576},{0.127,24111},{0.087,2470},{0.000,64},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.061|201909|NDFD
>
>
FGZ|120|po|00|{{0.000,13376},{0.011,85920},{0.035,112158},{0.098,84099},{0.215,59069},{0.263,19701},{0.487,2680},{0.954,701},{1.000,26},{999,0},{999,0},{999,0}}|377730|.087|201909|NDFD
>
>
PSR|120|po|00|{{0.000,34250},{0.021,127854},{0.205,50155},{0.268,18014},{0.497,7707},{0.457,2919},{1.000,31},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.095|201909|NDFD
>
>
TWC|120|po|00|{{0.000,905},{0.020,75429},{0.164,50937},{0.399,24927},{0.509,24416},{0.663,15230},{0.832,4212},{0.921,316},{0.955,44},{999,0},{999,0},{999,0}}|196416|.235|201909|NDFD
>
>
EKA|120|po|00|{{0.000,6126},{0.057,96304},{0.379,57884},{0.354,34965},{0.726,11085},{0.673,2877},{0.759,602},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|209844|.240|201909|NDFD
>
>
LOX|120|po|00|{{0.000,68875},{0.006,127574},{0.013,36192},{0.113,7109},{0.066,2526},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
>
>
STO|120|po|00|{{0.000,36002},{0.055,80909},{0.208,49801},{0.337,27367},{0.428,11763},{0.605,8269},{0.483,4958},{0.098,693},{999,0},{999,0},{999,0},{999,0}}|219762|.166|201909|NDFD
>
>
SGX|120|po|00|{{0.000,33141},{0.001,47829},{0.060,28195},{0.309,6769},{0.161,1858},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.035|201909|NDFD
>
>
MTR|120|po|00|{{0.002,66717},{0.042,126272},{0.141,39327},{0.000,11635},{0.000,75},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.045|201909|NDFD
>
>
HNX|120|po|00|{{0.000,77159},{0.003,64539},{0.029,38089},{0.013,11978},{0.091,4671},{0.323,3811},{0.151,489},{999,0},{999,0},{999,0},{999,0},{999,0}}|200736|.016|201909|NDFD
>
>
BOI|120|po|00|{{0.072,16428},{0.012,45795},{0.121,80831},{0.200,50374},{0.310,67498},{0.287,68354},{0.359,47465},{0.415,17156},{0.304,4651},{0.803,868},{999,0},{999,0}}|399420|.221|201909|NDFD
>
>
PIH|120|po|00|{{0.000,7993},{0.002,45184},{0.136,61825},{0.291,37164},{0.339,22525},{0.406,20849},{0.477,21184},{0.660,18050},{0.823,15354},{0.702,2520},{999,0},{999,0}}|252648|.285|201909|NDFD
>
>
BYZ|120|po|00|{{999,0},{0.023,36915},{0.211,93840},{0.310,61242},{0.602,37705},{0.774,35483},{0.804,25394},{0.821,24112},{0.868,15135},{0.968,12461},{0.917,109},{999,0}}|342396|.454|201909|NDFD
>
>
GGW|120|po|00|{{999,0},{0.036,38755},{0.317,78573},{0.227,42048},{0.549,36146},{0.814,35598},{0.548,13541},{0.910,15145},{1.000,3421},{1.000,9523},{1.000,5116},{999,0}}|277866|.446|201909|NDFD
>
>
TFX|120|po|00|{{999,0},{0.070,16934},{0.115,84588},{0.310,96386},{0.324,61029},{0.461,41287},{0.598,31700},{0.445,37175},{0.691,29265},{0.980,23446},{1.000,12677},{1.000,1810}}|436297|.396|201909|NDFD
>
>
MSO|120|po|00|{{999,0},{0.000,3652},{0.009,25633},{0.113,58858},{0.313,59424},{0.337,70792},{0.578,56934},{0.659,32812},{0.857,26259},{0.953,10572},{1.000,16},{999,0}}|344952|.396|201909|NDFD
>
>
LKN|120|po|00|{{0.000,25493},{0.004,130225},{0.163,108059},{0.396,56749},{0.380,42255},{0.534,31815},{0.596,22542},{0.513,15011},{0.094,4426},{0.085,213},{999,0},{999,0}}|436788|.218|201909|NDFD
>
>
VEF|120|po|00|{{0.000,145765},{0.000,172258},{0.015,148760},{0.074,43898},{0.226,11335},{0.456,2279},{0.322,858},{0.851,87},{999,0},{999,0},{999,0},{999,0}}|525240|.018|201909|NDFD
>
>
REV|120|po|00|{{0.000,42651},{0.005,84794},{0.214,60974},{0.302,30945},{0.540,30930},{0.644,18894},{0.535,6778},{0.283,46},{999,0},{999,0},{999,0},{999,0}}|276012|.200|201909|NDFD
>
>
MFR|120|po|00|{{0.013,49083},{0.016,48685},{0.141,86925},{0.422,44944},{0.552,54840},{0.692,43551},{0.564,38362},{0.609,23009},{0.797,5271},{1.000,16},{999,0},{999,0}}|394686|.337|201909|NDFD
>
>
PDT|120|po|00|{{0.000,122},{0.005,36756},{0.072,93756},{0.256,62732},{0.431,61954},{0.421,44000},{0.496,23359},{0.547,25257},{0.536,5955},{1.000,151},{999,0},{999,0}}|354042|.274|201909|NDFD
>
>
PQR|120|po|00|{{0.000,1},{0.000,9422},{0.106,94582},{0.458,57805},{0.514,35600},{0.668,38684},{0.743,21755},{0.786,22279},{0.969,15120},{1.000,6900},{999,0},{999,0}}|302148|.450|201909|NDFD
>
>
SLC|120|po|00|{{0.000,37647},{0.001,119267},{0.032,154499},{0.078,99306},{0.136,42453},{0.192,32221},{0.142,16221},{0.450,24699},{0.553,13334},{0.755,5988},{0.873,3311},{999,0}}|548946|.096|201909|NDFD
>
>
SEW|120|po|00|{{0.000,2288},{0.009,12770},{0.137,50618},{0.269,62997},{0.483,52233},{0.568,37224},{0.674,21200},{0.846,12055},{0.929,11052},{0.782,11163},{999,0},{999,0}}|273600|.416|201909|NDFD
>
>
OTX|120|po|00|{{0.000,583},{0.000,36830},{0.119,74593},{0.351,60537},{0.464,57365},{0.549,56101},{0.591,34425},{0.741,13044},{0.941,3835},{0.997,655},{999,0},{999,0}}|337968|.360|201909|NDFD
>
>
BOU|132|po|00|{{0.000,889},{0.020,32503},{0.059,84888},{0.155,71385},{0.228,29807},{0.207,5755},{0.461,2841},{0.610,172},{999,0},{999,0},{999,0},{999,0}}|228240|.115|201909|NDFD
>
>
GJT|132|po|00|{{0.000,3715},{0.004,105168},{0.067,95189},{0.121,89709},{0.049,64920},{0.100,30608},{0.352,5246},{0.413,1063},{0.000,4},{999,0},{999,0},{999,0}}|395622|.066|201909|NDFD
>
>
PUB|132|po|00|{{0.000,597},{0.013,67874},{0.054,122197},{0.098,36535},{0.080,8312},{0.280,4432},{0.258,6071},{0.373,4452},{0.927,396},{999,0},{999,0},{999,0}}|250866|.066|201909|NDFD
>
>
LOT|132|po|00|{{999,0},{0.000,14181},{0.220,39611},{0.595,24233},{0.438,12454},{0.711,19889},{0.937,4488},{1.000,480},{0.286,7},{0.000,1},{999,0},{999,0}}|115344|.411|201909|NDFD
>
>
ILX|132|po|00|{{999,0},{0.014,27205},{0.213,53040},{0.477,36008},{0.504,12677},{0.418,12115},{0.765,7758},{1.000,2631},{999,0},{999,0},{999,0},{999,0}}|151434|.323|201909|NDFD
>
>
IND|132|po|00|{{999,0},{0.019,31561},{0.064,56898},{0.291,18062},{0.525,7884},{0.462,1661},{1.000,3895},{1.000,2313},{999,0},{999,0},{999,0},{999,0}}|122274|.169|201909|NDFD
>
>
IWX|132|po|00|{{999,0},{0.005,25412},{0.099,56554},{0.288,15706},{0.622,14365},{0.762,8115},{0.993,7414},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.257|201909|NDFD
>
>
DVN|132|po|00|{{0.000,60},{0.000,13644},{0.082,20006},{0.479,44641},{0.504,54908},{0.636,21369},{0.432,5070},{0.927,358},{999,0},{999,0},{999,0},{999,0}}|160056|.418|201909|NDFD
>
>
DMX|132|po|00|{{0.000,37},{0.000,21953},{0.173,30083},{0.346,52156},{0.589,67211},{0.585,39384},{0.382,6422},{0.787,4683},{0.981,2081},{999,0},{999,0},{999,0}}|224010|.420|201909|NDFD
>
>
DDC|132|po|00|{{0.000,1888},{0.036,44517},{0.061,53348},{0.197,47209},{0.353,16878},{0.437,6642},{0.959,536},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.138|201909|NDFD
>
>
GLD|132|po|00|{{0.000,371},{0.026,32591},{0.071,83783},{0.153,20426},{0.390,17340},{0.332,7331},{0.954,194},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.119|201909|NDFD
>
>
TOP|132|po|00|{{0.000,8},{0.002,14668},{0.098,22416},{0.230,38485},{0.308,29059},{0.456,12758},{0.997,4232},{999,0},{999,0},{999,0},{999,0},{999,0}}|121626|.247|201909|NDFD
>
>
ICT|132|po|00|{{0.000,203},{0.032,23298},{0.111,39895},{0.182,57597},{0.328,27387},{0.635,11303},{0.923,4441},{999,0},{999,0},{999,0},{999,0},{999,0}}|164124|.219|201909|NDFD
>
>
JKL|132|po|00|{{0.000,785},{0.006,44605},{0.165,41346},{0.238,2608},{0.726,62},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.087|201909|NDFD
>
>
LMK|132|po|00|{{0.000,8673},{0.020,52317},{0.068,74434},{0.538,7873},{0.623,7111},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.098|201909|NDFD
>
>
PAH|132|po|00|{{0.000,9995},{0.050,51040},{0.037,87652},{0.462,23088},{0.536,8945},{0.858,5641},{0.973,983},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.144|201909|NDFD
>
>
DTX|132|po|00|{{999,0},{0.008,49770},{0.064,103332},{0.410,40518},{0.732,44805},{0.817,32856},{0.809,20173},{0.761,5943},{0.466,58},{1.000,31},{999,0},{999,0}}|297486|.350|201909|NDFD
>
>
APX|132|po|00|{{999,0},{0.014,29500},{0.237,36144},{0.607,28960},{0.867,14854},{0.592,19265},{0.618,14959},{0.498,7370},{0.726,3082},{999,0},{999,0},{999,0}}|154134|.428|201909|NDFD
>
>
GRR|132|po|00|{{999,0},{0.016,22732},{0.072,38018},{0.400,9136},{0.598,15241},{0.724,23564},{0.801,7938},{0.737,4383},{1.000,326},{999,0},{999,0},{999,0}}|121338|.353|201909|NDFD
>
>
MQT|132|po|00|{{0.000,722},{0.036,40305},{0.154,76459},{0.487,67950},{0.519,73368},{0.495,46330},{0.590,37902},{0.535,27249},{0.807,13663},{1.000,694},{999,0},{999,0}}|384642|.405|201909|NDFD
>
>
DLH|132|po|00|{{999,0},{0.009,7930},{0.112,74731},{0.468,60951},{0.532,59564},{0.682,43234},{0.639,25520},{0.816,11317},{0.995,14296},{1.000,2193},{999,0},{999,0}}|299736|.467|201909|NDFD
>
>
MPX|132|po|00|{{999,0},{0.000,21093},{0.246,58366},{0.358,67737},{0.624,44848},{0.672,37130},{0.702,15000},{0.882,26128},{0.999,6034},{999,0},{999,0},{999,0}}|276336|.474|201909|NDFD
>
>
EAX|132|po|00|{{999,0},{0.000,19978},{0.003,27144},{0.296,45437},{0.393,61192},{0.545,23396},{0.843,11015},{1.000,64},{999,0},{999,0},{999,0},{999,0}}|188226|.317|201909|NDFD
>
>
SGF|132|po|00|{{0.000,1324},{0.001,39293},{0.041,56693},{0.137,42213},{0.479,26146},{0.417,10814},{0.747,8717},{0.750,3764},{999,0},{999,0},{999,0},{999,0}}|188964|.183|201909|NDFD
>
>
LSX|132|po|00|{{999,0},{0.001,40463},{0.192,63915},{0.271,45413},{0.637,25513},{0.450,13294},{0.512,14981},{0.679,1207},{999,0},{999,0},{999,0},{999,0}}|204786|.270|201909|NDFD
>
>
GID|132|po|00|{{999,0},{0.000,23790},{0.061,51510},{0.112,34704},{0.353,18131},{0.638,13635},{0.705,6940},{0.989,2134},{1.000,608},{999,0},{999,0},{999,0}}|151452|.196|201909|NDFD
>
>
LBF|132|po|00|{{0.000,134},{0.006,50196},{0.205,71852},{0.312,60335},{0.233,41287},{0.428,23675},{0.692,4189},{0.741,2639},{0.800,4596},{0.959,3699},{999,0},{999,0}}|262602|.250|201909|NDFD
>
>
OAX|132|po|00|{{999,0},{0.000,20380},{0.214,39228},{0.315,44600},{0.330,38841},{0.597,13690},{0.302,11899},{0.816,2982},{0.996,2735},{1.000,11},{999,0},{999,0}}|174366|.299|201909|NDFD
>
>
BIS|132|po|00|{{999,0},{0.000,26923},{0.149,123634},{0.097,62948},{0.606,90060},{0.577,38776},{0.441,32359},{0.580,23212},{0.862,25935},{0.978,11064},{1.000,3191},{999,0}}|438102|.378|201909|NDFD
>
>
FGF|132|po|00|{{0.000,180},{0.000,31092},{0.183,90126},{0.339,108129},{0.659,51145},{0.724,30528},{0.889,24418},{0.947,21986},{1.000,5148},{1.000,272},{999,0},{999,0}}|363024|.432|201909|NDFD
>
>
ABR|132|po|00|{{999,0},{0.005,27829},{0.121,84132},{0.274,31440},{0.759,44520},{0.676,24842},{0.661,18272},{0.595,9464},{0.649,10916},{0.883,171},{999,0},{999,0}}|251586|.375|201909|NDFD
>
>
UNR|132|po|00|{{999,0},{0.000,33705},{0.062,92824},{0.268,66392},{0.574,51271},{0.686,27994},{0.718,14866},{0.719,16382},{0.616,30640},{0.657,5046},{999,0},{999,0}}|339120|.345|201909|NDFD
>
>
FSD|132|po|00|{{999,0},{0.000,24829},{0.213,77525},{0.234,29355},{0.439,47164},{0.684,24579},{0.374,10529},{0.184,4197},{0.996,8668},{1.000,4166},{999,0},{999,0}}|231012|.339|201909|NDFD
>
>
GRB|132|po|00|{{999,0},{0.005,13461},{0.085,38893},{0.665,36108},{0.684,24959},{0.795,13709},{0.660,19028},{0.536,10548},{0.976,290},{999,0},{999,0},{999,0}}|156996|.470|201909|NDFD
>
>
ARX|132|po|00|{{999,0},{0.001,11765},{0.184,26031},{0.606,41631},{0.676,33669},{0.644,27126},{0.198,10127},{0.905,10790},{1.000,501},{999,0},{999,0},{999,0}}|161640|.510|201909|NDFD
>
>
MKX|132|po|00|{{999,0},{0.000,10231},{0.044,67784},{0.505,53180},{0.733,33761},{0.742,31976},{0.798,25480},{0.510,7229},{0.530,3495},{999,0},{999,0},{999,0}}|233136|.447|201909|NDFD
>
>
CYS|132|po|00|{{0.000,1525},{0.000,45238},{0.047,60073},{0.318,63295},{0.234,50810},{0.386,33042},{0.572,16164},{0.504,9094},{0.225,4389},{0.000,212},{999,0},{999,0}}|283842|.220|201909|NDFD
>
>
RIW|132|po|00|{{0.000,6182},{0.000,48352},{0.077,82725},{0.241,108596},{0.349,56906},{0.333,45604},{0.685,29374},{0.683,34184},{0.759,39910},{0.819,8643},{999,0},{999,0}}|460476|.322|201909|NDFD
>
>
CAR|132|po|00|{{999,0},{0.000,38996},{0.122,77967},{0.416,30168},{0.225,25069},{0.670,19198},{1.000,1868},{999,0},{999,0},{999,0},{999,0},{999,0}}|193266|.220|201909|NDFD
>
>
GYX|132|po|00|{{0.000,24030},{0.018,46495},{0.125,91583},{0.214,37165},{0.627,9304},{0.935,4459},{1.000,1110},{999,0},{999,0},{999,0},{999,0},{999,0}}|214146|.147|201909|NDFD
>
>
BOX|132|po|00|{{999,0},{0.023,53323},{0.062,70994},{0.105,17739},{0.439,7224},{0.000,3894},{0.000,6},{999,0},{999,0},{999,0},{999,0},{999,0}}|153180|.070|201909|NDFD
>
>
PHI|132|po|00|{{999,0},{0.000,35124},{0.078,106317},{0.037,7745},{0.000,466},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.057|201909|NDFD
>
>
ALY|132|po|00|{{999,0},{0.028,19621},{0.036,84638},{0.371,11921},{0.487,3741},{0.770,4234},{0.978,279},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.108|201909|NDFD
>
>
BGM|132|po|00|{{0.000,2890},{0.050,30104},{0.111,81256},{0.144,16088},{0.397,7552},{0.610,3878},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.128|201909|NDFD
>
>
BUF|132|po|00|{{0.000,9506},{0.000,28323},{0.157,76828},{0.614,18759},{0.325,26457},{1.000,1091},{1.000,638},{0.665,9506},{999,0},{999,0},{999,0},{999,0}}|171108|.235|201909|NDFD
>
>
OKX|132|po|00|{{999,0},{0.000,12886},{0.028,64374},{0.112,9608},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.033|201909|NDFD
>
>
MHX|132|po|00|{{999,0},{0.000,14859},{0.013,75111},{0.056,19265},{0.011,7430},{0.000,461},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.018|201909|NDFD
>
>
RAH|132|po|00|{{999,0},{0.007,42111},{0.089,54717},{0.108,26654},{0.036,988},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.065|201909|NDFD
>
>
ILM|132|po|00|{{999,0},{0.001,33134},{0.029,48113},{0.143,14692},{0.117,5197},{0.127,809},{0.016,61},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.041|201909|NDFD
>
>
CLE|132|po|00|{{999,0},{0.000,22781},{0.134,105486},{0.370,33350},{0.565,17419},{1.000,925},{1.000,10515},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.251|201909|NDFD
>
>
ILN|132|po|00|{{0.000,8736},{0.100,37468},{0.126,85585},{0.451,15397},{0.997,6635},{1.000,3427},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.201|201909|NDFD
>
>
PBZ|132|po|00|{{999,0},{0.011,44676},{0.238,69234},{0.300,22884},{0.056,7138},{0.570,3761},{1.000,663},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.182|201909|NDFD
>
>
CTP|132|po|00|{{999,0},{0.001,29920},{0.141,130361},{0.051,16775},{0.000,3927},{0.000,1615},{0.355,552},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.106|201909|NDFD
>
>
CHS|132|po|00|{{999,0},{0.000,6372},{0.041,84052},{0.169,19297},{0.147,12669},{0.256,7710},{0.004,238},{999,0},{999,0},{999,0},{999,0},{999,0}}|130338|.081|201909|NDFD
>
>
CAE|132|po|00|{{0.000,66},{0.035,51738},{0.081,28857},{0.191,14583},{0.331,6420},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.089|201909|NDFD
>
>
GSP|132|po|00|{{999,0},{0.023,2055},{0.080,109586},{0.029,27622},{0.068,11426},{0.113,7500},{0.003,337},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.071|201909|NDFD
>
>
BTV|132|po|00|{{999,0},{0.000,20559},{0.023,57363},{0.203,32298},{0.553,7248},{0.473,3717},{0.818,7537},{0.576,1488},{1.000,2},{999,0},{999,0},{999,0}}|130212|.159|201909|NDFD
>
>
LWX|132|po|00|{{999,0},{0.000,34072},{0.055,121626},{0.037,6481},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.043|201909|NDFD
>
>
RNK|132|po|00|{{0.020,16773},{0.000,18482},{0.073,102607},{0.229,12626},{0.219,643},{0.369,195},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.072|201909|NDFD
>
>
AKQ|132|po|00|{{0.000,3899},{0.028,59762},{0.005,100074},{0.044,21056},{0.000,213},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.017|201909|NDFD
>
>
RLX|132|po|00|{{0.000,96},{0.031,63527},{0.112,90666},{0.069,12202},{0.198,2943},{1.000,144},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.080|201909|NDFD
>
>
BMX|132|po|00|{{0.000,11626},{0.005,82366},{0.128,80177},{0.000,24386},{0.000,10713},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.051|201909|NDFD
>
>
HUN|132|po|00|{{0.000,8430},{0.032,18682},{0.140,26614},{0.000,15199},{0.000,123},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.062|201909|NDFD
>
>
MOB|132|po|00|{{999,0},{0.082,56847},{0.065,89393},{0.276,17599},{0.053,20043},{0.124,5188},{0.500,4926},{0.822,674},{999,0},{999,0},{999,0},{999,0}}|194670|.103|201909|NDFD
>
>
LZK|132|po|00|{{0.000,9342},{0.000,20807},{0.064,145410},{0.239,63441},{0.126,7861},{0.474,2493},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.107|201909|NDFD
>
>
JAX|132|po|00|{{0.063,2096},{0.011,68810},{0.027,52277},{0.176,25067},{0.213,13722},{0.368,9051},{0.525,9752},{0.597,3831},{0.806,1730},{999,0},{999,0},{999,0}}|186336|.117|201909|NDFD
>
>
EYW|132|po|00|{{999,0},{999,0},{0.000,1},{0.139,25450},{0.338,91092},{0.570,49152},{0.680,2290},{1.000,27},{999,0},{999,0},{999,0},{999,0}}|168012|.381|201909|NDFD
>
>
MLB|132|po|00|{{999,0},{0.005,5867},{0.048,46206},{0.158,46800},{0.284,31102},{0.591,14235},{0.702,6054},{999,0},{999,0},{999,0},{999,0},{999,0}}|150264|.207|201909|NDFD
>
>
MFL|132|po|00|{{999,0},{0.002,8671},{0.092,46417},{0.255,51795},{0.206,31209},{0.336,22842},{0.466,13371},{0.309,97},{999,0},{999,0},{999,0},{999,0}}|174402|.217|201909|NDFD
>
>
TAE|132|po|00|{{0.009,18621},{0.006,118780},{0.032,65314},{0.044,41824},{0.181,22893},{0.243,10868},{0.111,7997},{0.818,2585},{999,0},{999,0},{999,0},{999,0}}|288882|.051|201909|NDFD
>
>
TBW|132|po|00|{{0.000,6540},{0.002,37025},{0.021,76303},{0.056,34936},{0.152,26423},{0.126,10442},{0.235,2713},{999,0},{999,0},{999,0},{999,0},{999,0}}|194382|.049|201909|NDFD
>
>
FFC|132|po|00|{{0.000,4954},{0.011,41468},{0.061,145668},{0.011,14324},{0.012,27319},{0.038,4281},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.042|201909|NDFD
>
>
LCH|132|po|00|{{0.208,5089},{0.082,47060},{0.175,93503},{0.282,67753},{0.403,26098},{0.766,8091},{0.954,867},{1.000,83},{999,0},{999,0},{999,0},{999,0}}|248544|.233|201909|NDFD
>
>
LIX|132|po|00|{{0.020,13057},{0.049,77141},{0.069,109404},{0.123,49034},{0.476,32969},{0.790,8383},{0.422,1306},{999,0},{999,0},{999,0},{999,0},{999,0}}|291294|.139|201909|NDFD
>
>
SHV|132|po|00|{{0.007,14383},{0.022,61799},{0.103,153806},{0.163,33094},{0.017,60},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.086|201909|NDFD
>
>
JAN|132|po|00|{{0.000,43158},{0.075,47197},{0.060,139765},{0.001,29295},{0.021,1303},{0.000,30},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.046|201909|NDFD
>
>
ABQ|132|po|00|{{999,0},{0.103,84303},{0.119,281678},{0.106,163113},{0.484,79333},{0.407,36572},{0.691,10976},{1.000,809},{999,0},{999,0},{999,0},{999,0}}|656784|.184|201909|NDFD
>
>
OUN|132|po|00|{{0.000,20027},{0.011,49976},{0.137,121530},{0.209,127548},{0.397,40158},{0.787,563},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.167|201909|NDFD
>
>
TSA|132|po|00|{{0.000,917},{0.033,34400},{0.019,60385},{0.253,71334},{0.698,23960},{0.451,4358},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.200|201909|NDFD
>
>
MEG|132|po|00|{{0.000,12612},{0.001,50938},{0.063,136648},{0.185,22098},{0.129,4771},{999,0},{0.000,3},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.059|201909|NDFD
>
>
MRX|132|po|00|{{0.000,10036},{0.041,25361},{0.109,72738},{0.011,14819},{0.000,310},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.074|201909|NDFD
>
>
OHX|132|po|00|{{0.000,318},{0.003,36653},{0.078,56376},{0.010,27125},{0.006,4329},{0.000,353},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.038|201909|NDFD
>
>
AMA|132|po|00|{{0.000,1727},{0.058,51111},{0.120,52185},{0.268,70491},{0.611,16616},{0.731,3329},{0.933,2594},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|198054|.218|201909|NDFD
>
>
EWX|132|po|00|{{0.000,4225},{0.008,52805},{0.038,149372},{0.174,48937},{0.341,6466},{0.008,795},{0.000,20},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.064|201909|NDFD
>
>
BRO|132|po|00|{{999,0},{0.008,7235},{0.077,59583},{0.196,32670},{0.480,16059},{1.000,211},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.164|201909|NDFD
>
>
CRP|132|po|00|{{0.000,291},{0.023,23545},{0.038,72507},{0.182,49932},{0.483,17843},{0.206,2994},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.130|201909|NDFD
>
>
EPZ|132|po|00|{{0.000,1232},{0.167,36207},{0.169,93971},{0.223,61830},{0.453,16603},{0.247,14135},{0.997,4426},{1.000,15},{1.000,1},{999,0},{999,0},{999,0}}|228420|.224|201909|NDFD
>
>
FWD|132|po|00|{{999,0},{0.007,76736},{0.030,155818},{0.163,48813},{0.027,7231},{0.014,1058},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.046|201909|NDFD
>
>
HGX|132|po|00|{{999,0},{0.029,27238},{0.119,95146},{0.372,62987},{0.521,22922},{0.536,10713},{0.501,1530},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.245|201909|NDFD
>
>
LUB|132|po|00|{{999,0},{0.194,34726},{0.092,57688},{0.319,37832},{0.658,16761},{0.369,9024},{0.521,3469},{1.000,178},{999,0},{999,0},{999,0},{999,0}}|159678|.253|201909|NDFD
>
>
MAF|132|po|00|{{999,0},{0.171,48313},{0.160,152075},{0.333,100031},{0.252,52813},{0.517,18659},{0.965,6037},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.251|201909|NDFD
>
>
SJT|132|po|00|{{0.000,1139},{0.000,30960},{0.074,103007},{0.077,58434},{0.185,2287},{0.116,1561},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.065|201909|NDFD
>
>
FGZ|132|po|00|{{0.000,12424},{0.011,118728},{0.056,150026},{0.150,79104},{0.228,17082},{0.027,366},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|377730|.067|201909|NDFD
>
>
PSR|132|po|00|{{0.000,39409},{0.038,124356},{0.202,56942},{0.312,17045},{0.332,3177},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.094|201909|NDFD
>
>
TWC|132|po|00|{{0.000,1789},{0.009,91828},{0.159,48679},{0.326,33662},{0.414,19019},{0.681,1439},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|196416|.145|201909|NDFD
>
>
EKA|132|po|00|{{0.000,3097},{0.074,107026},{0.417,50069},{0.286,39880},{0.225,8285},{0.170,1223},{0.703,263},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|209844|.202|201909|NDFD
>
>
LOX|132|po|00|{{0.000,65461},{0.003,126146},{0.006,31628},{0.057,15138},{0.070,3903},{0.132,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.007|201909|NDFD
>
>
STO|132|po|00|{{0.000,18318},{0.012,92063},{0.233,51161},{0.294,27226},{0.261,15521},{0.511,9126},{0.623,4958},{0.071,1389},{999,0},{999,0},{999,0},{999,0}}|219762|.150|201909|NDFD
>
>
SGX|132|po|00|{{0.000,28276},{0.012,50335},{0.056,25185},{0.099,8843},{0.166,5153},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
>
>
MTR|132|po|00|{{0.000,50174},{0.028,144669},{0.059,35348},{0.000,13677},{0.000,158},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.025|201909|NDFD
>
>
HNX|132|po|00|{{0.000,71155},{0.003,70050},{0.001,38386},{0.033,8233},{0.077,7495},{0.163,2191},{0.001,1868},{0.000,1358},{999,0},{999,0},{999,0},{999,0}}|200736|.007|201909|NDFD
>
>
BOI|132|po|00|{{0.000,13201},{0.000,40940},{0.018,88503},{0.339,69045},{0.386,81401},{0.225,53450},{0.152,38554},{0.483,13649},{0.523,677},{999,0},{999,0},{999,0}}|399420|.204|201909|NDFD
>
>
PIH|132|po|00|{{999,0},{0.000,34055},{0.104,56632},{0.418,54875},{0.339,45161},{0.341,21454},{0.492,14914},{0.595,17535},{0.971,7825},{1.000,197},{999,0},{999,0}}|252648|.305|201909|NDFD
>
>
BYZ|132|po|00|{{999,0},{0.000,6464},{0.063,38347},{0.204,110657},{0.487,48893},{0.646,37131},{0.823,18332},{0.617,21551},{0.651,26718},{0.825,32245},{0.738,2058},{999,0}}|342396|.428|201909|NDFD
>
>
GGW|132|po|00|{{999,0},{0.001,2876},{0.222,86440},{0.157,57407},{0.470,41384},{0.706,27165},{0.304,21498},{0.416,6793},{0.871,15925},{0.996,17113},{1.000,1265},{999,0}}|277866|.390|201909|NDFD
>
>
TFX|132|po|00|{{999,0},{0.000,3948},{0.033,47160},{0.148,101468},{0.199,90535},{0.490,49799},{0.733,38827},{0.449,30923},{0.641,26500},{0.921,37125},{0.896,10013},{999,0}}|436298|.370|201909|NDFD
>
>
MSO|132|po|00|{{999,0},{0.000,1753},{0.001,35191},{0.047,56670},{0.217,77390},{0.491,73523},{0.446,52182},{0.519,26330},{0.594,15688},{0.779,6106},{0.958,119},{999,0}}|344952|.309|201909|NDFD
>
>
LKN|132|po|00|{{0.000,13838},{0.003,132222},{0.264,102961},{0.308,79649},{0.177,48330},{0.183,19293},{0.707,18671},{0.544,12491},{0.530,8117},{0.738,1181},{0.943,35},{999,0}}|436788|.204|201909|NDFD
>
>
VEF|132|po|00|{{0.000,110856},{0.002,226212},{0.041,139244},{0.010,31946},{0.075,12973},{0.356,3773},{0.550,231},{0.000,5},{999,0},{999,0},{999,0},{999,0}}|525240|.017|201909|NDFD
>
>
REV|132|po|00|{{0.000,33524},{0.018,71594},{0.240,76852},{0.190,42569},{0.413,26399},{0.460,18767},{0.548,6022},{0.537,285},{999,0},{999,0},{999,0},{999,0}}|276012|.184|201909|NDFD
>
>
MFR|132|po|00|{{0.027,37790},{0.048,60743},{0.228,109924},{0.468,74959},{0.570,42930},{0.615,28512},{0.574,29420},{0.628,8774},{1.000,1634},{999,0},{999,0},{999,0}}|394686|.330|201909|NDFD
>
>
PDT|132|po|00|{{0.000,2105},{0.000,29356},{0.103,103772},{0.262,87952},{0.390,54701},{0.462,41722},{0.503,25737},{0.626,6455},{0.714,2225},{1.000,17},{999,0},{999,0}}|354042|.263|201909|NDFD
>
>
PQR|132|po|00|{{999,0},{0.000,20840},{0.245,97752},{0.438,86363},{0.799,47247},{0.794,17009},{0.231,17047},{0.605,3641},{0.954,11029},{0.952,1220},{999,0},{999,0}}|302148|.433|201909|NDFD
>
>
SLC|132|po|00|{{0.004,15425},{0.001,167755},{0.076,135954},{0.133,101404},{0.117,48968},{0.139,30393},{0.342,10652},{0.531,21433},{0.625,12962},{0.353,3623},{0.000,377},{999,0}}|548946|.107|201909|NDFD
>
>
SEW|132|po|00|{{0.000,9},{0.101,23266},{0.374,59788},{0.383,76079},{0.543,59820},{0.403,27078},{0.468,12026},{0.701,3817},{0.591,4395},{0.441,7322},{999,0},{999,0}}|273600|.407|201909|NDFD
>
>
OTX|132|po|00|{{0.000,3832},{0.000,24423},{0.118,83434},{0.219,97926},{0.401,59605},{0.504,32908},{0.527,23429},{0.387,11878},{0.430,533},{999,0},{999,0},{999,0}}|337968|.263|201909|NDFD
>
>
BOU|144|po|00|{{0.012,1166},{0.021,58861},{0.062,99069},{0.151,37318},{0.175,17231},{0.458,9863},{0.781,3982},{1.000,750},{999,0},{999,0},{999,0},{999,0}}|228240|.107|201909|NDFD
>
>
GJT|144|po|00|{{0.000,7009},{0.000,68955},{0.015,125568},{0.045,76794},{0.102,56844},{0.312,36087},{0.593,16992},{0.918,5948},{1.000,1425},{999,0},{999,0},{999,0}}|395622|.099|201909|NDFD
>
>
PUB|144|po|00|{{0.043,3610},{0.018,83625},{0.044,93887},{0.050,36792},{0.189,16080},{0.183,6737},{0.427,2941},{0.882,4126},{0.920,3068},{999,0},{999,0},{999,0}}|250866|.078|201909|NDFD
>
>
LOT|144|po|00|{{999,0},{0.000,58},{0.286,42585},{0.470,61530},{0.919,9648},{0.970,1513},{1.000,4},{1.000,6},{999,0},{999,0},{999,0},{999,0}}|115344|.446|201909|NDFD
>
>
ILX|144|po|00|{{0.000,846},{0.000,4515},{0.322,51336},{0.353,80954},{0.643,12627},{0.999,1156},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151434|.359|201909|NDFD
>
>
IND|144|po|00|{{0.000,116},{0.056,13816},{0.145,62694},{0.260,33780},{0.071,11531},{0.576,337},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.161|201909|NDFD
>
>
IWX|144|po|00|{{999,0},{0.117,1756},{0.381,68626},{0.289,44387},{0.126,9014},{0.560,3783},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.332|201909|NDFD
>
>
DVN|144|po|00|{{999,0},{0.000,266},{0.127,37164},{0.339,68515},{0.774,38516},{0.892,10826},{0.723,2263},{0.931,2447},{1.000,59},{999,0},{999,0},{999,0}}|160056|.446|201909|NDFD
>
>
DMX|144|po|00|{{999,0},{0.000,6359},{0.204,58136},{0.440,81686},{0.716,27301},{0.705,27886},{0.547,11411},{0.671,3141},{1.000,7442},{1.000,648},{999,0},{999,0}}|224010|.462|201909|NDFD
>
>
DDC|144|po|00|{{0.058,6149},{0.124,50540},{0.134,65609},{0.039,33735},{0.403,7043},{0.991,1916},{0.998,4018},{1.000,2008},{999,0},{999,0},{999,0},{999,0}}|171018|.160|201909|NDFD
>
>
GLD|144|po|00|{{0.090,7389},{0.015,69722},{0.100,67868},{0.276,13908},{0.761,2648},{1.000,501},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.092|201909|NDFD
>
>
TOP|144|po|00|{{999,0},{0.002,10343},{0.249,28201},{0.176,44466},{0.289,19910},{0.645,11254},{0.864,4446},{0.941,3006},{999,0},{999,0},{999,0},{999,0}}|121626|.284|201909|NDFD
>
>
ICT|144|po|00|{{0.000,229},{0.220,23058},{0.141,37215},{0.160,52667},{0.411,38193},{0.574,8787},{0.982,2542},{1.000,1433},{999,0},{999,0},{999,0},{999,0}}|164124|.264|201909|NDFD
>
>
JKL|144|po|00|{{0.332,2021},{0.131,24178},{0.133,49641},{0.495,9730},{0.747,3836},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.203|201909|NDFD
>
>
LMK|144|po|00|{{0.002,3820},{0.017,38900},{0.106,67837},{0.267,29094},{0.413,10753},{1.000,4},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.133|201909|NDFD
>
>
PAH|144|po|00|{{0.000,637},{0.000,30806},{0.199,89267},{0.374,46555},{0.047,17321},{0.113,2758},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.194|201909|NDFD
>
>
DTX|144|po|00|{{999,0},{0.032,29250},{0.306,103474},{0.377,89884},{0.655,60215},{0.805,7678},{0.946,6264},{0.969,721},{999,0},{999,0},{999,0},{999,0}}|297486|.399|201909|NDFD
>
>
APX|144|po|00|{{999,0},{0.049,11911},{0.248,35971},{0.472,60925},{0.663,31120},{0.802,6203},{0.995,4802},{0.969,3126},{1.000,76},{999,0},{999,0},{999,0}}|154134|.466|201909|NDFD
>
>
GRR|144|po|00|{{999,0},{0.090,2340},{0.342,38137},{0.263,52628},{0.596,22100},{0.693,4284},{1.000,1653},{1.000,196},{999,0},{999,0},{999,0},{999,0}}|121338|.371|201909|NDFD
>
>
MQT|144|po|00|{{999,0},{0.001,13318},{0.130,103871},{0.276,89957},{0.474,71968},{0.720,49741},{0.706,32794},{0.761,18282},{0.938,4711},{999,0},{999,0},{999,0}}|384642|.389|201909|NDFD
>
>
DLH|144|po|00|{{999,0},{999,0},{0.071,51341},{0.293,99920},{0.607,45330},{0.813,18861},{0.689,50777},{0.811,24228},{0.922,9279},{999,0},{999,0},{999,0}}|299736|.464|201909|NDFD
>
>
MPX|144|po|00|{{999,0},{0.000,12722},{0.077,55336},{0.295,93370},{0.555,24115},{0.720,32378},{0.664,32654},{0.794,18015},{1.000,6158},{1.000,1588},{999,0},{999,0}}|276336|.406|201909|NDFD
>
>
EAX|144|po|00|{{999,0},{0.000,3742},{0.199,46050},{0.245,79417},{0.459,35251},{0.844,17887},{0.661,4637},{0.478,1130},{1.000,112},{999,0},{999,0},{999,0}}|188226|.338|201909|NDFD
>
>
SGF|144|po|00|{{0.000,23},{0.000,13358},{0.195,56539},{0.338,90112},{0.461,19198},{0.957,9260},{1.000,474},{999,0},{999,0},{999,0},{999,0},{999,0}}|188964|.316|201909|NDFD
>
>
LSX|144|po|00|{{999,0},{0.000,14026},{0.308,51914},{0.336,111746},{0.665,18543},{0.975,8557},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|204786|.362|201909|NDFD
>
>
GID|144|po|00|{{0.000,530},{0.009,20982},{0.184,58032},{0.119,48771},{0.083,11076},{0.371,5810},{1.000,2715},{1.000,3536},{999,0},{999,0},{999,0},{999,0}}|151452|.172|201909|NDFD
>
>
LBF|144|po|00|{{0.000,2180},{0.038,46202},{0.115,142188},{0.146,51483},{0.068,14027},{0.197,3235},{0.710,3205},{1.000,82},{999,0},{999,0},{999,0},{999,0}}|262602|.113|201909|NDFD
>
>
OAX|144|po|00|{{999,0},{0.001,11582},{0.202,49864},{0.337,62359},{0.373,25425},{0.335,12133},{0.635,3617},{1.000,8167},{1.000,1219},{999,0},{999,0},{999,0}}|174366|.323|201909|NDFD
>
>
BIS|144|po|00|{{999,0},{0.006,23369},{0.155,120514},{0.423,122465},{0.385,75472},{0.492,25910},{0.685,20263},{0.982,26874},{1.000,20855},{1.000,2380},{999,0},{999,0}}|438102|.401|201909|NDFD
>
>
FGF|144|po|00|{{999,0},{0.000,16114},{0.099,67442},{0.309,136048},{0.312,54779},{0.601,32938},{0.857,26947},{0.902,18452},{0.896,10304},{999,0},{999,0},{999,0}}|363024|.371|201909|NDFD
>
>
ABR|144|po|00|{{0.000,419},{0.023,13935},{0.086,88190},{0.241,67226},{0.270,36938},{0.253,30161},{0.508,13899},{0.868,818},{999,0},{999,0},{999,0},{999,0}}|251586|.197|201909|NDFD
>
>
UNR|144|po|00|{{0.000,1829},{0.183,28410},{0.237,145356},{0.310,74477},{0.413,48853},{0.518,25386},{0.764,12952},{0.982,1857},{999,0},{999,0},{999,0},{999,0}}|339120|.318|201909|NDFD
>
>
FSD|144|po|00|{{999,0},{0.001,12822},{0.137,65922},{0.230,76254},{0.163,32192},{0.451,28512},{0.639,8305},{1.000,3936},{1.000,3069},{999,0},{999,0},{999,0}}|231012|.247|201909|NDFD
>
>
GRB|144|po|00|{{999,0},{0.000,5355},{0.128,37209},{0.354,51714},{0.610,29891},{0.756,15908},{0.602,7190},{0.965,4885},{1.000,4844},{999,0},{999,0},{999,0}}|156996|.428|201909|NDFD
>
>
ARX|144|po|00|{{999,0},{0.000,4351},{0.074,35394},{0.461,60924},{0.573,16169},{0.688,23866},{0.466,11348},{0.899,2550},{1.000,5576},{1.000,1462},{999,0},{999,0}}|161640|.439|201909|NDFD
>
>
MKX|144|po|00|{{999,0},{0.027,4167},{0.144,53972},{0.381,102711},{0.649,51811},{0.654,10288},{0.999,5692},{1.000,3588},{1.000,907},{999,0},{999,0},{999,0}}|233136|.419|201909|NDFD
>
>
CYS|144|po|00|{{0.000,2138},{0.007,35730},{0.199,119340},{0.245,68579},{0.447,36218},{0.508,17515},{0.705,3317},{1.000,1005},{999,0},{999,0},{999,0},{999,0}}|283842|.244|201909|NDFD
>
>
RIW|144|po|00|{{999,0},{0.012,31042},{0.028,100222},{0.184,102067},{0.508,71905},{0.721,57566},{0.706,44287},{0.806,34368},{0.716,13131},{0.146,4204},{0.226,1684},{999,0}}|460476|.368|201909|NDFD
>
>
CAR|144|po|00|{{999,0},{0.147,4721},{0.064,117437},{0.380,35734},{0.475,15379},{0.799,9585},{0.235,8658},{0.010,1724},{0.000,28},{999,0},{999,0},{999,0}}|193266|.201|201909|NDFD
>
>
GYX|144|po|00|{{0.000,7322},{0.005,43589},{0.064,108349},{0.422,34050},{0.648,7443},{0.431,5919},{0.575,3778},{0.822,3696},{999,0},{999,0},{999,0},{999,0}}|214146|.160|201909|NDFD
>
>
BOX|144|po|00|{{999,0},{0.029,47469},{0.006,64559},{0.247,25993},{0.334,15127},{0.312,32},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|153180|.087|201909|NDFD
>
>
PHI|144|po|00|{{999,0},{0.000,28195},{0.064,109330},{0.137,11967},{0.231,160},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.058|201909|NDFD
>
>
ALY|144|po|00|{{999,0},{0.000,16153},{0.029,67963},{0.359,22057},{0.816,11239},{0.980,5312},{1.000,1710},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.209|201909|NDFD
>
>
BGM|144|po|00|{{0.000,239},{0.007,23147},{0.091,70157},{0.374,27276},{0.593,13131},{0.840,5665},{1.000,2153},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.222|201909|NDFD
>
>
BUF|144|po|00|{{0.000,9506},{0.001,21477},{0.057,74439},{0.354,32143},{0.808,15784},{0.855,8604},{0.965,6663},{1.000,2492},{999,0},{999,0},{999,0},{999,0}}|171108|.261|201909|NDFD
>
>
OKX|144|po|00|{{999,0},{0.002,10839},{0.012,50181},{0.280,25635},{0.000,213},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.090|201909|NDFD
>
>
MHX|144|po|00|{{999,0},{0.007,9164},{0.051,76786},{0.113,23984},{0.032,7192},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.059|201909|NDFD
>
>
RAH|144|po|00|{{999,0},{0.000,31030},{0.098,69152},{0.086,14590},{0.000,9698},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.065|201909|NDFD
>
>
ILM|144|po|00|{{999,0},{0.000,6864},{0.075,57850},{0.081,26456},{0.000,9230},{0.000,1606},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.064|201909|NDFD
>
>
CLE|144|po|00|{{999,0},{0.064,14187},{0.163,96928},{0.412,58641},{0.631,10128},{0.560,4163},{0.830,6429},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.289|201909|NDFD
>
>
ILN|144|po|00|{{0.000,8736},{0.042,26336},{0.149,85928},{0.377,18421},{0.383,15761},{0.241,2066},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.174|201909|NDFD
>
>
PBZ|144|po|00|{{999,0},{0.009,18313},{0.207,63631},{0.276,52308},{0.735,5908},{0.833,8066},{0.723,130},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.262|201909|NDFD
>
>
CTP|144|po|00|{{999,0},{0.017,25864},{0.137,103599},{0.348,35621},{0.652,12681},{0.840,3540},{0.996,1845},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.219|201909|NDFD
>
>
CHS|144|po|00|{{999,0},{0.000,1788},{0.064,70172},{0.180,25491},{0.443,16700},{0.373,10611},{0.000,5574},{0.000,2},{999,0},{999,0},{999,0},{999,0}}|130338|.156|201909|NDFD
>
>
CAE|144|po|00|{{999,0},{0.069,20502},{0.144,58201},{0.246,6359},{0.139,12258},{0.000,4344},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.129|201909|NDFD
>
>
GSP|144|po|00|{{999,0},{0.147,1677},{0.109,99027},{0.232,27297},{0.121,15925},{0.074,11377},{0.123,3222},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|158526|.130|201909|NDFD
>
>
BTV|144|po|00|{{999,0},{0.000,14291},{0.002,59560},{0.114,22807},{0.709,17238},{0.984,6471},{0.950,8210},{0.761,1635},{999,0},{999,0},{999,0},{999,0}}|130212|.233|201909|NDFD
>
>
LWX|144|po|00|{{0.222,9},{0.023,9018},{0.101,96949},{0.297,48780},{0.760,6707},{0.784,717},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.186|201909|NDFD
>
>
RNK|144|po|00|{{0.176,8366},{0.006,24325},{0.201,72598},{0.221,42943},{0.141,3077},{1.000,17},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.173|201909|NDFD
>
>
AKQ|144|po|00|{{0.399,6665},{0.037,59497},{0.075,88947},{0.155,26585},{0.148,3310},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.087|201909|NDFD
>
>
RLX|144|po|00|{{999,0},{0.071,46085},{0.167,92857},{0.312,15215},{0.877,13302},{0.843,2119},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.218|201909|NDFD
>
>
BMX|144|po|00|{{999,0},{0.071,25600},{0.086,122949},{0.026,24509},{0.064,15340},{0.009,19851},{0.006,1019},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.068|201909|NDFD
>
>
HUN|144|po|00|{{0.000,3854},{0.026,15666},{0.070,22470},{0.215,15550},{0.014,10900},{0.000,608},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.079|201909|NDFD
>
>
MOB|144|po|00|{{999,0},{0.041,14644},{0.060,84388},{0.123,46348},{0.264,23355},{0.199,13633},{0.264,12208},{1.000,94},{999,0},{999,0},{999,0},{999,0}}|194670|.121|201909|NDFD
>
>
LZK|144|po|00|{{0.000,7019},{0.000,13563},{0.086,79913},{0.355,134213},{0.200,13652},{0.015,987},{0.000,7},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.230|201909|NDFD
>
>
JAX|144|po|00|{{0.000,687},{0.124,13666},{0.046,53397},{0.085,34101},{0.237,21932},{0.421,20010},{0.552,25320},{0.322,14532},{0.357,2691},{999,0},{999,0},{999,0}}|186336|.216|201909|NDFD
>
>
EYW|144|po|00|{{999,0},{999,0},{999,0},{0.261,20793},{0.386,76135},{0.456,67443},{0.351,3004},{0.136,631},{0.000,6},{999,0},{999,0},{999,0}}|168012|.397|201909|NDFD
>
>
MLB|144|po|00|{{999,0},{999,0},{0.012,21094},{0.062,28955},{0.399,46987},{0.483,31475},{0.592,16711},{0.460,5042},{999,0},{999,0},{999,0},{999,0}}|150264|.321|201909|NDFD
>
>
MFL|144|po|00|{{999,0},{999,0},{0.027,14134},{0.212,37719},{0.319,51461},{0.369,33625},{0.446,19412},{0.252,16208},{0.940,1843},{999,0},{999,0},{999,0}}|174402|.297|201909|NDFD
>
>
TAE|144|po|00|{{999,0},{0.061,48997},{0.047,128281},{0.065,40215},{0.178,25601},{0.172,26400},{0.365,13739},{0.414,5649},{999,0},{999,0},{999,0},{999,0}}|288882|.097|201909|NDFD
>
>
TBW|144|po|00|{{999,0},{0.000,5568},{0.038,47206},{0.080,34580},{0.175,43196},{0.226,30974},{0.456,19069},{0.437,12313},{0.198,1476},{999,0},{999,0},{999,0}}|194382|.172|201909|NDFD
>
>
FFC|144|po|00|{{999,0},{0.046,12248},{0.102,166885},{0.072,16527},{0.160,5406},{0.042,34248},{0.000,2700},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.088|201909|NDFD
>
>
LCH|144|po|00|{{0.000,99},{0.005,9589},{0.060,42919},{0.169,86787},{0.559,78261},{0.856,28161},{0.836,2695},{1.000,33},{999,0},{999,0},{999,0},{999,0}}|248544|.352|201909|NDFD
>
>
LIX|144|po|00|{{0.000,1012},{0.035,19896},{0.139,89316},{0.108,87989},{0.352,63179},{0.698,15642},{0.742,13561},{1.000,699},{999,0},{999,0},{999,0},{999,0}}|291294|.228|201909|NDFD
>
>
SHV|144|po|00|{{0.000,5793},{0.006,45726},{0.057,50284},{0.284,126303},{0.401,33642},{0.010,1351},{0.209,43},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.200|201909|NDFD
>
>
JAN|144|po|00|{{0.000,8235},{0.077,36761},{0.044,116931},{0.177,64645},{0.086,16866},{0.068,15981},{0.078,1329},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.085|201909|NDFD
>
>
ABQ|144|po|00|{{999,0},{0.024,65059},{0.094,275126},{0.153,193918},{0.309,57447},{0.393,37001},{0.579,22745},{0.769,5302},{0.935,186},{999,0},{999,0},{999,0}}|656784|.162|201909|NDFD
>
>
OUN|144|po|00|{{0.000,20593},{0.060,42740},{0.105,99961},{0.158,160966},{0.591,32600},{0.682,2942},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.166|201909|NDFD
>
>
TSA|144|po|00|{{0.000,19},{0.000,13060},{0.050,89686},{0.435,63640},{0.781,28939},{0.000,10},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.280|201909|NDFD
>
>
MEG|144|po|00|{{0.000,12019},{0.000,28131},{0.030,96574},{0.448,62253},{0.204,22236},{0.034,5805},{0.000,52},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.156|201909|NDFD
>
>
MRX|144|po|00|{{999,0},{0.085,17624},{0.174,67505},{0.184,19221},{0.131,17186},{0.010,1726},{0.000,2},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.154|201909|NDFD
>
>
OHX|144|po|00|{{0.000,176},{0.044,23661},{0.109,57408},{0.472,16763},{0.325,13674},{0.038,13463},{0.000,9},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.161|201909|NDFD
>
>
AMA|144|po|00|{{0.339,4886},{0.109,56643},{0.198,83297},{0.264,27083},{0.468,14103},{0.570,5040},{1.000,3968},{1.000,2894},{1.000,140},{999,0},{999,0},{999,0}}|198054|.242|201909|NDFD
>
>
EWX|144|po|00|{{0.000,611},{0.014,13105},{0.037,104998},{0.152,87013},{0.398,52178},{0.081,4715},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.146|201909|NDFD
>
>
BRO|144|po|00|{{999,0},{0.000,60},{0.147,34269},{0.308,57432},{0.536,23091},{0.349,906},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.306|201909|NDFD
>
>
CRP|144|po|00|{{0.000,41},{0.000,2649},{0.052,43709},{0.200,66128},{0.440,47420},{0.636,6746},{0.210,419},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.244|201909|NDFD
>
>
EPZ|144|po|00|{{0.000,1},{0.073,38094},{0.133,90099},{0.165,57598},{0.209,26061},{0.441,15701},{0.436,861},{1.000,5},{999,0},{999,0},{999,0},{999,0}}|228420|.162|201909|NDFD
>
>
FWD|144|po|00|{{0.000,11},{0.000,18837},{0.060,132255},{0.139,109817},{0.342,19697},{0.234,7771},{0.489,1268},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.112|201909|NDFD
>
>
HGX|144|po|00|{{999,0},{999,0},{0.047,25503},{0.271,78933},{0.520,77638},{0.668,30310},{0.658,8152},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.401|201909|NDFD
>
>
LUB|144|po|00|{{0.000,220},{0.129,37261},{0.204,59269},{0.201,32774},{0.660,14909},{0.346,9745},{0.428,5500},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.244|201909|NDFD
>
>
MAF|144|po|00|{{999,0},{0.106,34590},{0.261,194680},{0.286,79139},{0.368,40625},{0.581,20157},{0.599,8737},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.288|201909|NDFD
>
>
SJT|144|po|00|{{0.669,127},{0.003,9825},{0.109,119879},{0.093,50611},{0.099,16245},{0.147,701},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.099|201909|NDFD
>
>
FGZ|144|po|00|{{0.000,2209},{0.007,98107},{0.111,158811},{0.145,86489},{0.197,25309},{0.187,5520},{0.364,1283},{0.000,2},{999,0},{999,0},{999,0},{999,0}}|377730|.099|201909|NDFD
>
>
PSR|144|po|00|{{0.000,19510},{0.036,148318},{0.289,60820},{0.279,10510},{0.414,1607},{0.600,165},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.110|201909|NDFD
>
>
TWC|144|po|00|{{0.000,1277},{0.025,91333},{0.189,50305},{0.258,29815},{0.284,17521},{0.383,4981},{0.240,1142},{0.286,42},{999,0},{999,0},{999,0},{999,0}}|196416|.136|201909|NDFD
>
>
EKA|144|po|00|{{0.000,4488},{0.078,119925},{0.428,45590},{0.476,19782},{0.379,14280},{0.325,4612},{0.771,1039},{1.000,117},{1.000,11},{999,0},{999,0},{999,0}}|209844|.220|201909|NDFD
>
>
LOX|144|po|00|{{0.003,62060},{0.005,136284},{0.000,24644},{0.037,15486},{0.175,3802},{0.026,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.009|201909|NDFD
>
>
STO|144|po|00|{{0.000,7372},{0.026,111639},{0.314,46577},{0.247,19780},{0.419,17077},{0.366,9941},{0.401,6481},{0.946,895},{999,0},{999,0},{999,0},{999,0}}|219762|.167|201909|NDFD
>
>
SGX|144|po|00|{{0.000,20380},{0.007,65892},{0.053,19902},{0.200,6216},{0.255,5402},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.035|201909|NDFD
>
>
MTR|144|po|00|{{0.006,50723},{0.035,134068},{0.158,36787},{0.006,22033},{0.000,415},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.045|201909|NDFD
>
>
HNX|144|po|00|{{0.004,59328},{0.004,84023},{0.031,32218},{0.000,9592},{0.020,8467},{0.080,4154},{0.487,1781},{0.446,1151},{0.000,22},{999,0},{999,0},{999,0}}|200736|.017|201909|NDFD
>
>
BOI|144|po|00|{{0.000,3544},{0.000,45514},{0.028,124415},{0.410,74072},{0.644,40027},{0.355,32332},{0.207,45208},{0.409,28397},{0.670,5867},{0.864,44},{999,0},{999,0}}|399420|.240|201909|NDFD
>
>
PIH|144|po|00|{{999,0},{0.000,32931},{0.026,52465},{0.282,50603},{0.501,34463},{0.529,34285},{0.368,20313},{0.680,18457},{0.681,8741},{0.605,390},{999,0},{999,0}}|252648|.306|201909|NDFD
>
>
BYZ|144|po|00|{{999,0},{0.000,3694},{0.161,89615},{0.379,67476},{0.555,61204},{0.584,44181},{0.757,31486},{0.661,29707},{0.805,12516},{0.885,2505},{0.333,12},{999,0}}|342396|.454|201909|NDFD
>
>
GGW|144|po|00|{{999,0},{0.043,13769},{0.266,85763},{0.399,59333},{0.257,61528},{0.307,10691},{0.855,3806},{0.999,14230},{0.595,27673},{0.795,1073},{999,0},{999,0}}|277866|.363|201909|NDFD
>
>
TFX|144|po|00|{{999,0},{0.000,11149},{0.124,88508},{0.212,77346},{0.379,84170},{0.438,45367},{0.342,38925},{0.549,46708},{0.788,34191},{0.998,9932},{1.000,1},{999,0}}|436297|.355|201909|NDFD
>
>
MSO|144|po|00|{{999,0},{0.000,2242},{0.041,40193},{0.185,72127},{0.318,58510},{0.624,63814},{0.620,58009},{0.679,38212},{0.891,10298},{0.912,1539},{1.000,8},{999,0}}|344952|.423|201909|NDFD
>
>
LKN|144|po|00|{{0.000,16996},{0.007,104435},{0.183,143127},{0.363,80854},{0.291,27034},{0.516,27151},{0.484,19847},{0.828,13527},{0.854,3312},{0.998,501},{1.000,4},{999,0}}|436788|.234|201909|NDFD
>
>
VEF|144|po|00|{{0.000,108472},{0.022,232173},{0.031,134328},{0.060,36378},{0.150,8674},{0.565,4625},{0.663,590},{999,0},{999,0},{999,0},{999,0},{999,0}}|525240|.030|201909|NDFD
>
>
REV|144|po|00|{{0.000,17246},{0.029,93505},{0.187,84575},{0.355,35150},{0.473,25757},{0.561,13176},{0.703,6450},{1.000,153},{999,0},{999,0},{999,0},{999,0}}|276012|.200|201909|NDFD
>
>
MFR|144|po|00|{{0.000,38305},{0.017,77835},{0.234,118740},{0.611,51335},{0.680,40044},{0.500,36439},{0.472,21142},{0.771,9261},{0.809,1585},{999,0},{999,0},{999,0}}|394686|.315|201909|NDFD
>
>
PDT|144|po|00|{{0.000,100},{0.004,39453},{0.090,130296},{0.374,81293},{0.631,40504},{0.445,28635},{0.518,22260},{0.750,9950},{0.862,1449},{1.000,102},{999,0},{999,0}}|354042|.285|201909|NDFD
>
>
PQR|144|po|00|{{999,0},{0.000,28636},{0.149,110243},{0.465,81042},{0.829,35269},{0.777,29348},{0.807,12854},{0.994,4628},{1.000,128},{999,0},{999,0},{999,0}}|302148|.401|201909|NDFD
>
>
SLC|144|po|00|{{0.000,29989},{0.002,112339},{0.053,164368},{0.106,111130},{0.198,57333},{0.358,38240},{0.329,17029},{0.787,16194},{0.869,2321},{0.333,3},{999,0},{999,0}}|548946|.120|201909|NDFD
>
>
SEW|144|po|00|{{999,0},{0.010,11493},{0.294,75921},{0.392,83809},{0.482,62967},{0.679,19711},{0.911,13671},{0.761,5253},{0.961,775},{999,0},{999,0},{999,0}}|273600|.424|201909|NDFD
>
>
OTX|144|po|00|{{999,0},{0.041,36354},{0.198,115183},{0.472,75947},{0.675,55275},{0.721,29664},{0.608,17461},{0.488,7345},{0.840,739},{999,0},{999,0},{999,0}}|337968|.395|201909|NDFD
>
>
BOU|156|po|00|{{999,0},{0.065,21514},{0.069,86558},{0.150,73517},{0.229,26094},{0.883,10804},{0.948,8992},{1.000,761},{999,0},{999,0},{999,0},{999,0}}|228240|.189|201909|NDFD
>
>
GJT|156|po|00|{{0.000,4500},{0.003,88817},{0.056,135998},{0.061,96275},{0.054,38456},{0.255,20036},{0.441,10379},{0.773,1161},{999,0},{999,0},{999,0},{999,0}}|395622|.067|201909|NDFD
>
>
PUB|156|po|00|{{0.000,392},{0.023,58651},{0.050,135887},{0.081,31786},{0.213,9191},{0.292,9969},{0.225,4957},{0.303,33},{999,0},{999,0},{999,0},{999,0}}|250866|.067|201909|NDFD
>
>
LOT|156|po|00|{{999,0},{0.000,1538},{0.223,36028},{0.444,49295},{0.489,19874},{0.938,4130},{1.000,3729},{1.000,746},{0.000,2},{1.000,2},{999,0},{999,0}}|115344|.416|201909|NDFD
>
>
ILX|156|po|00|{{0.000,245},{0.000,6450},{0.223,66208},{0.319,49731},{0.188,16646},{0.841,10623},{0.999,1531},{999,0},{999,0},{999,0},{999,0},{999,0}}|151434|.292|201909|NDFD
>
>
IND|156|po|00|{{0.000,942},{0.000,9644},{0.060,78740},{0.334,25942},{0.846,1383},{1.000,5623},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.165|201909|NDFD
>
>
IWX|156|po|00|{{999,0},{0.000,937},{0.142,78683},{0.418,33205},{0.537,11308},{0.971,3432},{1.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.270|201909|NDFD
>
>
DVN|156|po|00|{{999,0},{0.000,6188},{0.145,37568},{0.470,56997},{0.287,40071},{0.571,3879},{0.941,10402},{0.980,2573},{1.000,2378},{999,0},{999,0},{999,0}}|160056|.379|201909|NDFD
>
>
DMX|156|po|00|{{999,0},{0.000,9126},{0.172,55550},{0.294,79018},{0.377,42959},{0.615,16359},{0.937,6495},{0.990,5920},{1.000,8583},{999,0},{999,0},{999,0}}|224010|.355|201909|NDFD
>
>
DDC|156|po|00|{{1.000,31},{0.080,37863},{0.020,66861},{0.090,32462},{0.409,22389},{0.669,3150},{0.742,5354},{0.386,2887},{0.000,21},{999,0},{999,0},{999,0}}|171018|.138|201909|NDFD
>
>
GLD|156|po|00|{{999,0},{0.048,31196},{0.028,71186},{0.273,32421},{0.609,8956},{0.780,8632},{0.851,6889},{0.486,2685},{0.197,71},{999,0},{999,0},{999,0}}|162036|.196|201909|NDFD
>
>
TOP|156|po|00|{{999,0},{0.207,15415},{0.206,29121},{0.091,35885},{0.072,25997},{0.701,10097},{1.000,1352},{1.000,1559},{1.000,2200},{999,0},{999,0},{999,0}}|121626|.218|201909|NDFD
>
>
ICT|156|po|00|{{999,0},{0.186,30199},{0.043,42501},{0.076,48841},{0.180,24654},{0.547,13864},{0.952,1806},{0.940,2259},{999,0},{999,0},{999,0},{999,0}}|164124|.165|201909|NDFD
>
>
JKL|156|po|00|{{0.000,1811},{0.018,22098},{0.132,55563},{0.504,9934},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.143|201909|NDFD
>
>
LMK|156|po|00|{{0.000,9097},{0.000,33275},{0.145,64837},{0.249,38801},{0.884,3489},{1.000,909},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.153|201909|NDFD
>
>
PAH|156|po|00|{{0.000,5923},{0.002,43565},{0.084,79631},{0.360,46826},{0.843,2222},{0.917,7775},{1.000,1402},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.182|201909|NDFD
>
>
DTX|156|po|00|{{0.000,557},{0.021,16313},{0.130,98497},{0.430,118097},{0.865,35413},{0.726,12464},{0.792,9434},{0.924,6661},{0.927,41},{0.111,9},{999,0},{999,0}}|297486|.394|201909|NDFD
>
>
APX|156|po|00|{{999,0},{0.002,8805},{0.103,42749},{0.524,44461},{0.700,23750},{0.577,17163},{0.506,7598},{0.802,6390},{1.000,3218},{999,0},{999,0},{999,0}}|154134|.431|201909|NDFD
>
>
GRR|156|po|00|{{999,0},{0.006,2615},{0.138,39708},{0.368,33755},{0.754,32977},{0.648,6520},{0.837,3776},{0.999,1264},{1.000,723},{999,0},{999,0},{999,0}}|121338|.430|201909|NDFD
>
>
MQT|156|po|00|{{999,0},{0.011,3428},{0.249,78706},{0.345,120194},{0.393,52565},{0.469,52069},{0.425,45096},{0.650,24457},{0.855,8127},{999,0},{999,0},{999,0}}|384642|.385|201909|NDFD
>
>
DLH|156|po|00|{{999,0},{999,0},{0.239,52517},{0.388,109840},{0.457,50751},{0.321,49380},{0.700,15128},{0.948,19547},{1.000,2573},{999,0},{999,0},{999,0}}|299736|.420|201909|NDFD
>
>
MPX|156|po|00|{{999,0},{0.026,10828},{0.138,65698},{0.480,87274},{0.313,56769},{0.331,19994},{0.751,21715},{0.963,12873},{1.000,1185},{999,0},{999,0},{999,0}}|276336|.382|201909|NDFD
>
>
EAX|156|po|00|{{999,0},{0.192,13372},{0.241,44385},{0.217,57249},{0.113,50713},{0.616,15407},{0.983,5575},{1.000,877},{1.000,648},{999,0},{999,0},{999,0}}|188226|.255|201909|NDFD
>
>
SGF|156|po|00|{{0.000,315},{0.111,32728},{0.028,72207},{0.269,38533},{0.524,31119},{0.545,14004},{0.000,58},{999,0},{999,0},{999,0},{999,0},{999,0}}|188964|.211|201909|NDFD
>
>
LSX|156|po|00|{{999,0},{0.198,26387},{0.160,76487},{0.310,58694},{0.310,26390},{0.564,16202},{0.928,626},{999,0},{999,0},{999,0},{999,0},{999,0}}|204786|.262|201909|NDFD
>
>
GID|156|po|00|{{999,0},{0.169,12591},{0.043,49508},{0.045,53857},{0.662,13299},{0.878,10026},{0.968,3757},{0.234,1099},{0.275,7315},{999,0},{999,0},{999,0}}|151452|.199|201909|NDFD
>
>
LBF|156|po|00|{{999,0},{0.161,3030},{0.091,107287},{0.325,79923},{0.271,28041},{0.648,7427},{0.894,18138},{0.889,15334},{0.758,3344},{0.615,78},{999,0},{999,0}}|262602|.309|201909|NDFD
>
>
OAX|156|po|00|{{999,0},{0.099,7904},{0.172,56595},{0.159,49649},{0.359,36968},{0.519,7830},{0.867,3718},{0.916,2218},{0.772,9484},{999,0},{999,0},{999,0}}|174366|.277|201909|NDFD
>
>
BIS|156|po|00|{{999,0},{0.361,7414},{0.056,92592},{0.391,146658},{0.237,69119},{0.296,33578},{0.583,52450},{0.651,24907},{0.667,11384},{999,0},{999,0},{999,0}}|438102|.333|201909|NDFD
>
>
FGF|156|po|00|{{999,0},{0.000,4776},{0.140,93463},{0.436,140802},{0.314,75112},{0.431,28096},{0.799,17371},{1.000,3390},{1.000,14},{999,0},{999,0},{999,0}}|363024|.351|201909|NDFD
>
>
ABR|156|po|00|{{999,0},{0.016,21062},{0.140,67771},{0.382,94955},{0.184,18144},{0.462,21220},{0.699,21192},{0.740,7242},{999,0},{999,0},{999,0},{999,0}}|251586|.316|201909|NDFD
>
>
UNR|156|po|00|{{999,0},{0.005,11943},{0.014,86071},{0.401,100368},{0.367,46175},{0.615,22376},{0.729,45192},{0.610,22202},{0.692,4686},{1.000,107},{999,0},{999,0}}|339120|.360|201909|NDFD
>
>
FSD|156|po|00|{{999,0},{0.068,21145},{0.224,65693},{0.258,71679},{0.346,29263},{0.513,16598},{0.502,5991},{0.851,18698},{0.979,1945},{999,0},{999,0},{999,0}}|231012|.321|201909|NDFD
>
>
GRB|156|po|00|{{999,0},{0.024,1193},{0.078,47093},{0.570,53758},{0.585,7594},{0.661,22396},{0.731,14853},{0.984,5593},{1.000,4130},{1.000,386},{999,0},{999,0}}|156996|.474|201909|NDFD
>
>
ARX|156|po|00|{{999,0},{0.000,1570},{0.052,36433},{0.564,60224},{0.366,24380},{0.392,13819},{0.892,12652},{0.990,6286},{1.000,6145},{1.000,131},{999,0},{999,0}}|161640|.458|201909|NDFD
>
>
MKX|156|po|00|{{999,0},{0.000,523},{0.086,58662},{0.470,75484},{0.716,49881},{0.664,20263},{0.775,16757},{0.869,4327},{1.000,7233},{1.000,6},{999,0},{999,0}}|233136|.488|201909|NDFD
>
>
CYS|156|po|00|{{0.000,5187},{0.000,7537},{0.051,95356},{0.363,64087},{0.256,48159},{0.467,25900},{0.676,27883},{0.377,8850},{0.000,883},{999,0},{999,0},{999,0}}|283842|.263|201909|NDFD
>
>
RIW|156|po|00|{{999,0},{0.000,36096},{0.110,105889},{0.255,92947},{0.500,71240},{0.507,57204},{0.608,50532},{0.722,32827},{0.670,13595},{0.240,146},{999,0},{999,0}}|460476|.355|201909|NDFD
>
>
CAR|156|po|00|{{999,0},{0.000,5167},{0.120,127873},{0.390,11990},{0.634,24358},{0.952,6727},{0.682,8315},{0.532,5791},{0.668,2873},{0.645,172},{999,0},{999,0}}|193266|.272|201909|NDFD
>
>
GYX|156|po|00|{{0.000,23023},{0.028,24167},{0.042,97856},{0.248,21103},{0.725,30607},{0.776,8428},{1.000,4173},{0.960,4789},{999,0},{999,0},{999,0},{999,0}}|214146|.222|201909|NDFD
>
>
BOX|156|po|00|{{999,0},{0.014,36081},{0.049,63590},{0.104,22827},{0.573,22433},{0.272,5578},{0.067,2671},{999,0},{999,0},{999,0},{999,0},{999,0}}|153180|.134|201909|NDFD
>
>
PHI|156|po|00|{{0.000,503},{0.000,17735},{0.074,110311},{0.291,21103},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.096|201909|NDFD
>
>
ALY|156|po|00|{{999,0},{0.001,8673},{0.013,67268},{0.319,18089},{0.688,21682},{0.706,7180},{0.936,1542},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.226|201909|NDFD
>
>
BGM|156|po|00|{{999,0},{0.000,9126},{0.068,88042},{0.469,28463},{0.715,14040},{0.546,2097},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.215|201909|NDFD
>
>
BUF|156|po|00|{{0.000,99},{0.316,22676},{0.140,90521},{0.528,27057},{0.511,13509},{0.816,10567},{0.923,6679},{999,0},{999,0},{999,0},{999,0},{999,0}}|171108|.326|201909|NDFD
>
>
OKX|156|po|00|{{999,0},{0.000,9652},{0.008,41659},{0.230,26489},{0.195,8791},{0.000,277},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.094|201909|NDFD
>
>
MHX|156|po|00|{{999,0},{0.008,7402},{0.013,86743},{0.118,17270},{0.313,4032},{0.648,1328},{0.974,351},{999,0},{999,0},{999,0},{999,0},{999,0}}|117126|.049|201909|NDFD
>
>
RAH|156|po|00|{{999,0},{0.000,27862},{0.079,64526},{0.072,22384},{0.000,9698},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.054|201909|NDFD
>
>
ILM|156|po|00|{{999,0},{0.019,9190},{0.015,67154},{0.085,22389},{0.135,3260},{0.000,13},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.035|201909|NDFD
>
>
CLE|156|po|00|{{999,0},{0.010,9343},{0.126,93310},{0.407,65686},{0.325,11721},{1.000,3783},{1.000,6633},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.277|201909|NDFD
>
>
ILN|156|po|00|{{0.000,8736},{0.000,17661},{0.167,83253},{0.307,30313},{0.935,13163},{1.000,4113},{1.000,9},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.252|201909|NDFD
>
>
PBZ|156|po|00|{{999,0},{0.114,2308},{0.148,83192},{0.322,48714},{0.136,9899},{0.641,4032},{0.280,211},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.217|201909|NDFD
>
>
CTP|156|po|00|{{999,0},{0.000,12751},{0.094,123528},{0.353,39554},{0.249,6666},{0.230,651},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.149|201909|NDFD
>
>
CHS|156|po|00|{{999,0},{0.000,1702},{0.029,82600},{0.128,24034},{0.213,12397},{0.321,9415},{0.895,190},{999,0},{999,0},{999,0},{999,0},{999,0}}|130338|.087|201909|NDFD
>
>
CAE|156|po|00|{{0.000,1130},{0.025,42010},{0.070,35199},{0.125,22833},{0.000,492},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.063|201909|NDFD
>
>
GSP|156|po|00|{{999,0},{0.208,149},{0.064,92479},{0.089,44975},{0.066,18665},{0.043,2258},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.071|201909|NDFD
>
>
BTV|156|po|00|{{999,0},{0.000,1925},{0.029,65146},{0.206,18481},{0.513,20375},{0.748,15904},{0.835,4585},{1.000,3796},{999,0},{999,0},{999,0},{999,0}}|130212|.274|201909|NDFD
>
>
LWX|156|po|00|{{0.000,1},{0.065,1315},{0.033,115751},{0.149,35535},{0.183,7217},{0.714,2361},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|162180|.075|201909|NDFD
>
>
RNK|156|po|00|{{0.030,8407},{0.119,18720},{0.088,93296},{0.029,14121},{0.059,15989},{0.383,793},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.082|201909|NDFD
>
>
AKQ|156|po|00|{{0.000,9},{0.029,59974},{0.024,92116},{0.075,25525},{0.214,7380},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.040|201909|NDFD
>
>
RLX|156|po|00|{{0.000,867},{0.010,27133},{0.121,106826},{0.376,22716},{0.265,11301},{0.112,735},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.146|201909|NDFD
>
>
BMX|156|po|00|{{999,0},{0.010,61219},{0.085,113171},{0.046,34878},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.056|201909|NDFD
>
>
HUN|156|po|00|{{0.000,10286},{0.063,16546},{0.150,23253},{0.236,15127},{0.000,3836},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.117|201909|NDFD
>
>
MOB|156|po|00|{{999,0},{0.010,35838},{0.048,102891},{0.135,37444},{0.369,12676},{0.382,5821},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|194670|.089|201909|NDFD
>
>
LZK|156|po|00|{{0.000,5289},{0.000,21774},{0.048,131287},{0.254,71579},{0.792,19407},{0.333,18},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.160|201909|NDFD
>
>
JAX|156|po|00|{{0.000,3081},{0.012,48449},{0.052,68297},{0.185,26628},{0.299,13727},{0.373,11888},{0.659,12464},{0.441,1802},{999,0},{999,0},{999,0},{999,0}}|186336|.143|201909|NDFD
>
>
EYW|156|po|00|{{999,0},{999,0},{0.000,216},{0.146,20427},{0.442,71048},{0.515,72210},{0.629,4111},{999,0},{999,0},{999,0},{999,0},{999,0}}|168012|.441|201909|NDFD
>
>
MLB|156|po|00|{{999,0},{0.000,2432},{0.015,35887},{0.272,41340},{0.345,40725},{0.271,25835},{0.490,4045},{999,0},{999,0},{999,0},{999,0},{999,0}}|150264|.232|201909|NDFD
>
>
MFL|156|po|00|{{999,0},{0.000,3563},{0.108,37937},{0.219,54273},{0.352,47088},{0.376,22674},{0.305,7734},{0.560,1133},{999,0},{999,0},{999,0},{999,0}}|174402|.253|201909|NDFD
>
>
TAE|156|po|00|{{0.001,8301},{0.007,103692},{0.004,100350},{0.142,45733},{0.216,19716},{0.221,7871},{0.334,3213},{1.000,6},{999,0},{999,0},{999,0},{999,0}}|288882|.051|201909|NDFD
>
>
TBW|156|po|00|{{0.000,2775},{0.000,29305},{0.036,76024},{0.055,54912},{0.139,22423},{0.190,8308},{0.175,635},{999,0},{999,0},{999,0},{999,0},{999,0}}|194382|.054|201909|NDFD
>
>
FFC|156|po|00|{{0.000,1067},{0.011,41301},{0.059,141854},{0.025,25709},{0.027,28083},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.043|201909|NDFD
>
>
LCH|156|po|00|{{0.040,10071},{0.075,47801},{0.142,88659},{0.306,67322},{0.477,30251},{0.742,4270},{1.000,170},{999,0},{999,0},{999,0},{999,0},{999,0}}|248544|.221|201909|NDFD
>
>
LIX|156|po|00|{{0.004,21718},{0.078,63206},{0.086,106102},{0.161,60882},{0.363,32918},{0.536,6287},{0.006,181},{999,0},{999,0},{999,0},{999,0},{999,0}}|291294|.135|201909|NDFD
>
>
SHV|156|po|00|{{0.001,18133},{0.013,49968},{0.064,118286},{0.316,76371},{0.000,384},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.123|201909|NDFD
>
>
JAN|156|po|00|{{0.002,28972},{0.042,37322},{0.047,153945},{0.166,40509},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.060|201909|NDFD
>
>
ABQ|156|po|00|{{999,0},{0.101,76355},{0.058,294681},{0.227,149878},{0.461,81248},{0.516,46843},{0.405,7779},{999,0},{999,0},{999,0},{999,0},{999,0}}|656784|.188|201909|NDFD
>
>
OUN|156|po|00|{{0.054,79956},{0.000,29013},{0.180,81776},{0.269,146064},{0.401,22659},{0.871,334},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.188|201909|NDFD
>
>
TSA|156|po|00|{{999,0},{0.000,25803},{0.030,85834},{0.450,60486},{0.717,21689},{0.986,1542},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.240|201909|NDFD
>
>
MEG|156|po|00|{{0.000,19862},{0.000,27946},{0.084,115594},{0.048,47947},{0.877,15629},{0.446,92},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.114|201909|NDFD
>
>
MRX|156|po|00|{{0.002,11096},{0.013,10109},{0.126,68898},{0.092,33052},{0.266,109},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|123264|.096|201909|NDFD
>
>
OHX|156|po|00|{{0.000,655},{0.000,37229},{0.100,44004},{0.104,31186},{0.391,11924},{1.000,156},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.100|201909|NDFD
>
>
AMA|156|po|00|{{999,0},{0.144,41642},{0.107,63580},{0.324,65012},{0.471,13785},{0.708,7672},{0.978,6363},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.262|201909|NDFD
>
>
EWX|156|po|00|{{0.000,528},{0.026,37726},{0.064,164153},{0.194,58769},{0.012,1444},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.087|201909|NDFD
>
>
BRO|156|po|00|{{999,0},{0.010,6948},{0.066,57536},{0.301,43407},{0.323,7646},{0.524,212},{0.000,9},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.169|201909|NDFD
>
>
CRP|156|po|00|{{0.001,3285},{0.011,19746},{0.108,71222},{0.198,61084},{0.290,11775},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.140|201909|NDFD
>
>
EPZ|156|po|00|{{0.000,418},{0.185,23706},{0.095,89952},{0.178,72696},{0.597,25144},{0.729,15271},{0.674,1230},{1.000,3},{999,0},{999,0},{999,0},{999,0}}|228420|.231|201909|NDFD
>
>
FWD|156|po|00|{{0.000,6363},{0.001,89913},{0.032,131461},{0.251,61919},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.069|201909|NDFD
>
>
HGX|156|po|00|{{0.000,5},{0.058,39603},{0.234,72321},{0.285,76386},{0.437,27967},{0.779,4254},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.256|201909|NDFD
>
>
LUB|156|po|00|{{999,0},{0.327,18797},{0.236,60958},{0.427,50358},{0.134,17437},{0.456,7076},{0.519,5052},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.314|201909|NDFD
>
>
MAF|156|po|00|{{999,0},{0.312,17819},{0.225,170372},{0.273,127620},{0.457,32639},{0.292,16825},{0.863,12653},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.289|201909|NDFD
>
>
SJT|156|po|00|{{0.331,4266},{0.007,19351},{0.099,120760},{0.230,50748},{0.142,2263},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.129|201909|NDFD
>
>
FGZ|156|po|00|{{0.000,2096},{0.008,166187},{0.080,155042},{0.289,49270},{0.195,5135},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|377730|.077|201909|NDFD
>
>
PSR|156|po|00|{{0.001,24895},{0.048,155461},{0.383,47669},{0.398,8764},{0.619,4101},{0.000,40},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.132|201909|NDFD
>
>
TWC|156|po|00|{{0.000,1992},{0.010,91313},{0.163,66640},{0.454,20910},{0.552,14934},{0.641,627},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|196416|.152|201909|NDFD
>
>
EKA|156|po|00|{{0.040,1292},{0.120,117484},{0.185,53496},{0.284,14901},{0.229,17107},{0.293,4397},{0.696,1039},{1.000,117},{1.000,11},{999,0},{999,0},{999,0}}|209844|.164|201909|NDFD
>
>
LOX|156|po|00|{{0.000,32535},{0.000,155287},{0.001,30702},{0.056,20819},{0.038,2933},{0.132,76},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.005|201909|NDFD
>
>
STO|156|po|00|{{0.002,9777},{0.048,117494},{0.097,40810},{0.256,18864},{0.458,18652},{0.371,8746},{0.555,5395},{1.000,24},{999,0},{999,0},{999,0},{999,0}}|219762|.133|201909|NDFD
>
>
SGX|156|po|00|{{0.000,18873},{0.019,67796},{0.080,24467},{0.080,4351},{0.073,2305},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.032|201909|NDFD
>
>
MTR|156|po|00|{{0.001,58633},{0.004,133964},{0.041,20179},{0.026,16734},{0.000,14181},{0.000,335},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.007|201909|NDFD
>
>
HNX|156|po|00|{{0.000,62753},{0.002,81694},{0.009,32046},{0.000,9949},{0.000,7380},{0.012,3999},{0.269,2662},{0.925,253},{999,0},{999,0},{999,0},{999,0}}|200736|.007|201909|NDFD
>
>
BOI|156|po|00|{{999,0},{0.000,33019},{0.132,182665},{0.350,61110},{0.399,41087},{0.175,37851},{0.203,33850},{0.300,9682},{1.000,156},{999,0},{999,0},{999,0}}|399420|.197|201909|NDFD
>
>
PIH|156|po|00|{{999,0},{0.000,30834},{0.092,66062},{0.420,60077},{0.359,35854},{0.309,27381},{0.627,20822},{0.909,9817},{1.000,1801},{999,0},{999,0},{999,0}}|252648|.303|201909|NDFD
>
>
BYZ|156|po|00|{{999,0},{0.000,6},{0.029,64997},{0.275,63780},{0.736,57110},{0.534,39763},{0.613,48022},{0.736,33787},{0.719,30956},{0.633,3959},{1.000,16},{999,0}}|342396|.472|201909|NDFD
>
>
GGW|156|po|00|{{999,0},{0.000,5878},{0.029,67706},{0.498,77022},{0.648,39696},{0.421,13322},{0.521,34067},{0.687,24032},{0.839,15517},{1.000,626},{999,0},{999,0}}|277866|.430|201909|NDFD
>
>
TFX|156|po|00|{{999,0},{0.000,5973},{0.067,89149},{0.189,78537},{0.471,74341},{0.528,62341},{0.523,34725},{0.703,54269},{0.892,28801},{1.000,8163},{999,0},{999,0}}|436299|.410|201909|NDFD
>
>
MSO|156|po|00|{{999,0},{0.000,1930},{0.011,51873},{0.144,87280},{0.448,69181},{0.574,56775},{0.576,49639},{0.706,23915},{0.926,3961},{0.995,398},{999,0},{999,0}}|344952|.366|201909|NDFD
>
>
LKN|156|po|00|{{0.000,8175},{0.049,109047},{0.102,167064},{0.228,76742},{0.226,15598},{0.297,22229},{0.446,19827},{0.888,16768},{0.964,1299},{1.000,39},{999,0},{999,0}}|436788|.172|201909|NDFD
>
>
VEF|156|po|00|{{0.000,98617},{0.033,253900},{0.041,131827},{0.020,24571},{0.130,11006},{0.206,4883},{0.030,435},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|525240|.032|201909|NDFD
>
>
REV|156|po|00|{{0.000,15335},{0.053,104454},{0.178,82567},{0.153,35068},{0.526,25155},{0.574,12258},{0.773,1175},{999,0},{999,0},{999,0},{999,0},{999,0}}|276012|.170|201909|NDFD
>
>
MFR|156|po|00|{{0.000,24113},{0.052,77744},{0.206,149339},{0.557,61765},{0.591,37424},{0.460,27612},{0.638,14173},{0.742,2516},{999,0},{999,0},{999,0},{999,0}}|394686|.291|201909|NDFD
>
>
PDT|156|po|00|{{0.000,1},{0.000,37522},{0.073,135108},{0.329,90537},{0.476,46474},{0.549,32900},{0.558,11008},{0.693,492},{999,0},{999,0},{999,0},{999,0}}|354042|.244|201909|NDFD
>
>
PQR|156|po|00|{{999,0},{0.004,10945},{0.227,143480},{0.465,83172},{0.650,37113},{0.727,24342},{0.588,3071},{0.000,25},{999,0},{999,0},{999,0},{999,0}}|302148|.380|201909|NDFD
>
>
SLC|156|po|00|{{0.000,20929},{0.022,145769},{0.093,187140},{0.037,96686},{0.108,49489},{0.361,30444},{0.601,14090},{0.729,4204},{0.000,195},{999,0},{999,0},{999,0}}|548946|.095|201909|NDFD
>
>
SEW|156|po|00|{{999,0},{0.078,5886},{0.157,73030},{0.404,93935},{0.578,84699},{0.550,15437},{0.698,612},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|273600|.394|201909|NDFD
>
>
OTX|156|po|00|{{999,0},{0.002,27024},{0.066,126210},{0.308,80901},{0.531,50196},{0.565,36054},{0.474,15439},{0.671,2128},{0.938,16},{999,0},{999,0},{999,0}}|337968|.264|201909|NDFD
>
>
BOU|168|po|00|{{999,0},{0.014,45686},{0.041,106356},{0.138,48138},{0.155,18831},{0.190,8518},{0.000,711},{999,0},{999,0},{999,0},{999,0},{999,0}}|228240|.071|201909|NDFD
>
>
GJT|168|po|00|{{0.000,1666},{0.007,79862},{0.009,150457},{0.084,89139},{0.131,48702},{0.165,17738},{0.093,7025},{0.040,1033},{999,0},{999,0},{999,0},{999,0}}|395622|.049|201909|NDFD
>
>
PUB|168|po|00|{{0.000,494},{0.047,62074},{0.014,109847},{0.046,52634},{0.037,14745},{0.092,4724},{0.000,4622},{0.002,1710},{0.000,16},{999,0},{999,0},{999,0}}|250866|.032|201909|NDFD
>
>
LOT|168|po|00|{{999,0},{1.000,1123},{0.313,41429},{0.330,55731},{0.711,13332},{0.996,1865},{0.999,1541},{0.994,321},{1.000,2},{999,0},{999,0},{999,0}}|115344|.396|201909|NDFD
>
>
ILX|168|po|00|{{999,0},{0.660,9146},{0.110,58723},{0.238,67459},{0.538,13861},{1.000,2245},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|151434|.253|201909|NDFD
>
>
IND|168|po|00|{{999,0},{0.104,9363},{0.097,65648},{0.138,41190},{0.165,6041},{0.219,32},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|122274|.115|201909|NDFD
>
>
IWX|168|po|00|{{999,0},{1.000,505},{0.286,74602},{0.207,43333},{0.622,8928},{1.000,198},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|127566|.287|201909|NDFD
>
>
DVN|168|po|00|{{999,0},{1.000,133},{0.222,50792},{0.467,63906},{0.576,29657},{0.928,8210},{0.995,3723},{1.000,2719},{1.000,916},{999,0},{999,0},{999,0}}|160056|.458|201909|NDFD
>
>
DMX|168|po|00|{{999,0},{999,0},{0.229,78676},{0.483,71929},{0.685,44496},{0.176,5830},{0.855,3803},{1.000,10978},{1.000,8298},{999,0},{999,0},{999,0}}|224010|.477|201909|NDFD
>
>
DDC|168|po|00|{{0.162,142},{0.175,44461},{0.075,77901},{0.217,32101},{0.801,5634},{0.885,8778},{0.966,2001},{999,0},{999,0},{999,0},{999,0},{999,0}}|171018|.204|201909|NDFD
>
>
GLD|168|po|00|{{0.000,344},{0.056,50674},{0.074,92166},{0.364,12977},{0.527,4450},{0.251,1371},{0.296,54},{999,0},{999,0},{999,0},{999,0},{999,0}}|162036|.106|201909|NDFD
>
>
TOP|168|po|00|{{999,0},{0.291,3953},{0.183,43696},{0.280,47955},{0.310,12684},{0.566,3525},{0.950,4894},{1.000,3756},{1.000,1163},{999,0},{999,0},{999,0}}|121626|.313|201909|NDFD
>
>
ICT|168|po|00|{{999,0},{0.274,9586},{0.123,62820},{0.267,56357},{0.247,19963},{0.806,9530},{0.999,3834},{0.999,2034},{999,0},{999,0},{999,0},{999,0}}|164124|.267|201909|NDFD
>
>
JKL|168|po|00|{{0.000,36},{0.172,17907},{0.151,36622},{0.366,34841},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|89406|.239|201909|NDFD
>
>
LMK|168|po|00|{{0.000,1017},{0.019,37844},{0.044,46025},{0.356,48746},{0.275,16776},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|150408|.165|201909|NDFD
>
>
PAH|168|po|00|{{0.000,25},{0.005,43888},{0.158,59468},{0.230,71038},{0.066,12714},{0.000,211},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|187344|.143|201909|NDFD
>
>
DTX|168|po|00|{{999,0},{0.000,512},{0.314,89626},{0.358,142004},{0.557,36053},{0.735,20652},{0.572,8555},{0.208,53},{0.968,31},{999,0},{999,0},{999,0}}|297486|.400|201909|NDFD
>
>
APX|168|po|00|{{999,0},{999,0},{0.381,32260},{0.354,77211},{0.509,22972},{0.767,11533},{0.454,10146},{1.000,12},{999,0},{999,0},{999,0},{999,0}}|154134|.420|201909|NDFD
>
>
GRR|168|po|00|{{999,0},{0.931,218},{0.236,32089},{0.311,60200},{0.377,18476},{1.000,6546},{1.000,3809},{999,0},{999,0},{999,0},{999,0},{999,0}}|121338|.361|201909|NDFD
>
>
MQT|168|po|00|{{999,0},{999,0},{0.174,41373},{0.306,172680},{0.316,95655},{0.413,38601},{0.655,28266},{0.689,8067},{999,0},{999,0},{999,0},{999,0}}|384642|.339|201909|NDFD
>
>
DLH|168|po|00|{{999,0},{999,0},{0.075,30846},{0.418,121534},{0.529,72343},{0.687,44678},{0.608,18079},{0.963,12256},{999,0},{999,0},{999,0},{999,0}}|299736|.483|201909|NDFD
>
>
MPX|168|po|00|{{999,0},{999,0},{0.031,70408},{0.472,98059},{0.465,50575},{0.681,30241},{0.911,13503},{1.000,13508},{1.000,42},{999,0},{999,0},{999,0}}|276336|.429|201909|NDFD
>
>
EAX|168|po|00|{{999,0},{0.406,8613},{0.232,53859},{0.275,83609},{0.346,26215},{0.713,11192},{0.884,2414},{1.000,1343},{1.000,981},{999,0},{999,0},{999,0}}|188226|.321|201909|NDFD
>
>
SGF|168|po|00|{{999,0},{0.097,15449},{0.169,79771},{0.290,61386},{0.462,20645},{0.976,11713},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|188964|.285|201909|NDFD
>
>
LSX|168|po|00|{{999,0},{0.224,15530},{0.132,73638},{0.294,92526},{0.479,17311},{1.000,5781},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|204786|.266|201909|NDFD
>
>
GID|168|po|00|{{999,0},{0.104,7878},{0.149,74558},{0.161,42426},{0.698,8792},{0.856,5660},{0.771,7074},{0.713,5064},{999,0},{999,0},{999,0},{999,0}}|151452|.257|201909|NDFD
>
>
LBF|168|po|00|{{999,0},{0.086,31783},{0.093,150314},{0.155,51356},{0.297,17327},{0.640,8947},{0.704,2452},{0.766,423},{999,0},{999,0},{999,0},{999,0}}|262602|.143|201909|NDFD
>
>
OAX|168|po|00|{{999,0},{1.000,1},{0.278,73151},{0.316,58905},{0.472,19323},{1.000,3215},{1.000,6107},{0.982,11252},{1.000,2412},{999,0},{999,0},{999,0}}|174366|.406|201909|NDFD
>
>
BIS|168|po|00|{{999,0},{0.000,9655},{0.168,148449},{0.572,117043},{0.470,73504},{0.878,65645},{0.887,18736},{0.981,5070},{999,0},{999,0},{999,0},{999,0}}|438102|.469|201909|NDFD
>
>
FGF|168|po|00|{{999,0},{0.000,1589},{0.213,74437},{0.513,132645},{0.385,79478},{0.689,48484},{0.561,25480},{0.138,911},{999,0},{999,0},{999,0},{999,0}}|363024|.447|201909|NDFD
>
>
ABR|168|po|00|{{999,0},{0.000,11585},{0.095,94367},{0.156,87652},{0.521,29774},{0.756,27718},{0.978,490},{999,0},{999,0},{999,0},{999,0},{999,0}}|251586|.237|201909|NDFD
>
>
UNR|168|po|00|{{999,0},{0.000,22939},{0.279,162679},{0.337,73777},{0.513,52345},{0.800,26516},{1.000,864},{999,0},{999,0},{999,0},{999,0},{999,0}}|339120|.352|201909|NDFD
>
>
FSD|168|po|00|{{999,0},{0.000,3670},{0.075,78685},{0.251,94144},{0.079,14800},{0.799,21311},{1.000,11129},{1.000,7239},{1.000,34},{999,0},{999,0},{999,0}}|231012|.286|201909|NDFD
>
>
GRB|168|po|00|{{999,0},{999,0},{0.190,34587},{0.353,61616},{0.486,34368},{0.662,9368},{0.976,11039},{0.994,6018},{999,0},{999,0},{999,0},{999,0}}|156996|.433|201909|NDFD
>
>
ARX|168|po|00|{{999,0},{999,0},{0.090,41209},{0.399,51968},{0.612,42961},{0.414,7556},{1.000,4869},{1.000,9603},{1.000,3474},{999,0},{999,0},{999,0}}|161640|.444|201909|NDFD
>
>
MKX|168|po|00|{{999,0},{999,0},{0.237,56683},{0.347,106987},{0.433,41851},{0.899,10794},{0.881,9448},{1.000,5429},{1.000,1944},{999,0},{999,0},{999,0}}|233136|.403|201909|NDFD
>
>
CYS|168|po|00|{{999,0},{0.004,38167},{0.247,130252},{0.337,60711},{0.265,43158},{0.249,11041},{0.000,513},{999,0},{999,0},{999,0},{999,0},{999,0}}|283842|.236|201909|NDFD
>
>
RIW|168|po|00|{{999,0},{0.003,31606},{0.105,112382},{0.437,123114},{0.524,89482},{0.451,52809},{0.461,35557},{0.527,14371},{0.941,1155},{999,0},{999,0},{999,0}}|460476|.351|201909|NDFD
>
>
CAR|168|po|00|{{999,0},{0.064,9805},{0.141,100625},{0.470,39505},{0.469,23401},{0.667,13121},{0.817,5221},{0.975,1397},{1.000,191},{999,0},{999,0},{999,0}}|193266|.305|201909|NDFD
>
>
GYX|168|po|00|{{999,0},{0.021,27164},{0.112,101187},{0.539,46451},{0.652,26759},{0.718,8973},{0.239,3612},{999,0},{999,0},{999,0},{999,0},{999,0}}|214146|.288|201909|NDFD
>
>
BOX|168|po|00|{{999,0},{0.051,22207},{0.012,68292},{0.160,31096},{0.656,19821},{0.626,9819},{0.231,1944},{1.000,1},{999,0},{999,0},{999,0},{999,0}}|153180|.173|201909|NDFD
>
>
PHI|168|po|00|{{999,0},{0.000,11797},{0.074,114601},{0.248,23251},{1.000,2},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|149652|.095|201909|NDFD
>
>
ALY|168|po|00|{{999,0},{0.000,649},{0.085,67891},{0.420,28697},{0.990,15681},{0.999,9995},{1.000,1521},{999,0},{999,0},{999,0},{999,0},{999,0}}|124434|.360|201909|NDFD
>
>
BGM|168|po|00|{{999,0},{0.019,1555},{0.169,83945},{0.432,36153},{0.919,17634},{0.968,2481},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|141768|.342|201909|NDFD
>
>
BUF|168|po|00|{{0.000,9506},{0.000,3},{0.208,75871},{0.335,34412},{0.497,26816},{0.763,16847},{0.917,7653},{999,0},{999,0},{999,0},{999,0},{999,0}}|171108|.354|201909|NDFD
>
>
OKX|168|po|00|{{999,0},{0.000,7672},{0.036,47364},{0.374,26857},{0.350,4975},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|86868|.155|201909|NDFD
>
>
MHX|168|po|00|{{0.005,653},{0.000,11802},{0.048,71020},{0.022,16405},{0.311,8462},{0.919,2859},{0.967,3816},{0.942,1147},{1.000,962},{999,0},{999,0},{999,0}}|117126|.126|201909|NDFD
>
>
RAH|168|po|00|{{999,0},{0.000,7733},{0.036,80716},{0.073,16243},{0.148,19778},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|124470|.056|201909|NDFD
>
>
ILM|168|po|00|{{999,0},{0.006,7069},{0.066,53709},{0.016,24016},{0.377,11708},{0.365,3533},{0.000,1971},{999,0},{999,0},{999,0},{999,0},{999,0}}|102006|.095|201909|NDFD
>
>
CLE|168|po|00|{{999,0},{0.096,6195},{0.240,91937},{0.297,70911},{0.503,10851},{0.704,7485},{0.773,3097},{999,0},{999,0},{999,0},{999,0},{999,0}}|190476|.298|201909|NDFD
>
>
ILN|168|po|00|{{999,0},{0.179,19191},{0.100,65749},{0.173,43435},{0.410,25045},{0.623,3828},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|157248|.192|201909|NDFD
>
>
PBZ|168|po|00|{{999,0},{0.000,7215},{0.156,60438},{0.513,50660},{0.643,11239},{0.402,14586},{0.000,4218},{999,0},{999,0},{999,0},{999,0},{999,0}}|148356|.327|201909|NDFD
>
>
CTP|168|po|00|{{999,0},{0.054,2973},{0.099,90688},{0.409,65376},{0.539,15798},{0.997,8302},{1.000,13},{999,0},{999,0},{999,0},{999,0},{999,0}}|183150|.288|201909|NDFD
>
>
CHS|168|po|00|{{999,0},{999,0},{0.071,63633},{0.233,34320},{0.321,28203},{0.385,4181},{0.000,1},{999,0},{999,0},{999,0},{999,0},{999,0}}|130338|.178|201909|NDFD
>
>
CAE|168|po|00|{{999,0},{0.111,20804},{0.140,49703},{0.202,13354},{0.099,16066},{0.000,1737},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|101664|.133|201909|NDFD
>
>
GSP|168|po|00|{{999,0},{999,0},{0.081,83102},{0.225,37806},{0.143,26415},{0.119,10552},{0.267,651},{999,0},{999,0},{999,0},{999,0},{999,0}}|158526|.129|201909|NDFD
>
>
BTV|168|po|00|{{999,0},{0.000,1142},{0.020,47593},{0.277,43065},{0.920,18215},{0.935,7766},{0.990,10560},{0.350,1871},{999,0},{999,0},{999,0},{999,0}}|130212|.369|201909|NDFD
>
>
LWX|168|po|00|{{0.000,12},{0.001,2131},{0.157,99151},{0.405,33467},{0.160,20409},{0.365,4879},{0.980,1987},{1.000,144},{999,0},{999,0},{999,0},{999,0}}|162180|.223|201909|NDFD
>
>
RNK|168|po|00|{{0.000,8407},{0.322,11010},{0.254,67565},{0.156,35068},{0.054,24436},{0.488,4257},{1.000,583},{999,0},{999,0},{999,0},{999,0},{999,0}}|151326|.199|201909|NDFD
>
>
AKQ|168|po|00|{{0.000,10724},{0.003,34872},{0.110,90380},{0.050,28318},{0.369,20710},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|185004|.103|201909|NDFD
>
>
RLX|168|po|00|{{999,0},{0.010,19784},{0.148,90863},{0.498,47766},{0.774,10882},{0.223,283},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|169578|.271|201909|NDFD
>
>
BMX|168|po|00|{{999,0},{0.021,45043},{0.055,93431},{0.277,47542},{0.056,11626},{0.019,11626},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|209268|.096|201909|NDFD
>
>
HUN|168|po|00|{{0.000,5328},{0.004,13827},{0.022,20679},{0.273,17413},{0.022,11801},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|69048|.080|201909|NDFD
>
>
MOB|168|po|00|{{999,0},{0.000,4789},{0.045,78496},{0.145,62587},{0.314,22056},{0.181,22676},{0.235,4066},{999,0},{999,0},{999,0},{999,0},{999,0}}|194670|.126|201909|NDFD
>
>
LZK|168|po|00|{{999,0},{0.000,16467},{0.096,96142},{0.422,115564},{0.436,19867},{0.000,1314},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|249354|.267|201909|NDFD
>
>
JAX|168|po|00|{{999,0},{0.109,5761},{0.105,39868},{0.113,40075},{0.198,39281},{0.419,28202},{0.590,23237},{0.701,9783},{0.202,129},{999,0},{999,0},{999,0}}|186336|.266|201909|NDFD
>
>
EYW|168|po|00|{{999,0},{999,0},{999,0},{0.008,1272},{0.384,64095},{0.498,85585},{0.830,7757},{0.786,1221},{0.418,5708},{0.465,2374},{999,0},{999,0}}|168012|.465|201909|NDFD
>
>
MLB|168|po|00|{{999,0},{999,0},{0.086,6608},{0.130,24899},{0.378,44507},{0.331,44956},{0.304,21169},{0.953,3049},{0.904,5076},{999,0},{999,0},{999,0}}|150264|.329|201909|NDFD
>
>
MFL|168|po|00|{{999,0},{999,0},{0.131,7969},{0.191,44576},{0.349,40821},{0.424,49098},{0.522,21645},{0.107,7277},{0.842,3016},{999,0},{999,0},{999,0}}|174402|.340|201909|NDFD
>
>
TAE|168|po|00|{{999,0},{0.092,20964},{0.049,151351},{0.129,38923},{0.207,40691},{0.241,29365},{0.410,7536},{0.000,52},{999,0},{999,0},{999,0},{999,0}}|288882|.114|201909|NDFD
>
>
TBW|168|po|00|{{999,0},{0.000,1085},{0.018,34987},{0.103,49557},{0.201,42485},{0.350,38691},{0.375,19769},{0.640,7808},{999,0},{999,0},{999,0},{999,0}}|194382|.207|201909|NDFD
>
>
FFC|168|po|00|{{999,0},{0.078,26678},{0.114,121180},{0.137,37264},{0.040,34872},{0.168,18020},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|238014|.107|201909|NDFD
>
>
LCH|168|po|00|{{0.000,612},{0.010,5680},{0.126,62610},{0.355,95497},{0.535,68062},{0.893,16042},{1.000,41},{999,0},{999,0},{999,0},{999,0},{999,0}}|248544|.373|201909|NDFD
>
>
LIX|168|po|00|{{0.000,77},{0.068,9377},{0.151,77855},{0.138,97624},{0.389,62674},{0.441,31901},{0.526,11029},{0.794,757},{999,0},{999,0},{999,0},{999,0}}|291294|.243|201909|NDFD
>
>
SHV|168|po|00|{{0.000,720},{0.092,32286},{0.130,87076},{0.256,98875},{0.714,41791},{0.290,2394},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|263142|.267|201909|NDFD
>
>
JAN|168|po|00|{{0.000,10540},{0.001,25481},{0.118,98748},{0.208,72748},{0.358,32495},{0.178,11000},{0.024,9736},{999,0},{999,0},{999,0},{999,0},{999,0}}|260748|.156|201909|NDFD
>
>
ABQ|168|po|00|{{0.000,9},{0.081,65105},{0.120,280408},{0.107,156903},{0.139,107993},{0.256,38027},{0.206,8253},{0.198,86},{999,0},{999,0},{999,0},{999,0}}|656784|.125|201909|NDFD
>
>
OUN|168|po|00|{{0.186,59967},{0.000,8810},{0.117,142190},{0.237,128822},{0.541,19995},{1.000,18},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|359802|.192|201909|NDFD
>
>
TSA|168|po|00|{{999,0},{0.000,5278},{0.053,78623},{0.345,71957},{0.671,31956},{0.943,7540},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|195354|.294|201909|NDFD
>
>
MEG|168|po|00|{{0.000,5043},{0.000,33077},{0.034,78850},{0.325,82957},{0.496,20086},{0.018,7057},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|227070|.175|201909|NDFD
>
>
MRX|168|po|00|{{0.141,5632},{0.191,6624},{0.186,61563},{0.262,38100},{0.140,10025},{0.013,1219},{0.600,95},{1.000,6},{999,0},{999,0},{999,0},{999,0}}|123264|.203|201909|NDFD
>
>
OHX|168|po|00|{{0.000,2318},{0.002,13426},{0.040,46833},{0.305,31108},{0.429,27604},{0.028,3865},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|125154|.187|201909|NDFD
>
>
AMA|168|po|00|{{0.157,1811},{0.209,34227},{0.187,109568},{0.247,30188},{0.727,15154},{0.973,7106},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|198054|.269|201909|NDFD
>
>
EWX|168|po|00|{{999,0},{0.005,7069},{0.132,127996},{0.178,118446},{0.689,9109},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|262620|.168|201909|NDFD
>
>
BRO|168|po|00|{{999,0},{0.291,509},{0.238,29743},{0.345,65518},{0.520,19988},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|115758|.347|201909|NDFD
>
>
CRP|168|po|00|{{0.000,50},{0.004,3161},{0.117,38637},{0.350,92313},{0.358,32862},{0.258,89},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|167112|.291|201909|NDFD
>
>
EPZ|168|po|00|{{0.000,20},{0.032,15519},{0.168,88587},{0.182,78112},{0.319,29760},{0.647,14701},{0.681,1710},{0.636,11},{999,0},{999,0},{999,0},{999,0}}|228420|.218|201909|NDFD
>
>
FWD|168|po|00|{{999,0},{0.190,14723},{0.064,143860},{0.186,126698},{0.371,4375},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|289656|.129|201909|NDFD
>
>
HGX|168|po|00|{{999,0},{0.678,1037},{0.256,43463},{0.405,98991},{0.574,63924},{0.354,13121},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|220536|.423|201909|NDFD
>
>
LUB|168|po|00|{{999,0},{0.107,2026},{0.223,96227},{0.378,40410},{0.281,8333},{0.592,7571},{0.542,5111},{999,0},{999,0},{999,0},{999,0},{999,0}}|159678|.292|201909|NDFD
>
>
MAF|168|po|00|{{999,0},{0.447,23736},{0.201,142469},{0.343,151765},{0.486,36595},{0.649,16915},{0.666,6448},{999,0},{999,0},{999,0},{999,0},{999,0}}|377928|.329|201909|NDFD
>
>
SJT|168|po|00|{{999,0},{0.334,3219},{0.085,122399},{0.125,71513},{0.000,257},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|197388|.103|201909|NDFD
>
>
FGZ|168|po|00|{{0.000,3613},{0.000,137965},{0.139,160986},{0.150,63068},{0.043,10286},{0.000,1266},{0.000,546},{999,0},{999,0},{999,0},{999,0},{999,0}}|377730|.086|201909|NDFD
>
>
PSR|168|po|00|{{0.000,39659},{0.047,145399},{0.253,45938},{0.101,5831},{0.486,4070},{0.000,33},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|240930|.087|201909|NDFD
>
>
TWC|168|po|00|{{0.000,1919},{0.046,81120},{0.093,77867},{0.098,16311},{0.627,13999},{0.590,4366},{0.105,716},{0.000,118},{999,0},{999,0},{999,0},{999,0}}|196416|.122|201909|NDFD
>
>
EKA|168|po|00|{{0.009,2951},{0.127,114984},{0.164,61604},{0.628,18034},{0.416,8918},{0.419,3114},{0.879,239},{999,0},{999,0},{999,0},{999,0},{999,0}}|209844|.197|201909|NDFD
>
>
LOX|168|po|00|{{0.000,40971},{0.001,156879},{0.000,20976},{0.052,21404},{0.058,2122},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|242352|.006|201909|NDFD
>
>
STO|168|po|00|{{0.034,24850},{0.034,113096},{0.190,46279},{0.462,8155},{0.051,10546},{0.327,10953},{0.712,5546},{0.941,337},{999,0},{999,0},{999,0},{999,0}}|219762|.117|201909|NDFD
>
>
SGX|168|po|00|{{0.000,23360},{0.013,69191},{0.055,19175},{0.334,5936},{0.885,130},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|117792|.034|201909|NDFD
>
>
MTR|168|po|00|{{0.024,55777},{0.008,135416},{0.091,24795},{0.015,5105},{0.006,21228},{0.016,1705},{999,0},{999,0},{999,0},{999,0},{999,0},{999,0}}|244026|.020|201909|NDFD
>
>
HNX|168|po|00|{{0.000,54140},{0.004,96065},{0.000,28843},{0.019,10669},{0.070,5872},{0.241,3838},{0.245,1301},{1.000,8},{999,0},{999,0},{999,0},{999,0}}|200736|.011|201909|NDFD
>
>
BOI|168|po|00|{{0.000,31},{0.000,55862},{0.120,160365},{0.183,67319},{0.391,53264},{0.379,21772},{0.302,20037},{0.669,17097},{0.696,3492},{1.000,181},{999,0},{999,0}}|399420|.202|201909|NDFD
>
>
PIH|168|po|00|{{999,0},{0.014,22541},{0.142,79490},{0.201,51570},{0.200,37481},{0.438,34738},{0.710,18350},{0.915,5846},{0.892,2359},{0.989,273},{999,0},{999,0}}|252648|.259|201909|NDFD
>
>
BYZ|168|po|00|{{999,0},{0.000,3158},{0.224,84889},{0.552,94777},{0.530,67139},{0.670,55682},{0.650,27165},{0.731,7206},{0.987,2374},{1.000,6},{999,0},{999,0}}|342396|.495|201909|NDFD
>
>
GGW|168|po|00|{{999,0},{0.008,11119},{0.328,91596},{0.511,76599},{0.423,52560},{0.656,24753},{1.000,19586},{1.000,1653},{999,0},{999,0},{999,0},{999,0}}|277866|.464|201909|NDFD
>
>
TFX|168|po|00|{{999,0},{0.026,10815},{0.078,88025},{0.327,135598},{0.376,72241},{0.390,49838},{0.819,47843},{0.910,25153},{0.997,6700},{1.000,82},{999,0},{999,0}}|436295|.383|201909|NDFD
>
>
MSO|168|po|00|{{999,0},{0.000,3060},{0.030,60596},{0.216,91265},{0.405,66790},{0.648,58228},{0.775,38997},{0.716,19291},{0.969,6379},{1.000,346},{999,0},{999,0}}|344952|.397|201909|NDFD
>
>
LKN|168|po|00|{{0.000,11657},{0.039,132008},{0.160,156283},{0.192,54430},{0.342,38620},{0.788,26227},{0.924,14935},{0.772,2374},{1.000,254},{999,0},{999,0},{999,0}}|436788|.207|201909|NDFD
>
>
VEF|168|po|00|{{0.000,104950},{0.023,267167},{0.030,121543},{0.051,20258},{0.348,9696},{0.331,1605},{0.810,21},{999,0},{999,0},{999,0},{999,0},{999,0}}|525240|.028|201909|NDFD
>
>
REV|168|po|00|{{0.000,27385},{0.053,112441},{0.102,77753},{0.494,35459},{0.552,16658},{0.849,5806},{0.990,510},{999,0},{999,0},{999,0},{999,0},{999,0}}|276012|.167|201909|NDFD
>
>
MFR|168|po|00|{{0.017,33321},{0.171,64292},{0.179,174307},{0.604,59504},{0.433,23728},{0.445,22354},{0.807,9592},{0.579,7535},{0.868,53},{999,0},{999,0},{999,0}}|394686|.281|201909|NDFD
>
>
PDT|168|po|00|{{999,0},{0.014,40477},{0.107,170632},{0.334,71475},{0.602,32655},{0.445,26555},{0.596,9629},{0.665,2212},{0.806,407},{999,0},{999,0},{999,0}}|354042|.231|201909|NDFD
>
>
PQR|168|po|00|{{999,0},{0.005,7150},{0.160,142322},{0.568,97869},{0.682,40203},{0.686,7197},{0.360,4965},{0.500,2358},{0.000,84},{999,0},{999,0},{999,0}}|302148|.376|201909|NDFD
>
>
SLC|168|po|00|{{0.000,6248},{0.017,158426},{0.060,199681},{0.056,92344},{0.151,50244},{0.517,28417},{0.643,9892},{0.405,3686},{1.000,8},{999,0},{999,0},{999,0}}|548946|.091|201909|NDFD
>
>
SEW|168|po|00|{{999,0},{0.000,672},{0.148,84673},{0.500,120223},{0.631,43586},{0.665,22981},{0.997,1464},{0.000,1},{999,0},{999,0},{999,0},{999,0}}|273600|.427|201909|NDFD
>
>
OTX|168|po|00|{{999,0},{0.038,32939},{0.134,136805},{0.503,75584},{0.691,48100},{0.753,30174},{0.660,12124},{0.775,2242},{999,0},{999,0},{999,0},{999,0}}|337968|.365|201909|NDFD
>
>
AER|12|po|12|{{0.000,17648},{0.083,44735},{0.138,83565},{0.227,66133},{0.414,56576},{0.544,47154},{0.688,45792},{0.816,45312},{0.903,36188},{0.961,32259},{0.994,29585},{1.000,61261}}|566208|.534|201909|NDFD
>
>
AFG|12|po|12|{{0.019,333954},{0.018,190050},{0.074,355157},{0.188,326510},{0.362,234723},{0.546,205247},{0.678,170412},{0.768,173927},{0.860,137388},{0.944,122312},{0.964,119273},{0.974,9543}}|2378496|.379|201909|NDFD
>
>
AJK|12|po|12|{{0.041,36594},{0.036,33111},{0.200,25274},{0.413,12906},{0.422,11991},{0.666,9868},{0.866,11587},{0.906,15831},{0.922,17548},{0.956,14244},{0.972,8266},{0.996,81348}}|278568|.603|201909|NDFD
>
>
ALU|12|po|12|{{0.000,554},{0.013,26613},{0.110,92534},{0.323,83857},{0.518,71033},{0.617,57178},{0.785,52051},{0.900,63980},{0.951,69361},{0.986,65563},{0.998,52904},{1.000,50508}}|686136|.644|201909|NDFD
>
>
AER|24|po|12|{{0.034,19215},{0.061,61566},{0.241,63034},{0.421,46636},{0.513,44643},{0.641,45691},{0.710,42622},{0.849,50848},{0.874,46504},{0.943,49408},{0.983,42789},{0.998,53252}}|566208|.613|201909|NDFD
>
>
AFG|24|po|12|{{0.051,317368},{0.023,129070},{0.085,415157},{0.187,326966},{0.306,278776},{0.485,219634},{0.633,193648},{0.736,174004},{0.863,136990},{0.928,110526},{0.934,62759},{1.000,13598}}|2378496|.358|201909|NDFD
>
>
AJK|24|po|12|{{0.079,27537},{0.063,33259},{0.167,22319},{0.227,16031},{0.284,11699},{0.488,11840},{0.725,14882},{0.945,19687},{0.978,19695},{0.976,21735},{0.993,16347},{0.996,63537}}|278568|.611|201909|NDFD
>
>
ALU|24|po|12|{{0.000,3535},{0.031,20192},{0.166,80404},{0.340,87461},{0.450,76651},{0.662,60888},{0.849,64841},{0.932,76690},{0.947,62070},{0.994,49033},{0.997,50755},{1.000,53616}}|686136|.666|201909|NDFD
>
>
AER|36|po|12|{{0.013,11119},{0.091,46697},{0.191,79540},{0.284,62934},{0.453,59980},{0.624,54730},{0.702,45575},{0.815,47196},{0.906,38842},{0.964,37027},{0.988,38761},{1.000,43807}}|566208|.569|201909|NDFD
>
>
AFG|36|po|12|{{0.025,272768},{0.024,126402},{0.077,457520},{0.185,383109},{0.384,284208},{0.587,231933},{0.702,177383},{0.807,188185},{0.887,140383},{0.945,72390},{0.994,41100},{1.000,3115}}|2378496|.368|201909|NDFD
>
>
AJK|36|po|12|{{0.005,21413},{0.024,25066},{0.103,23652},{0.380,12778},{0.475,12643},{0.560,15622},{0.804,21011},{0.905,25240},{0.970,23478},{0.983,17201},{0.996,14788},{0.997,65676}}|278568|.655|201909|NDFD
>
>
ALU|36|po|12|{{0.000,20},{0.010,22325},{0.088,105620},{0.276,106325},{0.546,86045},{0.699,64342},{0.782,56546},{0.891,67007},{0.949,57606},{0.994,41939},{0.999,36006},{1.000,42355}}|686136|.597|201909|NDFD
>
>
AER|48|po|12|{{0.004,2004},{0.037,59832},{0.208,69606},{0.396,55486},{0.527,57171},{0.650,54965},{0.755,51558},{0.846,48986},{0.897,40609},{0.958,45399},{0.991,53763},{0.994,26829}}|566208|.609|201909|NDFD
>
>
AFG|48|po|12|{{0.007,121643},{0.026,133861},{0.086,522922},{0.222,423814},{0.342,357607},{0.522,263197},{0.697,214401},{0.779,164736},{0.867,105629},{0.955,47627},{0.981,19944},{1.000,3115}}|2378496|.354|201909|NDFD
>
>
AJK|48|po|12|{{0.116,21570},{0.092,18112},{0.133,32722},{0.309,19157},{0.198,16212},{0.576,11242},{0.766,14405},{0.940,23846},{0.975,28339},{0.989,24958},{0.994,19018},{0.996,48987}}|278568|.638|201909|NDFD
>
>
ALU|48|po|12|{{0.000,14},{0.101,13925},{0.184,80077},{0.389,98014},{0.494,90870},{0.620,81079},{0.741,90176},{0.813,82984},{0.888,60492},{0.946,42661},{0.973,23422},{1.000,22422}}|686136|.616|201909|NDFD
>
>
AER|60|po|12|{{0.000,275},{0.090,37040},{0.172,62679},{0.244,82978},{0.328,86778},{0.554,71509},{0.652,50040},{0.797,49134},{0.898,39698},{0.931,31844},{0.971,38453},{0.995,15780}}|566208|.517|201909|NDFD
>
>
AFG|60|po|12|{{0.049,88826},{0.031,136764},{0.092,488543},{0.201,500791},{0.380,375322},{0.560,282543},{0.668,200645},{0.831,141066},{0.903,93250},{0.963,55689},{0.960,14286},{1.000,771}}|2378496|.361|201909|NDFD
>
>
AJK|60|po|12|{{0.002,24346},{0.084,13383},{0.242,25144},{0.551,23555},{0.735,12330},{0.725,15096},{0.545,25777},{0.804,28235},{0.931,21046},{0.991,14466},{0.980,18107},{0.971,57083}}|278568|.661|201909|NDFD
>
>
ALU|60|po|12|{{999,0},{0.042,2544},{0.056,69589},{0.256,109735},{0.467,116605},{0.593,109637},{0.738,74345},{0.798,65170},{0.920,42628},{0.946,45564},{1.000,34287},{1.000,16032}}|686136|.570|201909|NDFD
>
>
AER|72|po|12|{{0.000,6},{0.074,33394},{0.269,48978},{0.263,64770},{0.368,71395},{0.538,69510},{0.687,76655},{0.837,74049},{0.871,56721},{0.903,38060},{0.973,26038},{0.952,6632}}|566208|.576|201909|NDFD
>
>
AFG|72|po|12|{{0.000,8883},{0.045,140869},{0.092,516681},{0.237,549352},{0.374,378613},{0.459,259177},{0.648,223268},{0.695,157678},{0.770,92788},{0.949,43062},{0.996,8125},{999,0}}|2378496|.345|201909|NDFD
>
>
AJK|72|po|12|{{0.124,16916},{0.130,26520},{0.278,14473},{0.154,20487},{0.339,15681},{0.528,17053},{0.687,18136},{0.646,32312},{0.967,27346},{0.985,20001},{0.985,14006},{0.962,55637}}|278568|.624|201909|NDFD
>
>
ALU|72|po|12|{{999,0},{0.000,917},{0.287,30535},{0.335,95806},{0.515,123912},{0.624,119673},{0.609,91071},{0.728,73001},{0.827,66958},{0.936,41302},{0.992,30469},{1.000,12492}}|686136|.619|201909|NDFD
>
>
AER|84|po|12|{{0.000,275},{0.081,36832},{0.186,63449},{0.362,84047},{0.414,71776},{0.531,66351},{0.638,62927},{0.700,72630},{0.762,56648},{0.867,31717},{0.976,18165},{1.000,1391}}|566208|.514|201909|NDFD
>
>
AFG|84|po|12|{{0.000,1552},{0.035,164855},{0.138,513419},{0.225,521590},{0.392,412346},{0.522,300431},{0.637,209453},{0.785,152515},{0.905,86547},{0.982,15788},{999,0},{999,0}}|2378496|.361|201909|NDFD
>
>
AJK|84|po|12|{{0.010,11941},{0.076,20609},{0.387,16920},{0.471,12546},{0.473,19062},{0.329,30554},{0.707,33042},{0.803,37426},{0.843,38852},{0.990,21286},{0.999,20646},{0.905,15684}}|278568|.629|201909|NDFD
>
>
ALU|84|po|12|{{999,0},{0.000,2165},{0.159,30061},{0.432,102672},{0.445,124041},{0.514,123812},{0.653,111136},{0.813,103077},{0.888,49149},{0.970,19505},{0.993,20450},{1.000,68}}|686136|.594|201909|NDFD
>
>
AER|96|po|12|{{999,0},{0.036,33783},{0.196,43771},{0.334,84592},{0.475,84110},{0.574,80422},{0.671,56252},{0.766,64708},{0.843,64672},{0.881,34889},{0.983,16346},{0.884,2663}}|566208|.557|201909|NDFD
>
>
AFG|96|po|12|{{0.000,411},{0.044,126463},{0.115,474220},{0.238,551165},{0.366,391258},{0.572,323475},{0.598,233242},{0.752,179689},{0.837,74936},{0.990,17033},{1.000,6462},{1.000,142}}|2378496|.370|201909|NDFD
>
>
AJK|96|po|12|{{0.244,8628},{0.144,29301},{0.062,9268},{0.166,5616},{0.514,8931},{0.414,31876},{0.441,38493},{0.683,43807},{0.973,39967},{0.897,29993},{0.993,8895},{0.915,23793}}|278568|.606|201909|NDFD
>
>
ALU|96|po|12|{{999,0},{0.869,1096},{0.226,24301},{0.426,83336},{0.635,126205},{0.665,131954},{0.640,126643},{0.772,83076},{0.867,69082},{0.960,37514},{1.000,2929},{999,0}}|686136|.661|201909|NDFD
>
>
AER|108|po|12|{{0.000,247},{0.084,34495},{0.102,44422},{0.385,70309},{0.441,77445},{0.595,75212},{0.577,73214},{0.649,102338},{0.722,58126},{0.810,18972},{0.867,10314},{0.961,1114}}|566208|.511|201909|NDFD
>
>
AFG|108|po|12|{{999,0},{0.040,111552},{0.184,474586},{0.323,470037},{0.469,483478},{0.503,337908},{0.642,208664},{0.641,188994},{0.676,96279},{0.638,6718},{0.796,280},{999,0}}|2378496|.406|201909|NDFD
>
>
AJK|108|po|12|{{0.009,10655},{0.006,13266},{0.381,21032},{0.478,10398},{0.518,20861},{0.422,29993},{0.458,30020},{0.752,35047},{0.816,67957},{0.942,13422},{0.862,8482},{0.914,17435}}|278568|.603|201909|NDFD
>
>
ALU|108|po|12|{{999,0},{0.167,6},{0.057,19638},{0.357,78440},{0.531,122750},{0.629,143628},{0.715,134425},{0.711,114316},{0.690,58202},{0.984,14458},{1.000,273},{999,0}}|686136|.607|201909|NDFD
>
>
AER|120|po|12|{{999,0},{0.017,26617},{0.088,24530},{0.236,49148},{0.480,88063},{0.509,102113},{0.724,86326},{0.793,97797},{0.829,64649},{0.876,25086},{0.952,1879},{999,0}}|566208|.575|201909|NDFD
>
>
AFG|120|po|12|{{999,0},{0.041,56435},{0.170,409587},{0.310,593518},{0.399,512357},{0.499,361847},{0.642,248758},{0.668,154473},{0.740,41451},{1.000,70},{999,0},{999,0}}|2378496|.393|201909|NDFD
>
>
AJK|120|po|12|{{0.010,2656},{0.018,17402},{0.307,20152},{0.438,12359},{0.592,21641},{0.180,29898},{0.598,23645},{0.670,49219},{0.807,56682},{0.959,20249},{0.983,9976},{0.898,14689}}|278568|.594|201909|NDFD
>
>
ALU|120|po|12|{{999,0},{1.000,11},{0.285,11572},{0.444,76233},{0.550,146029},{0.623,141485},{0.663,124125},{0.720,92670},{0.801,73348},{0.992,19708},{1.000,955},{999,0}}|686136|.633|201909|NDFD
>
>
AER|132|po|12|{{999,0},{0.068,15331},{0.051,18269},{0.421,49325},{0.455,85038},{0.566,93969},{0.550,100007},{0.647,120135},{0.750,59523},{0.883,20927},{0.967,3684},{999,0}}|566208|.555|201909|NDFD
>
>
AFG|132|po|12|{{999,0},{0.075,63024},{0.203,400222},{0.295,617129},{0.406,540758},{0.612,356708},{0.634,218842},{0.510,136837},{0.848,44940},{1.000,36},{999,0},{999,0}}|2378496|.400|201909|NDFD
>
>
AJK|132|po|12|{{999,0},{0.000,9293},{0.028,16612},{0.389,15669},{0.567,22247},{0.455,34223},{0.589,44234},{0.871,44299},{0.802,54290},{0.784,6898},{0.914,23149},{0.998,7654}}|278568|.636|201909|NDFD
>
>
ALU|132|po|12|{{999,0},{0.000,175},{0.136,12436},{0.388,80594},{0.588,118553},{0.627,133405},{0.640,151500},{0.632,131745},{0.709,51635},{0.955,5676},{1.000,417},{999,0}}|686136|.596|201909|NDFD
>
>
AER|144|po|12|{{999,0},{999,0},{0.050,15569},{0.163,41932},{0.483,85014},{0.573,132664},{0.677,115762},{0.760,112465},{0.848,47021},{0.909,15479},{1.000,302},{999,0}}|566208|.605|201909|NDFD
>
>
AFG|144|po|12|{{0.000,118},{0.104,69263},{0.220,335820},{0.255,609873},{0.388,637115},{0.581,395081},{0.598,202398},{0.696,99532},{0.887,29296},{999,0},{999,0},{999,0}}|2378496|.391|201909|NDFD
>
>
AJK|144|po|12|{{0.010,2656},{0.000,6873},{0.036,8667},{0.417,18781},{0.339,9615},{0.444,28234},{0.664,48933},{0.687,69355},{0.773,46876},{0.925,15345},{0.978,15622},{0.980,7611}}|278568|.636|201909|NDFD
>
>
ALU|144|po|12|{{999,0},{999,0},{0.239,4914},{0.471,69982},{0.551,134694},{0.679,167360},{0.641,165505},{0.648,100739},{0.842,35123},{0.945,7819},{999,0},{999,0}}|686136|.627|201909|NDFD
>
>
AER|156|po|12|{{999,0},{999,0},{0.001,3900},{0.370,55760},{0.444,97587},{0.620,148586},{0.575,116349},{0.647,92297},{0.654,41874},{0.578,9129},{0.994,726},{999,0}}|566208|.558|201909|NDFD
>
>
AFG|156|po|12|{{999,0},{0.010,5322},{0.226,237706},{0.291,631403},{0.451,736017},{0.610,460235},{0.585,221573},{0.664,69644},{0.262,16596},{999,0},{999,0},{999,0}}|2378496|.433|201909|NDFD
>
>
AJK|156|po|12|{{999,0},{999,0},{0.055,5921},{0.037,21705},{0.408,19546},{0.757,24561},{0.725,41895},{0.711,62847},{0.763,68353},{0.807,11295},{1.000,9447},{0.982,12998}}|278568|.669|201909|NDFD
>
>
ALU|156|po|12|{{999,0},{999,0},{0.195,872},{0.519,72088},{0.524,128836},{0.603,179588},{0.635,160090},{0.674,113353},{0.695,30320},{0.610,989},{999,0},{999,0}}|686136|.602|201909|NDFD
>
>
AER|12|po|00|{{0.030,18543},{0.073,67210},{0.262,53093},{0.362,46355},{0.483,44901},{0.650,39811},{0.764,37567},{0.832,46357},{0.888,44518},{0.944,44441},{0.989,35224},{1.000,64596}}|542616|.612|201909|NDFD
>
>
AFG|12|po|00|{{0.038,436814},{0.055,148814},{0.087,346917},{0.199,289527},{0.368,236295},{0.555,171491},{0.649,160188},{0.742,153494},{0.783,135921},{0.853,101880},{0.971,73960},{0.950,24091}}|2279392|.351|201909|NDFD
>
>
AJK|12|po|00|{{0.082,24025},{0.084,27549},{0.140,22363},{0.179,15638},{0.242,9899},{0.654,11030},{0.760,14829},{0.939,16547},{0.963,18985},{0.965,14520},{0.993,11265},{0.996,80311}}|266961|.637|201909|NDFD
>
>
ALU|12|po|00|{{0.000,10036},{0.085,23213},{0.180,84095},{0.338,85434},{0.487,69104},{0.695,58013},{0.863,65048},{0.914,65360},{0.938,63051},{0.982,54405},{0.997,35839},{1.000,43949}}|657547|.651|201909|NDFD
>
>
AER|24|po|00|{{0.035,6588},{0.110,57733},{0.145,78202},{0.235,58722},{0.467,53906},{0.599,46800},{0.725,43837},{0.827,46823},{0.921,36418},{0.982,36700},{0.994,22572},{1.000,54315}}|542616|.556|201909|NDFD
>
>
AFG|24|po|00|{{0.027,367802},{0.012,199155},{0.072,364880},{0.191,316766},{0.389,237099},{0.593,211464},{0.725,164257},{0.782,155548},{0.841,113482},{0.952,73305},{0.985,69103},{0.986,6531}}|2279392|.350|201909|NDFD
>
>
AJK|24|po|00|{{0.005,24371},{0.039,22538},{0.218,22949},{0.438,14679},{0.553,11164},{0.694,10772},{0.857,12534},{0.922,17753},{0.946,18164},{0.954,13649},{0.974,8627},{0.996,89761}}|266961|.679|201909|NDFD
>
>
ALU|24|po|00|{{0.000,5725},{0.005,29411},{0.100,99281},{0.257,91906},{0.485,85546},{0.689,63194},{0.810,53721},{0.882,52434},{0.956,56487},{0.985,45174},{0.997,42442},{1.000,32226}}|657547|.580|201909|NDFD
>
>
AER|36|po|00|{{0.000,1658},{0.062,68536},{0.227,65223},{0.371,50027},{0.481,50292},{0.633,49239},{0.750,42947},{0.855,52749},{0.859,43622},{0.940,43194},{0.982,29215},{1.000,45914}}|542616|.595|201909|NDFD
>
>
AFG|36|po|00|{{0.042,281498},{0.027,135832},{0.082,413187},{0.193,359467},{0.320,311514},{0.518,228317},{0.668,186681},{0.707,144541},{0.821,104526},{0.964,61531},{0.967,46517},{1.000,5781}}|2279392|.333|201909|NDFD
>
>
AJK|36|po|00|{{0.226,24834},{0.085,24736},{0.150,19831},{0.250,19314},{0.246,11625},{0.510,11971},{0.803,13912},{0.948,19245},{0.978,20075},{0.975,22488},{0.994,16239},{0.996,62691}}|266961|.652|201909|NDFD
>
>
ALU|36|po|00|{{0.000,3549},{0.017,16878},{0.171,73826},{0.320,94880},{0.479,89130},{0.606,77137},{0.795,75344},{0.897,77531},{0.911,60433},{0.981,35308},{0.996,37955},{1.000,15576}}|657547|.616|201909|NDFD
>
>
AER|48|po|00|{{0.000,2284},{0.069,45652},{0.186,73081},{0.240,77387},{0.365,68956},{0.548,61509},{0.649,42837},{0.773,41179},{0.878,33309},{0.959,32622},{0.994,31361},{0.999,32439}}|542616|.512|201909|NDFD
>
>
AFG|48|po|00|{{0.030,266544},{0.053,110884},{0.081,430565},{0.186,433561},{0.384,306020},{0.581,239298},{0.693,164256},{0.839,145053},{0.924,101737},{0.964,53582},{0.987,24832},{1.000,3060}}|2279392|.349|201909|NDFD
>
>
AJK|48|po|00|{{0.078,34680},{0.022,15036},{0.103,20640},{0.467,10726},{0.544,9984},{0.605,14601},{0.758,21011},{0.892,23438},{0.962,22647},{0.982,16474},{0.996,14733},{0.997,62991}}|266961|.662|201909|NDFD
>
>
ALU|48|po|00|{{999,0},{0.013,12986},{0.074,98356},{0.247,98764},{0.502,96214},{0.684,84519},{0.769,62286},{0.869,61002},{0.954,45638},{0.983,34509},{0.999,27111},{1.000,36162}}|657547|.577|201909|NDFD
>
>
AER|60|po|00|{{0.000,620},{0.041,50808},{0.177,79177},{0.379,61903},{0.510,57894},{0.614,53559},{0.742,53601},{0.807,52716},{0.871,40286},{0.939,36546},{0.992,37519},{0.991,17987}}|542616|.569|201909|NDFD
>
>
AFG|60|po|00|{{0.008,124658},{0.019,103019},{0.090,498309},{0.199,478892},{0.359,346592},{0.554,258684},{0.721,206389},{0.800,129608},{0.877,66257},{0.909,27309},{0.986,30314},{1.000,9361}}|2279392|.345|201909|NDFD
>
>
AJK|60|po|00|{{0.032,32998},{0.077,16032},{0.141,25745},{0.168,13744},{0.242,12246},{0.594,11538},{0.767,13529},{0.891,25147},{0.975,25251},{0.981,23051},{0.993,19126},{0.996,48554}}|266961|.620|201909|NDFD
>
>
ALU|60|po|00|{{0.000,14},{0.065,9248},{0.202,76336},{0.417,83585},{0.526,102183},{0.690,96094},{0.731,67858},{0.779,65211},{0.915,50842},{0.948,47444},{0.982,36585},{1.000,22147}}|657547|.640|201909|NDFD
>
>
AER|72|po|00|{{0.000,275},{0.104,32164},{0.182,66424},{0.321,90471},{0.397,82516},{0.494,67538},{0.595,40625},{0.654,48019},{0.754,37687},{0.915,31075},{0.965,36626},{0.996,9196}}|542616|.493|201909|NDFD
>
>
AFG|72|po|00|{{0.011,107849},{0.048,106199},{0.096,499612},{0.225,463730},{0.406,365996},{0.567,256486},{0.691,176961},{0.805,133465},{0.884,79960},{0.948,44197},{0.984,41748},{0.998,3189}}|2279392|.368|201909|NDFD
>
>
AJK|72|po|00|{{0.003,17739},{0.082,21131},{0.257,19342},{0.345,30188},{0.528,12072},{0.720,12437},{0.597,29341},{0.775,32848},{0.939,22288},{0.966,16292},{0.977,17180},{0.963,36103}}|266961|.613|201909|NDFD
>
>
ALU|72|po|00|{{999,0},{0.018,2290},{0.066,49274},{0.244,83849},{0.472,83224},{0.541,84567},{0.655,104686},{0.764,100110},{0.920,56648},{0.940,44418},{0.996,36470},{1.000,12011}}|657547|.602|201909|NDFD
>
>
AER|84|po|00|{{999,0},{0.038,30517},{0.182,42494},{0.338,72875},{0.435,74934},{0.561,78481},{0.599,60578},{0.757,60827},{0.838,61029},{0.877,35641},{0.978,21493},{0.918,3747}}|542616|.552|201909|NDFD
>
>
AFG|84|po|00|{{0.000,411},{0.044,127594},{0.097,447667},{0.238,504664},{0.348,343828},{0.527,300599},{0.625,249429},{0.775,199548},{0.860,81963},{0.990,17085},{1.000,6462},{1.000,142}}|2279392|.374|201909|NDFD
>
>
AJK|84|po|00|{{0.250,8410},{0.127,27230},{0.079,12866},{0.337,19009},{0.226,30688},{0.558,17207},{0.699,16567},{0.593,28830},{0.946,20959},{0.857,25002},{0.983,14344},{0.956,45849}}|266961|.589|201909|NDFD
>
>
ALU|84|po|00|{{999,0},{0.869,1096},{0.259,20088},{0.437,78522},{0.656,99796},{0.653,118949},{0.621,123201},{0.749,79591},{0.831,59335},{0.964,52458},{1.000,20777},{1.000,3734}}|657547|.675|201909|NDFD
>
>
AER|96|po|00|{{0.000,247},{0.084,34495},{0.104,43757},{0.387,67692},{0.443,73041},{0.595,68080},{0.592,67691},{0.656,99143},{0.722,58070},{0.810,18972},{0.867,10314},{0.961,1114}}|542616|.514|201909|NDFD
>
>
AFG|96|po|00|{{999,0},{0.037,119757},{0.156,437047},{0.267,405823},{0.423,423571},{0.513,350244},{0.640,208169},{0.681,212157},{0.720,112214},{0.760,10130},{0.796,280},{999,0}}|2279392|.398|201909|NDFD
>
>
AJK|96|po|00|{{0.010,11941},{0.067,21152},{0.506,16766},{0.439,8427},{0.254,16957},{0.248,28561},{0.717,20466},{0.762,37359},{0.743,50678},{0.915,24335},{0.999,14635},{0.905,15684}}|266961|.588|201909|NDFD
>
>
ALU|96|po|00|{{999,0},{0.167,6},{0.057,19396},{0.310,65156},{0.538,110706},{0.633,140618},{0.711,132613},{0.715,116117},{0.690,58204},{0.984,14458},{1.000,273},{999,0}}|657547|.611|201909|NDFD
>
>
AER|108|po|00|{{999,0},{0.017,26617},{0.066,22407},{0.238,44644},{0.479,84666},{0.511,93701},{0.745,81267},{0.794,97700},{0.829,64649},{0.876,25086},{0.952,1879},{999,0}}|542616|.583|201909|NDFD
>
>
AFG|108|po|00|{{999,0},{0.040,65443},{0.126,360032},{0.226,507825},{0.359,464413},{0.525,377389},{0.652,269034},{0.663,181801},{0.771,53095},{1.000,360},{999,0},{999,0}}|2279392|.379|201909|NDFD
>
>
AJK|108|po|00|{{0.244,8628},{0.143,25001},{0.125,12993},{0.318,8734},{0.253,14653},{0.370,17295},{0.395,30993},{0.780,38023},{0.821,48078},{0.900,36543},{0.997,13121},{0.884,12899}}|266961|.595|201909|NDFD
>
>
ALU|108|po|00|{{999,0},{1.000,11},{0.210,9984},{0.349,59301},{0.558,136433},{0.626,141380},{0.659,122332},{0.719,92053},{0.806,75390},{0.992,19708},{1.000,955},{999,0}}|657547|.632|201909|NDFD
>
>
AER|120|po|00|{{999,0},{0.068,15331},{0.051,18269},{0.427,38695},{0.500,72612},{0.567,93865},{0.552,99661},{0.648,120049},{0.750,59523},{0.883,20927},{0.967,3684},{999,0}}|542616|.567|201909|NDFD
>
>
AFG|120|po|00|{{999,0},{0.040,79272},{0.174,331016},{0.241,532609},{0.357,507823},{0.600,371114},{0.673,252213},{0.563,158486},{0.854,46783},{1.000,76},{999,0},{999,0}}|2279392|.392|201909|NDFD
>
>
AJK|120|po|00|{{0.009,10655},{0.000,13067},{0.393,15047},{0.591,8046},{0.409,14181},{0.657,20708},{0.446,31445},{0.769,36203},{0.821,65942},{0.941,25125},{0.888,17267},{0.999,9275}}|266961|.653|201909|NDFD
>
>
ALU|120|po|00|{{999,0},{0.000,175},{0.136,12436},{0.412,69566},{0.572,105687},{0.629,130716},{0.649,149848},{0.632,131703},{0.708,51548},{0.953,5451},{1.000,417},{999,0}}|657547|.602|201909|NDFD
>
>
AER|132|po|00|{{999,0},{999,0},{0.050,15569},{0.183,33055},{0.510,74521},{0.586,129219},{0.682,115020},{0.760,112430},{0.848,47021},{0.909,15479},{1.000,302},{999,0}}|542616|.624|201909|NDFD
>
>
AFG|132|po|00|{{0.000,564},{0.186,75334},{0.143,249051},{0.225,548013},{0.355,627502},{0.575,420076},{0.600,223470},{0.698,104276},{0.863,31106},{999,0},{999,0},{999,0}}|2279392|.382|201909|NDFD
>
>
AJK|132|po|00|{{0.010,2656},{0.018,17402},{0.366,13698},{0.266,4139},{0.623,6872},{0.272,21195},{0.584,30310},{0.704,59722},{0.816,67957},{0.944,24252},{0.985,13657},{1.000,5101}}|266961|.649|201909|NDFD
>
>
ALU|132|po|00|{{999,0},{999,0},{0.239,4914},{0.464,69121},{0.515,121898},{0.675,156166},{0.652,161767},{0.648,100739},{0.842,35123},{0.945,7819},{999,0},{999,0}}|657547|.622|201909|NDFD
>
>
AER|144|po|00|{{999,0},{999,0},{0.000,3851},{0.330,49805},{0.411,91433},{0.617,142540},{0.556,110601},{0.646,92327},{0.645,42204},{0.578,9129},{0.994,726},{999,0}}|542616|.546|201909|NDFD
>
>
AFG|144|po|00|{{999,0},{0.015,30363},{0.132,179660},{0.278,629938},{0.434,711101},{0.610,422428},{0.606,217348},{0.682,71958},{0.262,16596},{999,0},{999,0},{999,0}}|2279392|.417|201909|NDFD
>
>
AJK|144|po|00|{{999,0},{0.000,9293},{0.030,16630},{0.470,10021},{0.892,15374},{0.655,16845},{0.602,43363},{0.779,53099},{0.740,65458},{0.908,12824},{0.996,17779},{0.997,6275}}|266961|.680|201909|NDFD
>
>
ALU|144|po|00|{{999,0},{999,0},{0.195,872},{0.519,72110},{0.524,128717},{0.579,167544},{0.599,144570},{0.675,112752},{0.702,29993},{0.610,989},{999,0},{999,0}}|657547|.588|201909|NDFD
>
>
AER|156|po|00|{{999,0},{999,0},{0.326,3095},{0.183,48328},{0.488,113467},{0.609,164191},{0.663,116370},{0.748,58610},{0.836,33720},{0.913,4835},{999,0},{999,0}}|542616|.588|201909|NDFD
>
>
AFG|156|po|00|{{999,0},{0.074,34290},{0.129,158023},{0.279,765804},{0.412,708175},{0.511,356461},{0.530,168489},{0.741,72805},{0.977,15345},{999,0},{999,0},{999,0}}|2279392|.381|201909|NDFD
>
>
AJK|156|po|00|{{0.010,2656},{0.000,6873},{0.036,8667},{0.390,23449},{0.688,6418},{0.478,17267},{0.667,39442},{0.653,77580},{0.804,52360},{0.914,11602},{0.972,13121},{0.979,7526}}|266961|.644|201909|NDFD
>
>
ALU|156|po|00|{{999,0},{999,0},{0.718,5370},{0.592,80302},{0.499,157331},{0.600,185353},{0.643,126387},{0.716,59615},{0.855,36370},{0.809,6819},{999,0},{999,0}}|657547|.611|201909|NDFD
>
>
AER|168|po|00|{{999,0},{999,0},{0.116,2299},{0.467,63543},{0.447,126447},{0.512,137387},{0.575,118202},{0.736,60611},{0.731,28699},{0.881,5250},{1.000,178},{999,0}}|542616|.544|201909|NDFD
>
>
AFG|168|po|00|{{999,0},{0.267,22288},{0.269,195821},{0.320,683292},{0.452,786411},{0.531,361140},{0.549,153148},{0.705,72599},{0.422,4693},{999,0},{999,0},{999,0}}|2279392|.422|201909|NDFD
>
>
AJK|168|po|00|{{999,0},{999,0},{0.047,6853},{0.095,29480},{0.371,12743},{0.671,24110},{0.664,42123},{0.730,55329},{0.810,67873},{0.802,11026},{1.000,5817},{0.980,11607}}|266961|.649|201909|NDFD
>
>
ALU|168|po|00|{{999,0},{0.614,2136},{0.656,10629},{0.518,73507},{0.464,145554},{0.559,189908},{0.634,104302},{0.661,64186},{0.700,55207},{0.530,11572},{0.027,546},{999,0}}|657547|.568|201909|NDFD
>
> Hi John
> Our goal at the moment is to build the reliability diagrams for
PoP12
> (below) using MET.  This requires us to compute a reliability score
for
> each category/probability level.
> I'm attaching 2 files that hopefully show the output that we need.
> NDFD_reliability_grid.txt is the file that we feed into our
database.  For
> each station, projection, element, and cycle (the first 4 columns),
we need
> a pair of values, consisting of the cumulative reliability score and
a
> non-cumulative case count for each probability level, which are used
to
> produce the images like the one below, plotting the numbers by the
> centerpoint of each bin.
> The second file, reliability_US_NDFD_INC_201909-201901.csv, is
another
> example of how we use this data.  Here, we use the frequency of
cases in
> each bin instead of the actual bin counts.
> Is there a way to replicate the functionality from either file with
the
> current version of MET?  Our attempts so far testing different
thresholds
> for fcst and obs have only produced a single reliability score for
all
> probability levels, not individual scores for each probability
level.  Any
> guidance you can provide would be greatly appreciated.  If its
useful, we
> can point you to the config files we've been testing with once WCOSS
is
> returned to us.
> Thanks
> John
>
>
> [image: ReliabilityDiagram.png]
>
> >
> > ---------- Forwarded message ---------
> >>>>>> From: John Halley Gotway via RT <met_help at ucar.edu>
> >>>>>> Date: Wed, Oct 23, 2019 at 6:21 PM
> >>>>>> Subject: Re: [rt.rap.ucar.edu #92706] Grid_Stat - Verifying
> >>>>>> Probabilities by threshold
> >>>>>> To: <brooke.karlee.adams at noaa.gov>
> >>>>>> Cc: <ericg at ucar.edu>
> >>>>>>
> >>>>>>
> >>>>>> Brooke,
> >>>>>>
> >>>>>> I've added Eric Gilleland to this ticket.  He's a
statistician here
> >>>>>> at NCAR
> >>>>>> on the METplus team.
> >>>>>>
> >>>>>> It sounds like you have a single probabilistic forecast field
that
> >>>>>> you're
> >>>>>> evaluating.  For example, this might be a probability of
> precipitation
> >>>>>> (POP) forecast.  And the probability forecast is for the
event of
> >>>>>> precipitation actually occurring in the observation, meaning
an
> >>>>>> observation threshold of >0.
> >>>>>>
> >>>>>> You're running Grid-Stat with the following type of
configuration
> >>>>>> setting:
> >>>>>> fcst = {...
> >>>>>> prob = TRUE;
> >>>>>> cat_thresh = [ ==0.1 ];
> >>>>>> ...}
> >>>>>> obs = {...
> >>>>>> cat_thresh = [ >0 ];
> >>>>>> ...}
> >>>>>>
> >>>>>> And that result in a single Brier Score value summarizing the
> >>>>>> performance
> >>>>>> of the probability forecast across the full range of
probability
> >>>>>> values.
> >>>>>>
> >>>>>> Instead, you'd like to get a separate Brier Score for each
> probability
> >>>>>> bin... meaning 10 Brier Scores.
> >>>>>>
> >>>>>> I do not think that's how the Brier Score works.  You compute
a
> single
> >>>>>> Brier Score for the full probability forecast, not separately
for
> each
> >>>>>> bin.  But it's possible that I don't understand this
completely.
> >>>>>>
> >>>>>> Eric, can you please look through this ticket and clarify
anything I
> >>>>>> may
> >>>>>> have gotten wrong?
> >>>>>>
> >>>>>> Thanks,
> >>>>>> John
> >>>>>>
> >>>>>> On Fri, Oct 18, 2019 at 9:29 AM Brooke Adams - NOAA Affiliate
via
> RT <
> >>>>>> met_help at ucar.edu> wrote:
> >>>>>>
> >>>>>> >
> >>>>>> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
> >>>>>> >
> >>>>>> > John,
> >>>>>> >
> >>>>>> > Thanks for the quick response.
> >>>>>> > Our goal is to generate probabilistic stats for each of
these
> >>>>>> threshold
> >>>>>> > combos. We specifically want the Brier score and
reliability for
> >>>>>> each
> >>>>>> > probability and obs pair. Is this possible?
> >>>>>> >
> >>>>>> > Thanks!
> >>>>>> >
> >>>>>> > On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT
<
> >>>>>> > met_help at ucar.edu> wrote:
> >>>>>> >
> >>>>>> > > Hello Brooke,
> >>>>>> > >
> >>>>>> > > I see that you have a question about processing
probabilistic
> >>>>>> data using
> >>>>>> > > the Grid-Stat tool in MET.
> >>>>>> > >
> >>>>>> > > The Grid-Stat and Point-Stat tools in MET are used to
compute
> >>>>>> > > probabilistic verification statistics.  And the
methodology is
> >>>>>> the same
> >>>>>> > in
> >>>>>> > > both.  The user defines a list of forecast probability
> thresholds,
> >>>>>> > starting
> >>>>>> > > at 0 and ending 1, and those are used to define N
probability
> >>>>>> bins.  The
> >>>>>> > > user also defines a single observation threshold which
defines
> >>>>>> whether or
> >>>>>> > > not the event actually did occur.  Combined, these
thresholds
> >>>>>> define an
> >>>>>> > Nx2
> >>>>>> > > contingency table (where N is the number of probability
bins and
> >>>>>> 2 is for
> >>>>>> > > whether or not the event occurred).  For each
> >>>>>> probability/observation
> >>>>>> > pair,
> >>>>>> > > we increment the counts in one of those Nx2 table cells
based on
> >>>>>> the
> >>>>>> > > probability value and whether or not the obs met the
threshold
> >>>>>> criteria.
> >>>>>> > >
> >>>>>> > > All of MET's probabilistic output in the PCT, PSTD, PJC,
and PRC
> >>>>>> line
> >>>>>> > types
> >>>>>> > > are derived from this Nx2 table, including statistics
like
> >>>>>> reliability,
> >>>>>> > > resolution, and uncertainty.
> >>>>>> > >
> >>>>>> > > The functionality your are requesting is in fact
available in
> >>>>>> MET.  In
> >>>>>> > your
> >>>>>> > > config file, just use the configuration option named
> >>>>>> "prob_as_scalar" and
> >>>>>> > > set:
> >>>>>> > >    prob_as_scalar = TRUE;
> >>>>>> > > Or if you're manually setting "prob = TRUE;" just remove
that
> >>>>>> from your
> >>>>>> > > configuration and it'll be processed as a scalar field by
> default.
> >>>>>> > >
> >>>>>> > > With these settings, instead of applying the
probabilistic vx
> >>>>>> > methodology,
> >>>>>> > > MET will process the data as it would any other scalar
field,
> >>>>>> like 2-m
> >>>>>> > > temperature or precipitation.  But I want to emphasize
that the
> >>>>>> resulting
> >>>>>> > > statistics will be different.  For each pair of
> >>>>>> forecast/observation
> >>>>>> > > threshold, you'll get a 2x2 contingency table in the CTC
line
> >>>>>> type from
> >>>>>> > > which stats like PODY, CSI, and GSS can be derived.
> >>>>>> > >
> >>>>>> > > Also note that for 2x2 tables, the number of forecast
thresholds
> >>>>>> must
> >>>>>> > > exactly match the number of observation thresholds.  So
you'll
> >>>>>> need to
> >>>>>> > > configure it like this to get 10 output CTC lines for
these 2x2
> >>>>>> tables:
> >>>>>> > >
> >>>>>> > > fcst = {...
> >>>>>> > > cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>=0.6,
> >>>>>> >=0.7,
> >>>>>> > > >=0.8, >=0.9 ];
> >>>>>> > > ...}
> >>>>>> > > obs = {...
> >>>>>> > > cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
> >>>>>> > > ...}
> >>>>>> > >
> >>>>>> > > And beware that ">0" is usually better than ">=0" since
the
> >>>>>> latter is
> >>>>>> > > always true, at least for fields like precip.
> >>>>>> > >
> >>>>>> > > Is this what you were expecting?  Or were you expecting
to get
> >>>>>> > > probabilistic stats for each of these threshold combos?
> >>>>>> > >
> >>>>>> > > Thanks,
> >>>>>> > > John Halley Gotway
> >>>>>> > >
> >>>>>> > > On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA
Affiliate
> via
> >>>>>> RT <
> >>>>>> > > met_help at ucar.edu> wrote:
> >>>>>> > >
> >>>>>> > > >
> >>>>>> > > > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
> >>>>>> > > > Transaction: Ticket created by
brooke.karlee.adams at noaa.gov
> >>>>>> > > >        Queue: met_help
> >>>>>> > > >      Subject: Grid_Stat - Verifying Probabilities by
threshold
> >>>>>> > > >        Owner: Nobody
> >>>>>> > > >   Requestors: brooke.karlee.adams at noaa.gov
> >>>>>> > > >       Status: new
> >>>>>> > > >  Ticket <URL:
> >>>>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
> >>>>>> > >
> >>>>>> > > >
> >>>>>> > > >
> >>>>>> > > > Hello,
> >>>>>> > > >
> >>>>>> > > > We are working on verifying probabilities in the
grid_stat
> >>>>>> tool. I have
> >>>>>> > > run
> >>>>>> > > > the grid_stat module on PoP12 and 12 hour accumulated
> >>>>>> precipitation
> >>>>>> > > > (generated from PCP_combine) following this example:
> >>>>>> > > >
> >>>>>> > > >
> >>>>>> > >
> >>>>>> >
> >>>>>>
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> >>>>>> > > > .
> >>>>>> > > > I have also consulted the FAQ Grid_Stat Verifying
> Probabilities
> >>>>>> 1 and
> >>>>>> > 2 (
> >>>>>> > > >
> >>>>>> > > >
> >>>>>> > >
> >>>>>> >
> >>>>>>
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> >>>>>> > > > ).
> >>>>>> > > >
> >>>>>> > > > Our goal is to obtain the output for each of the
threshold
> >>>>>> values
> >>>>>> > > > specified in the forecast dictionary (the probability
> >>>>>> thresholds).
> >>>>>> > > However,
> >>>>>> > > > the output I obtain is broken up by the specified
observation
> >>>>>> > cat_thresh
> >>>>>> > > > only.
> >>>>>> > > >
> >>>>>> > > > Is there a way to obtain results for each of the
individual
> >>>>>> thresholds
> >>>>>> > > > applied to both forecast and observations?
> >>>>>> > > > More specifically, the pstd file would have a separate
line
> for
> >>>>>> each
> >>>>>> > > > combination of probability >=0.0, >=0.1,. >=0.2, ....
>=1.0
> and
> >>>>>> > > observation
> >>>>>> > > > >=0.0.
> >>>>>> > > >
> >>>>>> > > > ---
> >>>>>> > > > As a side note, the examples on verifying probabilities
using
> >>>>>> Grid_stat
> >>>>>> > > do
> >>>>>> > > > not have the upper threshold ending in 1.0.
> >>>>>> > > > i.e in the example mentioned above:
> >>>>>> > > > prob = TRUE;
> >>>>>> > > > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4,
>=0.5,
> >=0.6,
> >>>>>> >=0.7,
> >>>>>> > > > >=0.8, >=0.9];
> >>>>>> > > >
> >>>>>> > > > However, when grid_stat is run this way I receive this
error:
> >>>>>> > > > check_prob_thresh() -> When verifying a probability
field, you
> >>>>>> must
> >>>>>> > > select
> >>>>>> > > > at least 3 thresholds beginning with 0.0 and ending
with 1.0.
> >>>>>> > > >
> >>>>>> > > > Thanks for any help you can provide!
> >>>>>> > > >
> >>>>>> > > > Best,
> >>>>>> > > > Brooke Adams
> >>>>>> > > >
> >>>>>> > > > Scientific Programmer, AceInfo Solutions
> >>>>>> > > > Supporting Meteorological Development Laboratory
> >>>>>> > > >
> >>>>>> > > >
> >>>>>> > >
> >>>>>> > >
> >>>>>> >
> >>>>>> > --
> >>>>>> > Scientific Programmer, AceInfo Solutions
> >>>>>> > Supporting Meteorological Development Laboratory
> >>>>>> >
> >>>>>> >
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Scientific Programmer, AceInfo Solutions
> >>>>>> Supporting Meteorological Development Laboratory
> >>>>>>
> >>>>>>
> >>>>
> >>>> --
> >>>> John Wagner
> >>>> Verification Task Lead
> >>>> COR Task Manager
> >>>> NOAA/National Weather Service
> >>>> Meteorological Development Laboratory
> >>>> Digital Forecast Services Branch
> >>>> SSMC2 Room 10106
> >>>> Silver Spring, MD 20910
> >>>> (301) 427-9471 (office)
> >>>> (908) 902-4155 (cell/text)
> >>>>
> >>>
> >>
> >> --
> >> John Wagner
> >> Verification Task Lead
> >> COR Task Manager
> >> NOAA/National Weather Service
> >> Meteorological Development Laboratory
> >> Digital Forecast Services Branch
> >> SSMC2 Room 10106
> >> Silver Spring, MD 20910
> >> (301) 427-9471 (office)
> >> (908) 902-4155 (cell/text)
> >>
> >
> >
> > --
> > Scientific Programmer, AceInfo Solutions
> > Supporting Meteorological Development Laboratory
> >
> >
>
> --
> John Wagner
> Verification Task Lead
> COR Task Manager
> NOAA/National Weather Service
> Meteorological Development Laboratory
> Digital Forecast Services Branch
> SSMC2 Room 10106
> Silver Spring, MD 20910
> (301) 427-9471 (office)
> (908) 902-4155 (cell/text)
> Hi John
> Our goal at the moment is to build the reliability diagrams for
PoP12
> (below) using MET.  This requires us to compute a reliability score
for
> each category/probability level.
> I'm attaching 2 files that hopefully show the output that we need.
> NDFD_reliability_grid.txt is the file that we feed into our
database.  For
> each station, projection, element, and cycle (the first 4 columns),
we need
> a pair of values, consisting of the cumulative reliability score and
a
> non-cumulative case count for each probability level, which are used
to
> produce the images like the one below, plotting the numbers by the
> centerpoint of each bin.
> The second file, reliability_US_NDFD_INC_201909-201901.csv, is
another
> example of how we use this data.  Here, we use the frequency of
cases in
> each bin instead of the actual bin counts.
> Is there a way to replicate the functionality from either file with
the
> current version of MET?  Our attempts so far testing different
thresholds
> for fcst and obs have only produced a single reliability score for
all
> probability levels, not individual scores for each probability
level.  Any
> guidance you can provide would be greatly appreciated.  If its
useful, we
> can point you to the config files we've been testing with once WCOSS
is
> returned to us.
> Thanks
> John
>
>
> [image: ReliabilityDiagram.png]
>
>>
>> ---------- Forwarded message ---------
>>>>>>> From: John Halley Gotway via RT <met_help at ucar.edu>
>>>>>>> Date: Wed, Oct 23, 2019 at 6:21 PM
>>>>>>> Subject: Re: [rt.rap.ucar.edu #92706] Grid_Stat - Verifying
>>>>>>> Probabilities by threshold
>>>>>>> To: <brooke.karlee.adams at noaa.gov>
>>>>>>> Cc: <ericg at ucar.edu>
>>>>>>>
>>>>>>>
>>>>>>> Brooke,
>>>>>>>
>>>>>>> I've added Eric Gilleland to this ticket.  He's a statistician
here
>>>>>>> at NCAR
>>>>>>> on the METplus team.
>>>>>>>
>>>>>>> It sounds like you have a single probabilistic forecast field
that
>>>>>>> you're
>>>>>>> evaluating.  For example, this might be a probability of
>>>>>>> precipitation
>>>>>>> (POP) forecast.  And the probability forecast is for the event
of
>>>>>>> precipitation actually occurring in the observation, meaning
an
>>>>>>> observation threshold of >0.
>>>>>>>
>>>>>>> You're running Grid-Stat with the following type of
configuration
>>>>>>> setting:
>>>>>>> fcst = {...
>>>>>>> prob = TRUE;
>>>>>>> cat_thresh = [ ==0.1 ];
>>>>>>> ...}
>>>>>>> obs = {...
>>>>>>> cat_thresh = [ >0 ];
>>>>>>> ...}
>>>>>>>
>>>>>>> And that result in a single Brier Score value summarizing the
>>>>>>> performance
>>>>>>> of the probability forecast across the full range of
probability
>>>>>>> values.
>>>>>>>
>>>>>>> Instead, you'd like to get a separate Brier Score for each
>>>>>>> probability
>>>>>>> bin... meaning 10 Brier Scores.
>>>>>>>
>>>>>>> I do not think that's how the Brier Score works.  You compute
a
>>>>>>> single
>>>>>>> Brier Score for the full probability forecast, not separately
for
>>>>>>> each
>>>>>>> bin.  But it's possible that I don't understand this
completely.
>>>>>>>
>>>>>>> Eric, can you please look through this ticket and clarify
anything I
>>>>>>> may
>>>>>>> have gotten wrong?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> John
>>>>>>>
>>>>>>> On Fri, Oct 18, 2019 at 9:29 AM Brooke Adams - NOAA Affiliate
via RT
>>>>>>> <
>>>>>>> met_help at ucar.edu> wrote:
>>>>>>>
>>>>>>> >
>>>>>>> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
>>>>>>> >
>>>>>>> > John,
>>>>>>> >
>>>>>>> > Thanks for the quick response.
>>>>>>> > Our goal is to generate probabilistic stats for each of
these
>>>>>>> threshold
>>>>>>> > combos. We specifically want the Brier score and reliability
for
>>>>>>> each
>>>>>>> > probability and obs pair. Is this possible?
>>>>>>> >
>>>>>>> > Thanks!
>>>>>>> >
>>>>>>> > On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT <
>>>>>>> > met_help at ucar.edu> wrote:
>>>>>>> >
>>>>>>> > > Hello Brooke,
>>>>>>> > >
>>>>>>> > > I see that you have a question about processing
probabilistic
>>>>>>> data using
>>>>>>> > > the Grid-Stat tool in MET.
>>>>>>> > >
>>>>>>> > > The Grid-Stat and Point-Stat tools in MET are used to
compute
>>>>>>> > > probabilistic verification statistics.  And the
methodology is
>>>>>>> the same
>>>>>>> > in
>>>>>>> > > both.  The user defines a list of forecast probability
>>>>>>> thresholds,
>>>>>>> > starting
>>>>>>> > > at 0 and ending 1, and those are used to define N
probability
>>>>>>> bins.  The
>>>>>>> > > user also defines a single observation threshold which
defines
>>>>>>> whether or
>>>>>>> > > not the event actually did occur.  Combined, these
thresholds
>>>>>>> define an
>>>>>>> > Nx2
>>>>>>> > > contingency table (where N is the number of probability
bins and
>>>>>>> 2 is for
>>>>>>> > > whether or not the event occurred).  For each
>>>>>>> probability/observation
>>>>>>> > pair,
>>>>>>> > > we increment the counts in one of those Nx2 table cells
based on
>>>>>>> the
>>>>>>> > > probability value and whether or not the obs met the
threshold
>>>>>>> criteria.
>>>>>>> > >
>>>>>>> > > All of MET's probabilistic output in the PCT, PSTD, PJC,
and PRC
>>>>>>> line
>>>>>>> > types
>>>>>>> > > are derived from this Nx2 table, including statistics like
>>>>>>> reliability,
>>>>>>> > > resolution, and uncertainty.
>>>>>>> > >
>>>>>>> > > The functionality your are requesting is in fact available
in
>>>>>>> MET.  In
>>>>>>> > your
>>>>>>> > > config file, just use the configuration option named
>>>>>>> "prob_as_scalar" and
>>>>>>> > > set:
>>>>>>> > >    prob_as_scalar = TRUE;
>>>>>>> > > Or if you're manually setting "prob = TRUE;" just remove
that
>>>>>>> from your
>>>>>>> > > configuration and it'll be processed as a scalar field by
>>>>>>> default.
>>>>>>> > >
>>>>>>> > > With these settings, instead of applying the probabilistic
vx
>>>>>>> > methodology,
>>>>>>> > > MET will process the data as it would any other scalar
field,
>>>>>>> like 2-m
>>>>>>> > > temperature or precipitation.  But I want to emphasize
that the
>>>>>>> resulting
>>>>>>> > > statistics will be different.  For each pair of
>>>>>>> forecast/observation
>>>>>>> > > threshold, you'll get a 2x2 contingency table in the CTC
line
>>>>>>> type from
>>>>>>> > > which stats like PODY, CSI, and GSS can be derived.
>>>>>>> > >
>>>>>>> > > Also note that for 2x2 tables, the number of forecast
thresholds
>>>>>>> must
>>>>>>> > > exactly match the number of observation thresholds.  So
you'll
>>>>>>> need to
>>>>>>> > > configure it like this to get 10 output CTC lines for
these 2x2
>>>>>>> tables:
>>>>>>> > >
>>>>>>> > > fcst = {...
>>>>>>> > > cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>=0.6,
>>>>>>> >=0.7,
>>>>>>> > > >=0.8, >=0.9 ];
>>>>>>> > > ...}
>>>>>>> > > obs = {...
>>>>>>> > > cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
>>>>>>> > > ...}
>>>>>>> > >
>>>>>>> > > And beware that ">0" is usually better than ">=0" since
the
>>>>>>> latter is
>>>>>>> > > always true, at least for fields like precip.
>>>>>>> > >
>>>>>>> > > Is this what you were expecting?  Or were you expecting to
get
>>>>>>> > > probabilistic stats for each of these threshold combos?
>>>>>>> > >
>>>>>>> > > Thanks,
>>>>>>> > > John Halley Gotway
>>>>>>> > >
>>>>>>> > > On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA
Affiliate
>>>>>>> via RT <
>>>>>>> > > met_help at ucar.edu> wrote:
>>>>>>> > >
>>>>>>> > > >
>>>>>>> > > > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
>>>>>>> > > > Transaction: Ticket created by
brooke.karlee.adams at noaa.gov
>>>>>>> > > >        Queue: met_help
>>>>>>> > > >      Subject: Grid_Stat - Verifying Probabilities by
threshold
>>>>>>> > > >        Owner: Nobody
>>>>>>> > > >   Requestors: brooke.karlee.adams at noaa.gov
>>>>>>> > > >       Status: new
>>>>>>> > > >  Ticket <URL:
>>>>>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
>>>>>>> > >
>>>>>>> > > >
>>>>>>> > > >
>>>>>>> > > > Hello,
>>>>>>> > > >
>>>>>>> > > > We are working on verifying probabilities in the
grid_stat
>>>>>>> tool. I have
>>>>>>> > > run
>>>>>>> > > > the grid_stat module on PoP12 and 12 hour accumulated
>>>>>>> precipitation
>>>>>>> > > > (generated from PCP_combine) following this example:
>>>>>>> > > >
>>>>>>> > > >
>>>>>>> > >
>>>>>>> >
>>>>>>>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
>>>>>>> > > > .
>>>>>>> > > > I have also consulted the FAQ Grid_Stat Verifying
>>>>>>> Probabilities 1 and
>>>>>>> > 2 (
>>>>>>> > > >
>>>>>>> > > >
>>>>>>> > >
>>>>>>> >
>>>>>>>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
>>>>>>> > > > ).
>>>>>>> > > >
>>>>>>> > > > Our goal is to obtain the output for each of the
threshold
>>>>>>> values
>>>>>>> > > > specified in the forecast dictionary (the probability
>>>>>>> thresholds).
>>>>>>> > > However,
>>>>>>> > > > the output I obtain is broken up by the specified
observation
>>>>>>> > cat_thresh
>>>>>>> > > > only.
>>>>>>> > > >
>>>>>>> > > > Is there a way to obtain results for each of the
individual
>>>>>>> thresholds
>>>>>>> > > > applied to both forecast and observations?
>>>>>>> > > > More specifically, the pstd file would have a separate
line
>>>>>>> for each
>>>>>>> > > > combination of probability >=0.0, >=0.1,. >=0.2, ....
>=1.0 and
>>>>>>> > > observation
>>>>>>> > > > >=0.0.
>>>>>>> > > >
>>>>>>> > > > ---
>>>>>>> > > > As a side note, the examples on verifying probabilities
using
>>>>>>> Grid_stat
>>>>>>> > > do
>>>>>>> > > > not have the upper threshold ending in 1.0.
>>>>>>> > > > i.e in the example mentioned above:
>>>>>>> > > > prob = TRUE;
>>>>>>> > > > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>>>>>>> >=0.6, >=0.7,
>>>>>>> > > > >=0.8, >=0.9];
>>>>>>> > > >
>>>>>>> > > > However, when grid_stat is run this way I receive this
error:
>>>>>>> > > > check_prob_thresh() -> When verifying a probability
field, you
>>>>>>> must
>>>>>>> > > select
>>>>>>> > > > at least 3 thresholds beginning with 0.0 and ending with
1.0.
>>>>>>> > > >
>>>>>>> > > > Thanks for any help you can provide!
>>>>>>> > > >
>>>>>>> > > > Best,
>>>>>>> > > > Brooke Adams
>>>>>>> > > >
>>>>>>> > > > Scientific Programmer, AceInfo Solutions
>>>>>>> > > > Supporting Meteorological Development Laboratory
>>>>>>> > > >
>>>>>>> > > >
>>>>>>> > >
>>>>>>> > >
>>>>>>> >
>>>>>>> > --
>>>>>>> > Scientific Programmer, AceInfo Solutions
>>>>>>> > Supporting Meteorological Development Laboratory
>>>>>>> >
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Scientific Programmer, AceInfo Solutions
>>>>>>> Supporting Meteorological Development Laboratory
>>>>>>>
>>>>>>>
>>>>>
>>>>> --
>>>>> John Wagner
>>>>> Verification Task Lead
>>>>> COR Task Manager
>>>>> NOAA/National Weather Service
>>>>> Meteorological Development Laboratory
>>>>> Digital Forecast Services Branch
>>>>> SSMC2 Room 10106
>>>>> Silver Spring, MD 20910
>>>>> (301) 427-9471 (office)
>>>>> (908) 902-4155 (cell/text)
>>>>>
>>>>
>>>
>>> --
>>> John Wagner
>>> Verification Task Lead
>>> COR Task Manager
>>> NOAA/National Weather Service
>>> Meteorological Development Laboratory
>>> Digital Forecast Services Branch
>>> SSMC2 Room 10106
>>> Silver Spring, MD 20910
>>> (301) 427-9471 (office)
>>> (908) 902-4155 (cell/text)
>>>
>>
>>
>> --
>> Scientific Programmer, AceInfo Solutions
>> Supporting Meteorological Development Laboratory
>>
>>
>
> --
> John Wagner
> Verification Task Lead
> COR Task Manager
> NOAA/National Weather Service
> Meteorological Development Laboratory
> Digital Forecast Services Branch
> SSMC2 Room 10106
> Silver Spring, MD 20910
> (301) 427-9471 (office)
> (908) 902-4155 (cell/text)
>

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: Eric Gilleland
Time: Sat Oct 26 15:01:53 2019

Hi all,

I'm still trying to get out from under my ever expanding inbox but I
will
read through the ticket soon.

Eric

On Wed, Oct 23, 2019, 16:22 John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Brooke,
>
> I've added Eric Gilleland to this ticket.  He's a statistician here
at NCAR
> on the METplus team.
>
> It sounds like you have a single probabilistic forecast field that
you're
> evaluating.  For example, this might be a probability of
precipitation
> (POP) forecast.  And the probability forecast is for the event of
> precipitation actually occurring in the observation, meaning an
> observation threshold of >0.
>
> You're running Grid-Stat with the following type of configuration
setting:
> fcst = {...
> prob = TRUE;
> cat_thresh = [ ==0.1 ];
> ...}
> obs = {...
> cat_thresh = [ >0 ];
> ...}
>
> And that result in a single Brier Score value summarizing the
performance
> of the probability forecast across the full range of probability
values.
>
> Instead, you'd like to get a separate Brier Score for each
probability
> bin... meaning 10 Brier Scores.
>
> I do not think that's how the Brier Score works.  You compute a
single
> Brier Score for the full probability forecast, not separately for
each
> bin.  But it's possible that I don't understand this completely.
>
> Eric, can you please look through this ticket and clarify anything I
may
> have gotten wrong?
>
> Thanks,
> John
>
> On Fri, Oct 18, 2019 at 9:29 AM Brooke Adams - NOAA Affiliate via RT
<
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
> >
> > John,
> >
> > Thanks for the quick response.
> > Our goal is to generate probabilistic stats for each of these
threshold
> > combos. We specifically want the Brier score and reliability for
each
> > probability and obs pair. Is this possible?
> >
> > Thanks!
> >
> > On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT <
> > met_help at ucar.edu> wrote:
> >
> > > Hello Brooke,
> > >
> > > I see that you have a question about processing probabilistic
data
> using
> > > the Grid-Stat tool in MET.
> > >
> > > The Grid-Stat and Point-Stat tools in MET are used to compute
> > > probabilistic verification statistics.  And the methodology is
the same
> > in
> > > both.  The user defines a list of forecast probability
thresholds,
> > starting
> > > at 0 and ending 1, and those are used to define N probability
bins.
> The
> > > user also defines a single observation threshold which defines
whether
> or
> > > not the event actually did occur.  Combined, these thresholds
define an
> > Nx2
> > > contingency table (where N is the number of probability bins and
2 is
> for
> > > whether or not the event occurred).  For each
probability/observation
> > pair,
> > > we increment the counts in one of those Nx2 table cells based on
the
> > > probability value and whether or not the obs met the threshold
> criteria.
> > >
> > > All of MET's probabilistic output in the PCT, PSTD, PJC, and PRC
line
> > types
> > > are derived from this Nx2 table, including statistics like
reliability,
> > > resolution, and uncertainty.
> > >
> > > The functionality your are requesting is in fact available in
MET.  In
> > your
> > > config file, just use the configuration option named
"prob_as_scalar"
> and
> > > set:
> > >    prob_as_scalar = TRUE;
> > > Or if you're manually setting "prob = TRUE;" just remove that
from your
> > > configuration and it'll be processed as a scalar field by
default.
> > >
> > > With these settings, instead of applying the probabilistic vx
> > methodology,
> > > MET will process the data as it would any other scalar field,
like 2-m
> > > temperature or precipitation.  But I want to emphasize that the
> resulting
> > > statistics will be different.  For each pair of
forecast/observation
> > > threshold, you'll get a 2x2 contingency table in the CTC line
type from
> > > which stats like PODY, CSI, and GSS can be derived.
> > >
> > > Also note that for 2x2 tables, the number of forecast thresholds
must
> > > exactly match the number of observation thresholds.  So you'll
need to
> > > configure it like this to get 10 output CTC lines for these 2x2
tables:
> > >
> > > fcst = {...
> > > cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> > > >=0.8, >=0.9 ];
> > > ...}
> > > obs = {...
> > > cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
> > > ...}
> > >
> > > And beware that ">0" is usually better than ">=0" since the
latter is
> > > always true, at least for fields like precip.
> > >
> > > Is this what you were expecting?  Or were you expecting to get
> > > probabilistic stats for each of these threshold combos?
> > >
> > > Thanks,
> > > John Halley Gotway
> > >
> > > On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA Affiliate
via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
> > > > Transaction: Ticket created by brooke.karlee.adams at noaa.gov
> > > >        Queue: met_help
> > > >      Subject: Grid_Stat - Verifying Probabilities by threshold
> > > >        Owner: Nobody
> > > >   Requestors: brooke.karlee.adams at noaa.gov
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
> > >
> > > >
> > > >
> > > > Hello,
> > > >
> > > > We are working on verifying probabilities in the grid_stat
tool. I
> have
> > > run
> > > > the grid_stat module on PoP12 and 12 hour accumulated
precipitation
> > > > (generated from PCP_combine) following this example:
> > > >
> > > >
> > >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> > > > .
> > > > I have also consulted the FAQ Grid_Stat Verifying
Probabilities 1 and
> > 2 (
> > > >
> > > >
> > >
> >
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> > > > ).
> > > >
> > > > Our goal is to obtain the output for each of the threshold
values
> > > > specified in the forecast dictionary (the probability
thresholds).
> > > However,
> > > > the output I obtain is broken up by the specified observation
> > cat_thresh
> > > > only.
> > > >
> > > > Is there a way to obtain results for each of the individual
> thresholds
> > > > applied to both forecast and observations?
> > > > More specifically, the pstd file would have a separate line
for each
> > > > combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0
and
> > > observation
> > > > >=0.0.
> > > >
> > > > ---
> > > > As a side note, the examples on verifying probabilities using
> Grid_stat
> > > do
> > > > not have the upper threshold ending in 1.0.
> > > > i.e in the example mentioned above:
> > > > prob = TRUE;
> > > > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>=0.6,
> >=0.7,
> > > > >=0.8, >=0.9];
> > > >
> > > > However, when grid_stat is run this way I receive this error:
> > > > check_prob_thresh() -> When verifying a probability field, you
must
> > > select
> > > > at least 3 thresholds beginning with 0.0 and ending with 1.0.
> > > >
> > > > Thanks for any help you can provide!
> > > >
> > > > Best,
> > > > Brooke Adams
> > > >
> > > > Scientific Programmer, AceInfo Solutions
> > > > Supporting Meteorological Development Laboratory
> > > >
> > > >
> > >
> > >
> >
> > --
> > Scientific Programmer, AceInfo Solutions
> > Supporting Meteorological Development Laboratory
> >
> >
>
>

------------------------------------------------
Subject: Grid_Stat - Verifying Probabilities by threshold
From: Eric Gilleland
Time: Mon Oct 28 13:14:47 2019

Ok, so if I understand correctly, you basically want the values of
things
like (p_i - o_i)^2 for each probability bin (summed over only what is
in
each bin).  Correct?  The idea being to see if the models do better
for
certain probability bins than others.  I think it makes sense to do,
but I
don't know if it is possible in MET.  John?  It sounds like you can
make
your own bins, but I'm guessing that MET requires them to cover the
interval from zero to one?  If so, then it would not be possible in
MET.

Best,

Eric

PS--John, I tried to open the ticket link, but it didn't work.  You
might
have to point me again to where I go to answer these tickets.

On Wed, Oct 23, 2019 at 4:22 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Brooke,
>
> I've added Eric Gilleland to this ticket.  He's a statistician here
at NCAR
> on the METplus team.
>
> It sounds like you have a single probabilistic forecast field that
you're
> evaluating.  For example, this might be a probability of
precipitation
> (POP) forecast.  And the probability forecast is for the event of
> precipitation actually occurring in the observation, meaning an
> observation threshold of >0.
>
> You're running Grid-Stat with the following type of configuration
setting:
> fcst = {...
> prob = TRUE;
> cat_thresh = [ ==0.1 ];
> ...}
> obs = {...
> cat_thresh = [ >0 ];
> ...}
>
> And that result in a single Brier Score value summarizing the
performance
> of the probability forecast across the full range of probability
values.
>
> Instead, you'd like to get a separate Brier Score for each
probability
> bin... meaning 10 Brier Scores.
>
> I do not think that's how the Brier Score works.  You compute a
single
> Brier Score for the full probability forecast, not separately for
each
> bin.  But it's possible that I don't understand this completely.
>
> Eric, can you please look through this ticket and clarify anything I
may
> have gotten wrong?
>
> Thanks,
> John
>
> On Fri, Oct 18, 2019 at 9:29 AM Brooke Adams - NOAA Affiliate via RT
<
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706 >
> >
> > John,
> >
> > Thanks for the quick response.
> > Our goal is to generate probabilistic stats for each of these
threshold
> > combos. We specifically want the Brier score and reliability for
each
> > probability and obs pair. Is this possible?
> >
> > Thanks!
> >
> > On Fri, Oct 18, 2019 at 10:01 AM John Halley Gotway via RT <
> > met_help at ucar.edu> wrote:
> >
> > > Hello Brooke,
> > >
> > > I see that you have a question about processing probabilistic
data
> using
> > > the Grid-Stat tool in MET.
> > >
> > > The Grid-Stat and Point-Stat tools in MET are used to compute
> > > probabilistic verification statistics.  And the methodology is
the same
> > in
> > > both.  The user defines a list of forecast probability
thresholds,
> > starting
> > > at 0 and ending 1, and those are used to define N probability
bins.
> The
> > > user also defines a single observation threshold which defines
whether
> or
> > > not the event actually did occur.  Combined, these thresholds
define an
> > Nx2
> > > contingency table (where N is the number of probability bins and
2 is
> for
> > > whether or not the event occurred).  For each
probability/observation
> > pair,
> > > we increment the counts in one of those Nx2 table cells based on
the
> > > probability value and whether or not the obs met the threshold
> criteria.
> > >
> > > All of MET's probabilistic output in the PCT, PSTD, PJC, and PRC
line
> > types
> > > are derived from this Nx2 table, including statistics like
reliability,
> > > resolution, and uncertainty.
> > >
> > > The functionality your are requesting is in fact available in
MET.  In
> > your
> > > config file, just use the configuration option named
"prob_as_scalar"
> and
> > > set:
> > >    prob_as_scalar = TRUE;
> > > Or if you're manually setting "prob = TRUE;" just remove that
from your
> > > configuration and it'll be processed as a scalar field by
default.
> > >
> > > With these settings, instead of applying the probabilistic vx
> > methodology,
> > > MET will process the data as it would any other scalar field,
like 2-m
> > > temperature or precipitation.  But I want to emphasize that the
> resulting
> > > statistics will be different.  For each pair of
forecast/observation
> > > threshold, you'll get a 2x2 contingency table in the CTC line
type from
> > > which stats like PODY, CSI, and GSS can be derived.
> > >
> > > Also note that for 2x2 tables, the number of forecast thresholds
must
> > > exactly match the number of observation thresholds.  So you'll
need to
> > > configure it like this to get 10 output CTC lines for these 2x2
tables:
> > >
> > > fcst = {...
> > > cat_thresh = [ >0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5, >=0.6,
>=0.7,
> > > >=0.8, >=0.9 ];
> > > ...}
> > > obs = {...
> > > cat_thresh = [ >0, >0, >0, >0, >0, >0, >0, >0, >0, >0 ];
> > > ...}
> > >
> > > And beware that ">0" is usually better than ">=0" since the
latter is
> > > always true, at least for fields like precip.
> > >
> > > Is this what you were expecting?  Or were you expecting to get
> > > probabilistic stats for each of these threshold combos?
> > >
> > > Thanks,
> > > John Halley Gotway
> > >
> > > On Fri, Oct 18, 2019 at 6:57 AM Brooke Adams - NOAA Affiliate
via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > Fri Oct 18 06:56:28 2019: Request 92706 was acted upon.
> > > > Transaction: Ticket created by brooke.karlee.adams at noaa.gov
> > > >        Queue: met_help
> > > >      Subject: Grid_Stat - Verifying Probabilities by threshold
> > > >        Owner: Nobody
> > > >   Requestors: brooke.karlee.adams at noaa.gov
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92706
> > >
> > > >
> > > >
> > > > Hello,
> > > >
> > > > We are working on verifying probabilities in the grid_stat
tool. I
> have
> > > run
> > > > the grid_stat module on PoP12 and 12 hour accumulated
precipitation
> > > > (generated from PCP_combine) following this example:
> > > >
> > > >
> > >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv8.0/tutorial.php?name=grid_stat&category=configure
> > > > .
> > > > I have also consulted the FAQ Grid_Stat Verifying
Probabilities 1 and
> > 2 (
> > > >
> > > >
> > >
> >
>
https://dtcenter.org/met/users/support/faqs/faq.php?name=grid_stat&category=verifying_probabilities
> > > > ).
> > > >
> > > > Our goal is to obtain the output for each of the threshold
values
> > > > specified in the forecast dictionary (the probability
thresholds).
> > > However,
> > > > the output I obtain is broken up by the specified observation
> > cat_thresh
> > > > only.
> > > >
> > > > Is there a way to obtain results for each of the individual
> thresholds
> > > > applied to both forecast and observations?
> > > > More specifically, the pstd file would have a separate line
for each
> > > > combination of probability >=0.0, >=0.1,. >=0.2, .... >=1.0
and
> > > observation
> > > > >=0.0.
> > > >
> > > > ---
> > > > As a side note, the examples on verifying probabilities using
> Grid_stat
> > > do
> > > > not have the upper threshold ending in 1.0.
> > > > i.e in the example mentioned above:
> > > > prob = TRUE;
> > > > cat_thresh = [ >=0.0, >=0.1, >=0.2, >=0.3, >=0.4, >=0.5,
>=0.6,
> >=0.7,
> > > > >=0.8, >=0.9];
> > > >
> > > > However, when grid_stat is run this way I receive this error:
> > > > check_prob_thresh() -> When verifying a probability field, you
must
> > > select
> > > > at least 3 thresholds beginning with 0.0 and ending with 1.0.
> > > >
> > > > Thanks for any help you can provide!
> > > >
> > > > Best,
> > > > Brooke Adams
> > > >
> > > > Scientific Programmer, AceInfo Solutions
> > > > Supporting Meteorological Development Laboratory
> > > >
> > > >
> > >
> > >
> >
> > --
> > Scientific Programmer, AceInfo Solutions
> > Supporting Meteorological Development Laboratory
> >
> >
>
>

------------------------------------------------


More information about the Met_help mailing list