From 1d5cd42650741c6304ef6fe3a3441e2f458f17d5 Mon Sep 17 00:00:00 2001 From: rates automation Date: Tue, 28 Jul 2026 13:17:27 +0000 Subject: [PATCH] Update market rates --- .../federal-funds/by-date/2026-07-27.json | 13 ++++ api/v1/datasets/federal-funds/latest.json | 4 +- .../sofr-180d-average/by-date/2026-07-28.json | 13 ++++ api/v1/datasets/sofr-180d-average/latest.json | 4 +- .../sofr-30d-average/by-date/2026-07-28.json | 13 ++++ api/v1/datasets/sofr-30d-average/latest.json | 6 +- .../sofr-90d-average/by-date/2026-07-28.json | 13 ++++ api/v1/datasets/sofr-90d-average/latest.json | 4 +- .../sofr-index/by-date/2026-07-28.json | 13 ++++ api/v1/datasets/sofr-index/latest.json | 6 +- api/v1/datasets/sofr/by-date/2026-07-27.json | 18 +++++ api/v1/datasets/sofr/latest.json | 8 +-- api/v1/index.json | 72 +++++++++---------- fed-funds/by-year/2026-fed-funds.json | 4 ++ fed-funds/manifest.json | 16 ++--- fed-funds/protobuf/2026-fed-funds.pb | 4 +- index.json | 24 +++---- sofr/by-year/2026-sofr.json | 9 +++ sofr/manifest.json | 16 ++--- sofr/protobuf/2026-sofr.pb | 4 +- .../by-year/2026-sofr-180d-average.json | 4 ++ sofr/sofr-180d-average/manifest.json | 16 ++--- .../protobuf/2026-sofr-180d-average.pb | 4 +- .../by-year/2026-sofr-30d-average.json | 4 ++ sofr/sofr-30d-average/manifest.json | 16 ++--- .../protobuf/2026-sofr-30d-average.pb | 4 +- .../by-year/2026-sofr-90d-average.json | 4 ++ sofr/sofr-90d-average/manifest.json | 16 ++--- .../protobuf/2026-sofr-90d-average.pb | 4 +- sofr/sofr-index/by-year/2026-sofr-index.json | 4 ++ sofr/sofr-index/manifest.json | 16 ++--- sofr/sofr-index/protobuf/2026-sofr-index.pb | 4 +- 32 files changed, 242 insertions(+), 118 deletions(-) create mode 100644 api/v1/datasets/federal-funds/by-date/2026-07-27.json create mode 100644 api/v1/datasets/sofr-180d-average/by-date/2026-07-28.json create mode 100644 api/v1/datasets/sofr-30d-average/by-date/2026-07-28.json create mode 100644 api/v1/datasets/sofr-90d-average/by-date/2026-07-28.json create mode 100644 api/v1/datasets/sofr-index/by-date/2026-07-28.json create mode 100644 api/v1/datasets/sofr/by-date/2026-07-27.json diff --git a/api/v1/datasets/federal-funds/by-date/2026-07-27.json b/api/v1/datasets/federal-funds/by-date/2026-07-27.json new file mode 100644 index 00000000..38426c9d --- /dev/null +++ b/api/v1/datasets/federal-funds/by-date/2026-07-27.json @@ -0,0 +1,13 @@ +{ + "schema_id": "rates.api_record.v1", + "schema_version": 1, + "dataset_id": "federal-funds", + "dataset_path": "fed-funds", + "record_key": "2026-07-27", + "canonical_record_path": "fed-funds/by-year/2026-fed-funds.json", + "canonical_manifest_path": "fed-funds/manifest.json", + "record": { + "date": "2026-07-27", + "rate_basis_points": 363 + } +} diff --git a/api/v1/datasets/federal-funds/latest.json b/api/v1/datasets/federal-funds/latest.json index e4a6cb2c..47aae576 100644 --- a/api/v1/datasets/federal-funds/latest.json +++ b/api/v1/datasets/federal-funds/latest.json @@ -3,11 +3,11 @@ "schema_version": 1, "dataset_id": "federal-funds", "dataset_path": "fed-funds", - "record_key": "2026-07-24", + "record_key": "2026-07-27", "canonical_record_path": "fed-funds/by-year/2026-fed-funds.json", "canonical_manifest_path": "fed-funds/manifest.json", "record": { - "date": "2026-07-24", + "date": "2026-07-27", "rate_basis_points": 363 } } diff --git a/api/v1/datasets/sofr-180d-average/by-date/2026-07-28.json b/api/v1/datasets/sofr-180d-average/by-date/2026-07-28.json new file mode 100644 index 00000000..69b7a8ef --- /dev/null +++ b/api/v1/datasets/sofr-180d-average/by-date/2026-07-28.json @@ -0,0 +1,13 @@ +{ + "schema_id": "rates.api_record.v1", + "schema_version": 1, + "dataset_id": "sofr-180d-average", + "dataset_path": "sofr/sofr-180d-average", + "record_key": "2026-07-28", + "canonical_record_path": "sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json", + "canonical_manifest_path": "sofr/sofr-180d-average/manifest.json", + "record": { + "date": "2026-07-28", + "average_180_day_basis_points_scaled_1000": 366367 + } +} diff --git a/api/v1/datasets/sofr-180d-average/latest.json b/api/v1/datasets/sofr-180d-average/latest.json index c7fc6d28..814803be 100644 --- a/api/v1/datasets/sofr-180d-average/latest.json +++ b/api/v1/datasets/sofr-180d-average/latest.json @@ -3,11 +3,11 @@ "schema_version": 1, "dataset_id": "sofr-180d-average", "dataset_path": "sofr/sofr-180d-average", - "record_key": "2026-07-27", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json", "canonical_manifest_path": "sofr/sofr-180d-average/manifest.json", "record": { - "date": "2026-07-27", + "date": "2026-07-28", "average_180_day_basis_points_scaled_1000": 366367 } } diff --git a/api/v1/datasets/sofr-30d-average/by-date/2026-07-28.json b/api/v1/datasets/sofr-30d-average/by-date/2026-07-28.json new file mode 100644 index 00000000..6c1a3e0c --- /dev/null +++ b/api/v1/datasets/sofr-30d-average/by-date/2026-07-28.json @@ -0,0 +1,13 @@ +{ + "schema_id": "rates.api_record.v1", + "schema_version": 1, + "dataset_id": "sofr-30d-average", + "dataset_path": "sofr/sofr-30d-average", + "record_key": "2026-07-28", + "canonical_record_path": "sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json", + "canonical_manifest_path": "sofr/sofr-30d-average/manifest.json", + "record": { + "date": "2026-07-28", + "average_30_day_basis_points_scaled_1000": 361875 + } +} diff --git a/api/v1/datasets/sofr-30d-average/latest.json b/api/v1/datasets/sofr-30d-average/latest.json index 5d4c22fe..3a32114c 100644 --- a/api/v1/datasets/sofr-30d-average/latest.json +++ b/api/v1/datasets/sofr-30d-average/latest.json @@ -3,11 +3,11 @@ "schema_version": 1, "dataset_id": "sofr-30d-average", "dataset_path": "sofr/sofr-30d-average", - "record_key": "2026-07-27", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json", "canonical_manifest_path": "sofr/sofr-30d-average/manifest.json", "record": { - "date": "2026-07-27", - "average_30_day_basis_points_scaled_1000": 361807 + "date": "2026-07-28", + "average_30_day_basis_points_scaled_1000": 361875 } } diff --git a/api/v1/datasets/sofr-90d-average/by-date/2026-07-28.json b/api/v1/datasets/sofr-90d-average/by-date/2026-07-28.json new file mode 100644 index 00000000..f7cf0b6b --- /dev/null +++ b/api/v1/datasets/sofr-90d-average/by-date/2026-07-28.json @@ -0,0 +1,13 @@ +{ + "schema_id": "rates.api_record.v1", + "schema_version": 1, + "dataset_id": "sofr-90d-average", + "dataset_path": "sofr/sofr-90d-average", + "record_key": "2026-07-28", + "canonical_record_path": "sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json", + "canonical_manifest_path": "sofr/sofr-90d-average/manifest.json", + "record": { + "date": "2026-07-28", + "average_90_day_basis_points_scaled_1000": 362518 + } +} diff --git a/api/v1/datasets/sofr-90d-average/latest.json b/api/v1/datasets/sofr-90d-average/latest.json index 89fc749e..bc867a23 100644 --- a/api/v1/datasets/sofr-90d-average/latest.json +++ b/api/v1/datasets/sofr-90d-average/latest.json @@ -3,11 +3,11 @@ "schema_version": 1, "dataset_id": "sofr-90d-average", "dataset_path": "sofr/sofr-90d-average", - "record_key": "2026-07-27", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json", "canonical_manifest_path": "sofr/sofr-90d-average/manifest.json", "record": { - "date": "2026-07-27", + "date": "2026-07-28", "average_90_day_basis_points_scaled_1000": 362518 } } diff --git a/api/v1/datasets/sofr-index/by-date/2026-07-28.json b/api/v1/datasets/sofr-index/by-date/2026-07-28.json new file mode 100644 index 00000000..e172b025 --- /dev/null +++ b/api/v1/datasets/sofr-index/by-date/2026-07-28.json @@ -0,0 +1,13 @@ +{ + "schema_id": "rates.api_record.v1", + "schema_version": 1, + "dataset_id": "sofr-index", + "dataset_path": "sofr/sofr-index", + "record_key": "2026-07-28", + "canonical_record_path": "sofr/sofr-index/by-year/2026-sofr-index.json", + "canonical_manifest_path": "sofr/sofr-index/manifest.json", + "record": { + "date": "2026-07-28", + "sofr_index_scaled_100000000": 125261731 + } +} diff --git a/api/v1/datasets/sofr-index/latest.json b/api/v1/datasets/sofr-index/latest.json index c491484a..df812890 100644 --- a/api/v1/datasets/sofr-index/latest.json +++ b/api/v1/datasets/sofr-index/latest.json @@ -3,11 +3,11 @@ "schema_version": 1, "dataset_id": "sofr-index", "dataset_path": "sofr/sofr-index", - "record_key": "2026-07-27", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-index/by-year/2026-sofr-index.json", "canonical_manifest_path": "sofr/sofr-index/manifest.json", "record": { - "date": "2026-07-27", - "sofr_index_scaled_100000000": 125249067 + "date": "2026-07-28", + "sofr_index_scaled_100000000": 125261731 } } diff --git a/api/v1/datasets/sofr/by-date/2026-07-27.json b/api/v1/datasets/sofr/by-date/2026-07-27.json new file mode 100644 index 00000000..ab237412 --- /dev/null +++ b/api/v1/datasets/sofr/by-date/2026-07-27.json @@ -0,0 +1,18 @@ +{ + "schema_id": "rates.api_record.v1", + "schema_version": 1, + "dataset_id": "sofr", + "dataset_path": "sofr", + "record_key": "2026-07-27", + "canonical_record_path": "sofr/by-year/2026-sofr.json", + "canonical_manifest_path": "sofr/manifest.json", + "record": { + "date": "2026-07-27", + "rate_basis_points": 364, + "percentile_1_basis_points": 359, + "percentile_25_basis_points": 362, + "percentile_75_basis_points": 368, + "percentile_99_basis_points": 372, + "volume_billions": 2953 + } +} diff --git a/api/v1/datasets/sofr/latest.json b/api/v1/datasets/sofr/latest.json index ddb0de86..b34ca47f 100644 --- a/api/v1/datasets/sofr/latest.json +++ b/api/v1/datasets/sofr/latest.json @@ -3,16 +3,16 @@ "schema_version": 1, "dataset_id": "sofr", "dataset_path": "sofr", - "record_key": "2026-07-24", + "record_key": "2026-07-27", "canonical_record_path": "sofr/by-year/2026-sofr.json", "canonical_manifest_path": "sofr/manifest.json", "record": { - "date": "2026-07-24", + "date": "2026-07-27", "rate_basis_points": 364, "percentile_1_basis_points": 359, "percentile_25_basis_points": 362, - "percentile_75_basis_points": 369, + "percentile_75_basis_points": 368, "percentile_99_basis_points": 372, - "volume_billions": 2979 + "volume_billions": 2953 } } diff --git a/api/v1/index.json b/api/v1/index.json index f6f72fcf..406bc555 100644 --- a/api/v1/index.json +++ b/api/v1/index.json @@ -177,22 +177,22 @@ "schema_id": "rates.federal_funds.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 6549, + "record_count": 6550, "canonical_manifest_path": "fed-funds/manifest.json", "latest": { "path": "datasets/federal-funds/latest.json", "bytes": 356, - "sha256": "1d1d212ebbb586f598dc40c3c31ff284e3c619e98394b55d362cd49277ba54cf", - "record_key": "2026-07-24", + "sha256": "910631ebb13f3380163df49b33a5b173b548ca09f94589890ab6a0b74add852a", + "record_key": "2026-07-27", "canonical_record_path": "fed-funds/by-year/2026-fed-funds.json" }, "lookup": { "path_template": "datasets/federal-funds/by-date/{date}.json", "key_field": "date", - "record_count": 6549, - "file_count": 6549, + "record_count": 6550, + "file_count": 6550, "first_key": "2000-07-03", - "last_key": "2026-07-24" + "last_key": "2026-07-27" } }, { @@ -201,22 +201,22 @@ "schema_id": "rates.sofr.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 2076, + "record_count": 2077, "canonical_manifest_path": "sofr/manifest.json", "latest": { "path": "datasets/sofr/latest.json", "bytes": 511, - "sha256": "ffd19aa0ee0a8ebb248080fef7997a7799627f7c1bc32206657dc5f81a7bb16f", - "record_key": "2026-07-24", + "sha256": "666c4478bf6f3314e2bacdcd4fd01bb2a3de916e62459265e227b81b3360f84f", + "record_key": "2026-07-27", "canonical_record_path": "sofr/by-year/2026-sofr.json" }, "lookup": { "path_template": "datasets/sofr/by-date/{date}.json", "key_field": "date", - "record_count": 2076, - "file_count": 2076, + "record_count": 2077, + "file_count": 2077, "first_key": "2018-04-02", - "last_key": "2026-07-24" + "last_key": "2026-07-27" } }, { @@ -225,22 +225,22 @@ "schema_id": "rates.sofr_30d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "canonical_manifest_path": "sofr/sofr-30d-average/manifest.json", "latest": { "path": "datasets/sofr-30d-average/latest.json", "bytes": 427, - "sha256": "507dcb655505f9f9ff52bd594179de5f057f1895220b4c00dcacd6a9d88665c0", - "record_key": "2026-07-27", + "sha256": "c7f64c2b0d8104d4bc8b7624692691f8ef59435cec3bd7100b0e85dfce6ed07a", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json" }, "lookup": { "path_template": "datasets/sofr-30d-average/by-date/{date}.json", "key_field": "date", - "record_count": 1599, - "file_count": 1599, + "record_count": 1600, + "file_count": 1600, "first_key": "2020-03-02", - "last_key": "2026-07-27" + "last_key": "2026-07-28" } }, { @@ -249,22 +249,22 @@ "schema_id": "rates.sofr_90d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "canonical_manifest_path": "sofr/sofr-90d-average/manifest.json", "latest": { "path": "datasets/sofr-90d-average/latest.json", "bytes": 427, - "sha256": "cfe7f3cf4e6ef1425759c0c103ae6c3f69d2d19a28910ffe18356d6320c7cb97", - "record_key": "2026-07-27", + "sha256": "6e1b80e909003a8f6c832589ba99a1631448162943abcf24423ef1312e881c01", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json" }, "lookup": { "path_template": "datasets/sofr-90d-average/by-date/{date}.json", "key_field": "date", - "record_count": 1599, - "file_count": 1599, + "record_count": 1600, + "file_count": 1600, "first_key": "2020-03-02", - "last_key": "2026-07-27" + "last_key": "2026-07-28" } }, { @@ -273,22 +273,22 @@ "schema_id": "rates.sofr_180d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "canonical_manifest_path": "sofr/sofr-180d-average/manifest.json", "latest": { "path": "datasets/sofr-180d-average/latest.json", "bytes": 433, - "sha256": "a87441b891da4886ea1dfc2f215aaef73184b503dd73046bd685cf6f7d71fbbd", - "record_key": "2026-07-27", + "sha256": "1db749a2dcbed0a48b4577f135e63280000f79b2a6613da254c520b2d72b6123", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json" }, "lookup": { "path_template": "datasets/sofr-180d-average/by-date/{date}.json", "key_field": "date", - "record_count": 1599, - "file_count": 1599, + "record_count": 1600, + "file_count": 1600, "first_key": "2020-03-02", - "last_key": "2026-07-27" + "last_key": "2026-07-28" } }, { @@ -297,22 +297,22 @@ "schema_id": "rates.sofr_index.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "canonical_manifest_path": "sofr/sofr-index/manifest.json", "latest": { "path": "datasets/sofr-index/latest.json", "bytes": 388, - "sha256": "e8217dc8260fbe503a8037f952d9f791fa7a44278805cfa8aa286966afb0a5b2", - "record_key": "2026-07-27", + "sha256": "acbd6e5361dcfa478ffc9aad91ca9aa40981dbfc63ece2cc650167a91ca12b34", + "record_key": "2026-07-28", "canonical_record_path": "sofr/sofr-index/by-year/2026-sofr-index.json" }, "lookup": { "path_template": "datasets/sofr-index/by-date/{date}.json", "key_field": "date", - "record_count": 1599, - "file_count": 1599, + "record_count": 1600, + "file_count": 1600, "first_key": "2020-03-02", - "last_key": "2026-07-27" + "last_key": "2026-07-28" } }, { diff --git a/fed-funds/by-year/2026-fed-funds.json b/fed-funds/by-year/2026-fed-funds.json index b6a184e7..36e40f53 100644 --- a/fed-funds/by-year/2026-fed-funds.json +++ b/fed-funds/by-year/2026-fed-funds.json @@ -566,5 +566,9 @@ { "date": "2026-07-24", "rate_basis_points": 363 + }, + { + "date": "2026-07-27", + "rate_basis_points": 363 } ] diff --git a/fed-funds/manifest.json b/fed-funds/manifest.json index 43fe259b..e2ec380f 100644 --- a/fed-funds/manifest.json +++ b/fed-funds/manifest.json @@ -3,7 +3,7 @@ "schema_id": "rates.federal_funds.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 6549, + "record_count": 6550, "proto": { "file": "proto/rates/v1/federal_funds.proto", "message": "rates.v1.FederalFundsRateFile" @@ -323,17 +323,17 @@ }, { "path": "by-year/2026-fed-funds.json", - "bytes": 9091, - "sha256": "1b1dae8760cc5796f166c14216eb4e343044e5394d382c1c38f7ece8a9ce9717", + "bytes": 9155, + "sha256": "7b3401cea78df708601618324cae0b2f883651bc73c1254153cf6fc79ca6125f", "protobuf_path": "protobuf/2026-fed-funds.pb", - "protobuf_bytes": 2438, - "protobuf_sha256": "7990800ef22b2c9b95bc3bf208b6c1c01fca648e333dc79de8d170bee93b299d", + "protobuf_bytes": 2455, + "protobuf_sha256": "016c16f9a36aede7ac03c31951fb2b780a32721f851dc482ffffd39946181203", "year": "2026", - "record_count": 142, + "record_count": 143, "first_date": "2026-01-02", - "last_date": "2026-07-24" + "last_date": "2026-07-27" } ], "first_date": "2000-07-03", - "last_date": "2026-07-24" + "last_date": "2026-07-27" } diff --git a/fed-funds/protobuf/2026-fed-funds.pb b/fed-funds/protobuf/2026-fed-funds.pb index 14ed2e0d..eab954ed 100644 --- a/fed-funds/protobuf/2026-fed-funds.pb +++ b/fed-funds/protobuf/2026-fed-funds.pb @@ -283,4 +283,6 @@ 2026-07-23 -2026-07-24 \ No newline at end of file +2026-07-24 + +2026-07-27 \ No newline at end of file diff --git a/index.json b/index.json index a0ccc9fc..ee50b983 100644 --- a/index.json +++ b/index.json @@ -88,10 +88,10 @@ "schema_id": "rates.federal_funds.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 6549, + "record_count": 6550, "manifest_path": "fed-funds/manifest.json", "manifest_bytes": 12629, - "manifest_sha256": "829f6e259002a1bbf0277d46249bbd3da591a5c0a5962d0a56fe54665824b1ed" + "manifest_sha256": "1cf2e7292ceae2cfb819ffadf20e61dc1128239eae55431d244b746837301fee" }, { "dataset_path": "sofr", @@ -99,10 +99,10 @@ "schema_id": "rates.sofr.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 2076, + "record_count": 2077, "manifest_path": "sofr/manifest.json", "manifest_bytes": 4312, - "manifest_sha256": "460459abff83c725e93e9f50a93d5901dfeeeb7186ea3aaa391fbe215c98bc86" + "manifest_sha256": "8a5a29cabd0b77edef39f8c13823fdb965bd7d51b45eb45ed299a6ce6e0d3bdf" }, { "dataset_path": "sofr/sofr-30d-average", @@ -110,10 +110,10 @@ "schema_id": "rates.sofr_30d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "manifest_path": "sofr/sofr-30d-average/manifest.json", "manifest_bytes": 3629, - "manifest_sha256": "783a867d0e71ea7708ab014f9780954bc1b644b26a79e2fb92c98aaa8b214efa" + "manifest_sha256": "6feef9b8948a3e594409e48be595d05983e66a3eb89412662d9e1a0c8977c6ad" }, { "dataset_path": "sofr/sofr-90d-average", @@ -121,10 +121,10 @@ "schema_id": "rates.sofr_90d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "manifest_path": "sofr/sofr-90d-average/manifest.json", "manifest_bytes": 3629, - "manifest_sha256": "7c4ac29ed0f507675a7e0bd4ce8ff4a88da11f79a8c36029906aa8c285003947" + "manifest_sha256": "69f5e605c3ba9d6a788919e28e30ce528c3769a0cf1d07a5a7c0cb6567a60dbb" }, { "dataset_path": "sofr/sofr-180d-average", @@ -132,10 +132,10 @@ "schema_id": "rates.sofr_180d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "manifest_path": "sofr/sofr-180d-average/manifest.json", "manifest_bytes": 3645, - "manifest_sha256": "01d77eccdf8f6a7edbf61f3c5564b1b48bd0b629b80909a3b4ab10f5ff91f5f8" + "manifest_sha256": "04a5f5f143db613d64da07aac3b31cfec49822727ba7f5e8d3a2d02b4e6fd756" }, { "dataset_path": "sofr/sofr-index", @@ -143,10 +143,10 @@ "schema_id": "rates.sofr_index.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "manifest_path": "sofr/sofr-index/manifest.json", "manifest_bytes": 3529, - "manifest_sha256": "7e738bfd51665d81f625e25d52cf409defcab42c41f768aac30dd10f46e8f412" + "manifest_sha256": "f9c44a2c1c3a7654fe1a7af90cd8c0fbc00672e956d2356f4597bb19ad34913b" }, { "dataset_path": "actuarial/mortality-table-2000cm", diff --git a/sofr/by-year/2026-sofr.json b/sofr/by-year/2026-sofr.json index 2b852467..6b380088 100644 --- a/sofr/by-year/2026-sofr.json +++ b/sofr/by-year/2026-sofr.json @@ -1258,5 +1258,14 @@ "percentile_75_basis_points": 369, "percentile_99_basis_points": 372, "volume_billions": 2979 + }, + { + "date": "2026-07-27", + "rate_basis_points": 364, + "percentile_1_basis_points": 359, + "percentile_25_basis_points": 362, + "percentile_75_basis_points": 368, + "percentile_99_basis_points": 372, + "volume_billions": 2953 } ] diff --git a/sofr/manifest.json b/sofr/manifest.json index ee3e2648..5db478d6 100644 --- a/sofr/manifest.json +++ b/sofr/manifest.json @@ -3,7 +3,7 @@ "schema_id": "rates.sofr.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 2076, + "record_count": 2077, "proto": { "file": "proto/rates/v1/sofr.proto", "message": "rates.v1.SofrFile" @@ -107,17 +107,17 @@ }, { "path": "by-year/2026-sofr.json", - "bytes": 34723, - "sha256": "5f2faadd4f7b068b1f9bca9ed0c268d142c2cfb04886b0b13e6b3cb44a4504bf", + "bytes": 34971, + "sha256": "08a646ba0eb238665f0a6669bfc893c753915d8769aca25563eb1803702cfec7", "protobuf_path": "protobuf/2026-sofr.pb", - "protobuf_bytes": 4495, - "protobuf_sha256": "9e81a4045338524d14606e7ba6ef08a34438e7390fd34c9524eab39dbab0f2d2", + "protobuf_bytes": 4527, + "protobuf_sha256": "323de989c8ee50ab93794af4af83e4a06037782cf53c54cf8ea892f1d7954db1", "year": "2026", - "record_count": 140, + "record_count": 141, "first_date": "2026-01-02", - "last_date": "2026-07-24" + "last_date": "2026-07-27" } ], "first_date": "2018-04-02", - "last_date": "2026-07-24" + "last_date": "2026-07-27" } diff --git a/sofr/protobuf/2026-sofr.pb b/sofr/protobuf/2026-sofr.pb index 046f476c..5959ee85 100644 --- a/sofr/protobuf/2026-sofr.pb +++ b/sofr/protobuf/2026-sofr.pb @@ -279,4 +279,6 @@ 2026-07-23 (08 -2026-07-24 (08 \ No newline at end of file +2026-07-24 (08 + +2026-07-27 (08 \ No newline at end of file diff --git a/sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json b/sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json index 74d7b093..9f4193b3 100644 --- a/sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json +++ b/sofr/sofr-180d-average/by-year/2026-sofr-180d-average.json @@ -562,5 +562,9 @@ { "date": "2026-07-27", "average_180_day_basis_points_scaled_1000": 366367 + }, + { + "date": "2026-07-28", + "average_180_day_basis_points_scaled_1000": 366367 } ] diff --git a/sofr/sofr-180d-average/manifest.json b/sofr/sofr-180d-average/manifest.json index 309add1d..08a602f1 100644 --- a/sofr/sofr-180d-average/manifest.json +++ b/sofr/sofr-180d-average/manifest.json @@ -3,7 +3,7 @@ "schema_id": "rates.sofr_180d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "proto": { "file": "proto/rates/v1/sofr_average.proto", "message": "rates.v1.SofrAverageFile" @@ -83,17 +83,17 @@ }, { "path": "by-year/2026-sofr-180d-average.json", - "bytes": 12693, - "sha256": "85dd98d9deff08059d1af874459e0b5c656e4186261c2dae79190554fc47587c", + "bytes": 12783, + "sha256": "19d89bb2cc6a8a03936e004bab7b19a1bfc3cbc10979d081502d987e07363b6b", "protobuf_path": "protobuf/2026-sofr-180d-average.pb", - "protobuf_bytes": 2566, - "protobuf_sha256": "43f88ddf3dd54d4da5bcfa67ddb5959581bf83ffc4bdf105659655a5a7a912d4", + "protobuf_bytes": 2584, + "protobuf_sha256": "ee25ea93c0532cb4f6d4e6ff835081cc4522c8069088d1b92f65facadae2d1d2", "year": "2026", - "record_count": 141, + "record_count": 142, "first_date": "2026-01-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } ], "first_date": "2020-03-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } diff --git a/sofr/sofr-180d-average/protobuf/2026-sofr-180d-average.pb b/sofr/sofr-180d-average/protobuf/2026-sofr-180d-average.pb index 9dc61538..3e4ccf3b 100644 --- a/sofr/sofr-180d-average/protobuf/2026-sofr-180d-average.pb +++ b/sofr/sofr-180d-average/protobuf/2026-sofr-180d-average.pb @@ -281,4 +281,6 @@ 2026-07-24 -2026-07-27 \ No newline at end of file +2026-07-27 + +2026-07-28 \ No newline at end of file diff --git a/sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json b/sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json index 7b4acc92..8f723f2b 100644 --- a/sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json +++ b/sofr/sofr-30d-average/by-year/2026-sofr-30d-average.json @@ -562,5 +562,9 @@ { "date": "2026-07-27", "average_30_day_basis_points_scaled_1000": 361807 + }, + { + "date": "2026-07-28", + "average_30_day_basis_points_scaled_1000": 361875 } ] diff --git a/sofr/sofr-30d-average/manifest.json b/sofr/sofr-30d-average/manifest.json index cbd1a29e..3ec905f9 100644 --- a/sofr/sofr-30d-average/manifest.json +++ b/sofr/sofr-30d-average/manifest.json @@ -3,7 +3,7 @@ "schema_id": "rates.sofr_30d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "proto": { "file": "proto/rates/v1/sofr_average.proto", "message": "rates.v1.SofrAverageFile" @@ -83,17 +83,17 @@ }, { "path": "by-year/2026-sofr-30d-average.json", - "bytes": 12552, - "sha256": "857fe0f5ef98611fa3af805a907ba70b78f7fe1d86502acad7991f0579c514d7", + "bytes": 12641, + "sha256": "b4fef8b1c0f963fb60581bb954b84dde6634314d1297368c0ef2833fdd3d48ab", "protobuf_path": "protobuf/2026-sofr-30d-average.pb", - "protobuf_bytes": 2565, - "protobuf_sha256": "49986238700204b6f01c83404f8e77ecdcdb1b81ce934d0ae19ba62fadfb8354", + "protobuf_bytes": 2583, + "protobuf_sha256": "9fda8af99ecceeca7b8e6828f50d3bfb5c0efed49eb258d1d36891e0ac8ceeb4", "year": "2026", - "record_count": 141, + "record_count": 142, "first_date": "2026-01-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } ], "first_date": "2020-03-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } diff --git a/sofr/sofr-30d-average/protobuf/2026-sofr-30d-average.pb b/sofr/sofr-30d-average/protobuf/2026-sofr-30d-average.pb index b1bbc4c3..8a7a7265 100644 --- a/sofr/sofr-30d-average/protobuf/2026-sofr-30d-average.pb +++ b/sofr/sofr-30d-average/protobuf/2026-sofr-30d-average.pb @@ -281,4 +281,6 @@ 2026-07-24ʉ -2026-07-27ϊ \ No newline at end of file +2026-07-27ϊ + +2026-07-28 \ No newline at end of file diff --git a/sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json b/sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json index 8064c348..bde06981 100644 --- a/sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json +++ b/sofr/sofr-90d-average/by-year/2026-sofr-90d-average.json @@ -562,5 +562,9 @@ { "date": "2026-07-27", "average_90_day_basis_points_scaled_1000": 362518 + }, + { + "date": "2026-07-28", + "average_90_day_basis_points_scaled_1000": 362518 } ] diff --git a/sofr/sofr-90d-average/manifest.json b/sofr/sofr-90d-average/manifest.json index a4656545..648edb3f 100644 --- a/sofr/sofr-90d-average/manifest.json +++ b/sofr/sofr-90d-average/manifest.json @@ -3,7 +3,7 @@ "schema_id": "rates.sofr_90d_average.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "proto": { "file": "proto/rates/v1/sofr_average.proto", "message": "rates.v1.SofrAverageFile" @@ -83,17 +83,17 @@ }, { "path": "by-year/2026-sofr-90d-average.json", - "bytes": 12552, - "sha256": "3d8fc5a6fe33468401407c57a12e84afc8b38e9d22d1409fd7427e8a4ccd7e3e", + "bytes": 12641, + "sha256": "7d5be5de050394bc0b865726fb3674e09149b4ece42fdbf5970fa970205b2237", "protobuf_path": "protobuf/2026-sofr-90d-average.pb", - "protobuf_bytes": 2565, - "protobuf_sha256": "eab6c6275dfddeb6dc3b237ba20d746f6e36b67126e899ad3f96de77ed62c42b", + "protobuf_bytes": 2583, + "protobuf_sha256": "46c1de20d9890fcc51bc30cb77b7e34b060715fa39e8c197e47435ade06f9be8", "year": "2026", - "record_count": 141, + "record_count": 142, "first_date": "2026-01-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } ], "first_date": "2020-03-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } diff --git a/sofr/sofr-90d-average/protobuf/2026-sofr-90d-average.pb b/sofr/sofr-90d-average/protobuf/2026-sofr-90d-average.pb index 495c924b..d7b10793 100644 --- a/sofr/sofr-90d-average/protobuf/2026-sofr-90d-average.pb +++ b/sofr/sofr-90d-average/protobuf/2026-sofr-90d-average.pb @@ -281,4 +281,6 @@ 2026-07-24ڐ -2026-07-27 \ No newline at end of file +2026-07-27 + +2026-07-28 \ No newline at end of file diff --git a/sofr/sofr-index/by-year/2026-sofr-index.json b/sofr/sofr-index/by-year/2026-sofr-index.json index add19244..4a1b0add 100644 --- a/sofr/sofr-index/by-year/2026-sofr-index.json +++ b/sofr/sofr-index/by-year/2026-sofr-index.json @@ -562,5 +562,9 @@ { "date": "2026-07-27", "sofr_index_scaled_100000000": 125249067 + }, + { + "date": "2026-07-28", + "sofr_index_scaled_100000000": 125261731 } ] diff --git a/sofr/sofr-index/manifest.json b/sofr/sofr-index/manifest.json index 5acfa970..78ebc6b2 100644 --- a/sofr/sofr-index/manifest.json +++ b/sofr/sofr-index/manifest.json @@ -3,7 +3,7 @@ "schema_id": "rates.sofr_index.v1", "schema_version": 1, "record_storage": "by_year", - "record_count": 1599, + "record_count": 1600, "proto": { "file": "proto/rates/v1/sofr_index.proto", "message": "rates.v1.SofrIndexFile" @@ -83,17 +83,17 @@ }, { "path": "by-year/2026-sofr-index.json", - "bytes": 11283, - "sha256": "8ccb3bb82a68348c7f12c40ab6571cbf463d6a710df148f7dbc28ca3b07637b4", + "bytes": 11363, + "sha256": "bd360e5b8f9d07430f6d681cc3a01db0ed06ee97fc13ec41e7b6f442c15f82bb", "protobuf_path": "protobuf/2026-sofr-index.pb", - "protobuf_bytes": 2700, - "protobuf_sha256": "987170717ebc349936720b9ac952013864ae59890a6473804917fc9f888a0f6f", + "protobuf_bytes": 2719, + "protobuf_sha256": "bc3cad89477b041919fbd557b0af0ffc8eea561e927ff7378b73eb86657f53a3", "year": "2026", - "record_count": 141, + "record_count": 142, "first_date": "2026-01-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } ], "first_date": "2020-03-02", - "last_date": "2026-07-27" + "last_date": "2026-07-28" } diff --git a/sofr/sofr-index/protobuf/2026-sofr-index.pb b/sofr/sofr-index/protobuf/2026-sofr-index.pb index 99c9db8a..f155f859 100644 --- a/sofr/sofr-index/protobuf/2026-sofr-index.pb +++ b/sofr/sofr-index/protobuf/2026-sofr-index.pb @@ -281,4 +281,6 @@ 2026-07-24ϣ; -2026-07-27; \ No newline at end of file +2026-07-27; + +2026-07-28; \ No newline at end of file