From b2a3913d825a14f942e68d8e1f9877b2f1be0266 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 7 Dec 2024 10:48:44 -0500 Subject: [PATCH] change currency symbol --- ogzaf/constants.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ogzaf/constants.py b/ogzaf/constants.py index bf93934..67c72a7 100644 --- a/ogzaf/constants.py +++ b/ogzaf/constants.py @@ -127,20 +127,20 @@ } CBO_UNITS = { - "Y": r"Billions of ₹", + "Y": r"Billions of R", "r": "Percent", "w_growth": "Percent", "L_growth": "Percent", - "I_total": r"Billions of ₹", + "I_total": r"Billions of R", "L": "2012=100", - "C": r"Billions of ₹", - "agg_pension_outlays": r"Billions of ₹", - "G": r"Billions of ₹", - "iit_revenue": r"Billions of ₹", - "payroll_tax_revenue": r"Billions of ₹", - "business_tax_revenue": r"Billions of ₹", - "wL": r"Billions of ₹", - "D": r"Billions of ₹", + "C": r"Billions of R", + "agg_pension_outlays": r"Billions of R", + "G": r"Billions of R", + "iit_revenue": r"Billions of R", + "payroll_tax_revenue": r"Billions of R", + "business_tax_revenue": r"Billions of R", + "wL": r"Billions of R", + "D": r"Billions of R", } PARAM_LABELS = {