flowchart LR
subgraph a [VAR model]
A("FOMC Monetary Policy <br> Announcement <br> (↑ policy tightening)")
A ==> B("Conventional <br> Monetary Policy <br> Shock <br> (↑ FF, ↓ SP500)")
A ==> C("Information <br> Shock <br> (↑ FF, ↑ SP500)")
B ==> D("↑ USD")
C ==> E("↓ USD*")
end
subgraph b [Threshold VAR model]
D ==> F("↓ Typical Carry Investment Currency")
F === G("Depreciate more when involved in the <br> carry trade (high NOI), <br> amplified by flight to safety.")
D ==> H("↓ Typical Carry Funding Currency")
H === I("Depreciate less when involved in the <br> carry trade (low NOI), <br> offset by safe haven demand.")
E ==> J("↑ Typical Carry Investment Currency")
J === K("Appreciate significantly when involved <br> in the carry trade (high NOI), supported <br> by positive risk taking sentiment. <br> No change if not investment currency.")
E ==> L("↓↓ Typical Carry Funding Currency*")
L === M("Depreciate when involved in the <br> carry trade (Low NOI). No change when <br> not used as a funding currency.")
end
style a fill:#eaeee7
style b fill:#d2d6cf