From f589331fdc3c1c16fbe4a6b1f2fdb9a11be7cb44 Mon Sep 17 00:00:00 2001 From: TerenceLau Date: Thu, 8 Jul 2021 09:21:18 +0800 Subject: [PATCH] Updated 3 Example: Macro Economic Indicator (China) (markdown) --- 3-Example:-Macro-Economic-Indicator-(China).md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/3-Example:-Macro-Economic-Indicator-(China).md b/3-Example:-Macro-Economic-Indicator-(China).md index bebe144..0d2df7e 100644 --- a/3-Example:-Macro-Economic-Indicator-(China).md +++ b/3-Example:-Macro-Economic-Indicator-(China).md @@ -29,4 +29,7 @@ fl_monthly = cn.fl_monthly() # China Forex Loan (monthly) drr_monthly = cn.drr_monthly() # China Deposit Reserve Ratio (monthly) interest_monthly = cn.interest_monthly() # China Interest (monthly) gdc_daily = cn.gdc_daily() # China gasoline, Diesel and Crude Oil +cn_epu_monthly = cn.CN_EPU_Monthly() # Mainland China Economic Policy Uncertainty (monthly) +cn_epu_daily = cn.CN_EPU_Daily() # Mainland China Economic Policy Uncertainty (daily) +cn_policy_specific_epu = cn.Policy_Specific_EPU() # Mainland China Policy Specific EPU ``` \ No newline at end of file