mario.CoreModel.pc_ex#

\[pc_{\mathrm{ex}} = \operatorname{diag}(va 1) (s w_{cc})\]
CoreModel.pc_ex(*, scenario: str = 'baseline')#

Return commodity-side exploded price-index contributions for SUT.

This is the aggregated analogue of mc_ex(): it sums factor rows first and returns activity and commodity contributors stacked on the rows.

Parameters:

scenario – Scenario used to read source matrices.

Returns:

DataFrame whose rows describe the contributing activity or commodity and whose column sums equal pc.

Return type:

pandas.DataFrame

Notes

For IOT models use p_ex(). For the activity side use pa_ex().