Classification Technical Codes in LSEG Workspace

Amith.TUmesh
edited September 1 in Workspace SDK

I’m looking for a list of the technical codes of the standard classifications that are supported by LSEG workspace:

 

Codes.png

For example I observed from sample python code that the technical id for the country classification is “COUNTRY_OF_ISSUE_MIXED.VESTEK.VESTEK”. I would like to receive this code for each of the classifications.

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Amith.TUmesh

    Thank you for reaching out to us.

    Could you clarify which sample Python code you're referring to?

  • Hi @Jirapongse,

    The original question was posted by me to Amith from the LSEG helpdesk. The classification example can be found as part of a sample script in CODEBOOK for generating portfolio attribution API requests:

    image.png

    As explained in the initial query I'm looking for a document/file that maps each of the possible default LSEG classifications that can be applied in PORTF to the corresponding technical code so that I can use them for automated performance attribution extractions.

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @ChristopheOlivier

    You can refer to the metadata.ipynb example.

    image.png
    pam.metadata.get_data_columns()
    
  • @Jirapongse Great stuff, I indeed was able to find it through the examples provided in this script. Have a nice day!