Condtion used in bond report tempate in DSS

why below condition is used in Datascope API ,

"Condition": {
"BondScheduleTypeCodes": [
"UOPH"

what does UOPH stands for ? do we have list of such codes . and can several Option Codes be used simultaneously in a single request?

Best Answer

  • gareth.teage
    Answer ✓

    @rachana.hp Hi Rachana, as discussed via Teams

    UOPH in this case is the BondScheduleCode for {

    "Code": "UOPH",

    "Name": "Use Of Proceeds History",

    "Description": "Use Of Proceeds History"

    }


    On the API a full list of available codes can be found by doing a GET https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/BondScheduleTypes


    Multiple codes can be used, however the output might not be logically represented unless the fields relevant to the BondScheduleTypes are ordered, the Data Content Guide y/n flags can be referred to for which fields are relevant to the Type options.

    Best regards,

    Gareth