Skip to main content

Cell

Cell schema.

allowedObligors object[]required

List of allowed obligors

  • Array [
  • codestringrequired

    Obligor Code

    Example: BACR
    namestringrequired

    Obligor Name

    Example: Barclays Bank Plc
  • ]
  • codestringrequired

    Cell Code

    Example: Example-IC
    documents object[]required

    Cell Documents

  • Array [
  • namestringrequired

    Document Name

    Example: Factsheet
  • ]
  • namestringrequired

    Cell Name

    Example: TreasurySpring Example FTF IC
    Cell
    {
    "allowedObligors": [
    {
    "code": "BACR",
    "name": "Barclays Bank Plc"
    }
    ],
    "code": "Example-IC",
    "documents": [
    {
    "name": "Factsheet"
    }
    ],
    "name": "TreasurySpring Example FTF IC"
    }