[
{
"@type": "@krs_status",
"is_in_liquidation": false,
"is_in_bankruptcy": false,
"is_in_restructuring": false,
"is_dissolved": false,
"is_suspended": false,
"has_arrears": false,
"arrears": [
{
"@type": "@krs_arrear",
"nature": "<string>",
"amount": {
"@type": "@krs_money",
"value": 123,
"currency": "<string>"
},
"enforcement_authority": "<string>",
"enforcement_title_number": "<string>",
"enforcement_started_at": "<string>",
"enforcement_ended_at": "<string>"
}
],
"enforcement_discontinuations": [
{
"@type": "@krs_enforcement_discontinuation",
"enforcement_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
}
],
"asset_securities": [
{
"@type": "@krs_asset_security",
"bankruptcy_petition_dismissal": {
"@type": "@krs_court_case",
"issuing_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
},
"asset_security_in_bankruptcy": {
"@type": "@krs_court_case",
"issuing_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
},
"asset_security_in_restructuring": {
"@type": "@krs_court_case",
"issuing_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
},
"security_description": "<string>"
}
],
"custodians": [
{
"@type": "@krs_custodian",
"officer": {
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
},
"basis_and_scope": "<string>",
"appointed_at": "<string>"
}
],
"liquidations": [
{
"@type": "@krs_liquidation",
"opening": "<string>",
"representation_method": "<string>",
"liquidators": [
{
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
}
]
}
],
"bankruptcies": [
{
"@type": "@krs_bankruptcy",
"declaration": {
"@type": "@krs_court_case",
"issuing_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
},
"manner": "<string>",
"receivers": [
{
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
}
],
"completion_description": "<string>"
}
],
"restructurings": [
{
"@type": "@krs_restructuring",
"opening": {
"@type": "@krs_court_case",
"issuing_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
},
"completion": {
"@type": "@krs_court_case",
"issuing_authority": "<string>",
"case_reference": "<string>",
"date": "<string>"
},
"supervisors": [
{
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
}
]
}
],
"mergers": [
{
"@type": "@krs_merger",
"circumstance": "<string>",
"description": "<string>",
"acquired_entities": [
"<string>"
],
"resulting_entities": [
"<string>"
]
}
],
"dissolution": {
"@type": "@krs_dissolution",
"circumstance": "<string>",
"description": "<string>"
},
"suspensions": [
{
"@type": "@krs_suspension",
"suspended_at": "<string>",
"resumed_at": "<string>"
}
]
}
]