Skip to content

Company details

This endpoint returns the basic information (staminformation) of a company — a focused subset of the full combined company endpoint, without the additional logical groups such as participants and ownership. Use it when you just need a company's core master data and want a smaller response without the need for participants and owners.

Endpoints

The endpoint is api.lassox.com/{lassoid}/details, where {lassoid} is a Lasso Id for a CVR company.

The following is an example of how to get the details of a specific company. Don't forget to add your API key.

GET api.lassox.com/CVR-1-23452345/details
{
    "lassoId": "CVR-1-23452345",
    "cvr": 23452345,
    "unitNumber": 4001100400,
    "name": "AKTIESELSKABET A/S",
    "alternateNames": ["ANPARTSSELSKABERNE A/S", "UDVIKLINGSFIRMAET A/S", "KONSULENTVIRKSOMHEDEN A/S"],
    "status": "NORMAL",
    "lastStatusChange": "2022-04-27T00:00:00",
    "statstidende":{
        "statusCode": 1,
        "statusText": "Dekret",
        "creditCode": 3,
        "creditText": "Konkurs"
    },
    "lifeTime": {
        "from": "2012-05-14T00:00:00",
        "to": null
    },
    "phone": "71717171",
    "email": "hij@firmaet.com",
    "fax": null,
    "website": "www.firmaet.dk",
    "purpose": "Selskabets formål er at drive virksomhed med databehandling, webhosting og yde serviceydelser.",
    "powerToBind": "Selskabet tegnes af et bestyrelsesmedlem i forening med en direktør eller af to direktører i forening",
    "commerciallyProtected": false,
    "publicallyTraded": false,
    "byLawsChanged": "2019-07-15T00:00:00",
    "creationDate": "2012-05-14T00:00:00",
    "address": {
        "address1": "Tietgensplads 37",
        "address2": "1550 København V",
        "streetName": "Tietgensplads",
        "streetCode": 6152,
        "houseNumberFrom": 37,
        "houseNumberTo": null,
        "houseLetterFrom": null,
        "houseLetterTo": null,
        "floor": null,
        "sideDoor": null,
        "postalCode": 1550,
        "postalDistrict": "København V",
        "cityName": null,
        "municipality": {
            "name": "KØBENHAVN",
            "code": 101
        },
        "coName": null,
        "postalBox": null,
        "freeText": null,
        "countryCode": "DK"
    },
    "form": {
        "code": 60,
        "shortDescription": "A/S",
        "longDescription": "Aktieselskab"
    },
    "industry": {
        "text": "Databehandling, webhosting og lignende serviceydelser",
        "code": "631100"
    },
    "altIndustry1": {
        "text": "Konsulentbistand vedrørende informationsteknologi",
        "code": "620200"
    },
    "altIndustry2": {
        "text": "Anden udgivervirksomhed",
        "code": "581900"
    },
    "altIndustry3": null,
    "employees": {
        "count": 14,
        "fullTimeEquivalentCount": 12.0,
        "interval": "ANTAL_10_19",
        "type": "Monthly",
        "month": 10,
        "year": 2020
    },
    "contributedCapital": {
        "value": 1737691,
        "currency": "DKK",
        "hasClasses": false,
        "isPartial": false
    },
    "accounting": {
        "optedOut": false,
        "currentPeriod": {
            "from": "2021-01-01T00:00:00",
            "to": "2021-12-31T00:00:00"
        },
        "firstPeriod": {
            "from": "2012-05-14T00:00:00",
            "to": "2012-12-31T00:00:00"
        },
        "period": {
            "from": {
                "day": 1,
                "month": 1
            },
            "to": {
                "day": 31,
                "month": 12
            }
        },
        "accountant": {
            "address": {
                "address1": "Prinsessevej 68",
                "address2": "1264 København K",
                "streetName": "Prinsessevej",
                "streetCode": 6948,
                "houseNumberFrom": 68,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": null,
                "sideDoor": null,
                "postalCode": 1264,
                "postalDistrict": "København K",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "name": "REVISIONSFIRMAET A/S",
            "type": "VIRKSOMHED",
            "lassoId": "CVR-1-15151515",
            "cvr": 15151515,
            "role": {
                "mainType": "REVISION",
                "type": "Revisor",
                "originalType": "REVISION",
                "attributes": []
            },
            "from": "2019-07-15T00:00:00"
        }
    },
    "productionUnits": [{
            "lassoId": "CVR-2-1011011010",
            "pNumber": 1011011010
        }, {
            "lassoId": "CVR-2-1021021021",
            "pNumber": 1021021021
        }
    ],
    "attributes": [{
            "type": "ARKIV_REGISTRERINGSNUMMER",
            "value": "ApS111111"
        }, {
            "type": "PSEUDOCVRNR",
            "value": false
        }
    ],
    "mergers": [
    {
      "id": 4008867236,
      "dissolved": false,
      "companies": [
        {
          "lassoId": "CVR-1-37924501",
          "cvr": 37924501,
          "name": "Company ApS",
          "dissolved": true
        }
      ],
      "date": "2020-03-17T00:00:00"
    }
  ],
    "demergers": [],
    "lastUpdated": "2020-11-03T02:12:07"
}

GET api.lassox.com/CVR-1-23452345/history/details
{
    "lassoId": "CVR-1-23452345",
    "cvr": 23452345,
    "unitNumber": 4001100400,
    "name": [{
            "value": "ANPARTSSELSKABET APS",
            "from": "2012-05-14T00:00:00",
            "to": "2014-05-30T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKAB APS",
            "from": "2014-05-31T00:00:00",
            "to": "2015-06-14T00:00:00",
            "current": false
        }, {
            "value": "AKTIESELSKABET ApS",
            "from": "2015-06-15T00:00:00",
            "to": "2018-04-24T00:00:00",
            "current": false
        }, {
            "value": "AKTIESELSKABET A/S",
            "from": "2018-04-25T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "alternateNames": [{
            "value": "ANPARTSSELSKABERNE ApS",
            "from": "2012-05-14T00:00:00",
            "to": "2018-04-25T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKABET APS",
            "from": "2012-05-14T00:00:00",
            "to": "2018-04-25T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKAB APS",
            "from": "2015-11-25T00:00:00",
            "to": "2018-04-25T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKABERNE A/S",
            "from": "2018-04-26T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": "UDVIKLINGSFIRMAET A/S",
            "from": "2018-04-26T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": "KONSULENTVIRKSOMHEDEN A/S",
            "from": "2018-04-26T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "status": [{
            "value": "NORMAL",
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }
    ],    
    "statstidende":[{
        "value":{
            "statusCode": 1,
            "statusText": "Dekret",
            "creditCode": 3,
            "creditText": "Konkurs"
        },
        "from": "2021-10-13T00:00:00",
        "to": null,
        "current": true
    }
    ],
    "lifeTime": [{
            "value": {
                "from": "2012-05-14T00:00:00",
                "to": null
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "phone": [{
            "value": "12341234",
            "from": "2012-07-02T00:00:00",
            "to": "2013-07-31T00:00:00",
            "current": false
        }, {
            "value": "60606060",
            "from": "2014-06-01T00:00:00",
            "to": "2017-02-15T00:00:00",
            "current": false
        }, {
            "value": "71717171",
            "from": "2017-02-16T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "email": [{
            "value": "abc@firmaet.dk",
            "from": "2012-07-02T00:00:00",
            "to": "2014-05-31T00:00:00",
            "current": false
        }, {
            "value": "def@firmaet.dk",
            "from": "2014-06-01T00:00:00",
            "to": "2017-02-15T00:00:00",
            "current": false
        }, {
            "value": "hij@firmaet.dk",
            "from": "2017-02-16T00:00:00",
            "to": "2017-04-30T00:00:00",
            "current": false
        }, {
            "value": "hij@firmaet.com",
            "from": "2017-05-01T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "fax": [],
    "website": [{
            "value": "www.firmaet.dk",
            "from": "2016-09-26T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "purpose": [{
            "value": "Selskabets formål er at drive virksomhed med databehandling, webhosting og yde serviceydelser.",
            "from": "2014-08-01T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "powerToBind": [{
            "value": "Selskabet tegnes af en direktør i forening med bestyrelsesformanden.",
            "from": "2014-08-01T00:00:00",
            "to": "2015-11-24T00:00:00",
            "current": false
        }, {
            "value": "Selskabet tegnes af bestyrelsens formand i forening med en direktør eller af to direktører i forening",
            "from": "2015-11-25T00:00:00",
            "to": "2018-04-17T00:00:00",
            "current": false
        }, {
            "value": "Selskabet tegnes af et bestyrelsesmedlem i forening med en direktør eller af to direktører i forening",
            "from": "2018-04-18T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "commerciallyProtected": false,
    "publicallyTraded": [],
    "byLawsChanged": [{
            "value": "2014-08-01T00:00:00",
            "from": "2014-08-01T00:00:00",
            "to": "2015-06-14T00:00:00",
            "current": false
        }, {
            "value": "2015-06-15T00:00:00",
            "from": "2015-06-15T00:00:00",
            "to": "2016-06-12T00:00:00",
            "current": false
        }, {
            "value": "2016-06-13T00:00:00",
            "from": "2016-06-13T00:00:00",
            "to": "2016-08-10T00:00:00",
            "current": false
        }, {
            "value": "2016-08-11T00:00:00",
            "from": "2016-08-11T00:00:00",
            "to": "2017-09-25T00:00:00",
            "current": false
        }, {
            "value": "2017-09-26T00:00:00",
            "from": "2017-09-26T00:00:00",
            "to": "2018-04-16T00:00:00",
            "current": false
        }, {
            "value": "2018-04-17T00:00:00",
            "from": "2018-04-17T00:00:00",
            "to": "2018-04-24T00:00:00",
            "current": false
        }, {
            "value": "2018-04-25T00:00:00",
            "from": "2018-04-25T00:00:00",
            "to": "2018-12-27T00:00:00",
            "current": false
        }, {
            "value": "2018-12-28T00:00:00",
            "from": "2018-12-28T00:00:00",
            "to": "2019-07-14T00:00:00",
            "current": false
        }, {
            "value": "2019-07-15T00:00:00",
            "from": "2019-07-15T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "creationDate": "2012-05-14T00:00:00",
    "address": [{
            "value": {
                "address1": "Palægæde 39",
                "address2": "1058 København K",
                "streetName": "Palægæde",
                "streetCode": 2700,
                "houseNumberFrom": 39,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": null,
                "sideDoor": null,
                "postalCode": 1058,
                "postalDistrict": "København K",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2012-05-14T00:00:00",
            "to": "2013-08-15T00:00:00",
            "current": false
        }, {
            "value": {
                "address1": "Sønderbrogade 36 1.",
                "address2": "2200 København N",
                "streetName": "Sønderbrogade",
                "streetCode": 5192,
                "houseNumberFrom": 36,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": "1",
                "sideDoor": null,
                "postalCode": 2200,
                "postalDistrict": "København N",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2013-08-16T00:00:00",
            "to": "2013-08-28T00:00:00",
            "current": false
        }, {
            "value": {
                "address1": "Sønderbrogade 36A 1.",
                "address2": "2200 København N",
                "streetName": "Sønderbrogade",
                "streetCode": 5192,
                "houseNumberFrom": 36,
                "houseNumberTo": null,
                "houseLetterFrom": "A",
                "houseLetterTo": null,
                "floor": "1",
                "sideDoor": null,
                "postalCode": 2200,
                "postalDistrict": "København N",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2013-08-29T00:00:00",
            "to": "2018-08-09T00:00:00",
            "current": false
        }, {
            "value": {
                "address1": "Tietgensplads 37",
                "address2": "1550 København V",
                "streetName": "Tietgensplads",
                "streetCode": 6152,
                "houseNumberFrom": 37,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": null,
                "sideDoor": null,
                "postalCode": 1550,
                "postalDistrict": "København V",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2018-08-10T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "form": [{
            "value": {
                "code": 80,
                "shortDescription": "APS",
                "longDescription": "Anpartsselskab"
            },
            "from": "2012-05-14T00:00:00",
            "to": "2018-04-24T00:00:00",
            "current": false
        }, {
            "value": {
                "code": 60,
                "shortDescription": "A/S",
                "longDescription": "Aktieselskab"
            },
            "from": "2018-04-25T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "industry": [{
            "value": {
                "text": "Uoplyst",
                "code": "999999"
            },
            "from": "2012-05-14T00:00:00",
            "to": "2012-05-14T00:00:00",
            "current": false
        }, {
            "value": {
                "text": "Computerprogrammering",
                "code": "620100"
            },
            "from": "2012-05-15T00:00:00",
            "to": "2014-06-02T00:00:00",
            "current": false
        }, {
            "value": {
                "text": "Databehandling, webhosting og lignende serviceydelser",
                "code": "631100"
            },
            "from": "2014-06-03T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "altIndustry1": [{
            "value": {
                "text": "Konsulentbistand vedrørende informationsteknologi",
                "code": "620200"
            },
            "from": "2012-05-15T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "altIndustry2": [{
            "value": {
                "text": "Anden udgivervirksomhed",
                "code": "581900"
            },
            "from": "2017-01-19T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "altIndustry3": [],
    "employees": [ {
            "value": {
                "interval": "ANTAL_20_49",
                "type": "Yearly",
                "month": 1,
                "year": 2018
            },
            "from": "2018-01-01T00:00:00",
            "to": "2018-12-31T00:00:00",
            "current": false
        },
        {
            "value": {
                "interval": "ANTAL_20_49",
                "type": "Quarterly",
                "month": 7,
                "year": 2019,
                "quarter": 3
            },
            "from": "2019-07-01T00:00:00",
            "to": "2019-09-30T00:00:00",
            "current": false
        },
        {
            "value": {
                "count": 15,
                "fullTimeEquivalentCount": 13.0,
                "interval": "ANTAL_10_19",
                "type": "Monthly",
                "month": 9,
                "year": 2020
            },
            "from": "2020-09-01T00:00:00",
            "to": "2020-09-30T00:00:00",
            "current": false
        }, {
            "value": {
                "count": 14,
                "fullTimeEquivalentCount": 12.0,
                "interval": "ANTAL_10_19",
                "type": "Monthly",
                "month": 10,
                "year": 2020
            },
            "from": "2020-10-01T00:00:00",
            "to": "2020-10-31T00:00:00",
            "current": false
        }
    ],
    "contributedCapital": {
        "value": [{
                "value": 80000.00,
                "from": "2012-05-14T00:00:00",
                "to": "2014-07-31T00:00:00",
                "current": false
            }, {
                "value": 100000.00,
                "from": "2014-08-01T00:00:00",
                "to": "2019-07-14T00:00:00",
                "current": false
            },
            {
                "value": "1737691.00",
                "from": "2019-07-15T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "currency": [{
                "value": "DKK",
                "from": "2012-05-14T00:00:00",
                "to": null,
                "current": false
            }
        ],
        "hasClasses": [{
                "value": false,
                "from": "2016-06-13T00:00:00",
                "to": null,
                "current": false
            }
        ],
        "isPartial": []
    },
    "accounting": {
        "optedOut": [{
                "value": true,
                "from": "2012-05-14T00:00:00",
                "to": "2015-06-14T00:00:00",
                "current": false
            }, {
                "value": false,
                "from": "2015-06-15T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "currentPeriod": {
            "from": "2021-01-01T00:00:00",
            "to": "2021-12-31T00:00:00"
        },
        "firstPeriod": {
            "from": "2012-05-14T00:00:00",
            "to": "2012-12-31T00:00:00"
        },
        "period": [{
                "value": {
                    "from": {
                        "day": 1,
                        "month": 1
                    },
                    "to": {
                        "day": 31,
                        "month": 12
                    }
                },
                "from": "2012-05-14T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "accountant": [{
                "value": {
                    "address": {
                        "address1": "Prinsessevej 68",
                        "address2": "1264 København K",
                        "streetName": "Prinsessevej",
                        "streetCode": 6948,
                        "houseNumberFrom": 68,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 1264,
                        "postalDistrict": "København K",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "REVISIONSFIRMAET A/S",
                    "type": "VIRKSOMHED",
                    "lassoId": "CVR-1-15151515",
                    "cvr": 15151515,
                    "role": {
                        "mainType": "REVISION",
                        "type": "Revisor",
                        "originalType": "REVISION",
                        "attributes": [],
                    },
                },
                "from": "2015-06-15T00:00:00",
                "to": null,
                "current": true
            }
        ]
    },
    "productionUnits": [{
            "value": {
                "lassoId": "CVR-2-1011011010",
                "pNumber": 1011011010
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": {
                "lassoId": "CVR-2-1021021021",
                "pNumber": 1021021021
            },
            "from": "2018-08-10T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "attributes": [{
            "value": {
                "type": "ARKIV_REGISTRERINGSNUMMER",
                "value": "ApS111111"
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": {
                "type": "PSEUDOCVRNR",
                "value": false
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "mergers": [],
    "demergers": [],
    "lastUpdated": "2020-11-03T02:12:07"
}

Field reference

Top level

Field Type Description
lassoId string The company's Lasso Id.
cvr number The CVR number.
unitNumber number The CVR unit number (enhedsnummer) identifying the legal unit.
name string The company's current name.
alternateNames string[] Other names the company is or has been known by (e.g. binames).
status string The current company status, e.g. NORMAL.
lastStatusChange datetime When the status last changed.
statstidende object Latest Statstidende announcement, if any. See Statstidende.
lifeTime object The company's life span, with from and to (to is null while active).
phone string Registered phone number.
email string Registered e-mail address.
fax string Registered fax number.
website string Registered website.
purpose string The company's registered purpose (formål).
powerToBind string Who may legally bind the company (tegningsregel).
commerciallyProtected boolean Whether the name is commercially protected (reklamebeskyttet).
publicallyTraded boolean Whether the company is publicly traded.
byLawsChanged datetime When the articles of association (vedtægter) were last changed.
creationDate datetime The company's creation/registration date.
address object The company's address. See Address.
form object The company form (virksomhedsform). See Form.
industry object Primary industry (branche). See Industry.
altIndustry1altIndustry3 object Up to three secondary industries (bibrancher), or null.
employees object Latest employee figures. See Employees.
contributedCapital object Registered capital. See Contributed capital.
accounting object Accounting/financial-year information. See Accounting.
productionUnits object[] The company's production units, each with lassoId and pNumber.
attributes object[] Additional key/value attributes (type, value).
mergers object[] Mergers the company has been part of. See Mergers and demergers.
demergers object[] Demergers the company has been part of. See Mergers and demergers.
lastUpdated datetime When this data was last updated in Lasso.

Statstidende

Field Type Description
statusCode number Numeric status code of the announcement.
statusText string Human-readable status, e.g. Dekret.
creditCode number Numeric credit code.
creditText string Human-readable credit status, e.g. Konkurs.

Address

Field Type Description
address1 string First address line (street and number).
address2 string Second address line (postal code and district).
streetName string Street name.
streetCode number Official street code (vejkode).
houseNumberFrom / houseNumberTo number House number range.
houseLetterFrom / houseLetterTo string House letter range.
floor string Floor (etage).
sideDoor string Side/door (side/dør).
postalCode number Postal code.
postalDistrict string Postal district.
cityName string City name, if different from the postal district.
municipality object Municipality with name and code.
coName string Care-of name (c/o).
postalBox string Postal box.
freeText string Free-text address, when a structured address is unavailable.
countryCode string ISO country code, e.g. DK.

Form

Field Type Description
code number The company-form code.
shortDescription string Short form description, e.g. A/S.
longDescription string Full form description, e.g. Aktieselskab.

Industry

Applies to industry and the altIndustry1altIndustry3 fields.

Field Type Description
text string Industry description (branchetekst).
code string Industry code (branchekode).

Employees

Field Type Description
count number Number of employees.
fullTimeEquivalentCount number Number of full-time equivalents (årsværk).
interval string The employee-count interval, e.g. ANTAL_10_19.
type string The reporting period type, e.g. Monthly.
month number The month the figures apply to.
year number The year the figures apply to.

Contributed capital

Field Type Description
value number The registered capital amount.
currency string The currency, e.g. DKK.
hasClasses boolean Whether the capital is divided into share classes.
isPartial boolean Whether the capital is only partially paid in.

Accounting

Field Type Description
optedOut boolean Whether the company has opted out of audit (fravalgt revision).
currentPeriod object The current accounting period, with from and to.
firstPeriod object The first accounting period, with from and to.
period object The recurring financial-year start and end (from/to as day and month).
accountant object The registered accountant/auditor, including name, lassoId, cvr, address, role and from.

Mergers and demergers

Applies to both the mergers and demergers arrays. Each entry describes a single merger or demerger event.

Field Type Description
id number Unique identifier of the merger/demerger event.
dissolved boolean Whether this company was dissolved as a result of the event.
companies object[] The other companies involved in the event. See Involved company.
date datetime When the merger/demerger took effect.

Involved company

Field Type Description
lassoId string The Lasso Id of the involved company.
cvr number The CVR number of the involved company.
name string The name of the involved company.
dissolved boolean Whether the involved company was dissolved as a result of the event.