Interest rate differentials: Saudi Riyal and U.S. Dollar deposits
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"interest-rates-on-saudi-riyals-deposits",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/interest-rates-on-saudi-riyals-deposits"
}
] - "definitions":{
- "interest-rates-on-saudi-riyals-deposits":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/interest-rates-on-saudi-riyals-deposits_records"
}
}
} - "records":
} - "properties":
- "interest-rates-on-saudi-riyals-deposits_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "unitindicator":,{
- "type":"string",
- "title":"Unit/Indicator",
- "description":""
} - "maturity_period":,{
- "type":"string",
- "title":"Maturity Period",
- "description":""
} - "interest_rate":,{
- "type":"number",
- "title":"Interest Rate (%)",
- "description":""
} - "date":,{
- "type":"string",
- "title":"Date",
- "description":""
} - "date_object":,{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
} - "name":{
- "type":"string",
- "title":"Name",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "interest-rates-on-saudi-riyals-deposits":