mario.CoreModel.mc_ex#

\[mc_{\mathrm{ex},f} = \operatorname{diag}(va_f) (s w_{cc})\]
CoreModel.mc_ex(*, factors=None, scenario: str = 'baseline')#

Return commodity-side exploded value-added multipliers for SUT.

Parameters:
  • factors – Optional subset of factor rows to explode. Accepts one label or an iterable of labels.

  • scenario – Scenario used to read source matrices.

Returns:

DataFrame with a 3-level MultiIndex on the rows describing the factor and the contributing activity or commodity.

Return type:

pandas.DataFrame

Notes

For IOT models use m_ex(). For the activity side use ma_ex().