Skip to content

Commit 4b3f4a3

Browse files
morganmuratabur
morgan
authored andcommitted
docs(Fire Examples): 📝 Start date should be after reporting date for bond futures
1 parent 8f2552c commit 4b3f4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bond_future.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"rate": 125.5,
1515
"underlying_index": "BUND0829",
1616
"trade_date": "2019-04-01T00:00:00",
17-
"start_date": "2019-04-01T00:00:00",
17+
"start_date": "2019-05-02T00:00:00",
1818
"end_date": "2019-06-15T00:00:00",
1919
"last_payment_date": "2029-08-15T00:00:00",
2020
"settlement_type": "physical",

examples/bond_future2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"currency_code": "USD",
1313
"notional_amount": 100,
1414
"trade_date": "2019-04-01T00:00:00",
15-
"start_date": "2019-04-01T00:00:00",
15+
"start_date": "2019-05-02T00:00:00",
1616
"end_date": "2021-03-15T00:00:00",
1717
"last_payment_date": "2041-03-15T00:00:00",
1818
"underlying_index": "T-bondMar41",

0 commit comments

Comments
 (0)