Commit 9f6f74e
fix: address PR code review issues
1. Remove 现金分红-现金分红比例 from per_share aliases
- It is a percentage field (e.g., 30%), not yuan-per-share
- Adding it causes 10x inflation in dividend yield calculations
2. Preserve board membership lookup after ranking failures
- Only skip belong_boards when boards_coverage is "not_supported"
- Keep attempting membership lookup when ranking API returns "failed"
- This ensures email sector metrics work even when rankings timeout
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent a86ef02 commit 9f6f74e
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
| 734 | + | |
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
741 | | - | |
| 740 | + | |
742 | 741 | | |
743 | | - | |
| 742 | + | |
744 | 743 | | |
745 | 744 | | |
746 | 745 | | |
| |||
0 commit comments