Green Bond Issuances

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
CTS_Name
               

No description available for this field.

Name (identifier)
cts_name
Type
text
Sample
                       
CTS_Full_Descriptor
               

No description available for this field.

Name (identifier)
cts_full_descriptor
Type
text
Sample
                       
Type_of_Issuer
               

No description available for this field.

Name (identifier)
type_of_issuer
Type
text
Sample
                       
Use_of_Proceed
               

No description available for this field.

Name (identifier)
use_of_proceed
Type
text
Sample
                       
Principal_Currency
               

No description available for this field.

Name (identifier)
principal_currency
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Source
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"green-bond-issuances",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/green-bond-issuances"
      }
    ]
    ,
  • "definitions":
    {
    • "green-bond-issuances":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/green-bond-issuances_records"
            }
          }
        }
      }
      ,
    • "green-bond-issuances_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "cts_name":
              {
              • "type":"string",
              • "title":"CTS_Name",
              • "description":""
              }
              ,
            • "cts_full_descriptor":
              {
              • "type":"string",
              • "title":"CTS_Full_Descriptor",
              • "description":""
              }
              ,
            • "type_of_issuer":
              {
              • "type":"string",
              • "title":"Type_of_Issuer",
              • "description":""
              }
              ,
            • "use_of_proceed":
              {
              • "type":"string",
              • "title":"Use_of_Proceed",
              • "description":""
              }
              ,
            • "principal_currency":
              {
              • "type":"string",
              • "title":"Principal_Currency",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "source":
              {
              • "type":"string",
              • "title":"Source",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets