Farmaanaa's picture
Create datapackage.json
3e1e0df verified
{
"name": "iran_interest_rates_by_term_1984_2018",
"title": "Iran Interest Rates by Term 1984-2018",
"description": "Historical interest rates in Iran from 1984 to 2018 for various terms. Data cleaned and prepared by farmaanaa.ir.",
"keywords": ["iran", "interest_rates", "monetary_policy", "finance", "banking", "historical_data", "financial_market"],
"licenses": [
{
"name": "cc-by-4.0",
"title": "Creative Commons Attribution 4.0 International",
"path": "https://creativecommons.org/licenses/by/4.0/"
}
],
"sources": [
{
"title": "Iranian Financial Institution",
"path": "https://www.example.com"
}
],
"resources": [
{
"path": "iran_interest_rates_by_term_1984_2018.csv",
"name": "interest_rates_data",
"profile": "tabular-data-resource",
"format": "csv",
"schema": {
"fields": [
{
"name": "Year",
"type": "integer",
"description": "The year of the record in the Persian (Shamsi) calendar."
},
{
"name": "Short_Term",
"type": "string",
"description": "Interest rate for short-term deposits. Contains numerical values and ranges."
},
{
"name": "6_Month_Special",
"type": "string",
"description": "Interest rate for special 6-month deposits. Contains numerical values and ranges."
},
{
"name": "1_Year",
"type": "string",
"description": "Interest rate for 1-year deposits. Contains numerical values and ranges."
},
{
"name": "2_Year",
"type": "string",
"description": "Interest rate for 2-year deposits. Contains numerical values and ranges."
},
{
"name": "3_Year",
"type": "string",
"description": "Interest rate for 3-year deposits. Contains numerical values and ranges."
},
{
"name": "4_Year",
"type": "string",
"description": "Interest rate for 4-year deposits. Contains numerical values and ranges."
},
{
"name": "5_Year",
"type": "string",
"description": "Interest rate for 5-year deposits. Contains numerical values and ranges."
}
]
}
}
],
"created": "2025-07-03"
}