gcubed.projections.derivation_definitions.saving_related_variables

The Saving related variables derivation definitions.

// Savings/Investment balance // SAVI: real domestic saving INVT: total investment including by households PRII: price paid by producers for raw capital PRID: weighted price of domestic output CURR: current account, US$, using IRAS REXN: real exchange rate with capital controls DEFI: fiscal deficit, using INTR

SAVI (real domestic saving) = INVTexp(PRII-PRID) + CURR/exp(REXN) + DEFI ; SAVN (nominal domestic saving) = INVTexp(PRII-PRID) + CURN + DEFN ; SAVT (nominal domestic non-government saving) = INVT*exp(PRII-PRID) + CURN ;

//

def TOTALREALDOMESTICSAVINGS() -> gcubed.projections.derivation.Derivation:

The sum of real domestic saving. // SAVI: real domestic saving INVT: total investment including by households PRII: price paid by producers for raw capital PRID: weighted price of domestic output CURR: current account, US$, using IRAS REXN: real exchange rate with capital controls DEFI: fiscal deficit, using INTR SAVI (real domestic saving) = INVT*exp(PRII-PRID) + CURR/exp(REXN) + DEFI ;

def TOTALNOMINALDOMESTICSAVINGS() -> gcubed.projections.derivation.Derivation:

The sum of real domestic saving. // SAVI: real domestic saving INVT: total investment including by households PRII: price paid by producers for raw capital PRID: weighted price of domestic output CURN(USA): current account, dom currency, using INAS REXN: real exchange rate with capital controls DEFI: fiscal deficit, using INTR DEFN: fiscal deficit, using INTN

SAVN (nominal domestic saving) = INVT*exp(PRII-PRID) + CURN + DEFN ;

def TOTALNOMINALDOMESTIC_NON_GOVERNMENTSAVINGS() -> gcubed.projections.derivation.Derivation:

The sum of real domestic saving. // SAVI: real domestic saving INVT: total investment including by households PRII: price paid by producers for raw capital PRID: weighted price of domestic output CURN(USA): current account, dom currency, using INAS REXN: real exchange rate with capital controls DEFI: fiscal deficit, using INTR SAVT (nominal domestic non-government saving) = INVT*exp(PRII-PRID) + CURN ;