Green Bonds

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
maturity_date
               

No description available for this field.

Name (identifier)
maturity_date
Type
date
Sample
                       
settlement_date
               

No description available for this field.

Name (identifier)
settlement_date
Type
date
Sample
                       
type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
maturity
               

No description available for this field.

Name (identifier)
maturity
Type
decimal
Sample
                       
currency
               

No description available for this field.

Name (identifier)
currency
Type
text
Sample
                       
volume
               

No description available for this field.

Name (identifier)
volume
Type
integer
Sample
                       
coupon
               

No description available for this field.

Name (identifier)
coupon
Type
decimal
Sample
                       
usd_equivalent
               

No description available for this field.

Name (identifier)
usd_equivalent
Type
decimal
Sample
                       
final_terms
               

No description available for this field.

Name (identifier)
final_terms
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"green_bonds_since_2008",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/green_bonds_since_2008"
      }
    ]
    ,
  • "definitions":
    {
    • "green_bonds_since_2008":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/green_bonds_since_2008_records"
            }
          }
        }
      }
      ,
    • "green_bonds_since_2008_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "maturity_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"maturity_date",
              • "description":""
              }
              ,
            • "settlement_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"settlement_date",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"type",
              • "description":""
              }
              ,
            • "maturity":
              {
              • "type":"number",
              • "title":"maturity",
              • "description":""
              }
              ,
            • "currency":
              {
              • "type":"string",
              • "title":"currency",
              • "description":""
              }
              ,
            • "volume":
              {
              • "type":"integer",
              • "title":"volume",
              • "description":""
              }
              ,
            • "coupon":
              {
              • "type":"number",
              • "title":"coupon",
              • "description":""
              }
              ,
            • "usd_equivalent":
              {
              • "type":"number",
              • "title":"usd_equivalent",
              • "description":""
              }
              ,
            • "final_terms":
              {
              • "type":"string",
              • "title":"final_terms",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets