addedInput schema / properties / event_type / anyOf
Added value: +[
+ {
+ "enum": [
+ "major_holding_5pct",
+ "executive_holding",
+ "default_occurrence",
+ "business_suspension",
+ "rehabilitation_filing",
+ "dissolution_cause",
+ "bank_management_start",
+ "bank_management_stop",
+ "litigation",
+ "rights_offering",
+ "bonus_issue",
+ "rights_bonus_combo",
+ "capital_reduction",
+ "cb_issuance",
+ "bw_issuance",
+ "eb_issuance",
+ "cocobond_issuance",
+ "treasury_acquisition",
+ "treasury_disposal",
+ "treasury_trust_contract",
+ "treasury_trust_cancel",
+ "stock_exchange",
+ "company_split_merger",
+ "company_split",
+ "company_merger",
+ "asset_transfer_etc",
+ "tangible_asset_transfer",
+ "tangible_asset_acquisition",
+ "other_corp_stock_transfer",
+ "other_corp_stock_acquisition",
+ "business_transfer",
+ "business_acquisition",
+ "bond_with_stock_right_acquisition",
+ "bond_with_stock_right_transfer",
+ "overseas_listing_decision",
+ "overseas_delisting_decision",
+ "overseas_listing",
+ "overseas_delisting"
+ ],
+ "type": "string"
+ },
+ {
+ "items": {
+ "enum": [
+ "major_holding_5pct",
+ "executive_holding",
+ "default_occurrence",
+ "business_suspension",
+ "rehabilitation_filing",
+ "dissolution_cause",
+ "bank_management_start",
+ "bank_management_stop",
+ "litigation",
+ "rights_offering",
+ "bonus_issue",
+ "rights_bonus_combo",
+ "capital_reduction",
+ "cb_issuance",
+ "bw_issuance",
+ "eb_issuance",
+ "cocobond_issuance",
+ "treasury_acquisition",
+ "treasury_disposal",
+ "treasury_trust_contract",
+ "treasury_trust_cancel",
+ "stock_exchange",
+ "company_split_merger",
+ "company_split",
+ "company_merger",
+ "asset_transfer_etc",
+ "tangible_asset_transfer",
+ "tangible_asset_acquisition",
+ "other_corp_stock_transfer",
+ "other_corp_stock_acquisition",
+ "business_transfer",
+ "business_acquisition",
+ "bond_with_stock_right_acquisition",
+ "bond_with_stock_right_transfer",
+ "overseas_listing_decision",
+ "overseas_delisting_decision",
+ "overseas_listing",
+ "overseas_delisting"
+ ],
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ }
+]
changedInput schema / properties / event_type / description
Previous value: -"REQUIRED in single mode. One of the 38 selectable events (36 주요사항 + 지분공시 2종)"New value: +"38 selectable events (36 주요사항 + 지분공시 2종) — **a single string OR an array**. A string queries that one event (mode=single); an array queries them in parallel and merges them into one date-descending timeline (mode switches to timeline automatically). When unset in timeline mode, every 자본 관련 event (capital=true) is selected; 소송·부도·회생·해외상장·지분공시 are NOT in that default set, so name them here. Group aliases expand to their members — 'capital' (자본거래 25종, the timeline default) and 'holdings' (지분공시 2종). The legacy key `event_types` is accepted."
removedInput schema / properties / event_type / enum
Removed value: -[
- "major_holding_5pct",
- "executive_holding",
- "default_occurrence",
- "business_suspension",
- "rehabilitation_filing",
- "dissolution_cause",
- "bank_management_start",
- "bank_management_stop",
- "litigation",
- "rights_offering",
- "bonus_issue",
- "rights_bonus_combo",
- "capital_reduction",
- "cb_issuance",
- "bw_issuance",
- "eb_issuance",
- "cocobond_issuance",
- "treasury_acquisition",
- "treasury_disposal",
- "treasury_trust_contract",
- "treasury_trust_cancel",
- "stock_exchange",
- "company_split_merger",
- "company_split",
- "company_merger",
- "asset_transfer_etc",
- "tangible_asset_transfer",
- "tangible_asset_acquisition",
- "other_corp_stock_transfer",
- "other_corp_stock_acquisition",
- "business_transfer",
- "business_acquisition",
- "bond_with_stock_right_acquisition",
- "bond_with_stock_right_transfer",
- "overseas_listing_decision",
- "overseas_delisting_decision",
- "overseas_listing",
- "overseas_delisting"
-]
removedInput schema / properties / event_type / type
Removed value: -"string"
removedInput schema / properties / event_types
Removed value: -{
- "description": "Manual selection for timeline mode — passing this switches mode to timeline automatically. When unset, every 자본 관련 event (capital=true) is selected; 소송·부도·회생·해외상장·지분공시 are NOT in that default set, so request them explicitly here. Group aliases are accepted too — 'capital' (자본거래 25종, the timeline default) and 'holdings' (지분공시 2종)",
- "items": {
- "enum": [
- "major_holding_5pct",
- "executive_holding",
- "default_occurrence",
- "business_suspension",
- "rehabilitation_filing",
- "dissolution_cause",
- "bank_management_start",
- "bank_management_stop",
- "litigation",
- "rights_offering",
- "bonus_issue",
- "rights_bonus_combo",
- "capital_reduction",
- "cb_issuance",
- "bw_issuance",
- "eb_issuance",
- "cocobond_issuance",
- "treasury_acquisition",
- "treasury_disposal",
- "treasury_trust_contract",
- "treasury_trust_cancel",
- "stock_exchange",
- "company_split_merger",
- "company_split",
- "company_merger",
- "asset_transfer_etc",
- "tangible_asset_transfer",
- "tangible_asset_acquisition",
- "other_corp_stock_transfer",
- "other_corp_stock_acquisition",
- "business_transfer",
- "business_acquisition",
- "bond_with_stock_right_acquisition",
- "bond_with_stock_right_transfer",
- "overseas_listing_decision",
- "overseas_delisting_decision",
- "overseas_listing",
- "overseas_delisting"
- ],
- "type": "string"
- },
- "type": "array"
-}