Add concrete IPO stage dates to reports
Request: - Include the concrete T0, T1, T2, and D1 dates in every analyst report. Changes: - Add a Stage Calendar section to the single-IPO report generator. - Require analyst reports to include ticker-specific T0 subscription window, T1 allotment-result date, T2 grey-market date/window, and D1 listing date. - Update the 06106 T0 report with its concrete stage dates. - Document the requirement in the analyst skill, README, and rule change log. Verification: - Ran py_compile for scripts/generate_ipo_report.py. - Generated a 06106 dry-run report and checked the stage calendar. - Ran git diff --check. Next useful context: - For 06106, T0 is 2026-06-15 to 2026-06-18, T1/T2 is 2026-06-23, and D1 is 2026-06-24.
This commit is contained in:
@@ -16,6 +16,15 @@
|
||||
- Score bucket: `t0_gte_8`
|
||||
- Calibrated D1 positive probability: 76.4% from 72 historical D1 labels
|
||||
|
||||
## Stage Calendar
|
||||
|
||||
| Stage | Concrete Date For This IPO | Meaning |
|
||||
| --- | --- | --- |
|
||||
| `T0_prospectus` | 2026-06-15 to 2026-06-18 | Subscription window; use prospectus and offer terms only. |
|
||||
| `T1_allotment` | 2026-06-23 | Allotment results day; use public demand, placing demand, and allocation facts. |
|
||||
| `T2_grey_market` | 2026-06-23 after allotment results | Pre-listing grey-market sell window if a reliable executable source exists. |
|
||||
| `D1` | 2026-06-24 | First official trading day; default sell window when T2 data is unavailable or unreliable. |
|
||||
|
||||
## Facts
|
||||
|
||||
| Field | Value |
|
||||
|
||||
Reference in New Issue
Block a user