opendart-fss 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opendart_fss/__init__.py +77 -0
- opendart_fss/_version.py +34 -0
- opendart_fss/api/__init__.py +19 -0
- opendart_fss/api/base.py +72 -0
- opendart_fss/api/disclosure.py +103 -0
- opendart_fss/api/financial.py +206 -0
- opendart_fss/api/major_event.py +1051 -0
- opendart_fss/api/registration.py +183 -0
- opendart_fss/api/report.py +821 -0
- opendart_fss/api/shareholder.py +51 -0
- opendart_fss/client.py +96 -0
- opendart_fss/constants.py +88 -0
- opendart_fss/exceptions.py +90 -0
- opendart_fss/models/__init__.py +124 -0
- opendart_fss/models/base.py +10 -0
- opendart_fss/models/disclosure.py +106 -0
- opendart_fss/models/financial.py +85 -0
- opendart_fss/models/major_event.py +863 -0
- opendart_fss/models/registration.py +186 -0
- opendart_fss/models/report.py +691 -0
- opendart_fss/models/shareholder.py +54 -0
- opendart_fss/verification/__init__.py +50 -0
- opendart_fss/verification/config.py +450 -0
- opendart_fss/verification/rate_limiter.py +92 -0
- opendart_fss/verification/reporter.py +255 -0
- opendart_fss/verification/runner.py +326 -0
- opendart_fss-0.1.0.dist-info/METADATA +308 -0
- opendart_fss-0.1.0.dist-info/RECORD +30 -0
- opendart_fss-0.1.0.dist-info/WHEEL +4 -0
- opendart_fss-0.1.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,863 @@
|
|
|
1
|
+
"""DS005 주요사항보고서 주요정보 모델."""
|
|
2
|
+
|
|
3
|
+
import msgspec
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class CapitalChange(msgspec.Struct, kw_only=True):
|
|
7
|
+
"""유상증자/감자 결정."""
|
|
8
|
+
|
|
9
|
+
rcept_no: str # 접수번호
|
|
10
|
+
corp_cls: str | None = None # 법인구분
|
|
11
|
+
corp_code: str | None = None # 고유번호
|
|
12
|
+
corp_name: str | None = None # 회사명
|
|
13
|
+
nstk_ostk_cnt: str | None = None # 신주의수 보통주식
|
|
14
|
+
nstk_estk_cnt: str | None = None # 신주의수 기타주식
|
|
15
|
+
fv_ps: str | None = None # 1주당 액면가액
|
|
16
|
+
bfic_tisstk_ostk: str | None = None # 증자전 보통주 발행주식총수
|
|
17
|
+
bfic_tisstk_estk: str | None = None # 증자전 기타주식 발행주식총수
|
|
18
|
+
fdpp_fclt: str | None = None # 자금조달목적 시설자금
|
|
19
|
+
fdpp_bsninh: str | None = None # 자금조달목적 사업운영
|
|
20
|
+
fdpp_op: str | None = None # 자금조달목적 운영자금
|
|
21
|
+
fdpp_dtrp: str | None = None # 자금조달목적 채무상환
|
|
22
|
+
fdpp_ocsa: str | None = None # 자금조달목적 기타자금
|
|
23
|
+
fdpp_etc: str | None = None # 자금조달목적 기타
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class CapitalChangeListResponse(msgspec.Struct, kw_only=True):
|
|
27
|
+
"""유상증자/감자 결정 응답."""
|
|
28
|
+
|
|
29
|
+
status: str
|
|
30
|
+
message: str
|
|
31
|
+
items: list[CapitalChange] = msgspec.field(default_factory=list, name="list")
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class BonusIssue(msgspec.Struct, kw_only=True):
|
|
35
|
+
"""무상증자 결정."""
|
|
36
|
+
|
|
37
|
+
rcept_no: str # 접수번호
|
|
38
|
+
corp_cls: str | None = None # 법인구분
|
|
39
|
+
corp_code: str | None = None # 고유번호
|
|
40
|
+
corp_name: str | None = None # 회사명
|
|
41
|
+
nstk_ostk_cnt: str | None = None # 신주의수 보통주식
|
|
42
|
+
nstk_estk_cnt: str | None = None # 신주의수 기타주식
|
|
43
|
+
fv_ps: str | None = None # 1주당 액면가액
|
|
44
|
+
bfic_tisstk_ostk: str | None = None # 증자전 보통주 발행주식총수
|
|
45
|
+
bfic_tisstk_estk: str | None = None # 증자전 기타주식 발행주식총수
|
|
46
|
+
nstk_asstd: str | None = None # 신주배정기준일
|
|
47
|
+
nstk_ascnt_ps_ostk: str | None = None # 1주당 신주배정주식수(보통주식)
|
|
48
|
+
nstk_ascnt_ps_estk: str | None = None # 1주당 신주배정주식수(기타주식)
|
|
49
|
+
nstk_dividrk: str | None = None # 신주의 배당기산일
|
|
50
|
+
nstk_dlprd: str | None = None # 신주권교부예정일
|
|
51
|
+
nstk_lstprd: str | None = None # 신주의 상장예정일
|
|
52
|
+
bddd: str | None = None # 이사회결의일
|
|
53
|
+
od_a_at_t: str | None = None # 사외이사참석여부
|
|
54
|
+
od_a_at_b: str | None = None # 사외이사참석(참석)
|
|
55
|
+
od_a_at_c: str | None = None # 사외이사참석(불참)
|
|
56
|
+
adt_a_atn: str | None = None # 감사위원 참석여부
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class BonusIssueListResponse(msgspec.Struct, kw_only=True):
|
|
60
|
+
"""무상증자 결정 응답."""
|
|
61
|
+
|
|
62
|
+
status: str
|
|
63
|
+
message: str
|
|
64
|
+
items: list[BonusIssue] = msgspec.field(default_factory=list, name="list")
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class ConvertibleBond(msgspec.Struct, kw_only=True):
|
|
68
|
+
"""전환사채권 발행결정."""
|
|
69
|
+
|
|
70
|
+
rcept_no: str # 접수번호
|
|
71
|
+
corp_cls: str | None = None # 법인구분
|
|
72
|
+
corp_code: str | None = None # 고유번호
|
|
73
|
+
corp_name: str | None = None # 회사명
|
|
74
|
+
bd_tm: str | None = None # 사채의종류(회차)
|
|
75
|
+
bd_knd: str | None = None # 사채의종류(종류)
|
|
76
|
+
bd_fta: str | None = None # 사채의권면총액
|
|
77
|
+
atcsc: str | None = None # 자금조달목적
|
|
78
|
+
ovis_fta: str | None = None # 해외발행(권면총액)
|
|
79
|
+
ovis_fxrt: str | None = None # 해외발행(환율)
|
|
80
|
+
ovis_fta_crn: str | None = None # 해외발행(원화환산금액)
|
|
81
|
+
fdpp_fclt: str | None = None # 자금조달목적 시설자금
|
|
82
|
+
fdpp_bsninh: str | None = None # 자금조달목적 영업양수자금
|
|
83
|
+
fdpp_op: str | None = None # 자금조달목적 운영자금
|
|
84
|
+
fdpp_dtrp: str | None = None # 자금조달목적 채무상환자금
|
|
85
|
+
fdpp_ocsa: str | None = None # 자금조달목적 타법인증권취득자금
|
|
86
|
+
fdpp_etc: str | None = None # 자금조달목적 기타자금
|
|
87
|
+
bd_intr_ex: str | None = None # 사채이율 표면이자율
|
|
88
|
+
bd_intr_sf: str | None = None # 사채이율 만기이자율
|
|
89
|
+
bd_mtd: str | None = None # 사채만기일
|
|
90
|
+
bd_repay: str | None = None # 상환방법
|
|
91
|
+
bd_tm_nstkqy: str | None = None # 전환주식수
|
|
92
|
+
bd_tm_act_pr: str | None = None # 전환비율
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
class ConvertibleBondListResponse(msgspec.Struct, kw_only=True):
|
|
96
|
+
"""전환사채권 발행결정 응답."""
|
|
97
|
+
|
|
98
|
+
status: str
|
|
99
|
+
message: str
|
|
100
|
+
items: list[ConvertibleBond] = msgspec.field(default_factory=list, name="list")
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
class MergerDecision(msgspec.Struct, kw_only=True):
|
|
104
|
+
"""합병 결정."""
|
|
105
|
+
|
|
106
|
+
rcept_no: str # 접수번호
|
|
107
|
+
corp_cls: str | None = None # 법인구분
|
|
108
|
+
corp_code: str | None = None # 고유번호
|
|
109
|
+
corp_name: str | None = None # 회사명
|
|
110
|
+
mgcpn: str | None = None # 합병상대회사
|
|
111
|
+
mg_prc: str | None = None # 합병가액
|
|
112
|
+
mg_rt: str | None = None # 합병비율
|
|
113
|
+
mgsc: str | None = None # 합병방식
|
|
114
|
+
mg_pp: str | None = None # 합병목적
|
|
115
|
+
mg_nsp: str | None = None # 합병후신설회사
|
|
116
|
+
mg_bdddr: str | None = None # 이사회결의일
|
|
117
|
+
mg_ctrcdd: str | None = None # 계약체결일
|
|
118
|
+
mg_shddsr: str | None = None # 주주총회예정일
|
|
119
|
+
mg_cdd: str | None = None # 합병기일
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
class MergerDecisionListResponse(msgspec.Struct, kw_only=True):
|
|
123
|
+
"""합병 결정 응답."""
|
|
124
|
+
|
|
125
|
+
status: str
|
|
126
|
+
message: str
|
|
127
|
+
items: list[MergerDecision] = msgspec.field(default_factory=list, name="list")
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
class SplitDecision(msgspec.Struct, kw_only=True):
|
|
131
|
+
"""분할 결정."""
|
|
132
|
+
|
|
133
|
+
rcept_no: str # 접수번호
|
|
134
|
+
corp_cls: str | None = None # 법인구분
|
|
135
|
+
corp_code: str | None = None # 고유번호
|
|
136
|
+
corp_name: str | None = None # 회사명
|
|
137
|
+
dv_mthn: str | None = None # 분할방법
|
|
138
|
+
dv_nspcpn: str | None = None # 분할신설회사
|
|
139
|
+
dv_rt: str | None = None # 분할비율
|
|
140
|
+
dv_pp: str | None = None # 분할목적
|
|
141
|
+
dv_bdddr: str | None = None # 이사회결의일
|
|
142
|
+
dv_shddsr: str | None = None # 주주총회예정일
|
|
143
|
+
dv_cdd: str | None = None # 분할기일
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
class SplitDecisionListResponse(msgspec.Struct, kw_only=True):
|
|
147
|
+
"""분할 결정 응답."""
|
|
148
|
+
|
|
149
|
+
status: str
|
|
150
|
+
message: str
|
|
151
|
+
items: list[SplitDecision] = msgspec.field(default_factory=list, name="list")
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
class AssetTransfer(msgspec.Struct, kw_only=True):
|
|
155
|
+
"""자산양수도(기타), 풋백옵션."""
|
|
156
|
+
|
|
157
|
+
rcept_no: str # 접수번호
|
|
158
|
+
corp_cls: str | None = None # 법인구분
|
|
159
|
+
corp_code: str | None = None # 고유번호
|
|
160
|
+
corp_name: str | None = None # 회사명
|
|
161
|
+
rp_rsn: str | None = None # 보고사유
|
|
162
|
+
ast_inhtrf_prc: str | None = None # 자산양수도가액
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class AssetTransferListResponse(msgspec.Struct, kw_only=True):
|
|
166
|
+
"""자산양수도 응답."""
|
|
167
|
+
|
|
168
|
+
status: str
|
|
169
|
+
message: str
|
|
170
|
+
items: list[AssetTransfer] = msgspec.field(default_factory=list, name="list")
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
class DefaultOccurrence(msgspec.Struct, kw_only=True):
|
|
174
|
+
"""부도발생."""
|
|
175
|
+
|
|
176
|
+
rcept_no: str # 접수번호
|
|
177
|
+
corp_cls: str | None = None # 법인구분
|
|
178
|
+
corp_code: str | None = None # 고유번호
|
|
179
|
+
corp_name: str | None = None # 회사명
|
|
180
|
+
df_cn: str | None = None # 부도내용
|
|
181
|
+
df_amt: str | None = None # 부도금액
|
|
182
|
+
df_bnk: str | None = None # 부도발생은행
|
|
183
|
+
dfd: str | None = None # 최종부도일자
|
|
184
|
+
df_rs: str | None = None # 부도사유 및 경위
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
class DefaultOccurrenceListResponse(msgspec.Struct, kw_only=True):
|
|
188
|
+
"""부도발생 응답."""
|
|
189
|
+
|
|
190
|
+
status: str
|
|
191
|
+
message: str
|
|
192
|
+
items: list[DefaultOccurrence] = msgspec.field(default_factory=list, name="list")
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
class BusinessSuspension(msgspec.Struct, kw_only=True):
|
|
196
|
+
"""영업정지."""
|
|
197
|
+
|
|
198
|
+
rcept_no: str # 접수번호
|
|
199
|
+
corp_cls: str | None = None # 법인구분
|
|
200
|
+
corp_code: str | None = None # 고유번호
|
|
201
|
+
corp_name: str | None = None # 회사명
|
|
202
|
+
bsnsp_rm: str | None = None # 영업정지분야
|
|
203
|
+
bsnsp_amt: str | None = None # 영업정지금액
|
|
204
|
+
rsl: str | None = None # 최근매출총액
|
|
205
|
+
bsnsp_cn: str | None = None # 영업정지내용
|
|
206
|
+
bsnsp_rs: str | None = None # 영업정지사유
|
|
207
|
+
bsnspd: str | None = None # 영업정지일자
|
|
208
|
+
bddd: str | None = None # 이사회결의일
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
class BusinessSuspensionListResponse(msgspec.Struct, kw_only=True):
|
|
212
|
+
"""영업정지 응답."""
|
|
213
|
+
|
|
214
|
+
status: str
|
|
215
|
+
message: str
|
|
216
|
+
items: list[BusinessSuspension] = msgspec.field(default_factory=list, name="list")
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
class RehabilitationFiling(msgspec.Struct, kw_only=True):
|
|
220
|
+
"""회생절차 개시신청."""
|
|
221
|
+
|
|
222
|
+
rcept_no: str # 접수번호
|
|
223
|
+
corp_cls: str | None = None # 법인구분
|
|
224
|
+
corp_code: str | None = None # 고유번호
|
|
225
|
+
corp_name: str | None = None # 회사명
|
|
226
|
+
apcnt: str | None = None # 신청인
|
|
227
|
+
cpct: str | None = None # 관할법원
|
|
228
|
+
rq_rs: str | None = None # 신청사유
|
|
229
|
+
rqd: str | None = None # 신청일자
|
|
230
|
+
ft_ctp_sc: str | None = None # 향후대책 및 일정
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
class RehabilitationFilingListResponse(msgspec.Struct, kw_only=True):
|
|
234
|
+
"""회생절차 개시신청 응답."""
|
|
235
|
+
|
|
236
|
+
status: str
|
|
237
|
+
message: str
|
|
238
|
+
items: list[RehabilitationFiling] = msgspec.field(default_factory=list, name="list")
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
class DissolutionReason(msgspec.Struct, kw_only=True):
|
|
242
|
+
"""해산사유 발생."""
|
|
243
|
+
|
|
244
|
+
rcept_no: str # 접수번호
|
|
245
|
+
corp_cls: str | None = None # 법인구분
|
|
246
|
+
corp_code: str | None = None # 고유번호
|
|
247
|
+
corp_name: str | None = None # 회사명
|
|
248
|
+
ds_rs: str | None = None # 해산사유
|
|
249
|
+
ds_rsd: str | None = None # 해산사유발생일
|
|
250
|
+
od_a_at_t: str | None = None # 사외이사참석
|
|
251
|
+
od_a_at_b: str | None = None # 사외이사불참
|
|
252
|
+
adt_a_atn: str | None = None # 감사참석여부
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
class DissolutionReasonListResponse(msgspec.Struct, kw_only=True):
|
|
256
|
+
"""해산사유 발생 응답."""
|
|
257
|
+
|
|
258
|
+
status: str
|
|
259
|
+
message: str
|
|
260
|
+
items: list[DissolutionReason] = msgspec.field(default_factory=list, name="list")
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
class MixedCapitalIncrease(msgspec.Struct, kw_only=True):
|
|
264
|
+
"""유무상증자 결정."""
|
|
265
|
+
|
|
266
|
+
rcept_no: str # 접수번호
|
|
267
|
+
corp_cls: str | None = None # 법인구분
|
|
268
|
+
corp_code: str | None = None # 고유번호
|
|
269
|
+
corp_name: str | None = None # 회사명
|
|
270
|
+
nstk_ostk_cnt: str | None = None # 신주의수 보통주식
|
|
271
|
+
nstk_estk_cnt: str | None = None # 신주의수 기타주식
|
|
272
|
+
fv_ps: str | None = None # 1주당 액면가액
|
|
273
|
+
bfic_tisstk_ostk: str | None = None # 증자전 보통주 발행주식총수
|
|
274
|
+
bfic_tisstk_estk: str | None = None # 증자전 기타주식 발행주식총수
|
|
275
|
+
bddd: str | None = None # 이사회결의일
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
class MixedCapitalIncreaseListResponse(msgspec.Struct, kw_only=True):
|
|
279
|
+
"""유무상증자 결정 응답."""
|
|
280
|
+
|
|
281
|
+
status: str
|
|
282
|
+
message: str
|
|
283
|
+
items: list[MixedCapitalIncrease] = msgspec.field(default_factory=list, name="list")
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
class CreditorManagementStart(msgspec.Struct, kw_only=True):
|
|
287
|
+
"""채권자 관리절차 개시신청."""
|
|
288
|
+
|
|
289
|
+
rcept_no: str # 접수번호
|
|
290
|
+
corp_cls: str | None = None # 법인구분
|
|
291
|
+
corp_code: str | None = None # 고유번호
|
|
292
|
+
corp_name: str | None = None # 회사명
|
|
293
|
+
apcnt: str | None = None # 신청인
|
|
294
|
+
cpct: str | None = None # 관할법원
|
|
295
|
+
rq_rs: str | None = None # 신청사유
|
|
296
|
+
rqd: str | None = None # 신청일자
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
class CreditorManagementStartListResponse(msgspec.Struct, kw_only=True):
|
|
300
|
+
"""채권자 관리절차 개시신청 응답."""
|
|
301
|
+
|
|
302
|
+
status: str
|
|
303
|
+
message: str
|
|
304
|
+
items: list[CreditorManagementStart] = msgspec.field(
|
|
305
|
+
default_factory=list, name="list"
|
|
306
|
+
)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
class Litigation(msgspec.Struct, kw_only=True):
|
|
310
|
+
"""소송 등의 제기."""
|
|
311
|
+
|
|
312
|
+
rcept_no: str # 접수번호
|
|
313
|
+
corp_cls: str | None = None # 법인구분
|
|
314
|
+
corp_code: str | None = None # 고유번호
|
|
315
|
+
corp_name: str | None = None # 회사명
|
|
316
|
+
lgtn_cn: str | None = None # 소송내용
|
|
317
|
+
lgtn_amt: str | None = None # 소송금액
|
|
318
|
+
lgtn_crt: str | None = None # 소송법원
|
|
319
|
+
lgtn_pl: str | None = None # 원고
|
|
320
|
+
lgtn_df: str | None = None # 피고
|
|
321
|
+
lgtn_d: str | None = None # 소송제기일
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
class LitigationListResponse(msgspec.Struct, kw_only=True):
|
|
325
|
+
"""소송 등의 제기 응답."""
|
|
326
|
+
|
|
327
|
+
status: str
|
|
328
|
+
message: str
|
|
329
|
+
items: list[Litigation] = msgspec.field(default_factory=list, name="list")
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
class OverseasListingDecision(msgspec.Struct, kw_only=True):
|
|
333
|
+
"""해외상장 결정."""
|
|
334
|
+
|
|
335
|
+
rcept_no: str # 접수번호
|
|
336
|
+
corp_cls: str | None = None # 법인구분
|
|
337
|
+
corp_code: str | None = None # 고유번호
|
|
338
|
+
corp_name: str | None = None # 회사명
|
|
339
|
+
ovrs_lstg_mktnm: str | None = None # 상장시장
|
|
340
|
+
ovrs_lstg_pp: str | None = None # 상장목적
|
|
341
|
+
ovrs_lstg_stk_knd: str | None = None # 상장증권종류
|
|
342
|
+
ovrs_lstg_stk_cnt: str | None = None # 상장증권수량
|
|
343
|
+
bddd: str | None = None # 이사회결의일
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
class OverseasListingDecisionListResponse(msgspec.Struct, kw_only=True):
|
|
347
|
+
"""해외상장 결정 응답."""
|
|
348
|
+
|
|
349
|
+
status: str
|
|
350
|
+
message: str
|
|
351
|
+
items: list[OverseasListingDecision] = msgspec.field(
|
|
352
|
+
default_factory=list, name="list"
|
|
353
|
+
)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
class OverseasDelistingDecision(msgspec.Struct, kw_only=True):
|
|
357
|
+
"""해외상장폐지 결정."""
|
|
358
|
+
|
|
359
|
+
rcept_no: str # 접수번호
|
|
360
|
+
corp_cls: str | None = None # 법인구분
|
|
361
|
+
corp_code: str | None = None # 고유번호
|
|
362
|
+
corp_name: str | None = None # 회사명
|
|
363
|
+
ovrs_lstg_mktnm: str | None = None # 상장폐지시장
|
|
364
|
+
ovrs_dlstg_rs: str | None = None # 상장폐지사유
|
|
365
|
+
ovrs_dlstg_stk_knd: str | None = None # 상장폐지증권종류
|
|
366
|
+
ovrs_dlstg_stk_cnt: str | None = None # 상장폐지증권수량
|
|
367
|
+
bddd: str | None = None # 이사회결의일
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
class OverseasDelistingDecisionListResponse(msgspec.Struct, kw_only=True):
|
|
371
|
+
"""해외상장폐지 결정 응답."""
|
|
372
|
+
|
|
373
|
+
status: str
|
|
374
|
+
message: str
|
|
375
|
+
items: list[OverseasDelistingDecision] = msgspec.field(
|
|
376
|
+
default_factory=list, name="list"
|
|
377
|
+
)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
class OverseasListing(msgspec.Struct, kw_only=True):
|
|
381
|
+
"""해외상장."""
|
|
382
|
+
|
|
383
|
+
rcept_no: str # 접수번호
|
|
384
|
+
corp_cls: str | None = None # 법인구분
|
|
385
|
+
corp_code: str | None = None # 고유번호
|
|
386
|
+
corp_name: str | None = None # 회사명
|
|
387
|
+
ovrs_lstg_mktnm: str | None = None # 상장시장
|
|
388
|
+
ovrs_lstg_stk_knd: str | None = None # 상장증권종류
|
|
389
|
+
ovrs_lstg_stk_cnt: str | None = None # 상장증권수량
|
|
390
|
+
ovrs_lstgd: str | None = None # 상장일자
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
class OverseasListingListResponse(msgspec.Struct, kw_only=True):
|
|
394
|
+
"""해외상장 응답."""
|
|
395
|
+
|
|
396
|
+
status: str
|
|
397
|
+
message: str
|
|
398
|
+
items: list[OverseasListing] = msgspec.field(default_factory=list, name="list")
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
class OverseasDelisting(msgspec.Struct, kw_only=True):
|
|
402
|
+
"""해외상장폐지."""
|
|
403
|
+
|
|
404
|
+
rcept_no: str # 접수번호
|
|
405
|
+
corp_cls: str | None = None # 법인구분
|
|
406
|
+
corp_code: str | None = None # 고유번호
|
|
407
|
+
corp_name: str | None = None # 회사명
|
|
408
|
+
ovrs_lstg_mktnm: str | None = None # 상장폐지시장
|
|
409
|
+
ovrs_dlstg_rs: str | None = None # 상장폐지사유
|
|
410
|
+
ovrs_dlstg_stk_knd: str | None = None # 상장폐지증권종류
|
|
411
|
+
ovrs_dlstg_stk_cnt: str | None = None # 상장폐지증권수량
|
|
412
|
+
ovrs_dlstgd: str | None = None # 상장폐지일자
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
class OverseasDelistingListResponse(msgspec.Struct, kw_only=True):
|
|
416
|
+
"""해외상장폐지 응답."""
|
|
417
|
+
|
|
418
|
+
status: str
|
|
419
|
+
message: str
|
|
420
|
+
items: list[OverseasDelisting] = msgspec.field(default_factory=list, name="list")
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
class BondWithWarrant(msgspec.Struct, kw_only=True):
|
|
424
|
+
"""신주인수권부사채권 발행결정."""
|
|
425
|
+
|
|
426
|
+
rcept_no: str # 접수번호
|
|
427
|
+
corp_cls: str | None = None # 법인구분
|
|
428
|
+
corp_code: str | None = None # 고유번호
|
|
429
|
+
corp_name: str | None = None # 회사명
|
|
430
|
+
bd_tm: str | None = None # 사채의종류(회차)
|
|
431
|
+
bd_knd: str | None = None # 사채의종류(종류)
|
|
432
|
+
bd_fta: str | None = None # 사채의권면총액
|
|
433
|
+
bd_intr_sf: str | None = None # 표면이자율
|
|
434
|
+
bd_intr_ex: str | None = None # 만기이자율
|
|
435
|
+
bd_mtd: str | None = None # 사채만기일
|
|
436
|
+
bddd: str | None = None # 이사회결의일
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
class BondWithWarrantListResponse(msgspec.Struct, kw_only=True):
|
|
440
|
+
"""신주인수권부사채권 발행결정 응답."""
|
|
441
|
+
|
|
442
|
+
status: str
|
|
443
|
+
message: str
|
|
444
|
+
items: list[BondWithWarrant] = msgspec.field(default_factory=list, name="list")
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
class ExchangeableBond(msgspec.Struct, kw_only=True):
|
|
448
|
+
"""교환사채권 발행결정."""
|
|
449
|
+
|
|
450
|
+
rcept_no: str # 접수번호
|
|
451
|
+
corp_cls: str | None = None # 법인구분
|
|
452
|
+
corp_code: str | None = None # 고유번호
|
|
453
|
+
corp_name: str | None = None # 회사명
|
|
454
|
+
bd_tm: str | None = None # 사채의종류(회차)
|
|
455
|
+
bd_knd: str | None = None # 사채의종류(종류)
|
|
456
|
+
bd_fta: str | None = None # 사채의권면총액
|
|
457
|
+
bd_intr_sf: str | None = None # 표면이자율
|
|
458
|
+
bd_intr_ex: str | None = None # 만기이자율
|
|
459
|
+
bd_mtd: str | None = None # 사채만기일
|
|
460
|
+
bddd: str | None = None # 이사회결의일
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
class ExchangeableBondListResponse(msgspec.Struct, kw_only=True):
|
|
464
|
+
"""교환사채권 발행결정 응답."""
|
|
465
|
+
|
|
466
|
+
status: str
|
|
467
|
+
message: str
|
|
468
|
+
items: list[ExchangeableBond] = msgspec.field(default_factory=list, name="list")
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
class CreditorManagementStop(msgspec.Struct, kw_only=True):
|
|
472
|
+
"""채권자 관리절차 중지."""
|
|
473
|
+
|
|
474
|
+
rcept_no: str # 접수번호
|
|
475
|
+
corp_cls: str | None = None # 법인구분
|
|
476
|
+
corp_code: str | None = None # 고유번호
|
|
477
|
+
corp_name: str | None = None # 회사명
|
|
478
|
+
spnd_rs: str | None = None # 중지사유
|
|
479
|
+
spnd_dt: str | None = None # 중지일자
|
|
480
|
+
ft_ctp: str | None = None # 향후대책
|
|
481
|
+
cfd: str | None = None # 확인일자
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
class CreditorManagementStopListResponse(msgspec.Struct, kw_only=True):
|
|
485
|
+
"""채권자 관리절차 중지 응답."""
|
|
486
|
+
|
|
487
|
+
status: str
|
|
488
|
+
message: str
|
|
489
|
+
items: list[CreditorManagementStop] = msgspec.field(
|
|
490
|
+
default_factory=list, name="list"
|
|
491
|
+
)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
class WriteOffContingentCapital(msgspec.Struct, kw_only=True):
|
|
495
|
+
"""상각형 조건부자본증권 발행결정."""
|
|
496
|
+
|
|
497
|
+
rcept_no: str # 접수번호
|
|
498
|
+
corp_cls: str | None = None # 법인구분
|
|
499
|
+
corp_code: str | None = None # 고유번호
|
|
500
|
+
corp_name: str | None = None # 회사명
|
|
501
|
+
bd_tm: str | None = None # 사채의종류(회차)
|
|
502
|
+
bd_knd: str | None = None # 사채의종류(종류)
|
|
503
|
+
bd_fta: str | None = None # 사채의권면총액
|
|
504
|
+
bd_intr_sf: str | None = None # 표면이자율
|
|
505
|
+
bd_intr_ex: str | None = None # 만기이자율
|
|
506
|
+
bd_mtd: str | None = None # 사채만기일
|
|
507
|
+
bddd: str | None = None # 이사회결의일
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
class WriteOffContingentCapitalListResponse(msgspec.Struct, kw_only=True):
|
|
511
|
+
"""상각형 조건부자본증권 발행결정 응답."""
|
|
512
|
+
|
|
513
|
+
status: str
|
|
514
|
+
message: str
|
|
515
|
+
items: list[WriteOffContingentCapital] = msgspec.field(
|
|
516
|
+
default_factory=list, name="list"
|
|
517
|
+
)
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
class TreasuryStockAcquisition(msgspec.Struct, kw_only=True):
|
|
521
|
+
"""자기주식 취득 결정."""
|
|
522
|
+
|
|
523
|
+
rcept_no: str # 접수번호
|
|
524
|
+
corp_cls: str | None = None # 법인구분
|
|
525
|
+
corp_code: str | None = None # 고유번호
|
|
526
|
+
corp_name: str | None = None # 회사명
|
|
527
|
+
aqpln_stk_ostk: str | None = None # 취득예정주식(보통주식)
|
|
528
|
+
aqpln_stk_estk: str | None = None # 취득예정주식(기타주식)
|
|
529
|
+
aqpln_prc_ostk: str | None = None # 취득예정금액(보통주식)
|
|
530
|
+
aqpln_prc_estk: str | None = None # 취득예정금액(기타주식)
|
|
531
|
+
aqexpd_bgd: str | None = None # 취득예상기간(시작일)
|
|
532
|
+
aqexpd_edd: str | None = None # 취득예상기간(종료일)
|
|
533
|
+
aq_pp: str | None = None # 취득목적
|
|
534
|
+
aq_mth: str | None = None # 취득방법
|
|
535
|
+
aq_dd: str | None = None # 취득결정일
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
class TreasuryStockAcquisitionListResponse(msgspec.Struct, kw_only=True):
|
|
539
|
+
"""자기주식 취득 결정 응답."""
|
|
540
|
+
|
|
541
|
+
status: str
|
|
542
|
+
message: str
|
|
543
|
+
items: list[TreasuryStockAcquisition] = msgspec.field(
|
|
544
|
+
default_factory=list, name="list"
|
|
545
|
+
)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
class TreasuryStockDisposal(msgspec.Struct, kw_only=True):
|
|
549
|
+
"""자기주식 처분 결정."""
|
|
550
|
+
|
|
551
|
+
rcept_no: str # 접수번호
|
|
552
|
+
corp_cls: str | None = None # 법인구분
|
|
553
|
+
corp_code: str | None = None # 고유번호
|
|
554
|
+
corp_name: str | None = None # 회사명
|
|
555
|
+
dppln_stk_ostk: str | None = None # 처분예정주식(보통주식)
|
|
556
|
+
dppln_stk_estk: str | None = None # 처분예정주식(기타주식)
|
|
557
|
+
dppln_prc_ostk: str | None = None # 처분예정금액(보통주식)
|
|
558
|
+
dppln_prc_estk: str | None = None # 처분예정금액(기타주식)
|
|
559
|
+
dpexpd_bgd: str | None = None # 처분예상기간(시작일)
|
|
560
|
+
dpexpd_edd: str | None = None # 처분예상기간(종료일)
|
|
561
|
+
dp_pp: str | None = None # 처분목적
|
|
562
|
+
dp_mth: str | None = None # 처분방법
|
|
563
|
+
dp_dd: str | None = None # 처분결정일
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
class TreasuryStockDisposalListResponse(msgspec.Struct, kw_only=True):
|
|
567
|
+
"""자기주식 처분 결정 응답."""
|
|
568
|
+
|
|
569
|
+
status: str
|
|
570
|
+
message: str
|
|
571
|
+
items: list[TreasuryStockDisposal] = msgspec.field(
|
|
572
|
+
default_factory=list, name="list"
|
|
573
|
+
)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
class TreasuryTrustContract(msgspec.Struct, kw_only=True):
|
|
577
|
+
"""자기주식취득 신탁계약 체결결정."""
|
|
578
|
+
|
|
579
|
+
rcept_no: str # 접수번호
|
|
580
|
+
corp_cls: str | None = None # 법인구분
|
|
581
|
+
corp_code: str | None = None # 고유번호
|
|
582
|
+
corp_name: str | None = None # 회사명
|
|
583
|
+
ctr_prc: str | None = None # 계약금액
|
|
584
|
+
ctr_pd_bgd: str | None = None # 계약기간(시작일)
|
|
585
|
+
ctr_pd_edd: str | None = None # 계약기간(종료일)
|
|
586
|
+
ctr_trstee: str | None = None # 수탁기관
|
|
587
|
+
ctr_pp: str | None = None # 계약목적
|
|
588
|
+
bddd: str | None = None # 이사회결의일
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
class TreasuryTrustContractListResponse(msgspec.Struct, kw_only=True):
|
|
592
|
+
"""자기주식취득 신탁계약 체결결정 응답."""
|
|
593
|
+
|
|
594
|
+
status: str
|
|
595
|
+
message: str
|
|
596
|
+
items: list[TreasuryTrustContract] = msgspec.field(
|
|
597
|
+
default_factory=list, name="list"
|
|
598
|
+
)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
class TreasuryTrustTermination(msgspec.Struct, kw_only=True):
|
|
602
|
+
"""자기주식취득 신탁계약 해지결정."""
|
|
603
|
+
|
|
604
|
+
rcept_no: str # 접수번호
|
|
605
|
+
corp_cls: str | None = None # 법인구분
|
|
606
|
+
corp_code: str | None = None # 고유번호
|
|
607
|
+
corp_name: str | None = None # 회사명
|
|
608
|
+
ctr_prc: str | None = None # 계약금액
|
|
609
|
+
trm_prc: str | None = None # 해지금액
|
|
610
|
+
trm_dt: str | None = None # 해지일자
|
|
611
|
+
ctr_trstee: str | None = None # 수탁기관
|
|
612
|
+
trm_rs: str | None = None # 해지사유
|
|
613
|
+
bddd: str | None = None # 이사회결의일
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
class TreasuryTrustTerminationListResponse(msgspec.Struct, kw_only=True):
|
|
617
|
+
"""자기주식취득 신탁계약 해지결정 응답."""
|
|
618
|
+
|
|
619
|
+
status: str
|
|
620
|
+
message: str
|
|
621
|
+
items: list[TreasuryTrustTermination] = msgspec.field(
|
|
622
|
+
default_factory=list, name="list"
|
|
623
|
+
)
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
class BusinessAcquisition(msgspec.Struct, kw_only=True):
|
|
627
|
+
"""영업양수 결정."""
|
|
628
|
+
|
|
629
|
+
rcept_no: str # 접수번호
|
|
630
|
+
corp_cls: str | None = None # 법인구분
|
|
631
|
+
corp_code: str | None = None # 고유번호
|
|
632
|
+
corp_name: str | None = None # 회사명
|
|
633
|
+
bsninh_cn: str | None = None # 영업양수내용
|
|
634
|
+
bsninh_prc: str | None = None # 영업양수가액
|
|
635
|
+
bsninh_cpn: str | None = None # 영업양수상대회사
|
|
636
|
+
bsninh_dd: str | None = None # 영업양수일
|
|
637
|
+
bddd: str | None = None # 이사회결의일
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
class BusinessAcquisitionListResponse(msgspec.Struct, kw_only=True):
|
|
641
|
+
"""영업양수 결정 응답."""
|
|
642
|
+
|
|
643
|
+
status: str
|
|
644
|
+
message: str
|
|
645
|
+
items: list[BusinessAcquisition] = msgspec.field(default_factory=list, name="list")
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
class BusinessDisposal(msgspec.Struct, kw_only=True):
|
|
649
|
+
"""영업양도 결정."""
|
|
650
|
+
|
|
651
|
+
rcept_no: str # 접수번호
|
|
652
|
+
corp_cls: str | None = None # 법인구분
|
|
653
|
+
corp_code: str | None = None # 고유번호
|
|
654
|
+
corp_name: str | None = None # 회사명
|
|
655
|
+
bsntrf_cn: str | None = None # 영업양도내용
|
|
656
|
+
bsntrf_prc: str | None = None # 영업양도가액
|
|
657
|
+
bsntrf_cpn: str | None = None # 영업양도상대회사
|
|
658
|
+
bsntrf_dd: str | None = None # 영업양도일
|
|
659
|
+
bddd: str | None = None # 이사회결의일
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
class BusinessDisposalListResponse(msgspec.Struct, kw_only=True):
|
|
663
|
+
"""영업양도 결정 응답."""
|
|
664
|
+
|
|
665
|
+
status: str
|
|
666
|
+
message: str
|
|
667
|
+
items: list[BusinessDisposal] = msgspec.field(default_factory=list, name="list")
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
class TangibleAssetAcquisition(msgspec.Struct, kw_only=True):
|
|
671
|
+
"""유형자산 양수 결정."""
|
|
672
|
+
|
|
673
|
+
rcept_no: str # 접수번호
|
|
674
|
+
corp_cls: str | None = None # 법인구분
|
|
675
|
+
corp_code: str | None = None # 고유번호
|
|
676
|
+
corp_name: str | None = None # 회사명
|
|
677
|
+
tgastaq_cn: str | None = None # 양수내용
|
|
678
|
+
tgastaq_prc: str | None = None # 양수가액
|
|
679
|
+
tgastaq_cpn: str | None = None # 양수상대회사
|
|
680
|
+
tgastaq_dd: str | None = None # 양수일
|
|
681
|
+
bddd: str | None = None # 이사회결의일
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
class TangibleAssetAcquisitionListResponse(msgspec.Struct, kw_only=True):
|
|
685
|
+
"""유형자산 양수 결정 응답."""
|
|
686
|
+
|
|
687
|
+
status: str
|
|
688
|
+
message: str
|
|
689
|
+
items: list[TangibleAssetAcquisition] = msgspec.field(
|
|
690
|
+
default_factory=list, name="list"
|
|
691
|
+
)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
class TangibleAssetDisposal(msgspec.Struct, kw_only=True):
|
|
695
|
+
"""유형자산 양도 결정."""
|
|
696
|
+
|
|
697
|
+
rcept_no: str # 접수번호
|
|
698
|
+
corp_cls: str | None = None # 법인구분
|
|
699
|
+
corp_code: str | None = None # 고유번호
|
|
700
|
+
corp_name: str | None = None # 회사명
|
|
701
|
+
tgasttrf_cn: str | None = None # 양도내용
|
|
702
|
+
tgasttrf_prc: str | None = None # 양도가액
|
|
703
|
+
tgasttrf_cpn: str | None = None # 양도상대회사
|
|
704
|
+
tgasttrf_dd: str | None = None # 양도일
|
|
705
|
+
bddd: str | None = None # 이사회결의일
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
class TangibleAssetDisposalListResponse(msgspec.Struct, kw_only=True):
|
|
709
|
+
"""유형자산 양도 결정 응답."""
|
|
710
|
+
|
|
711
|
+
status: str
|
|
712
|
+
message: str
|
|
713
|
+
items: list[TangibleAssetDisposal] = msgspec.field(
|
|
714
|
+
default_factory=list, name="list"
|
|
715
|
+
)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
class OtherCorpStockAcquisition(msgspec.Struct, kw_only=True):
|
|
719
|
+
"""타법인 주식 양수 결정."""
|
|
720
|
+
|
|
721
|
+
rcept_no: str # 접수번호
|
|
722
|
+
corp_cls: str | None = None # 법인구분
|
|
723
|
+
corp_code: str | None = None # 고유번호
|
|
724
|
+
corp_name: str | None = None # 회사명
|
|
725
|
+
stkaq_cpn: str | None = None # 양수대상회사
|
|
726
|
+
stkaq_stk_knd: str | None = None # 양수주식종류
|
|
727
|
+
stkaq_stk_cnt: str | None = None # 양수주식수
|
|
728
|
+
stkaq_prc: str | None = None # 양수가액
|
|
729
|
+
stkaq_dd: str | None = None # 양수일
|
|
730
|
+
bddd: str | None = None # 이사회결의일
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
class OtherCorpStockAcquisitionListResponse(msgspec.Struct, kw_only=True):
|
|
734
|
+
"""타법인 주식 양수 결정 응답."""
|
|
735
|
+
|
|
736
|
+
status: str
|
|
737
|
+
message: str
|
|
738
|
+
items: list[OtherCorpStockAcquisition] = msgspec.field(
|
|
739
|
+
default_factory=list, name="list"
|
|
740
|
+
)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
class OtherCorpStockDisposal(msgspec.Struct, kw_only=True):
|
|
744
|
+
"""타법인 주식 양도 결정."""
|
|
745
|
+
|
|
746
|
+
rcept_no: str # 접수번호
|
|
747
|
+
corp_cls: str | None = None # 법인구분
|
|
748
|
+
corp_code: str | None = None # 고유번호
|
|
749
|
+
corp_name: str | None = None # 회사명
|
|
750
|
+
stktrf_cpn: str | None = None # 양도대상회사
|
|
751
|
+
stktrf_stk_knd: str | None = None # 양도주식종류
|
|
752
|
+
stktrf_stk_cnt: str | None = None # 양도주식수
|
|
753
|
+
stktrf_prc: str | None = None # 양도가액
|
|
754
|
+
stktrf_dd: str | None = None # 양도일
|
|
755
|
+
bddd: str | None = None # 이사회결의일
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
class OtherCorpStockDisposalListResponse(msgspec.Struct, kw_only=True):
|
|
759
|
+
"""타법인 주식 양도 결정 응답."""
|
|
760
|
+
|
|
761
|
+
status: str
|
|
762
|
+
message: str
|
|
763
|
+
items: list[OtherCorpStockDisposal] = msgspec.field(
|
|
764
|
+
default_factory=list, name="list"
|
|
765
|
+
)
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
class StockRelatedBondAcquisition(msgspec.Struct, kw_only=True):
|
|
769
|
+
"""주식관련사채권 양수 결정."""
|
|
770
|
+
|
|
771
|
+
rcept_no: str # 접수번호
|
|
772
|
+
corp_cls: str | None = None # 법인구분
|
|
773
|
+
corp_code: str | None = None # 고유번호
|
|
774
|
+
corp_name: str | None = None # 회사명
|
|
775
|
+
srlbdaq_cpn: str | None = None # 양수발행회사
|
|
776
|
+
srlbdaq_bd_knd: str | None = None # 양수사채종류
|
|
777
|
+
srlbdaq_prc: str | None = None # 양수가액
|
|
778
|
+
srlbdaq_dd: str | None = None # 양수일
|
|
779
|
+
bddd: str | None = None # 이사회결의일
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
class StockRelatedBondAcquisitionListResponse(msgspec.Struct, kw_only=True):
|
|
783
|
+
"""주식관련사채권 양수 결정 응답."""
|
|
784
|
+
|
|
785
|
+
status: str
|
|
786
|
+
message: str
|
|
787
|
+
items: list[StockRelatedBondAcquisition] = msgspec.field(
|
|
788
|
+
default_factory=list, name="list"
|
|
789
|
+
)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
class StockRelatedBondDisposal(msgspec.Struct, kw_only=True):
|
|
793
|
+
"""주식관련사채권 양도 결정."""
|
|
794
|
+
|
|
795
|
+
rcept_no: str # 접수번호
|
|
796
|
+
corp_cls: str | None = None # 법인구분
|
|
797
|
+
corp_code: str | None = None # 고유번호
|
|
798
|
+
corp_name: str | None = None # 회사명
|
|
799
|
+
srlbdtrf_cpn: str | None = None # 양도발행회사
|
|
800
|
+
srlbdtrf_bd_knd: str | None = None # 양도사채종류
|
|
801
|
+
srlbdtrf_prc: str | None = None # 양도가액
|
|
802
|
+
srlbdtrf_dd: str | None = None # 양도일
|
|
803
|
+
bddd: str | None = None # 이사회결의일
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
class StockRelatedBondDisposalListResponse(msgspec.Struct, kw_only=True):
|
|
807
|
+
"""주식관련사채권 양도 결정 응답."""
|
|
808
|
+
|
|
809
|
+
status: str
|
|
810
|
+
message: str
|
|
811
|
+
items: list[StockRelatedBondDisposal] = msgspec.field(
|
|
812
|
+
default_factory=list, name="list"
|
|
813
|
+
)
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
class SplitMergerDecision(msgspec.Struct, kw_only=True):
|
|
817
|
+
"""분할합병 결정."""
|
|
818
|
+
|
|
819
|
+
rcept_no: str # 접수번호
|
|
820
|
+
corp_cls: str | None = None # 법인구분
|
|
821
|
+
corp_code: str | None = None # 고유번호
|
|
822
|
+
corp_name: str | None = None # 회사명
|
|
823
|
+
spmg_cpn: str | None = None # 분할합병상대회사
|
|
824
|
+
spmg_mthn: str | None = None # 분할합병방법
|
|
825
|
+
spmg_rt: str | None = None # 분할합병비율
|
|
826
|
+
spmg_pp: str | None = None # 분할합병목적
|
|
827
|
+
spmg_bdddr: str | None = None # 이사회결의일
|
|
828
|
+
spmg_shddsr: str | None = None # 주주총회예정일
|
|
829
|
+
spmg_cdd: str | None = None # 분할합병기일
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
class SplitMergerDecisionListResponse(msgspec.Struct, kw_only=True):
|
|
833
|
+
"""분할합병 결정 응답."""
|
|
834
|
+
|
|
835
|
+
status: str
|
|
836
|
+
message: str
|
|
837
|
+
items: list[SplitMergerDecision] = msgspec.field(default_factory=list, name="list")
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
class StockExchangeDecision(msgspec.Struct, kw_only=True):
|
|
841
|
+
"""주식의 포괄적 교환·이전 결정."""
|
|
842
|
+
|
|
843
|
+
rcept_no: str # 접수번호
|
|
844
|
+
corp_cls: str | None = None # 법인구분
|
|
845
|
+
corp_code: str | None = None # 고유번호
|
|
846
|
+
corp_name: str | None = None # 회사명
|
|
847
|
+
extr_cpn: str | None = None # 교환이전상대회사
|
|
848
|
+
extr_mthn: str | None = None # 교환이전방법
|
|
849
|
+
extr_rt: str | None = None # 교환이전비율
|
|
850
|
+
extr_pp: str | None = None # 교환이전목적
|
|
851
|
+
extr_bdddr: str | None = None # 이사회결의일
|
|
852
|
+
extr_shddsr: str | None = None # 주주총회예정일
|
|
853
|
+
extr_cdd: str | None = None # 교환이전기일
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
class StockExchangeDecisionListResponse(msgspec.Struct, kw_only=True):
|
|
857
|
+
"""주식의 포괄적 교환·이전 결정 응답."""
|
|
858
|
+
|
|
859
|
+
status: str
|
|
860
|
+
message: str
|
|
861
|
+
items: list[StockExchangeDecision] = msgspec.field(
|
|
862
|
+
default_factory=list, name="list"
|
|
863
|
+
)
|