def economic_kernel(commodity, anchor): return { "supply": anchor * 1.0, "demand": anchor * 0.92, "price_index": round(anchor / 10, 2), "currency_flow": anchor * 0.87, }