eddmpython commited on
Commit
d6b8d25
·
verified ·
1 Parent(s): 78a4129

수정: macro.json 정상 shape 본으로 교체 — 러너 열화 출력(quadrant 부재)이 프론트 크래시 유발, 빌더 수정 전까지 안전본 유지

Browse files
Files changed (1) hide show
  1. landing/dashboards/macro.json +136 -90
landing/dashboards/macro.json CHANGED
@@ -1,91 +1,137 @@
1
- {
2
- "version": "v19",
3
- "asOf": "2026-06-12",
4
- "kr": {
5
- "market": "KR",
6
- "phase": "expansion",
7
- "phaseLabel": "확장",
8
- "confidence": "low",
9
- "signals": [
10
- "신호 데이터 부족"
11
- ],
12
- "sectorStrategy": {
13
- "high": "overweight",
14
- "moderate": "overweight",
15
- "defensive": "neutral",
16
- "low": "neutral"
17
- },
18
- "transition": null,
19
- "computedAt": "2026-06-09T23:01:26.357037+00:00"
20
- },
21
- "us": {
22
- "market": "US",
23
- "phase": "expansion",
24
- "phaseLabel": "확장",
25
- "confidence": "low",
26
- "signals": [],
27
- "sectorStrategy": "데이터 수집 중."
28
- },
29
- "sectorTailwind": {
30
- "automotive": {
31
- "kr": 0.5,
32
- "us": 0.5,
33
- "blended": 0.5
34
- },
35
- "biotech": {
36
- "kr": 0.1,
37
- "us": 0.1,
38
- "blended": 0.1
39
- },
40
- "chemicals": {
41
- "kr": 0.2,
42
- "us": 0.2,
43
- "blended": 0.2
44
- },
45
- "construction": {
46
- "kr": 0.3,
47
- "us": 0.3,
48
- "blended": 0.3
49
- },
50
- "display": {
51
- "kr": 0.4,
52
- "us": 0.4,
53
- "blended": 0.4
54
- },
55
- "energy": {
56
- "kr": 0.0,
57
- "us": 0.0,
58
- "blended": 0.0
59
- },
60
- "finance": {
61
- "kr": 0.3,
62
- "us": 0.3,
63
- "blended": 0.3
64
- },
65
- "it_software": {
66
- "kr": 0.5,
67
- "us": 0.5,
68
- "blended": 0.5
69
- },
70
- "retail": {
71
- "kr": 0.4,
72
- "us": 0.4,
73
- "blended": 0.4
74
- },
75
- "semiconductor": {
76
- "kr": 0.6,
77
- "us": 0.6,
78
- "blended": 0.6
79
- },
80
- "shipbuilding": {
81
- "kr": 0.4,
82
- "us": 0.4,
83
- "blended": 0.4
84
- },
85
- "steel": {
86
- "kr": 0.2,
87
- "us": 0.2,
88
- "blended": 0.2
89
- }
90
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  }
 
1
+ {
2
+ "version": "v19",
3
+ "asOf": "2026-04-22",
4
+ "kr": {
5
+ "market": "KR",
6
+ "phase": "recovery",
7
+ "phaseLabel": "회복",
8
+ "confidence": "high",
9
+ "signals": [
10
+ "CLI 급등 (+1.00)"
11
+ ],
12
+ "sectorStrategy": {
13
+ "high": "overweight",
14
+ "moderate": "overweight",
15
+ "defensive": "neutral",
16
+ "low": "neutral"
17
+ },
18
+ "transition": null,
19
+ "quadrant": {
20
+ "quadrant": "stagflation",
21
+ "quadrantLabel": "스태그플레이션",
22
+ "growth": "falling",
23
+ "growthSignal": -6.9,
24
+ "inflation": "rising",
25
+ "inflationSignal": 0.65,
26
+ "assetImplication": {
27
+ "equity": "underweight",
28
+ "bond": "underweight",
29
+ "commodity": "overweight",
30
+ "gold": "overweight",
31
+ "tips": "overweight",
32
+ "cash": "overweight"
33
+ },
34
+ "confidence": "high",
35
+ "description": "성장 둔화 + 물가 상승 — 금·TIPS·현금 방어, 주식·채권 불리"
36
+ }
37
+ },
38
+ "us": {
39
+ "market": "US",
40
+ "phase": "expansion",
41
+ "phaseLabel": "확장",
42
+ "confidence": "medium",
43
+ "signals": [
44
+ "HY 스프레드 안정 (287bp)",
45
+ "수익률곡선 정상 (+0.52%)",
46
+ " 급등 (YoY +62.1%)",
47
+ "CPI 3.3% — 인플레 동반 확장"
48
+ ],
49
+ "sectorStrategy": {
50
+ "high": "overweight",
51
+ "moderate": "overweight",
52
+ "defensive": "neutral",
53
+ "low": "neutral"
54
+ },
55
+ "transition": null,
56
+ "quadrant": {
57
+ "quadrant": "reflation",
58
+ "quadrantLabel": "리플레이션",
59
+ "growth": "rising",
60
+ "growthSignal": 619557.0,
61
+ "inflation": "rising",
62
+ "inflationSignal": 26.04,
63
+ "assetImplication": {
64
+ "equity": "overweight",
65
+ "bond": "underweight",
66
+ "commodity": "overweight",
67
+ "gold": "neutral",
68
+ "tips": "overweight",
69
+ "cash": "underweight"
70
+ },
71
+ "confidence": "high",
72
+ "description": "성장 가속 + 물가 상승 — 원자재·EM 주식·TIPS 유리, 명목채 불리"
73
+ }
74
+ },
75
+ "sectorTailwind": {
76
+ "automotive": {
77
+ "kr": 0.4,
78
+ "us": 0.5,
79
+ "blended": 0.44
80
+ },
81
+ "biotech": {
82
+ "kr": 0.0,
83
+ "us": 0.1,
84
+ "blended": 0.04
85
+ },
86
+ "chemicals": {
87
+ "kr": 0.3,
88
+ "us": 0.2,
89
+ "blended": 0.26
90
+ },
91
+ "construction": {
92
+ "kr": 0.5,
93
+ "us": 0.3,
94
+ "blended": 0.42
95
+ },
96
+ "display": {
97
+ "kr": 0.3,
98
+ "us": 0.4,
99
+ "blended": 0.34
100
+ },
101
+ "energy": {
102
+ "kr": 0.3,
103
+ "us": 0.0,
104
+ "blended": 0.18
105
+ },
106
+ "finance": {
107
+ "kr": 0.4,
108
+ "us": 0.3,
109
+ "blended": 0.36
110
+ },
111
+ "it_software": {
112
+ "kr": 0.4,
113
+ "us": 0.5,
114
+ "blended": 0.44
115
+ },
116
+ "retail": {
117
+ "kr": 0.3,
118
+ "us": 0.4,
119
+ "blended": 0.34
120
+ },
121
+ "semiconductor": {
122
+ "kr": 0.5,
123
+ "us": 0.6,
124
+ "blended": 0.54
125
+ },
126
+ "shipbuilding": {
127
+ "kr": 0.3,
128
+ "us": 0.4,
129
+ "blended": 0.34
130
+ },
131
+ "steel": {
132
+ "kr": 0.4,
133
+ "us": 0.2,
134
+ "blended": 0.32
135
+ }
136
+ }
137
  }