Skip to content

Commit

Permalink
change currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 7, 2024
1 parent 4d0aa64 commit b2a3913
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ogzaf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b2a3913

Please sign in to comment.