Does DataScope Select has the field 'Board Lot'

timothyley
timothyley Newcomer

Does Refinitiv Datascope Select have this data field called 'Board Lot'?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @timothyley

    You can refer to the Refinitiv DataScope Select Data Content Guide that lists all available fields in DSS report templates. Therefore, you can search a required field in this sheet.

    From my finding in Investopedia:

    A board lot is a standardized number of shares defined by a stock exchange as a trading unit. In most cases, this means 100 shares. A board lot is what the exchange determines to be a round lot.

    Therefore, it could be "Lot Size" or "Round Lot Size" field. I found these fields in several report templates, such as Terms and Conditions. The output when requesting with the TermsAndConditionsExtractionRequest is:

      {
                "IdentifierType": "Ric",
                "Identifier": "PTT.BK",
                "RIC": "PTT.BK",
                "CUSIP": null,
                "ISIN": "TH0646010Z00",
                "SEDOL": "BD0BDH1",
                "Issuer OrgID": "91735",
                "Currency Code": "THB",
                "Round Lot Size": 100
            },
            {
                "IdentifierType": "Ric",
                "Identifier": "IBM.N",
                "RIC": "IBM.N",
                "CUSIP": "459200101",
                "ISIN": "US4592001014",
                "SEDOL": "2005973",
                "Issuer OrgID": "18228",
                "Currency Code": "USD",
                "Round Lot Size": 100
            }

    For more information, please refer to the Refinitiv DataScope Select Data Content Guide. If you have any further questions regarding DSS content or fields, please directly contact the Refinitiv DataScope Select support team via MyRefinitiv.

Answers