Beyond the Bean : Dual Model

Move the sliders to get a percentage shock, then click Submit.

Local Market Shock (US Per Cup)

Current Price: ${{ "%.2f" | format(recent_milk|default(0)) }}
%
Current Price: ${{ "%.2f" | format(recent_sugar|default(0)) }}
%
Current Price: ${{ "%.2f" | format(recent_cocoa|default(0)) }}
%

Local Micro Market (Price Per Cup)

{% if local_projections %}

After shocks, new price is: ${{ "%.2f" | format(local_projections[0]) }} (Base: ${{ "%.2f" | format(local_prices[-1]) }})

{% endif %}

Global Macro Model Arima ↓

Global Market Shock

Current Price: ${{ "%.2f" | format(recent_global_sugar|default(0)) }}
%
Current Price: ${{ "%.0f" | format(recent_global_cocoa|default(0)) }}
%

Global Macro Market (Price Per Pound)

{% if global_projections %}

After shocks, new price: ${{ "%.2f" | format(global_projections[0]) }} (Base: ${{ "%.2f" | format(global_prices[-1]) }})

{% endif %}
{% if scroll %} {% endif %}