Balance of Payments

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
REF_AREA
               

No description available for this field.

Name (identifier)
ref_area
Type
text
Sample
                       
FREQ
               

No description available for this field.

Name (identifier)
freq
Type
text
Sample
                       
UNIT_MEASURE
               

No description available for this field.

Name (identifier)
unit_measure
Type
text
Sample
                       
SOURCE_DETAIL
               

No description available for this field.

Name (identifier)
source_detail
Type
text
Sample
                       
MEASURE
               

No description available for this field.

Name (identifier)
measure
Type
text
Sample
                       
PRICES
               

No description available for this field.

Name (identifier)
prices
Type
text
Sample
                       
BOP_ITEM
               

No description available for this field.

Name (identifier)
bop_item
Type
text
Sample
                       
BOP_TYPE
               

No description available for this field.

Name (identifier)
bop_type
Type
text
Sample
                       
Balance in Million US$
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
$
Sample
                       
DECIMALS
               

No description available for this field.

Name (identifier)
decimals
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"balance-of-payments",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/balance-of-payments"
      }
    ]
    ,
  • "definitions":
    {
    • "balance-of-payments":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/balance-of-payments_records"
            }
          }
        }
      }
      ,
    • "balance-of-payments_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "ref_area":
              {
              • "type":"string",
              • "title":"REF_AREA",
              • "description":""
              }
              ,
            • "freq":
              {
              • "type":"string",
              • "title":"FREQ",
              • "description":""
              }
              ,
            • "unit_measure":
              {
              • "type":"string",
              • "title":"UNIT_MEASURE",
              • "description":""
              }
              ,
            • "source_detail":
              {
              • "type":"string",
              • "title":"SOURCE_DETAIL",
              • "description":""
              }
              ,
            • "measure":
              {
              • "type":"string",
              • "title":"MEASURE",
              • "description":""
              }
              ,
            • "prices":
              {
              • "type":"string",
              • "title":"PRICES",
              • "description":""
              }
              ,
            • "bop_item":
              {
              • "type":"string",
              • "title":"BOP_ITEM",
              • "description":""
              }
              ,
            • "bop_type":
              {
              • "type":"string",
              • "title":"BOP_TYPE",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Balance in Million US$",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "decimals":
              {
              • "type":"string",
              • "title":"DECIMALS",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets