Versions Compared

Key

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

...

Benchmark TypeCorresponding Custom Index Type ValueResolution
EntityEntity DetailSecurity ConstrainedSecurity Exclusion
Floating AggregateWeight BlendedFLTB++

Floating Weight BlendedBLND++

LinkedLINK++

Currency ConversionCONV++

HedgedHEDG++

ConstrainedCNST+++
ExclusionEXCL++
+

...

customBenchmark/entityId = entity_id.
If a match as is found, the interface considers custom index record resolved and the logic will move to entity detail resolution.

...

Logic performs a lookup in the Perf_sec_rollup_relation table in the Perform database.

  1. If no match is found, the record (batch) fails with an error message: “Entity and Security Relation not found”
  2. If a match is found, the logic populates Security_alias in the Custom_index_attr_detail table with the security_alias value obtained above.

...

Lookup in the Perf_sec_rollup_relation table in the Perform database is performed.

  1. If there is no match, it fails the record (batch) with an error message: “Entity and Security Relation not found”
  2. If there is a match, it populates Security_alias in the Custom_index_attr_detail table with the security_alias value obtained above.

...

Code Block
languagexml
<batchKey>2016-12-12^BT153545^TB153545</batchKey>

If there is a match, the interface looks to the value in PROCESS TYPE on the incoming record and:

...