{"openapi":"3.1.0","info":{"title":"Fed Chair for a Day","description":"An interactive monetary policy simulator: set the fed funds rate, run QE, forward guidance and emergency liquidity, then watch inflation, unemployment and GDP respond month by month and get graded on stability and approval.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/fed-chair-for-a-day":{"get":{"operationId":"fedChairForADay","summary":"An interactive monetary policy simulator: set the fed funds rate, run QE, forward guidance and emergency liquidity, then watch inflation, unemployment and GDP respond month by month and get graded on stability and approval.","parameters":[{"name":"preset","in":"query","required":false,"description":"Starting scenario","schema":{"type":"string","enum":["Normal","Recession","2008-like crisis"]}},{"name":"fed_funds_rate","in":"query","required":false,"description":"Federal funds rate (%)","schema":{"type":"number"}},{"name":"qe_enabled","in":"query","required":false,"description":"Quantitative easing on/off","schema":{"type":"boolean"}},{"name":"qe_magnitude","in":"query","required":false,"description":"QE magnitude (% of GDP per month)","schema":{"type":"number"}},{"name":"forward_guidance","in":"query","required":false,"description":"Forward guidance strength","schema":{"type":"string","enum":["None","Weak","Moderate","Strong"]}},{"name":"emergency_liquidity","in":"query","required":false,"description":"Emergency liquidity injection (% of GDP)","schema":{"type":"number"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}