{ "name": "gdp", "title": "حساب‌های ملی و تولید ناخالص داخلی ایران — چندمرجعی (SCI + IMF)", "description": "حساب‌های ملیِ ایران از دو منبع: مرکز آمار (SCI، فصلی+سالانه ۱۳۹۰–۱۴۰۳، پایهٔ ۱۴۰۰، ریالی — تولید و هزینه) و IMF (سالانه ۱۹۸۰–۲۰۲۹، دلاری + رشد + پیش‌بینی). ۹ سری سرخط / mart بلندفرمِ ۱۸ رشته‌فعالیت + اجزای هزینه. سطح ملی.", "licenses": [{ "name": "public-official", "title": "آمار رسمی عمومی" }], "sources": [ { "title": "مرکز آمار ایران — حساب‌های ملی فصلی", "path": "https://www.amar.org.ir/national-accounts" }, { "title": "صندوق بین‌المللی پول — World Economic Outlook", "path": "https://www.imf.org/en/Publications/WEO" } ], "created": "2026-07-25", "resources": [ { "name": "observations", "path": "clean/observations.parquet", "format": "parquet", "profile": "data-resource", "schema": { "fields": [ { "name": "dataset_id", "type": "string" }, { "name": "indicator_id", "type": "string" }, { "name": "indicator_name_fa", "type": "string" }, { "name": "period", "type": "string" }, { "name": "freq", "type": "string", "constraints": { "enum": ["A","Q","M","D"] } }, { "name": "location_code", "type": "string" }, { "name": "location_name", "type": "string" }, { "name": "location_level", "type": "string" }, { "name": "value", "type": "number" }, { "name": "unit", "type": "string" }, { "name": "breakdown", "type": "string" }, { "name": "vintage", "type": "string" }, { "name": "source_id", "type": "string" } ] } }, { "name": "mart", "path": "clean/gdp.parquet", "format": "parquet", "profile": "data-resource", "schema": { "fields": [ { "name": "source_id", "type": "string", "constraints": { "enum": ["sci","imf"] } }, { "name": "account", "type": "string", "constraints": { "enum": ["production","expenditure","headline"] } }, { "name": "price_basis", "type": "string", "constraints": { "enum": ["current","constant","growth","mixed"] } }, { "name": "period", "type": "string" }, { "name": "freq", "type": "string", "constraints": { "enum": ["A","Q"] } }, { "name": "year", "type": "integer" }, { "name": "item_code", "type": "string" }, { "name": "item_fa", "type": "string" }, { "name": "value", "type": "number" }, { "name": "unit", "type": "string" }, { "name": "base_year", "type": "integer" }, { "name": "scenario", "type": "string", "constraints": { "enum": ["actual","projection"] } } ] } } ] }