Green Bonds
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "maturity_date":
}
} - "fields":
} - "properties":
} - "green_bonds_since_2008":