{ "timeout" : "1000", "patterns": { "date": { "match" : "(20[0-9]{2})\\-0?([0-9]{1,2})\\-0?([0-9]{1,2})", "replace" : "$2/$3/$1" }, "rate": { "match" : "^([0-9\\.]+)$", "replace" : "$1%" } }, "sources": { "production": { "FFT" : "/markets/omo/dmm/fftoXML.cfm?type=target", "FFD" : "/markets/omo/dmm/fftoXML.cfm?type=daily", "DW" : "/SDMXML/discountwindow/discountwindow.xml" }, "test": { "FFT" : "/v4/components/test/xml/target.xml", "FFD" : "/v4/components/test/xml/daily.xml", "DW" : "/v4/components/test/xml/discountwindow.xml" } }, "settings_map": { "status" : { "dw_status" : "DW", "ff_status" : "FF" }, "message": { "DW": "dw_unavail_msg", "FF": "ff_unavail_msg" }, "effDate": { "FF": "ff_date", "DW": "dw_date" }, "rates": { "primary" : "dw_prime_rate", "seasonal" : "dw_seasonal_rate", "secondary" : "dw_secondary_rate", "effective" : "ff_effective_rate", "target" : "ff_target_rate" } }, "groups" : { "FF": { "label" : "Fed Funds Rate", "linkURL" : "/markets/omo/dmm/fedfundsdata.cfm", "unavailable" : "data temporarily unavailable", "rates" : [ "target", "effective" ] }, "DW": { "label" : "| Discount Window", "linkURL" : "/banking/discountwindow.html", "unavailable" : "data temporarily unavailable", "rates" : [ "primary","secondary","seasonal" ] } }, "rates" : { "target": { "label" : "Target", "type" : "child", "file" : "FFT", "series" : "target:Series", "element" : "ff:Obs", "value" : "base:OBS_VALUE", "status" : "OBS_STATUS", "date" : "base:TIME_PERIOD" }, "effective": { "label" : "Effective", "type" : "child", "file" : "FFD", "series" : "ff:Series", "element" : "ff:Obs", "value" : "base:OBS_VALUE", "status" : "OBS_STATUS", "date" : "base:TIME_PERIOD" }, "primary": { "label" : "Primary", "type" : "attribute", "file" : "DW", "series" : { "tag" : "frbny:Series", "attribute" : "DISCOUNT_WINDOW_RATE", "value" : "PRIMARY" }, "element" : "frbny:Obs", "value" : "OBS_VALUE", "date" : "TIME_PERIOD", "status" : "OBJ_STATUS" }, "secondary": { "label" : "Secondary", "type" : "attribute", "file" : "DW", "series" : { "tag" : "frbny:Series", "attribute" : "DISCOUNT_WINDOW_RATE", "value" : "SECONDARY" }, "element" : "frbny:Obs", "value" : "OBS_VALUE", "date" : "TIME_PERIOD", "status" : "OBJ_STATUS" }, "seasonal" : { "label" : "Seasonal", "type" : "attribute", "file" : "DW", "series" : { "tag" : "frbny:Series", "attribute" : "DISCOUNT_WINDOW_RATE", "value" : "SEASONAL" }, "element" : "frbny:Obs", "value" : "OBS_VALUE", "date" : "TIME_PERIOD", "status" : "OBJ_STATUS" } } }