Bamboo Invest · Schema

NGX Dictionary

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
states_and_lgas array Arary of object with states_and_lgas for NG account creation
View JSON Schema on GitHub

JSON Schema

lsxngdictionary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/lsxngdictionary",
  "title": "NGX Dictionary",
  "type": "object",
  "properties": {
    "states_and_lgas": {
      "type": "array",
      "description": "Arary of object with states_and_lgas for NG account creation",
      "example": [
        {
          "state": "Adamawa",
          "lgas": [
            "Demsa",
            "Fufure",
            "Ganye",
            "Gayuk",
            "Gombi",
            "Grie",
            "Hong",
            "Jada",
            "Larmurde",
            "Madagali",
            "Maiha",
            "Mayo Belwa",
            "Michika",
            "Mubi North",
            "Mubi South",
            "Numan",
            "Shelleng",
            "Song",
            "Toungo",
            "Yola North",
            "Yola South"
          ]
        },
        {
          "state": "Lagos",
          "lgas": [
            "Agege",
            "Ajeromi-Ifelodun",
            "Alimosho",
            "Amuwo-Odofin",
            "Badagry",
            "Apapa",
            "Epe",
            "Eti Osa",
            "Ibeju-Lekki",
            "Ifako-Ijaiye",
            "Ikeja",
            "Ikorodu",
            "Kosofe",
            "Lagos Island",
            "Mushin",
            "Lagos Mainland",
            "Ojo",
            "Oshodi-Isolo",
            "Shomolu",
            "Surulere Lagos State"
          ]
        },
        {
          "state": "Federal Capital Territory",
          "lgas": [
            "Abaji",
            "Bwari",
            "Gwagwalada",
            "Kuje",
            "Kwali",
            "Municipal Area Council"
          ]
        },
        {
          "etc": null
        }
      ]
    }
  }
}