Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this page:

...

Click to read more about Roll Up

Position Detail Analytics Switch Logic

Position Detail Analytics Switch is used when you want to load controls the way you load elements of the Position Analytics Model to Position Analytics tables.

XML path: EagleML/warehouseTransaction/warehousePosition/posDetAnlSwitch

Valid values:

  • NONE - do not load data to any Position Analytics tables;
  • ALL ANL -  load to all tables (ANL, ANL_EQ, ANL_FI, ANL_KRD, ANL_USER);ANL - load to ANL load to POSITION_DETAIL_ANL table only;
  • ANL_EQ - load to ANL_EQ POSITION_DETAIL_ANL_EQ table only;
  • ANL_FI - load to POSITION_DETAIL_ANL_FI FI table only;
  • ANL_KRD - load to POSITION_DETAIL_ANL_KRD KRD table only;
  • ANL_USER - load to POSITION_DETAIL_ANL_USER table only;USER table only.
  • ALL - load to all tables (POSITION_DETAIL_ANL, POSITION_DETAIL_ANL_EQ, POSITION_DETAIL_ANL_FI, POSITION_DETAIL_ANL_KRD, POSITION_DETAIL_ANL_USER);

Fragment of the data message to load <pricingSpread> to HOLDINGDBO.POSITION_DETAIL_ANL.PRICING_SPREAD:

Code Block
languagexml
...
<posDetAnlSwitch>ANL</posDetAnlSwitch>
...
<analytics>
   <pricingSpread>157.27</pricingSpread>
</analytics>
...