{
    "openapi": "3.0.1",
    "info": {
        "title": "Business Insight API",
        "description": "# Customer insights\n\n Your customer base has enormous potential, but in some cases, you need to add market data and financial information to be able to analyze and get the real customer insights. Your knowledge in combination with our data makes it possible to direct the right message to your customers at the right time. With the Business Insights API, you ensure that your data is always correct and updated and that you communicate with your customers based on their needs, wishes and requirement.\n\n\n## Find your next customer\n\n With the help of the API, you can retrieve leads in real time based on your customer insights and spend time to process the right kind of customers from the start. A process that saves time, increases sales and creates higher relevance on the market.\n\n\n## Integrations\n\n Our integrations use modern API infrastructure based on JSON and REST API and is built using proven security solutions. The standardized infrastructure simplifies the implementation process somewhat, which can lead to shorter lead times for your services and has the potential to lower implementation costs.\n\n\n## Conditions Of Usage\n\n The information may only be used for your own purposes. The right to use the service and the information may not be transferred or assigned to third parties. The customer may not sell, sublet, make available, transfer, rent, distribute, or in any other way commercially exploit the service and/or the information or part thereof.\n\n\n## YGL\n\n The API deliver information according to YGL certificate of publication.The supplier or companies within the supplier's group hold certificates of publication for databases issued by the Swedish Press, Radio and Television Authority. A certificate of publication means that the database is protected by the Freedom of Expression Act (1991:1469). As a consequence of this protection, the Data Protection Regulation and the Data Protection Act are not applicable.\n\n\n\n# About the API\n\n  The API is structured for you to request all information through the same endpoint. It takes a json object as input, consisting of ```fields``` and ```filter```. The ```fields``` selected define what data the API will return and the ```filter```(s) are used to target the correct object you want data about (e.g. which company). A simple example request could look like this (see Example Body under Business Insight API for syntax and **full list of fields and filter**):\n\n\n```{ \"fields\": { \"INFORMATION_BASIC\": true }, \"filter\": { \"company.orgNumber\": { \"in\": [ \"165561375113\" ] } } }```\n\nThere are three *types* of fields available (with several fields for each type).\n\n  - **Data package requests** - These requests will return a package of data and we charge for each package  returned.\n  - **FIND requests** - These are much lighter requests which returns only data for you to contiunue your search based on (e.g. returns a list of org numbers which you can use as input to get a data package). The idea is to do your broad search and filtering with these free requests and then only get the actual data for the object you are interested in.\n  - **Price requests** - This will only return the price table for your request. The idea is that you can design your filters and call the price field - it will then tell you the cost and number of responses when requesting any data package with those filters.\n\n**Most filters are applicable for most data packages, but there are some special cases:**\n\n- Companies with a status of ```INACTIVE``` will not be returned unless specifically targeted with the ```company.status``` filter.\n- Some data packages are tailored to a specific use case and therefore require specific input (e.g. ```FIND_COMPANIES``` requiring a ```company.name.value``` filter). This is communicated in the API reponses.\n\n # Data package requests\n\n To see an example response for a specific data package scroll down to  Business Insights API, expand the endpoint and under *Responses* select the *Media type* ```application/json``` and chose the data package ```Example```. To see the full Schema of every reponse select ```Schema``` under the ```*/*``` *Media type*.\n\n\nThe data packages (fields) available is listed below.\n\n\n### Basic information (field ```INFORMATION_BASIC```)\n\nGet access to all necessary basic information and status regarding a company. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name (Secondary Business Names and Translations)\n \t - Registration Date\n \t - Company Status (Active / Registered / Inactive)\n \t - Company State (Historical events such as bankrupcy, merger, liquidation etc.)\n \t - Tax information (Registered for VAT, VAT number, Tax and Employer's Contribution)\n \t - Turnover Information (Interval)\n \t - Legal Entity\n \t - Business Description\n \t - Company Industries (Detailed Group (SNI Codes), Weight, Section)\n \t - Workplaces (CFAR number, Number of Workplaces, Detailed Status, Tax Status)\n \t - Number of Employees (Interval)\n \t - Part of Hierarchy (True / False)\n \t - Headquarters Location (Address, Zip Code, City, County, Municipality)\n \t - Domicile Location (Address, County, Municipality)\n \t - Visiting Location (Address, Zip Code, City)\n \t - Phone Number\n\n### Company website information (field ```COMPANY_INFO_WEBSITE```)\n\n\nGet the website information (url) to a company. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Company Website URL\n\n\n### Company email information (field ```COMPANY_INFO_EMAIL```)\n\n\nGet the email information to a company. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Company Contact Email\n\n\n### Onboarding (field ```ON_BOARDING```)\n\nGet access to all relevant onboarding information and speed up your processes. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name (Secondary Business Names and Translations)\n \t - Company Status (Detailed status, Legal Entity)\n \t - Workplaces (CFAR number, Number of Workplaces, Headquarter true/false, Location, Phone Number)\n \t - Part of Hierarchies (True / False)\n \t - Headquarters Location (Address, Zip Code, City, County, Municipality)\n \t - Visiting Location (Address, Zip Code, City)\n \t - Phone Number\n\n\n### Workplaces (field ```WORKPLACES```)\n\nGet access to detailed information about the company's workplaces such as addresses and number of employees. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Workplaces (CFAR number, Number of Workplaces, Headquarter true/false, Location, Phone Number)\n \t - Headquarters Location (Address, Zip Code, City, County, Municipality)\n \t - Visiting Location (Address, Zip Code, City)\n \t - Phone Number\n\n\n### Signatory and functional roles (field ```SIGNATORY_AND_FUNCTIONAL_ROLES```)\n\nProvides information regarding company's board, roles and signature rights. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Signatory Text (Signatory rules in text format)\n \t - Functional Roles (Registered id (personal identity number), Name, Role Title(s))\n \t - High Level Board Information (Warning List, Number of Board and Alternate Board Members, Auditor Information)\n\n\n### Signatory check (field ```SIGNATORY_CHECK```)\n\nThis field is used to provide you with an answer to whether the person have signatory rights for a specific company.  The response will also provide rules regarding signatory rights for the company. This field requires a corporate registration number, a registered id (personal identity number) or a combination of both. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Signatory Text (Signatory rules in text format)\n \t - Functional Roles (Registered id (personal identity number), Name, Role Title(s))\n \t - Signatory Logic on each Functional Role (Individual or combined signatory rights)\n \t - High Level Board Information (Warning List, Number of Board and Alternate Board Members, Auditor Information)\n\n\n### Company hierarchies (field ```HIERARCHIES```)\n\nShows whether the company is part of a group, as well as group company structure with parent and subsidiaries. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Group Parent Company Name\n \t - Group Parent Corporate Registration Number\n \t - Country Code\n \t - Subsidary Name\n  \t - Subsidary Corporate Registration Number\n \t - Shareholders (Ownership Share)\n \t - Hierarchy Level\n\n\n### Annual financial report (field ```ANNUAL_FINANCIAL_REPORT```)\nShows the company's annual financial statements. These contain lots of data under each point, so only the headlines are listed below. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Notes to Account (High level data)\n \t - Report Type\n \t - Arrival Date\n \t - Roll of Film\n \t - Report Form\n \t - Audit Report (Audit Comments)\n \t - Interim Report\n \t - End Financial Year\n \t - Annual Account (Balance Sheet data, Income Statement data)\n \t - Company Status\n \t - Directors Report\n \t - Defect Annual Report\n \t - Financial Period\n \t - Frame to Film\n \t - Consolidated Report\n \t - Type\n \t - Xbrlld\n \t - Branch Office Foreign Annual Report\n \t - Length Financial Year\n \t - Key Figures (vairous Key Figures)\n\n\n### Historical financial reports (field ```HISTORICAL_FINANCIAL_REPORT```)\n\nShows the company's historical financial statements. Data package includes:\n\n\n\t - Same data available as for Annual financial report above - just historical as per year.\n\n\n### Decision maker (fields ```DECISION_MAKER_BASIC```, ```DECISION_MAKER_EMAIL```, ```DECISION_MAKER_LANDLINE```, ```DECISION_MAKER_MOBILE```)\n\nProvides contact information to higher decision makers in companies. Maximizes the potential of your marketing activities and allows you to get in contact with decision makers which has a mandate to make business decisions. Basic data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Decision Maker Name\n \t - Title Category\n \t - Information Last Updated\n\n\nEach specific data package (email, landline, mobile) include the Basic data which is always added to the response, but adds contact information according to their name.\n\n\n\t - Email\n \t - Landline Phone\n \t - Mobile Phone\n\n\n### Reports (field ```REPORTS```)\n\nProvides functionality to get links to available reports, these can then be fetched separately through the endpoint **/apis/rest/annual-reports/```orgNumber```/```endFinancialYear```.**\n\n\nFetched reports are then billed separatly. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - URL to get Annual Financial Report via API\n \t - URL to get Historical Financial Reports via API\n\n\n# FIND requests\n\n\nOur find requests are designed to handle broader requests where you need to narrow down on a subset of e.g. organisation numbers based on e.g. name, location or other filters. The idea is to use these ```free```  (except the targeted search on personal security number) request type for broad requests and then fetch the actual data you need from the appropriate data package. We currently provide the following find requests:\n\n\n### Find companies on company names (field ```FIND_COMPANIES```)\n\nProvides search function in order to find a specific company by using name filters. The search can be performed by using a part or full name. The response will contain a list of possible hits together with organization number, company name and post town. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n \t - Headquarters Location (Town)\n\n\n### Find workplaces (field ```FIND_WORKPLACES```)\n Provides search function in order to get a list of specific companies workplaces based on company filters. The response will contain a list with cfar number and post town. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Workplaces (Name, CFAR number, Town)\n\n### Find organisations (field ```FIND_ORGANISATIONS```)\n\nEnables the possibility to use all the filter options and get a large list of organization number as a response. You can then use the response and divide it to smaller parts, send in data request at a pace that don´t exceed the API:s or your systems limitations. Data package includes:\n\n\n\t - Corporate Registration Number\n\n\n### Find companies on representative personal security number (field ```FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE```, ```FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE```)\n\nProvides search function in order to find a specific company by using a company representative personal security number. The response will contain a list company's engagements with organization number and company name. Data package includes:\n\n\n\t - Corporate Registration Number\n \t - Company Name\n\n\n# Price request\n\n Our price request is designed to enable you to check what a certain request would cost based on the fiters you apply. The response will state which data packages have a match given your filters, how many responses within each data package, as well as the total cost. To see an example response select the *Media type* ```application/json``` and chose the *price* ```Example```.\n\n # Authentication\n\n Get access_token for machine user to apply as authorization header in API requests:\n\n    Authorization: Bearer \u003Caccess_token\u003E\n\n### Access_token for Production\n\n    curl --location --request POST 'https://login.enento.com/am/oauth2/access_token'\n    --header ''Content-Type: application/x-www-form-urlencoded''\n    --data-urlencode 'grant_type=password'\n    --data-urlencode 'client_id=m2m_authentication_client'\n    --data-urlencode 'username=\u003CYOUR_PROD_USERNAME\u003E'\n    --data-urlencode 'password=\u003CYOUR_PROD_PASSWORD\u003E'\n### Example using the access_token\n\n    curl -X POST 'https://api.uc.se/se/companies/getCollection'\n    --header 'Content-Type: application/json'\n    --header 'cost-org: \u003Ccost-org\u003E'\n    --header 'Authorization: Bearer \u003Caccess_token\u003E'\n    -d '{ \"fields\": { \"INFORMATION_BASIC\": true }, \"filter\": { \"company.orgNumber\": { \"in\": [ \"165561375113\" ] } } }'\n\n\nCost-org = The VAT identification number which is an international format for identifying companies.\nThe VAT identification number consists of the country code SE followed by the corporate registration number or personal identification number if it is a sole trader business without a hyphen and ends with 01. So \\\"SE+ XXXXXXXXXX + 01\\\", for example SE556137511301.\n\n",
        "contact": {
            "name": "Enento Group",
            "url": "https://developerportal.uc.se/api-product/business-insight",
            "email": "integration@uc.se"
        },
        "version": "v1"
    },
    "servers": [
        {
            "url": "https://api.uc.se/se/companies",
            "description": "Generated server url"
        }
    ],
    "security": [
        {
            "bearer": []
        }
    ],
    "paths": {
        "/apis/rest/companies/getUpdates": {
            "post": {
                "tags": [
                    "Company data delta in BI API"
                ],
                "operationId": "getEvents",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "page",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer",
                            "format": "int32",
                            "default": 1
                        }
                    },
                    {
                        "name": "limit",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer",
                            "format": "int32",
                            "default": 100000
                        }
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RequestCompanyEvent"
                            }
                        }
                    },
                    "required": true
                },
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "*/*": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaginatedResponseCompanyEventDTO"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/apis/rest/companies/getCollection": {
            "post": {
                "tags": [
                    "Company data in BI API"
                ],
                "operationId": "searchCompanies",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "exclude-nulls",
                        "in": "header",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RequestCompany"
                            }
                        }
                    },
                    "required": true
                },
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "*/*": {
                                "schema": {
                                    "$ref": "#/components/schemas/ResultCompanies"
                                }
                            },
                            "application/json": {
                                "examples": {
                                    "INFORMATION_BASIC": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": [\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        },\n                        {\n                            \"value\": {\n                                \"section\": \"J\",\n                                \"weight\": 2,\n                                \"detailedGroup\": \"63120\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": \"2023-09-25T09:12:02.090Z\",\n                    \"registeredDate\": null,\n                    \"name\": null,\n                    \"cfarNumber\": \"17485046\",\n                    \"headquarter\": true,\n                    \"active\": true,\n                    \"contact\": null\n                },\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": \"2023-06-09T13:01:31.490Z\",\n                    \"registeredDate\": \"1985-04-09\",\n                    \"name\": null,\n                    \"cfarNumber\": \"24348807\",\n                    \"headquarter\": false,\n                    \"active\": false,\n                    \"contact\": null\n                },\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": \"2023-06-09T13:35:37.559Z\",\n                    \"registeredDate\": \"1984-04-08\",\n                    \"name\": null,\n                    \"cfarNumber\": \"22766356\",\n                    \"headquarter\": false,\n                    \"active\": true,\n                    \"contact\": null\n                }\n            ],\n            \"company\": {\n                \"industries\": [\n                    {\n                        \"value\": {\n                            \"section\": \"N\",\n                            \"weight\": 1,\n                            \"detailedGroup\": \"82910\"\n                        }\n                    },\n                    {\n                        \"value\": {\n                            \"section\": \"J\",\n                            \"weight\": 2,\n                            \"detailedGroup\": \"63120\"\n                        }\n                    }\n                ],\n                \"numberOfEmployees\": {\n                    \"min\": 100,\n                    \"max\": 199\n                },\n                \"lastModification\": \"2023-11-01T00:43:24.937Z\",\n                \"vat\": {\n                    \"number\": \"SE556137511301\",\n                    \"active\": true\n                },\n                \"registrationDate\": {\n                    \"value\": \"1970-07-15\"\n                },\n                \"partOfHierachy\": true,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": {\n                    \"county\": \"Stockholms län\",\n                    \"municipality\": \"Stockholm\"\n                },\n                \"representatives\": null,\n                \"status\": {\n                    \"value\": \"ACTIVE\"\n                },\n                \"signatoryText\": null,\n                \"businessDescription\": \"Bolaget har till föremål för sin verksamhet att bedriva \\nkreditupplysningsverksamhet, att tillhandahålla tjänster och information för marknadsföring, att tillhandahålla annan affärsinformation samt att bedriva annan därmed förenlig verksamhet.\",\n                \"state\": {\n                    \"liquidation\": null,\n                    \"companyReconstruction\": null,\n                    \"merger\": {\n                        \"acquiringCompanies\": [\n                            {\n                                \"foreignCompany\": null,\n                                \"orgNumber\": \"165566130042\",\n                                \"status\": \"COMPLETE\",\n                                \"date\": \"2019-10-31\"\n                            }\n                        ],\n                        \"acquiredByCompany\": null\n                    },\n                    \"bankruptcy\": null,\n                    \"deregistration\": null,\n                    \"transformationToLimitedBankingCompany\": null,\n                    \"shelfCompany\": null,\n                    \"demerger\": null,\n                    \"resolution\": null\n                },\n                \"legalEntity\": {\n                    \"publicCompany\": false,\n                    \"type\": \"LIMITED_COMPANY\"\n                },\n                \"numberOfWorkplaces\": 3,\n                \"tax\": {\n                    \"endReasons\": [],\n                    \"active\": true,\n                    \"endDate\": null\n                },\n                \"turnover\": {\n                    \"min\": 500000,\n                    \"max\": 999999,\n                    \"year\": \"2022\"\n                },\n                \"employer\": {\n                    \"employer\": true\n                },\n                \"contact\": {\n                    \"address\": {\n                        \"postal\": {\n                            \"value\": {\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"10127\",\n                                \"street\": \"Box 353\",\n                                \"advertisingBlock\": false\n                            }\n                        }\n                    },\n                    \"phone\": {\n                        \"number\": \"086709000\",\n                        \"advertisingBlock\": false\n                    },\n                    \"headquarters\": {\n                        \"county\": \"Stockholms län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"10127\",\n                                \"street\": \"BOX 353\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"11164\",\n                                \"street\": \"Klarabergsviadukten 63\"\n                            }\n                        },\n                        \"municipality\": \"Stockholm\"\n                    }\n                }\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 2,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 2\n    }\n}"
                                    },
                                    "COMPANY_INFO_WEBSITE": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": {\n                \"homepage\": \"https://www.uc.se\",\n                \"email\": null\n            },\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 2,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 2\n    }\n}"
                                    },
                                    "COMPANY_INFO_EMAIL": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": {\n                \"homepage\": null,\n                \"email\": \"info@uc.com\"\n            },\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 2,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 2\n    }\n}"
                                    },
                                    "ON_BOARDING": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": [\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        },\n                        {\n                            \"value\": {\n                                \"section\": \"J\",\n                                \"weight\": 2,\n                                \"detailedGroup\": \"63120\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": \"2023-09-25T09:12:02.090Z\",\n                    \"registeredDate\": null,\n                    \"name\": null,\n                    \"cfarNumber\": \"17485046\",\n                    \"headquarter\": true,\n                    \"active\": true,\n                    \"contact\": {\n                        \"county\": \"Stockholms län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"10127\",\n                                \"street\": \"BOX 353\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"postCode\": \"11164\",\n                                \"street\": \"Klarabergsviadukten 63\"\n                            }\n                        },\n                        \"phone\": {\n                            \"number\": \"086709000\",\n                            \"advertisingBlock\": false\n                        },\n                        \"municipality\": \"Stockholm\"\n                    }\n                },\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": \"2023-06-09T13:01:31.490Z\",\n                    \"registeredDate\": \"1985-04-09\",\n                    \"name\": null,\n                    \"cfarNumber\": \"24348807\",\n                    \"headquarter\": false,\n                    \"active\": false,\n                    \"contact\": {\n                        \"county\": \"Skåne län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"MALMÖ\",\n                                \"careOf\": null,\n                                \"postCode\": \"21118\",\n                                \"street\": \"MALMÖHUSVÄGEN 1\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"MALMÖ\",\n                                \"postCode\": \"21118\",\n                                \"street\": \"MALMÖHUSVÄGEN 1\"\n                            }\n                        },\n                        \"phone\": {\n                            \"number\": \"0406117303\",\n                            \"advertisingBlock\": false\n                        },\n                        \"municipality\": \"Malmö\"\n                    }\n                },\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": \"2023-06-09T13:35:37.559Z\",\n                    \"registeredDate\": \"1984-04-08\",\n                    \"name\": null,\n                    \"cfarNumber\": \"22766356\",\n                    \"headquarter\": false,\n                    \"active\": true,\n                    \"contact\": {\n                        \"county\": \"Västra Götalands län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"GÖTEBORG\",\n                                \"careOf\": null,\n                                \"postCode\": \"41251\",\n                                \"street\": \"MÄSSANS GATA 10  7TR\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"GÖTEBORG\",\n                                \"postCode\": \"41251\",\n                                \"street\": \"MÄSSANS GATA 10  7TR\"\n                            }\n                        },\n                        \"phone\": {\n                            \"number\": \"0317785100\",\n                            \"advertisingBlock\": false\n                        },\n                        \"municipality\": \"Göteborg\"\n                    }\n                }\n            ],\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": \"2023-11-01T00:43:24.937Z\",\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": true,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": {\n                    \"value\": \"ACTIVE\"\n                },\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": {\n                    \"liquidation\": null,\n                    \"companyReconstruction\": null,\n                    \"merger\": {\n                        \"acquiringCompanies\": [\n                            {\n                                \"foreignCompany\": null,\n                                \"orgNumber\": \"165566130042\",\n                                \"status\": \"COMPLETE\",\n                                \"date\": \"2019-10-31\"\n                            }\n                        ],\n                        \"acquiredByCompany\": null\n                    },\n                    \"bankruptcy\": null,\n                    \"deregistration\": null,\n                    \"transformationToLimitedBankingCompany\": null,\n                    \"shelfCompany\": null,\n                    \"demerger\": null,\n                    \"resolution\": null\n                },\n                \"legalEntity\": {\n                    \"publicCompany\": false,\n                    \"type\": \"LIMITED_COMPANY\"\n                },\n                \"numberOfWorkplaces\": 3,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": {\n                    \"address\": {\n                        \"postal\": {\n                            \"value\": {\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"10127\",\n                                \"street\": \"Box 353\",\n                                \"advertisingBlock\": false\n                            }\n                        }\n                    },\n                    \"phone\": {\n                        \"number\": \"086709000\",\n                        \"advertisingBlock\": false\n                    },\n                    \"headquarters\": {\n                        \"county\": \"Stockholms län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"10127\",\n                                \"street\": \"BOX 353\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"11164\",\n                                \"street\": \"Klarabergsviadukten 63\"\n                            }\n                        },\n                        \"municipality\": \"Stockholm\"\n                    }\n                }\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 2,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 2\n    }\n}"
                                    },
                                    "WORKPLACES": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": [\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        },\n                        {\n                            \"value\": {\n                                \"section\": \"J\",\n                                \"weight\": 2,\n                                \"detailedGroup\": \"63120\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": {\n                        \"min\": 100,\n                        \"max\": 199\n                    },\n                    \"lastModification\": \"2023-09-25T09:12:02.090Z\",\n                    \"registeredDate\": null,\n                    \"name\": \"HUVUDKONTOR\",\n                    \"cfarNumber\": \"17485046\",\n                    \"headquarter\": true,\n                    \"active\": true,\n                    \"contact\": {\n                        \"county\": \"Stockholms län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": \"10127\",\n                                \"street\": \"BOX 353\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"postCode\": \"11164\",\n                                \"street\": \"Klarabergsviadukten 63\"\n                            }\n                        },\n                        \"phone\": {\n                            \"number\": \"086709000\",\n                            \"advertisingBlock\": false\n                        },\n                        \"municipality\": \"Stockholm\"\n                    }\n                },\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": {\n                        \"min\": 1,\n                        \"max\": 4\n                    },\n                    \"lastModification\": \"2023-06-09T13:01:31.490Z\",\n                    \"registeredDate\": \"1985-04-09\",\n                    \"name\": \"\",\n                    \"cfarNumber\": \"24348807\",\n                    \"headquarter\": false,\n                    \"active\": false,\n                    \"contact\": {\n                        \"county\": \"Skåne län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"MALMÖ\",\n                                \"careOf\": null,\n                                \"postCode\": \"21118\",\n                                \"street\": \"MALMÖHUSVÄGEN 1\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"MALMÖ\",\n                                \"postCode\": \"21118\",\n                                \"street\": \"MALMÖHUSVÄGEN 1\"\n                            }\n                        },\n                        \"phone\": {\n                            \"number\": \"0406117303\",\n                            \"advertisingBlock\": false\n                        },\n                        \"municipality\": \"Malmö\"\n                    }\n                },\n                {\n                    \"industries\": [\n                        {\n                            \"value\": {\n                                \"section\": \"N\",\n                                \"weight\": 1,\n                                \"detailedGroup\": \"82910\"\n                            }\n                        }\n                    ],\n                    \"numberOfEmployees\": {\n                        \"min\": 1,\n                        \"max\": 4\n                    },\n                    \"lastModification\": \"2023-06-09T13:35:37.559Z\",\n                    \"registeredDate\": \"1984-04-08\",\n                    \"name\": \"\",\n                    \"cfarNumber\": \"22766356\",\n                    \"headquarter\": false,\n                    \"active\": true,\n                    \"contact\": {\n                        \"county\": \"Västra Götalands län\",\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"GÖTEBORG\",\n                                \"careOf\": null,\n                                \"postCode\": \"41251\",\n                                \"street\": \"MÄSSANS GATA 10  7TR\",\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": {\n                                \"country\": null,\n                                \"postTown\": \"GÖTEBORG\",\n                                \"postCode\": \"41251\",\n                                \"street\": \"MÄSSANS GATA 10  7TR\"\n                            }\n                        },\n                        \"phone\": {\n                            \"number\": \"0317785100\",\n                            \"advertisingBlock\": false\n                        },\n                        \"municipality\": \"Göteborg\"\n                    }\n                }\n            ],\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": 3,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 6,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": {\n                \"hits\": 3,\n                \"listPrice\": 6\n            },\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 6\n    }\n}"
                                    },
                                    "SIGNATORY_AND_FUNCTIONAL_ROLES": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": {\n                    \"onWarningList\": null,\n                    \"auditor\": null,\n                    \"alternateBoardMembers\": {\n                        \"min\": 0,\n                        \"max\": 7,\n                        \"elected\": 0\n                    },\n                    \"boardMembers\": {\n                        \"min\": 5,\n                        \"max\": 7,\n                        \"elected\": 6\n                    }\n                },\n                \"status\": null,\n                \"signatoryText\": \"Firman tecknas av styrelsen\\nFirman tecknas två i förening av\\nEfternamn, Förnamn\\nEfternamn, Förnamn\\nEfternamn, Förnamn\\nEfternamn, Förnamn\\nEfternamn, Förnamn\\nEfternamn, Förnamn\\nFirman tecknas ensam av\\nEfternamn, Förnamn\\nDessutom har verkställande direktören rätt att teckna firman\\nbeträffande löpande förvaltningsåtgärder\",\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": [\n                {\n                    \"registeredId\": \"197512345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197623456789\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"ALTERNATE_BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197234567891\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"ALTERNATE_BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197745678912\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"198412345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"EXTERNAL_AUTHORISED_SIGNATORY\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"196423456789\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": [\n                        {\n                            \"title\": {\n                                \"value\": \"AUTHORISED_AUDITOR\"\n                            }\n                        }\n                    ],\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"AUDITOR_IN_CHARGE\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197112345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197134567891\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"CHIEF_EXECUTIVE_OFFICER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197298765432\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"EXTERNAL_AUTHORISED_SIGNATORY\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197312345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"19918745632\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"EXTERNAL_AUTHORISED_SIGNATORY\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197012346578\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"165512345678\",\n                    \"foreignRepresentativeRegisteredId\": \"196412345678\",\n                    \"name\": \"Company name AB\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"AUDITOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197978945612\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"1969465798912\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": null,\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"CHAIRMAN\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                }\n            ],\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 3,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": {\n                \"hits\": 1,\n                \"listPrice\": 3\n            },\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 3\n    }\n}"
                                    },
                                    "SIGNATORY_CHECK": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": \"Firman tecknas gemensamt av bolagsmännen\",\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": [\n                {\n                    \"registeredId\": \"197513245678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197512345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197623456789\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197623456789\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"ALTERNATE_BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197212345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197212345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"ALTERNATE_BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197745678912\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197745678912\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197778945612\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197778945612\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"198412345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"198412345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"EXTERNAL_AUTHORISED_SIGNATORY\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"196498765432\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": [\n                        {\n                            \"title\": {\n                                \"value\": \"AUTHORISED_AUDITOR\"\n                            }\n                        }\n                    ],\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"196498765432\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"AUDITOR_IN_CHARGE\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197112345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197112345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197123456789\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197123456798\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"CHIEF_EXECUTIVE_OFFICER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197278946512\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197279845612\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"EXTERNAL_AUTHORISED_SIGNATORY\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197312345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197312345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"WORKER_DIRECTOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"199178945612\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"199178945612\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"EXTERNAL_AUTHORISED_SIGNATORY\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197012345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197012345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"165545612378\",\n                    \"foreignRepresentativeRegisteredId\": \"196412221084\",\n                    \"name\": \"Company name AB\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"165545612378\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"AUDITOR\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"197912345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"197912345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                },\n                {\n                    \"registeredId\": \"196912345678\",\n                    \"foreignRepresentativeRegisteredId\": null,\n                    \"name\": \"Efternamn, Förnamn\",\n                    \"representativeTitles\": null,\n                    \"signatoryCheck\": {\n                        \"soleFullPowerSignatory\": false,\n                        \"person\": {\n                            \"id\": \"196912345678\",\n                            \"name\": null,\n                            \"representative\": false\n                        },\n                        \"pairedFullPowerSignature\": {\n                            \"coSignatories\": [],\n                            \"result\": false\n                        },\n                        \"soleLimitedPowerSignatory\": false\n                    },\n                    \"roles\": [\n                        {\n                            \"role\": {\n                                \"value\": \"BOARD_MEMBER\"\n                            }\n                        },\n                        {\n                            \"role\": {\n                                \"value\": \"CHAIRMAN\"\n                            }\n                        }\n                    ],\n                    \"investment\": null\n                }\n            ],\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 40,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": {\n                \"hits\": 1,\n                \"listPrice\": 40\n            },\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 40\n    }\n}"
                                    },
                                    "HIERARCHIES": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": [\n                {\n                    \"countryCode\": null,\n                    \"subsidiaries\": [\n                        {\n                            \"countryCode\": \"SE\",\n                            \"subsidiaries\": [\n                                {\n                                    \"countryCode\": \"SE\",\n                                    \"subsidiaries\": null,\n                                    \"lastModification\": null,\n                                    \"orgNumber\": \"165567641534\",\n                                    \"name\": {\n                                        \"value\": \"Proff AB\"\n                                    },\n                                    \"shareHolders\": null,\n                                    \"share\": 100\n                                },\n                                {\n                                    \"countryCode\": \"SE\",\n                                    \"subsidiaries\": null,\n                                    \"lastModification\": null,\n                                    \"orgNumber\": \"165567307367\",\n                                    \"name\": {\n                                        \"value\": \"UC Affärsinformation AB\"\n                                    },\n                                    \"shareHolders\": null,\n                                    \"share\": 100\n                                }\n                            ],\n                            \"lastModification\": null,\n                            \"orgNumber\": \"165561375113\",\n                            \"name\": {\n                                \"value\": \"UC AB\"\n                            },\n                            \"shareHolders\": null,\n                            \"share\": 99\n                        }\n                    ],\n                    \"lastModification\": \"2024-01-21T12:34:53.392Z\",\n                    \"orgNumber\": null,\n                    \"name\": {\n                        \"value\": \"ENENTO GROUP PLC\"\n                    },\n                    \"shareHolders\": [\n                        {\n                            \"countryCode\": \"SE\",\n                            \"subsidiaries\": null,\n                            \"lastModification\": null,\n                            \"orgNumber\": \"165012345678\",\n                            \"name\": {\n                                \"value\": \"Some owner company AB\"\n                            },\n                            \"shareHolders\": null,\n                            \"share\": null\n                        }\n                    ],\n                    \"share\": null\n                }\n            ],\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 4,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": {\n                \"hits\": 1,\n                \"listPrice\": 4\n            }\n        },\n        \"discountListPrice\": 4\n    }\n}"
                                    },
                                    "ANNUAL_FINANCIAL_REPORT": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": [\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 193,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": 0,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 0,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 0,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 3636,\n                        \"sumCollateral\": 0,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": null,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 138904,\n                        \"socialCosts\": 80184\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2023,\n                        4,\n                        3\n                    ],\n                    \"rollOfFilm\": \"9431\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"202212\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 449137,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 217110,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 65035,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 150874,\n                                    \"shareCapital\": 1001,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 67391,\n                                        \"sum\": 231038,\n                                        \"suppliers\": 56208,\n                                        \"otherDebts\": 107440,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 988,\n                                        \"otherDebts\": 988,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 449137,\n                                \"fixedAssets\": {\n                                    \"sum\": 84784,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 0,\n                                        \"sum\": 82690,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 82690\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 999,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 999,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 1096,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 1096,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 364352,\n                                    \"cashInHandAndAtBank\": 119005,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 64871,\n                                        \"sum\": 245348,\n                                        \"fromGroupAndAssociatedCompanies\": 68909,\n                                        \"customerReceivables\": 111568\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 629\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 463,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 1611,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 0,\n                            \"personnelCosts\": 222724,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 130047,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 413195,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 130213,\n                            \"goodsForResale\": 91545,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 40339,\n                            \"profitForTheYear\": 150874,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 859122,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 61000\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 120000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2022,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2022,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"8622\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": null,\n                        \"propertyMortgages\": null,\n                        \"sumDebtCommitments\": null,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": null,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": null,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": null,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": null,\n                        \"businessMortgages\": null,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": null,\n                        \"sumCollateral\": null,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": null,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": null,\n                        \"socialCosts\": null\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2023,\n                        4,\n                        3\n                    ],\n                    \"rollOfFilm\": \"9431\",\n                    \"reportForm\": \"ABRIDGED_BALANCE_SHEET\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"202212\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": null,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": null,\n                                    \"sum\": null,\n                                    \"premiumFund\": null,\n                                    \"shareholderContributions\": null,\n                                    \"accumulatedProfit\": null,\n                                    \"reappraisalFund\": null,\n                                    \"profitForTheYear\": null,\n                                    \"shareCapital\": null,\n                                    \"otherFunds\": null\n                                },\n                                \"allocations\": null,\n                                \"untaxedReserves\": null,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": null,\n                                        \"sum\": null,\n                                        \"suppliers\": null,\n                                        \"otherDebts\": null,\n                                        \"creditInstitutions\": null\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": null,\n                                        \"sum\": null,\n                                        \"otherDebts\": null,\n                                        \"creditInstitutions\": null,\n                                        \"bondLoans\": null\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": null,\n                                \"fixedAssets\": {\n                                    \"sum\": null,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": null,\n                                        \"sum\": null,\n                                        \"claimOnGroupAndAssociatedCompanies\": null,\n                                        \"loanToShareholdersAndSpecificOther\": null,\n                                        \"interestInGroupAndAssociatedCompanies\": null\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": null,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": null,\n                                        \"tenanciesAndSimilarRights\": null,\n                                        \"goodwill\": null,\n                                        \"balancedExpenditureResearchAndDevelopment\": null\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": null,\n                                        \"machinesAndInventories\": null,\n                                        \"sum\": null,\n                                        \"machines\": null,\n                                        \"inventoriesToolsAndInstallations\": 0,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": null,\n                                    \"cashInHandAndAtBank\": null,\n                                    \"inventory\": {\n                                        \"sum\": null,\n                                        \"rawMaterialsAndNecessities\": null,\n                                        \"ongoingWorkOnSomeoneElseAccount\": null\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": null,\n                                        \"sum\": null,\n                                        \"fromGroupAndAssociatedCompanies\": null,\n                                        \"customerReceivables\": null\n                                    },\n                                    \"shortTermInvestments\": null\n                                },\n                                \"subscribedUnpaidCapital\": null\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": null,\n                                \"other\": null\n                            },\n                            \"changeOfInventory\": null,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": null,\n                                \"otherInterestExpenses\": null,\n                                \"extraordinaryCosts\": null,\n                                \"otherFinancialCosts\": null\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": null,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": null,\n                            \"otherOperatingCosts\": null,\n                            \"personnelCosts\": null,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": null,\n                            \"itemsAffectingComparabilityOnFinancialItems\": null,\n                            \"otherExternalCosts\": null,\n                            \"otherOperatingIncome\": null,\n                            \"profitAfterFinancialResult\": null,\n                            \"goodsForResale\": null,\n                            \"extraOrdinaryPosts\": null,\n                            \"otherFinancialIncomes\": null,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": null,\n                            \"tax\": null,\n                            \"profitForTheYear\": null,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": null,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": null,\n                            \"netSales\": null,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": null,\n                                \"shareholderContribution\": null,\n                                \"groupContribution\": null\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": null\n                    },\n                    \"defectAnnualReport\": \"GROUP_COMPANY_ANNUAL_REPORT_NOT_CREATED\",\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2022,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2022,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"8622\",\n                    \"consolidatedReport\": true,\n                    \"type\": \"GROUP\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                }\n            ],\n            \"keyFigures\": [\n                {\n                    \"sumOperatingCost\": 729075,\n                    \"returnOnTotalAssets\": 29.09,\n                    \"costPerEmployee\": 1154.01,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"202212\",\n                    \"liquidRatio\": 157.7,\n                    \"netMarginPercent\": 15.16,\n                    \"returnOnCapital\": 59.98,\n                    \"equityRatio\": 48.34,\n                    \"netTurnoverPerEmployee\": 4451.41,\n                    \"sumOperatingIncome\": 859122,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 15.21,\n                    \"ebitda\": 1611,\n                    \"degreeOfDebt\": 106.87,\n                    \"sumFinancialIncome\": 629,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": null,\n                    \"returnOnTotalAssets\": null,\n                    \"costPerEmployee\": null,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"202212\",\n                    \"liquidRatio\": null,\n                    \"netMarginPercent\": null,\n                    \"returnOnCapital\": null,\n                    \"equityRatio\": null,\n                    \"netTurnoverPerEmployee\": null,\n                    \"sumOperatingIncome\": null,\n                    \"consolidatedReport\": true,\n                    \"profitMargin\": null,\n                    \"ebitda\": null,\n                    \"degreeOfDebt\": null,\n                    \"sumFinancialIncome\": null,\n                    \"lengthFinancialYear\": 12\n                }\n            ],\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 3,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": {\n                \"hits\": 1,\n                \"listPrice\": 3\n            },\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 3\n    }\n}"
                                    },
                                    "HISTORICAL_FINANCIAL_REPORT": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": [\n                {\n                    \"sumOperatingCost\": 710140,\n                    \"returnOnTotalAssets\": 24.01,\n                    \"costPerEmployee\": 1005.45,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"202112\",\n                    \"liquidRatio\": 134.37,\n                    \"netMarginPercent\": 11.89,\n                    \"returnOnCapital\": 57.67,\n                    \"equityRatio\": 41.38,\n                    \"netTurnoverPerEmployee\": 3840.7,\n                    \"sumOperatingIncome\": 806546,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 11.96,\n                    \"ebitda\": 2188,\n                    \"degreeOfDebt\": 141.65,\n                    \"sumFinancialIncome\": 31,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 643421,\n                    \"returnOnTotalAssets\": 31.18,\n                    \"costPerEmployee\": 1017.01,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"202012\",\n                    \"liquidRatio\": 137.39,\n                    \"netMarginPercent\": 15.79,\n                    \"returnOnCapital\": 71.34,\n                    \"equityRatio\": 43.58,\n                    \"netTurnoverPerEmployee\": 3900.24,\n                    \"sumOperatingIncome\": 764447,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 15.84,\n                    \"ebitda\": 2306,\n                    \"degreeOfDebt\": 129.49,\n                    \"sumFinancialIncome\": 27,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 595065,\n                    \"returnOnTotalAssets\": 17.57,\n                    \"costPerEmployee\": 1080.6,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"201912\",\n                    \"liquidRatio\": 149.22,\n                    \"netMarginPercent\": 8.95,\n                    \"returnOnCapital\": 35.29,\n                    \"equityRatio\": 49.37,\n                    \"netTurnoverPerEmployee\": 3758.26,\n                    \"sumOperatingIncome\": 653937,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 9.03,\n                    \"ebitda\": 3447,\n                    \"degreeOfDebt\": 102.55,\n                    \"sumFinancialIncome\": 160,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 557694,\n                    \"returnOnTotalAssets\": 7.77,\n                    \"costPerEmployee\": 1144.11,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"201812\",\n                    \"liquidRatio\": 224.78,\n                    \"netMarginPercent\": 4.05,\n                    \"returnOnCapital\": 11.56,\n                    \"equityRatio\": 65.9,\n                    \"netTurnoverPerEmployee\": 3381.58,\n                    \"sumOperatingIncome\": 581632,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 4.13,\n                    \"ebitda\": 2798,\n                    \"degreeOfDebt\": 51.75,\n                    \"sumFinancialIncome\": 65,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 510770,\n                    \"returnOnTotalAssets\": 12.59,\n                    \"costPerEmployee\": 954.31,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"201712\",\n                    \"liquidRatio\": 225.51,\n                    \"netMarginPercent\": 6.42,\n                    \"returnOnCapital\": 18.66,\n                    \"equityRatio\": 67.31,\n                    \"netTurnoverPerEmployee\": 3034.09,\n                    \"sumOperatingIncome\": 534000,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 6.44,\n                    \"ebitda\": 2949,\n                    \"degreeOfDebt\": 48.57,\n                    \"sumFinancialIncome\": 11149,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 441451,\n                    \"returnOnTotalAssets\": 29.06,\n                    \"costPerEmployee\": 960.63,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"201612\",\n                    \"liquidRatio\": 204.79,\n                    \"netMarginPercent\": 14.46,\n                    \"returnOnCapital\": 41.25,\n                    \"equityRatio\": 70.14,\n                    \"netTurnoverPerEmployee\": 2991.16,\n                    \"sumOperatingIncome\": 499523,\n                    \"consolidatedReport\": false,\n                    \"profitMargin\": 14.53,\n                    \"ebitda\": 3441,\n                    \"degreeOfDebt\": 42.57,\n                    \"sumFinancialIncome\": 14494,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": null,\n                    \"returnOnTotalAssets\": null,\n                    \"costPerEmployee\": null,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"202112\",\n                    \"liquidRatio\": null,\n                    \"netMarginPercent\": null,\n                    \"returnOnCapital\": null,\n                    \"equityRatio\": null,\n                    \"netTurnoverPerEmployee\": null,\n                    \"sumOperatingIncome\": null,\n                    \"consolidatedReport\": true,\n                    \"profitMargin\": null,\n                    \"ebitda\": null,\n                    \"degreeOfDebt\": null,\n                    \"sumFinancialIncome\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 671409,\n                    \"returnOnTotalAssets\": 14.68,\n                    \"costPerEmployee\": 844.76,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"201712\",\n                    \"liquidRatio\": 191,\n                    \"netMarginPercent\": 6.35,\n                    \"returnOnCapital\": 29.98,\n                    \"equityRatio\": 48.83,\n                    \"netTurnoverPerEmployee\": 2232.31,\n                    \"sumOperatingIncome\": 716572,\n                    \"consolidatedReport\": true,\n                    \"profitMargin\": 6.37,\n                    \"ebitda\": 10676,\n                    \"degreeOfDebt\": 104.79,\n                    \"sumFinancialIncome\": 462,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"sumOperatingCost\": 599704,\n                    \"returnOnTotalAssets\": 27.82,\n                    \"costPerEmployee\": 853.8,\n                    \"workingCapitalAsAPercentOfSales\": null,\n                    \"endFinancialYear\": \"201612\",\n                    \"liquidRatio\": 183.22,\n                    \"netMarginPercent\": 11.35,\n                    \"returnOnCapital\": 55.8,\n                    \"equityRatio\": 49.62,\n                    \"netTurnoverPerEmployee\": 2248.43,\n                    \"sumOperatingIncome\": 676776,\n                    \"consolidatedReport\": true,\n                    \"profitMargin\": 11.41,\n                    \"ebitda\": 11198,\n                    \"degreeOfDebt\": 101.55,\n                    \"sumFinancialIncome\": 132,\n                    \"lengthFinancialYear\": 12\n                }\n            ],\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": [\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 210,\n                        \"propertyMortgages\": null,\n                        \"sumDebtCommitments\": null,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": null,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": 0,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": null,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 0,\n                        \"businessMortgages\": null,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 381,\n                        \"sumCollateral\": null,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": null,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 135769,\n                        \"socialCosts\": 74995\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2022,\n                        4,\n                        25\n                    ],\n                    \"rollOfFilm\": \"8982\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"202112\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 401710,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 166236,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 47958,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 117077,\n                                    \"shareCapital\": 1001,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 61284,\n                                        \"sum\": 235474,\n                                        \"suppliers\": 57736,\n                                        \"otherDebts\": 116454,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 0,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 401710,\n                                \"fixedAssets\": {\n                                    \"sum\": 85302,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 0,\n                                        \"sum\": 82690,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 82690\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 0,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 2612,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 2612,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": 0\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 316409,\n                                    \"cashInHandAndAtBank\": 114931,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 52832,\n                                        \"sum\": 201477,\n                                        \"fromGroupAndAssociatedCompanies\": 53418,\n                                        \"customerReceivables\": 95227\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 31\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 574,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 2188,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 0,\n                            \"personnelCosts\": 211145,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 96406,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 403903,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 95863,\n                            \"goodsForResale\": 92904,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 31786,\n                            \"profitForTheYear\": 117077,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 806546,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 53000\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 100000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2021,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2021,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"0262\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 196,\n                        \"propertyMortgages\": null,\n                        \"sumDebtCommitments\": null,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": null,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": null,\n                        \"utilisedBankOverdraftFacility\": 0,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": null,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 503,\n                        \"businessMortgages\": null,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 714,\n                        \"sumCollateral\": null,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"YES\",\n                        \"conditionalShareholdersContributions\": null,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 128625,\n                        \"socialCosts\": 69994\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2021,\n                        3,\n                        24\n                    ],\n                    \"rollOfFilm\": \"8273\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"202012\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 388198,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 169159,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 44661,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 123297,\n                                    \"shareCapital\": 1001,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 28367,\n                                        \"sum\": 219039,\n                                        \"suppliers\": 56490,\n                                        \"otherDebts\": 134182,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 0,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 388198,\n                                \"fixedAssets\": {\n                                    \"sum\": 87256,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 0,\n                                        \"sum\": 82690,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 82690\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 0,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 4566,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 4566,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": 0\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 300942,\n                                    \"cashInHandAndAtBank\": 138330,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 39553,\n                                        \"sum\": 162612,\n                                        \"fromGroupAndAssociatedCompanies\": 37894,\n                                        \"customerReceivables\": 85165\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 27\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 377,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 2306,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 0,\n                            \"personnelCosts\": 199333,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 121026,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 348887,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 120676,\n                            \"goodsForResale\": 92895,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 34879,\n                            \"profitForTheYear\": 123297,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 764447,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 37500\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 120000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2020,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2020,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"9502\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 174,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 0,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 1981,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 7595,\n                        \"sumCollateral\": 0,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": 0,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 109318,\n                        \"socialCosts\": 66232\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2020,\n                        4,\n                        23\n                    ],\n                    \"rollOfFilm\": \"7701\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": \"GENERAL_INFORMATION_OR_COMMENTS_FROM_AUDITOR\",\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"201912\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 335955,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 165862,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 104746,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 59915,\n                                    \"shareCapital\": 1001,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 5286,\n                                        \"sum\": 170093,\n                                        \"suppliers\": 42791,\n                                        \"otherDebts\": 122016,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 0,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 335955,\n                                \"fixedAssets\": {\n                                    \"sum\": 82144,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 100,\n                                        \"sum\": 75986,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 75886\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 10,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 10,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 6148,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 6148,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 253811,\n                                    \"cashInHandAndAtBank\": 98217,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 33992,\n                                        \"sum\": 155594,\n                                        \"fromGroupAndAssociatedCompanies\": 31955,\n                                        \"customerReceivables\": 89647\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 160\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 492,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 2334,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 1113,\n                            \"personnelCosts\": 188024,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 58872,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 314374,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 58540,\n                            \"goodsForResale\": 89220,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 26625,\n                            \"profitForTheYear\": 59915,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 653937,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 28000\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 120000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2019,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2019,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"4922\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 172,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 0,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 734,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 2398,\n                        \"sumCollateral\": 0,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": 0,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 117249,\n                        \"socialCosts\": 68567\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2019,\n                        6,\n                        26\n                    ],\n                    \"rollOfFilm\": \"7263\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"201812\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 309024,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 203634,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 172561,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 29871,\n                                    \"shareCapital\": 1001,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 4175,\n                                        \"sum\": 105390,\n                                        \"suppliers\": 39108,\n                                        \"otherDebts\": 62107,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 0,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 309024,\n                                \"fixedAssets\": {\n                                    \"sum\": 72129,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 200,\n                                        \"sum\": 62939,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 62739\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 0,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 9190,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 9190,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 236895,\n                                    \"cashInHandAndAtBank\": 123443,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 18579,\n                                        \"sum\": 113452,\n                                        \"fromGroupAndAssociatedCompanies\": 18606,\n                                        \"customerReceivables\": 76267\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 65\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 453,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 2511,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 287,\n                            \"personnelCosts\": 196787,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 23938,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 281910,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 23550,\n                            \"goodsForResale\": 76199,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 12222,\n                            \"profitForTheYear\": 29871,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 581632,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 18543\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 130000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2018,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2018,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"9132\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 176,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 0,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 520,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 2861,\n                        \"sumCollateral\": 0,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": 0,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 95087,\n                        \"socialCosts\": 55778\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2018,\n                        5,\n                        29\n                    ],\n                    \"rollOfFilm\": \"6491\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": \"GENERAL_INFORMATION_OR_COMMENTS_FROM_AUDITOR\",\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"201712\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 273008,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 183761,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 148321,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 34240,\n                                    \"shareCapital\": 1000,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 1681,\n                                        \"sum\": 89247,\n                                        \"suppliers\": 41229,\n                                        \"otherDebts\": 46337,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 0,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 273008,\n                                \"fixedAssets\": {\n                                    \"sum\": 71744,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 0,\n                                        \"sum\": 62739,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 62739\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 710,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 710\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 8295,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 8295,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 201264,\n                                    \"cashInHandAndAtBank\": 68217,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 23413,\n                                        \"sum\": 133047,\n                                        \"fromGroupAndAssociatedCompanies\": 35785,\n                                        \"customerReceivables\": 73849\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 149\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 97,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 2949,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 0,\n                            \"personnelCosts\": 167958,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 23230,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 339863,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 34282,\n                            \"goodsForResale\": 0,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 7760,\n                            \"profitForTheYear\": 34240,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 11000,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 534000,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 7718,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 0\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 10000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2017,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2017,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"2052\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 167,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 4793,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 450,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 2663,\n                        \"sumCollateral\": 4793,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"YES\",\n                        \"conditionalShareholdersContributions\": 0,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 90821,\n                        \"socialCosts\": 57141\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2017,\n                        6,\n                        19\n                    ],\n                    \"rollOfFilm\": \"5887\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"201612\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 249721,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 169135,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 120642,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 47293,\n                                    \"shareCapital\": 1000,\n                                    \"otherFunds\": 200\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 7718,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 2468,\n                                        \"sum\": 72868,\n                                        \"suppliers\": 33232,\n                                        \"otherDebts\": 37168,\n                                        \"creditInstitutions\": 0\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 0,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 0,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 249721,\n                                \"fixedAssets\": {\n                                    \"sum\": 100495,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 0,\n                                        \"sum\": 88919,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 88919\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 0,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 11577,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 11577,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 149226,\n                                    \"cashInHandAndAtBank\": 35544,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 20164,\n                                        \"sum\": 113682,\n                                        \"fromGroupAndAssociatedCompanies\": 6453,\n                                        \"customerReceivables\": 87065\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 6\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 27,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 290\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 3441,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 0,\n                            \"personnelCosts\": 160425,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 58072,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 277585,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 72248,\n                            \"goodsForResale\": 0,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 57,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 10502,\n                            \"profitForTheYear\": 47293,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 14431,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 499523,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": -1453,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": -13000\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": 20000\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2016,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2016,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"2022\",\n                    \"consolidatedReport\": false,\n                    \"type\": \"COMPANY\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": null,\n                        \"propertyMortgages\": null,\n                        \"sumDebtCommitments\": null,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": null,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": null,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": null,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": null,\n                        \"businessMortgages\": null,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": null,\n                        \"sumCollateral\": null,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": null,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": null,\n                        \"socialCosts\": null\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2022,\n                        4,\n                        25\n                    ],\n                    \"rollOfFilm\": \"8982\",\n                    \"reportForm\": \"ABRIDGED_BALANCE_SHEET\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"202112\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": null,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": null,\n                                    \"sum\": null,\n                                    \"premiumFund\": null,\n                                    \"shareholderContributions\": null,\n                                    \"accumulatedProfit\": null,\n                                    \"reappraisalFund\": null,\n                                    \"profitForTheYear\": null,\n                                    \"shareCapital\": null,\n                                    \"otherFunds\": null\n                                },\n                                \"allocations\": null,\n                                \"untaxedReserves\": null,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": null,\n                                        \"sum\": null,\n                                        \"suppliers\": null,\n                                        \"otherDebts\": null,\n                                        \"creditInstitutions\": null\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": null,\n                                        \"sum\": null,\n                                        \"otherDebts\": null,\n                                        \"creditInstitutions\": null,\n                                        \"bondLoans\": null\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": null,\n                                \"fixedAssets\": {\n                                    \"sum\": null,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": null,\n                                        \"sum\": null,\n                                        \"claimOnGroupAndAssociatedCompanies\": null,\n                                        \"loanToShareholdersAndSpecificOther\": null,\n                                        \"interestInGroupAndAssociatedCompanies\": null\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": null,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": null,\n                                        \"tenanciesAndSimilarRights\": null,\n                                        \"goodwill\": null,\n                                        \"balancedExpenditureResearchAndDevelopment\": null\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": null,\n                                        \"machinesAndInventories\": null,\n                                        \"sum\": null,\n                                        \"machines\": null,\n                                        \"inventoriesToolsAndInstallations\": 0,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": null,\n                                    \"cashInHandAndAtBank\": null,\n                                    \"inventory\": {\n                                        \"sum\": null,\n                                        \"rawMaterialsAndNecessities\": null,\n                                        \"ongoingWorkOnSomeoneElseAccount\": null\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": null,\n                                        \"sum\": null,\n                                        \"fromGroupAndAssociatedCompanies\": null,\n                                        \"customerReceivables\": null\n                                    },\n                                    \"shortTermInvestments\": null\n                                },\n                                \"subscribedUnpaidCapital\": null\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": null,\n                                \"other\": null\n                            },\n                            \"changeOfInventory\": null,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": null,\n                                \"otherInterestExpenses\": null,\n                                \"extraordinaryCosts\": null,\n                                \"otherFinancialCosts\": null\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": null,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": null,\n                            \"otherOperatingCosts\": null,\n                            \"personnelCosts\": null,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": null,\n                            \"itemsAffectingComparabilityOnFinancialItems\": null,\n                            \"otherExternalCosts\": null,\n                            \"otherOperatingIncome\": null,\n                            \"profitAfterFinancialResult\": null,\n                            \"goodsForResale\": null,\n                            \"extraOrdinaryPosts\": null,\n                            \"otherFinancialIncomes\": null,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": null,\n                            \"tax\": null,\n                            \"profitForTheYear\": null,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": null,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": null,\n                            \"netSales\": null,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": null,\n                                \"shareholderContribution\": null,\n                                \"groupContribution\": null\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": null\n                    },\n                    \"defectAnnualReport\": \"GROUP_COMPANY_ANNUAL_REPORT_NOT_CREATED\",\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2021,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2021,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"0262\",\n                    \"consolidatedReport\": true,\n                    \"type\": \"GROUP\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 321,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 5859,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 825,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 7373,\n                        \"sumCollateral\": 5859,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": 0,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 161134,\n                        \"socialCosts\": 83585\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2018,\n                        5,\n                        29\n                    ],\n                    \"rollOfFilm\": \"6491\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": \"GENERAL_INFORMATION_OR_COMMENTS_FROM_AUDITOR\",\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"201712\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 310781,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 151757,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 116667,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 34090,\n                                    \"shareCapital\": 1000,\n                                    \"otherFunds\": 0\n                                },\n                                \"allocations\": 65,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 154718,\n                                        \"suppliers\": 48722,\n                                        \"otherDebts\": 104673,\n                                        \"creditInstitutions\": 1323\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 4241,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 4241,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 310781,\n                                \"fixedAssets\": {\n                                    \"sum\": 15272,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 0,\n                                        \"sum\": 0,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 0\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 1034,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 324,\n                                        \"tenanciesAndSimilarRights\": 0,\n                                        \"goodwill\": 0,\n                                        \"balancedExpenditureResearchAndDevelopment\": 710\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 14238,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 14238,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 295509,\n                                    \"cashInHandAndAtBank\": 149764,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 42041,\n                                        \"sum\": 145745,\n                                        \"fromGroupAndAssociatedCompanies\": 0,\n                                        \"customerReceivables\": 103704\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 462\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 124,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 0\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 10621,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 55,\n                            \"personnelCosts\": 271169,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 45163,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 389564,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 45501,\n                            \"goodsForResale\": 0,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 0,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 11411,\n                            \"profitForTheYear\": 34090,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 716572,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 0\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": null\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2017,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2017,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"2052\",\n                    \"consolidatedReport\": true,\n                    \"type\": \"GROUP\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                },\n                {\n                    \"notesToAccount\": {\n                        \"numberOfEmployees\": 301,\n                        \"propertyMortgages\": 0,\n                        \"sumDebtCommitments\": 0,\n                        \"commentsOnSecurity\": null,\n                        \"otherDebtCommitments\": 0,\n                        \"commentsOnLiability\": null,\n                        \"unspecifiedDepreciation\": null,\n                        \"performanceSalaryToOtherEmployees\": 0,\n                        \"utilisedBankOverdraftFacility\": null,\n                        \"bankOverdraftFacility\": null,\n                        \"otherCollateral\": 4793,\n                        \"depreciationInOtherCosts\": null,\n                        \"bonusPaymentsToBoardAndManagingDirector\": 939,\n                        \"businessMortgages\": 0,\n                        \"depreciationInAdministrativeCosts\": null,\n                        \"depreciationInResearchAndDevelopmentCosts\": null,\n                        \"salariesToBoardAndManagingDirector\": 6453,\n                        \"sumCollateral\": 4793,\n                        \"depreciationInSellingCosts\": null,\n                        \"depreciationInCostsOfGoodsSold\": null,\n                        \"agreementOnSeverancePayments\": \"NO\",\n                        \"conditionalShareholdersContributions\": 0,\n                        \"netInterestForFinanceCompany\": null,\n                        \"salariesToOtherEmployees\": 151011,\n                        \"socialCosts\": 85241\n                    },\n                    \"reportType\": \"NATURE_OF_EXPENSE\",\n                    \"arrivalDate\": [\n                        2017,\n                        6,\n                        19\n                    ],\n                    \"rollOfFilm\": \"5887\",\n                    \"reportForm\": \"IRRELEVANT\",\n                    \"auditReport\": {\n                        \"otherAuditComment\": null,\n                        \"accountingConsultantsReport\": false,\n                        \"moreAuditComments\": false,\n                        \"auditComment\": \"RECOMMENDED\"\n                    },\n                    \"interimReport\": false,\n                    \"endFinancialYear\": \"201612\",\n                    \"annualAccount\": {\n                        \"balanceSheet\": {\n                            \"ownCapital\": {\n                                \"sum\": 277464,\n                                \"minorityShareholdings\": null,\n                                \"unrestrictedAndRestricted\": {\n                                    \"groupContributions\": 0,\n                                    \"sum\": 137667,\n                                    \"premiumFund\": 0,\n                                    \"shareholderContributions\": 0,\n                                    \"accumulatedProfit\": 79260,\n                                    \"reappraisalFund\": 0,\n                                    \"profitForTheYear\": 57407,\n                                    \"shareCapital\": 1000,\n                                    \"otherFunds\": 0\n                                },\n                                \"allocations\": 0,\n                                \"untaxedReserves\": 0,\n                                \"debts\": {\n                                    \"sumShortTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 136108,\n                                        \"suppliers\": 46711,\n                                        \"otherDebts\": 88292,\n                                        \"creditInstitutions\": 1105\n                                    },\n                                    \"longTermDebts\": {\n                                        \"groupAndAssociatedCompanies\": 0,\n                                        \"sum\": 3689,\n                                        \"otherDebts\": 0,\n                                        \"creditInstitutions\": 3689,\n                                        \"bondLoans\": 0\n                                    }\n                                }\n                            },\n                            \"assets\": {\n                                \"sum\": 277464,\n                                \"fixedAssets\": {\n                                    \"sum\": 28085,\n                                    \"financialAssets\": {\n                                        \"otherFinancialAssets\": 2825,\n                                        \"sum\": 2825,\n                                        \"claimOnGroupAndAssociatedCompanies\": 0,\n                                        \"loanToShareholdersAndSpecificOther\": 0,\n                                        \"interestInGroupAndAssociatedCompanies\": 0\n                                    },\n                                    \"intangibleAssets\": {\n                                        \"sum\": 8129,\n                                        \"concessionsPatentsLicensesTrademarksAndSimilarRights\": 0,\n                                        \"tenanciesAndSimilarRights\": 2129,\n                                        \"goodwill\": 6000,\n                                        \"balancedExpenditureResearchAndDevelopment\": 0\n                                    },\n                                    \"tangibleFixedAssets\": {\n                                        \"buildingsAndLand\": 0,\n                                        \"machinesAndInventories\": 0,\n                                        \"sum\": 17131,\n                                        \"machines\": 0,\n                                        \"inventoriesToolsAndInstallations\": 17131,\n                                        \"fixedAssetsUnderConstructionAndInAdvance\": null\n                                    }\n                                },\n                                \"currentAssets\": {\n                                    \"sum\": 249378,\n                                    \"cashInHandAndAtBank\": 92742,\n                                    \"inventory\": {\n                                        \"sum\": 0,\n                                        \"rawMaterialsAndNecessities\": 0,\n                                        \"ongoingWorkOnSomeoneElseAccount\": 0\n                                    },\n                                    \"claims\": {\n                                        \"otherClaims\": 32408,\n                                        \"sum\": 156637,\n                                        \"fromGroupAndAssociatedCompanies\": 0,\n                                        \"customerReceivables\": 124229\n                                    },\n                                    \"shortTermInvestments\": 0\n                                },\n                                \"subscribedUnpaidCapital\": 0\n                            }\n                        },\n                        \"incomeStatement\": {\n                            \"interestIncomesAndSimilarIncomes\": {\n                                \"fromGroup\": 0,\n                                \"other\": 70\n                            },\n                            \"changeOfInventory\": 0,\n                            \"interestExpensesAndSimilarExpenses\": {\n                                \"toGroup\": 0,\n                                \"otherInterestExpenses\": 92,\n                                \"extraordinaryCosts\": 0,\n                                \"otherFinancialCosts\": 297\n                            },\n                            \"costSoldGoods\": null,\n                            \"administrativeCosts\": null,\n                            \"depreciation\": 11198,\n                            \"grossProfit\": null,\n                            \"rawMaterialsAndNecessities\": 0,\n                            \"otherOperatingCosts\": 0,\n                            \"personnelCosts\": 256994,\n                            \"sellingCosts\": null,\n                            \"minorityShareholdingInAcquiredSubsidiary\": null,\n                            \"operatingProfit\": 77072,\n                            \"itemsAffectingComparabilityOnFinancialItems\": 0,\n                            \"otherExternalCosts\": 331512,\n                            \"otherOperatingIncome\": 0,\n                            \"profitAfterFinancialResult\": 76814,\n                            \"goodsForResale\": 0,\n                            \"extraOrdinaryPosts\": 0,\n                            \"otherFinancialIncomes\": 62,\n                            \"activatedWorkForOwnMaterialAndIntangibleAsset\": 0,\n                            \"tax\": 19407,\n                            \"profitForTheYear\": 57407,\n                            \"earningsPerShareInGroupAndAssociatedCompany\": 0,\n                            \"researchAndDevelopmentCosts\": null,\n                            \"itemsAffectingComparability\": 0,\n                            \"netSales\": 676776,\n                            \"financialStatementsDispositions\": {\n                                \"financialStatementsDisposition\": 0,\n                                \"shareholderContribution\": 0,\n                                \"groupContribution\": 0\n                            }\n                        }\n                    },\n                    \"companyStatus\": null,\n                    \"directorsReport\": {\n                        \"suggestedDividend\": null\n                    },\n                    \"defectAnnualReport\": null,\n                    \"financialPeriod\": {\n                        \"toDate\": [\n                            2016,\n                            12,\n                            31\n                        ],\n                        \"fromDate\": [\n                            2016,\n                            1,\n                            1\n                        ]\n                    },\n                    \"frameOfFilm\": \"2022\",\n                    \"consolidatedReport\": true,\n                    \"type\": \"GROUP\",\n                    \"xbrlId\": null,\n                    \"branchOfficeForeignAnnualReport\": null,\n                    \"lengthFinancialYear\": 12\n                }\n            ]\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 18,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": {\n                \"hits\": 6,\n                \"listPrice\": 18\n            },\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 18\n    }\n}"
                                    },
                                    "DECISION_MAKER_BASIC": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": [\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-10-12T10:11:58.424Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ Ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-05-01T09:09:45.995Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                }\n            ],\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 8,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"DECISION_MAKER_EMAIL\": {\n                \"hits\": 4,\n                \"listPrice\": 12\n            },\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 8\n    }\n}"
                                    },
                                    "DECISION_MAKER_EMAIL": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": [\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": \"email@enento.com\",\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": \"email@enento.com\",\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-10-12T10:11:58.424Z\",\n                    \"email\": \"email@enento.com\",\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ Ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-05-01T09:09:45.995Z\",\n                    \"email\": \"email@asiakastieto.fi\",\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                }\n            ],\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 20,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"DECISION_MAKER_EMAIL\": {\n                \"hits\": 4,\n                \"listPrice\": 12\n            },\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 20\n    }\n}"
                                    },
                                    "DECISION_MAKER_LANDLINE": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": [\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": null,\n                    \"phoneLandline\": \"123465798\",\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": null,\n                    \"phoneLandline\": \"13246579\",\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-10-12T10:11:58.424Z\",\n                    \"email\": null,\n                    \"phoneLandline\": \"132465798\",\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ Ledning\"\n                },\n                {\n                    \"phoneMobile\": null,\n                    \"lastModification\": \"2023-05-01T09:09:45.995Z\",\n                    \"email\": null,\n                    \"phoneLandline\": \"\",\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                }\n            ],\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 8,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"DECISION_MAKER_EMAIL\": {\n                \"hits\": 4,\n                \"listPrice\": 12\n            },\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 8\n    }\n}"
                                    },
                                    "DECISION_MAKER_MOBILE": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": [\n                {\n                    \"phoneMobile\": \"132456798\",\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": \"132465798\",\n                    \"lastModification\": \"2023-03-15T09:11:34.266Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                },\n                {\n                    \"phoneMobile\": \"\",\n                    \"lastModification\": \"2023-10-12T10:11:58.424Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ Ledning\"\n                },\n                {\n                    \"phoneMobile\": \"123456789\",\n                    \"lastModification\": \"2023-05-01T09:09:45.995Z\",\n                    \"email\": null,\n                    \"phoneLandline\": null,\n                    \"surname\": \"Surname\",\n                    \"firstName\": \"First Name\",\n                    \"title\": \"Operativ ledning\"\n                }\n            ],\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 8,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"DECISION_MAKER_EMAIL\": {\n                \"hits\": 4,\n                \"listPrice\": 12\n            },\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 8\n    }\n}"
                                    },
                                    "REPORTS": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"UC AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": {\n                \"pdfHistoricalFinancialReports\": [\n                    \"https://api.uc.se/se/annual-reports/165561375113/202112\",\n                    \"https://api.uc.se/se/annual-reports/165561375113/202012\",\n                    \"https://api.uc.se/se/annual-reports/165561375113/201912\",\n                    \"https://api.uc.se/se/annual-reports/165561375113/201812\",\n                    \"https://api.uc.se/se/annual-reports/165561375113/201712\",\n                    \"https://api.uc.se/se/annual-reports/165561375113/201612\"\n                ],\n                \"pdfAnnualFinancialReport\": \"https://api.uc.se/se/annual-reports/165561375113/202212\"\n            },\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 0,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 0\n    }\n}"
                                    },
                                    "FIND_COMPANIES": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"1234567890\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"TESTBOLAGET AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": {\n                    \"address\": null,\n                    \"phone\": null,\n                    \"headquarters\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"BORÅS\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": null\n                            },\n                            \"visiting\": null\n                        },\n                        \"municipality\": null\n                    }\n                }\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        },\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"2345678910\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"TESTFÖRETAGET\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": {\n                    \"address\": null,\n                    \"phone\": null,\n                    \"headquarters\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"HUDDINGE\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": null\n                            },\n                            \"visiting\": null\n                        },\n                        \"municipality\": null\n                    }\n                }\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        },\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"0123456789\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"SUPERTESTARNA AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": {\n                    \"address\": null,\n                    \"phone\": null,\n                    \"headquarters\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"MALMÖ\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": null\n                            },\n                            \"visiting\": null\n                        },\n                        \"municipality\": null\n                    }\n                }\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        },\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"3456789012\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": {\n                    \"value\": \"VI KAN TEST AB\"\n                },\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": {\n                    \"address\": null,\n                    \"phone\": null,\n                    \"headquarters\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"SOLNA\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": null\n                            },\n                            \"visiting\": null\n                        },\n                        \"municipality\": null\n                    }\n                }\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 0,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": {\n                \"hits\": 4,\n                \"listPrice\": 0\n            },\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 0\n    }\n}"
                                    },
                                    "FIND_WORKPLACES": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": [\n                {\n                    \"industries\": null,\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": null,\n                    \"registeredDate\": null,\n                    \"name\": \"HUVUDKONTOR\",\n                    \"cfarNumber\": \"17485046\",\n                    \"headquarter\": null,\n                    \"active\": null,\n                    \"contact\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"STOCKHOLM\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": null\n                        },\n                        \"phone\": null,\n                        \"municipality\": null\n                    }\n                },\n                {\n                    \"industries\": null,\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": null,\n                    \"registeredDate\": null,\n                    \"name\": \"\",\n                    \"cfarNumber\": \"24348807\",\n                    \"headquarter\": null,\n                    \"active\": null,\n                    \"contact\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"MALMÖ\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": null\n                        },\n                        \"phone\": null,\n                        \"municipality\": null\n                    }\n                },\n                {\n                    \"industries\": null,\n                    \"numberOfEmployees\": null,\n                    \"lastModification\": null,\n                    \"registeredDate\": null,\n                    \"name\": \"\",\n                    \"cfarNumber\": \"22766356\",\n                    \"headquarter\": null,\n                    \"active\": null,\n                    \"contact\": {\n                        \"county\": null,\n                        \"address\": {\n                            \"postal\": {\n                                \"country\": null,\n                                \"postTown\": \"GÖTEBORG\",\n                                \"careOf\": null,\n                                \"postCode\": null,\n                                \"street\": null,\n                                \"advertisingBlock\": false\n                            },\n                            \"visiting\": null\n                        },\n                        \"phone\": null,\n                        \"municipality\": null\n                    }\n                }\n            ],\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": false,\n                \"orgNumber\": \"165561375113\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": null,\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 0,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": {\n                \"hits\": 3,\n                \"listPrice\": 0\n            },\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": null,\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 0\n    }\n}"
                                    },
                                    "FIND_ORGANISATIONS": {
                                        "value": "{\n    \"items\": [\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": null,\n                \"orgNumber\": \"1234567890\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": null,\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        },\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": null,\n                \"orgNumber\": \"2345678901\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": null,\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        },\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": null,\n                \"orgNumber\": \"3456789012\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": null,\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        },\n        {\n            \"workplaces\": null,\n            \"company\": {\n                \"industries\": null,\n                \"numberOfEmployees\": null,\n                \"lastModification\": null,\n                \"vat\": null,\n                \"registrationDate\": null,\n                \"partOfHierachy\": null,\n                \"orgNumber\": \"4567890123\",\n                \"credibility\": null,\n                \"businessNamesInTranslation\": null,\n                \"secondaryBusinessNames\": null,\n                \"name\": null,\n                \"domicile\": null,\n                \"representatives\": null,\n                \"status\": null,\n                \"signatoryText\": null,\n                \"businessDescription\": null,\n                \"state\": null,\n                \"legalEntity\": null,\n                \"numberOfWorkplaces\": null,\n                \"tax\": null,\n                \"turnover\": null,\n                \"employer\": null,\n                \"contact\": null\n            },\n            \"historicalFunctionalRoles\": null,\n            \"historicalKeyFigures\": null,\n            \"reports\": null,\n            \"functionalRoles\": null,\n            \"hierarchies\": null,\n            \"annualFinancialReports\": null,\n            \"keyFigures\": null,\n            \"decisionMakers\": null,\n            \"capitalStructure\": null,\n            \"companyInfo\": null,\n            \"historicalFinancialReports\": null\n        }\n    ],\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 0,\n        \"details\": {\n            \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"FIND_WORKPLACES\": null,\n            \"DECISION_MAKER_BASIC\": null,\n            \"DECISION_MAKER_EMAIL\": null,\n            \"DECISION_MAKER_LANDLINE\": null,\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n            \"WORKPLACES\": null,\n            \"COMPANY_INFO_EMAIL\": null,\n            \"INFORMATION_BASIC\": null,\n            \"SIGNATORY_CHECK\": null,\n            \"ANNUAL_FINANCIAL_REPORT\": null,\n            \"FIND_COMPANIES\": null,\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n            \"FIND_ORGANISATIONS\": {\n                \"hits\": 4,\n                \"listPrice\": 0\n            },\n            \"COMPANY_INFO_WEBSITE\": null,\n            \"DECISION_MAKER_MOBILE\": null,\n            \"ON_BOARDING\": null,\n            \"HISTORICAL_FINANCIAL_REPORT\": null,\n            \"HIERARCHIES\": null\n        },\n        \"discountListPrice\": 0\n    }\n}"
                                    },
                                    "FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE": {
                                        "value": "{\n  \"items\": [\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"1234567890\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"TESTBOLAGET AB\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    },\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"2345678910\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"TESTFÖRETAGET\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    },\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"0123456789\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"SUPERTESTARNA AB\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    },\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"3456789012\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"VI KAN TEST AB\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    }\n  ],\n  \"price\": {\n    \"discount\": \"0\",\n    \"currency\": \"SEK\",\n    \"listPrice\": 0,\n    \"details\": {\n      \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n      \"FIND_WORKPLACES\": null,\n      \"DECISION_MAKER_BASIC\": null,\n      \"DECISION_MAKER_EMAIL\": null,\n      \"DECISION_MAKER_LANDLINE\": null,\n      \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": {\n        \"hits\": 4,\n        \"listPrice\": 2\n      },\n      \"WORKPLACES\": null,\n      \"COMPANY_INFO_EMAIL\": null,\n      \"INFORMATION_BASIC\": null,\n      \"SIGNATORY_CHECK\": null,\n      \"ANNUAL_FINANCIAL_REPORT\": null,\n      \"FIND_COMPANIES\": null,\n      \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n      \"FIND_ORGANISATIONS\": null,\n      \"COMPANY_INFO_WEBSITE\": null,\n      \"DECISION_MAKER_MOBILE\": null,\n      \"ON_BOARDING\": null,\n      \"HISTORICAL_FINANCIAL_REPORT\": null,\n      \"HIERARCHIES\": null\n    },\n    \"discountListPrice\": 8\n  }\n}"
                                    },
                                    "FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE": {
                                        "value": "{\n  \"items\": [\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"1234567890\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"TESTBOLAGET AB\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    },\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"2345678910\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"TESTFÖRETAGET\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    },\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"0123456789\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"SUPERTESTARNA AB\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    },\n    {\n      \"workplaces\": null,\n      \"company\": {\n        \"industries\": null,\n        \"numberOfEmployees\": null,\n        \"lastModification\": null,\n        \"vat\": null,\n        \"registrationDate\": null,\n        \"partOfHierachy\": false,\n        \"orgNumber\": \"3456789012\",\n        \"credibility\": null,\n        \"businessNamesInTranslation\": null,\n        \"secondaryBusinessNames\": null,\n        \"name\": {\n          \"value\": \"VI KAN TEST AB\"\n        },\n        \"domicile\": null,\n        \"representatives\": null,\n        \"status\": null,\n        \"signatoryText\": null,\n        \"businessDescription\": null,\n        \"state\": null,\n        \"legalEntity\": null,\n        \"numberOfWorkplaces\": null,\n        \"tax\": null,\n        \"turnover\": null,\n        \"employer\": null,\n        \"contact\": null\n      },\n      \"historicalFunctionalRoles\": null,\n      \"historicalKeyFigures\": null,\n      \"reports\": null,\n      \"functionalRoles\": null,\n      \"hierarchies\": null,\n      \"annualFinancialReports\": null,\n      \"keyFigures\": null,\n      \"decisionMakers\": null,\n      \"capitalStructure\": null,\n      \"companyInfo\": null,\n      \"historicalFinancialReports\": null\n    }\n  ],\n  \"price\": {\n    \"discount\": \"0\",\n    \"currency\": \"SEK\",\n    \"listPrice\": 0,\n    \"details\": {\n      \"FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": {\n        \"hits\": 4,\n        \"listPrice\": 2\n      },\n      \"FIND_WORKPLACES\": null,\n      \"DECISION_MAKER_BASIC\": null,\n      \"DECISION_MAKER_EMAIL\": null,\n      \"DECISION_MAKER_LANDLINE\": null,\n      \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": null,\n      \"WORKPLACES\": null,\n      \"COMPANY_INFO_EMAIL\": null,\n      \"INFORMATION_BASIC\": null,\n      \"SIGNATORY_CHECK\": null,\n      \"ANNUAL_FINANCIAL_REPORT\": null,\n      \"FIND_COMPANIES\": null,\n      \"SIGNATORY_AND_FUNCTIONAL_ROLES\": null,\n      \"FIND_ORGANISATIONS\": null,\n      \"COMPANY_INFO_WEBSITE\": null,\n      \"DECISION_MAKER_MOBILE\": null,\n      \"ON_BOARDING\": null,\n      \"HISTORICAL_FINANCIAL_REPORT\": null,\n      \"HIERARCHIES\": null\n    },\n    \"discountListPrice\": 8\n  }\n}"
                                    },
                                    "price": {
                                        "value": "{\n    \"items\": null,\n    \"price\": {\n        \"discount\": \"0\",\n        \"currency\": \"SEK\",\n        \"listPrice\": 0,\n        \"details\": {\n            \"FIND_WORKPLACES\": {\n                \"hits\": 1,\n                \"listPrice\": 0\n            },\n            \"DECISION_MAKER_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"DECISION_MAKER_EMAIL\": {\n                \"hits\": 4,\n                \"listPrice\": 12\n            },\n            \"DECISION_MAKER_LANDLINE\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE\": {\n                \"hits\": 1,\n                \"listPrice\": 0\n            },\n            \"WORKPLACES\": {\n                \"hits\": 3,\n                \"listPrice\": 6\n            },\n            \"COMPANY_INFO_EMAIL\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"INFORMATION_BASIC\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"SIGNATORY_CHECK\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"ANNUAL_FINANCIAL_REPORT\": {\n                \"hits\": 1,\n                \"listPrice\": 3\n            },\n            \"FIND_COMPANIES\": {\n                \"hits\": 1,\n                \"listPrice\": 0\n            },\n            \"SIGNATORY_AND_FUNCTIONAL_ROLES\": {\n                \"hits\": 1,\n                \"listPrice\": 3\n            },\n            \"FIND_ORGANISATIONS\": {\n                \"hits\": 1,\n                \"listPrice\": 0\n            },\n            \"COMPANY_INFO_WEBSITE\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"DECISION_MAKER_MOBILE\": {\n                \"hits\": 1,\n                \"listPrice\": 8\n            },\n            \"ON_BOARDING\": {\n                \"hits\": 1,\n                \"listPrice\": 2\n            },\n            \"HISTORICAL_FINANCIAL_REPORT\": {\n                \"hits\": 6,\n                \"listPrice\": 18\n            },\n            \"HIERARCHIES\": {\n                \"hits\": 1,\n                \"listPrice\": 4\n            }\n        },\n        \"discountListPrice\": 0\n    }\n}"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/apis/rest/companies/compliance": {
            "post": {
                "tags": [
                    "Compliance data in BI API"
                ],
                "operationId": "processRequest",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "customer-reference",
                        "in": "header",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "mockBgcData",
                        "in": "header",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ComplianceRequest"
                            }
                        }
                    },
                    "required": true
                },
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "*/*": {
                                "schema": {
                                    "$ref": "#/components/schemas/ComplianceResp"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/apis/rest/esg-reports/{orgNumber}": {
            "get": {
                "tags": [
                    "ESG data in BI API"
                ],
                "operationId": "getEsgReportsPdf_1",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "orgNumber",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string",
                                    "format": "binary"
                                }
                            },
                            "application/json": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/apis/rest/certificates-of-registration/{orgNumber}": {
            "get": {
                "tags": [
                    "Company data in BI API"
                ],
                "operationId": "getCertificatesOfRegistrationPdf",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "orgNumber",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "pattern": "^([0-9]{6}-[0-9]{4}|[0-9]{10}|[0-9]{8}-[0-9]{4}|[0-9]{12})$",
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string",
                                    "format": "binary"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/apis/rest/articles-of-association/{orgNumber}": {
            "get": {
                "tags": [
                    "Company data in BI API"
                ],
                "operationId": "getArticlesOfAssociationPdf",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "orgNumber",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "pattern": "^([0-9]{6}-[0-9]{4}|[0-9]{10}|[0-9]{8}-[0-9]{4}|[0-9]{12})$",
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string",
                                    "format": "binary"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/apis/rest/annual-reports/{orgNumber}/{endFinancialYear}": {
            "get": {
                "tags": [
                    "Company data in BI API"
                ],
                "operationId": "getAnnualReportPdf",
                "parameters": [
                    {
                        "name": "cost-org",
                        "in": "header",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "orgNumber",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "pattern": "^([0-9]{6}-[0-9]{4}|[0-9]{10}|[0-9]{8}-[0-9]{4}|[0-9]{12})$",
                            "type": "string"
                        }
                    },
                    {
                        "name": "endFinancialYear",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string",
                                    "format": "binary"
                                }
                            }
                        }
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "DateFilter": {
                "type": "object",
                "properties": {
                    "gte": {
                        "type": "string",
                        "format": "date"
                    },
                    "lte": {
                        "type": "string",
                        "format": "date"
                    }
                },
                "description": "Filter between the dates gte and lte, for example 2022-10-24(gte) -\u003E 2022-12-24(lte)"
            },
            "FieldsCompany": {
                "type": "object",
                "properties": {
                    "price": {
                        "type": "boolean",
                        "description": "Can't combine price = true with any other fields set to true.\n",
                        "example": true
                    },
                    "INFORMATION_BASIC": {
                        "type": "boolean",
                        "description": "Verify that the company is active and get access to all necessary basic information about the company\n",
                        "example": false
                    },
                    "WORKPLACES": {
                        "type": "boolean",
                        "description": "Get access to detailed information about the company's workplaces such as addresses, number of employees, etc.\n",
                        "example": false
                    },
                    "ANNUAL_FINANCIAL_REPORT": {
                        "type": "boolean",
                        "description": "Shows the company's financial development and stability as well as possible warning signals.\n",
                        "example": false
                    },
                    "HISTORICAL_FINANCIAL_REPORT": {
                        "type": "boolean",
                        "description": "Shows the company's financial development and stability as well as possible warning signals. For analysts, the historical information is a gold mine.\n",
                        "example": false
                    },
                    "SIGNATORY_AND_FUNCTIONAL_ROLES": {
                        "type": "boolean",
                        "description": "Shows the company's board, roles and signature rights\n",
                        "example": false
                    },
                    "ON_BOARDING": {
                        "type": "boolean",
                        "description": "Our onboarding module speeds up processes. Get access to all relevant onboarding information\n",
                        "example": false
                    },
                    "HIERARCHIES": {
                        "type": "boolean",
                        "description": "Shows whether the company is part of a group, which company is the parent company as well as underlining company's\n",
                        "example": false
                    },
                    "DECISION_MAKER_BASIC": {
                        "type": "boolean",
                        "description": "Maximize the potential of your marketing and connect directly to the decision makers who can make business decisions\nThis is excluded from the discount\n",
                        "example": false
                    },
                    "DECISION_MAKER_EMAIL": {
                        "type": "boolean",
                        "description": "This is excluded from the discount",
                        "example": false
                    },
                    "DECISION_MAKER_LANDLINE": {
                        "type": "boolean",
                        "description": "This is excluded from the discount",
                        "example": false
                    },
                    "DECISION_MAKER_MOBILE": {
                        "type": "boolean",
                        "description": "This is excluded from the discount",
                        "example": false
                    },
                    "COMPANY_INFO_WEBSITE": {
                        "type": "boolean",
                        "description": "This is excluded from the discount",
                        "example": false
                    },
                    "COMPANY_INFO_EMAIL": {
                        "type": "boolean",
                        "description": "This is excluded from the discount",
                        "example": false
                    },
                    "REPORTS": {
                        "type": "boolean",
                        "description": "This field can be used to get links to available reports, these can then be downloaded separately. Reports will be billed separately in SEK.\n",
                        "example": false
                    },
                    "FIND_COMPANIES": {
                        "type": "boolean",
                        "description": "This field enables a search function in order to find a specific company by using name filters. The search can be performed by using a part or full name. The response will contain a list of possible hits together with organization number, company name and post town.\nThis field works only with the filter company.name.value.fuzzyMatch and/or company.name.value.startsWith\n",
                        "example": false
                    },
                    "FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE": {
                        "type": "boolean",
                        "description": "This field enables a search function in order to find a specific company by using a company representative personal security number. The response will contain a list company's engagements with organization number and company name.\nThis field works only with the filter functionalRole.registeredId\n",
                        "example": false
                    },
                    "FIND_WORKPLACES": {
                        "type": "boolean",
                        "description": "This field can be used in order to get a list of specific companies workplaces. The response will contain a list with cfar number and post town.\nThis field works only with the filter company.orgNumber\n",
                        "example": false
                    },
                    "FIND_ORGANISATIONS": {
                        "type": "boolean",
                        "description": "This field enables the possibility to use all the filter options and get a large list of organization number as a response. You can then use the response and divide it to smaller parts, send in data request at a pace that don´t exceed the API:s or your systems limitations. Use with  filter\"company.orgNumber.in\nThis field works with all the filters, Use this to paginate information if huge result sets\n",
                        "example": false
                    },
                    "SIGNATORY_CHECK": {
                        "type": "boolean",
                        "description": "This filed is used to provide you with an answer to whether the person have signatory rights for a specific company. The response will also provide rules regarding signatory rights for the company.\nThis field works only with the filters company.orgNumber\n",
                        "example": false
                    },
                    "FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE": {
                        "type": "boolean",
                        "description": "Provides search functionality in order to find historic corporate commitments by using a company representative’s social security number. The response will contain a list with the person's historic company connections including corporate registration number and company name.\nThis field works only with the filters functionalRole.registeredId\n",
                        "example": false
                    }
                },
                "description": "Choose which packaging of data you want. At least one fields must be selected.\n"
            },
            "FilterCompanyEvent": {
                "type": "object",
                "properties": {
                    "company.orgNumber": {
                        "$ref": "#/components/schemas/InNotInFilter"
                    },
                    "field.modifiedAt": {
                        "$ref": "#/components/schemas/DateFilter"
                    }
                }
            },
            "InNotInFilter": {
                "type": "object",
                "properties": {
                    "in": {
                        "type": "array",
                        "example": [
                            "165561375113"
                        ],
                        "items": {
                            "type": "string",
                            "example": "[\"165561375113\"]"
                        }
                    },
                    "notIn": {
                        "type": "array",
                        "example": [
                            "165544221100"
                        ],
                        "items": {
                            "type": "string",
                            "example": "[\"165544221100\"]"
                        }
                    }
                }
            },
            "RequestCompanyEvent": {
                "required": [
                    "fields",
                    "filter"
                ],
                "type": "object",
                "properties": {
                    "fields": {
                        "$ref": "#/components/schemas/FieldsCompany"
                    },
                    "filter": {
                        "$ref": "#/components/schemas/FilterCompanyEvent"
                    }
                }
            },
            "CompanyEventDTO": {
                "type": "object",
                "properties": {
                    "field": {
                        "type": "string"
                    },
                    "modifiedAt": {
                        "type": "string"
                    },
                    "orgNumber": {
                        "type": "string"
                    }
                }
            },
            "Meta": {
                "type": "object",
                "properties": {
                    "hits": {
                        "type": "integer",
                        "format": "int64"
                    },
                    "targetOrgNumbers": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "targetFields": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "potentialHits": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "changePercentage": {
                        "type": "number"
                    },
                    "paging": {
                        "$ref": "#/components/schemas/Paging"
                    },
                    "pageNavigation": {
                        "$ref": "#/components/schemas/PageNavigation"
                    }
                }
            },
            "PageNavigation": {
                "type": "object",
                "properties": {
                    "current": {
                        "type": "string"
                    },
                    "previous": {
                        "type": "string"
                    },
                    "next": {
                        "type": "string"
                    }
                }
            },
            "PaginatedResponseCompanyEventDTO": {
                "type": "object",
                "properties": {
                    "meta": {
                        "$ref": "#/components/schemas/Meta"
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyEventDTO"
                        }
                    }
                }
            },
            "Paging": {
                "type": "object",
                "properties": {
                    "page": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "size": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "limit": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "totalPages": {
                        "type": "integer",
                        "format": "int32"
                    }
                }
            },
            "BooleanFilter": {
                "required": [
                    "eq"
                ],
                "type": "object",
                "properties": {
                    "eq": {
                        "type": "boolean"
                    }
                }
            },
            "FilterCompany": {
                "type": "object",
                "properties": {
                    "company.orgNumber": {
                        "$ref": "#/components/schemas/InNotInFilter"
                    },
                    "company.registrationDate": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "company.contact.headquarters.address.visiting.street": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.headquarters.address.visiting.postCode": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.headquarters.address.visiting.postTown": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.address.postal.value.street": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.address.postal.value.postCode": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.address.postal.value.postTown": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.headquarters.municipality": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.headquarters.county": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.contact.phone.number": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.vat.active": {
                        "$ref": "#/components/schemas/BooleanFilter"
                    },
                    "company.tax.active": {
                        "$ref": "#/components/schemas/BooleanFilter"
                    },
                    "company.industries.value.primaryDetailedGroup": {
                        "$ref": "#/components/schemas/StartsWithFilter"
                    },
                    "company.industries.value.detailedGroup": {
                        "$ref": "#/components/schemas/StartsWithFilter"
                    },
                    "company.legalEntity.type": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.status": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "company.businessDescription": {
                        "$ref": "#/components/schemas/StartsWithAndFuzzyMatchAndContainsCombinedFilter"
                    },
                    "company.state.bankruptcy.date": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "company.name.value": {
                        "$ref": "#/components/schemas/StartsWithAndFuzzyMatchAndContainsCombinedFilter"
                    },
                    "company.lastModified": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "workplace.cfarNumber": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.registrationDate": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "workplace.industries.value.detailedGroup": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.headquarter": {
                        "$ref": "#/components/schemas/BooleanFilter"
                    },
                    "workplace.contact.address.visiting.street": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.contact.address.visiting.postCode": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.contact.address.visiting.postTown": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.contact.address.postal.careOf": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.contact.address.postal.street": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.contact.address.postal.postCode": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.contact.address.postal.postTown": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "workplace.numberOfEmployees.min": {
                        "$ref": "#/components/schemas/RangeFilterGteInteger"
                    },
                    "workplace.numberOfEmployees.max": {
                        "$ref": "#/components/schemas/RangeFilterLteInteger"
                    },
                    "workplace.name": {
                        "$ref": "#/components/schemas/StartsWithAndFuzzyMatchAndContainsCombinedFilter"
                    },
                    "workplace.lastModified": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "hierarchy.lastModified": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "functionalRole.roles.role.value": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "functionalRole.registeredId": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.lengthFinancialYear": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.netSales": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.changeOfInventory": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.costSoldGoods": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.grossProfit": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.activatedWorkForOwnMaterialAndIntangibleAsset": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.otherOperatingIncome": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.sellingCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.rawMaterialsAndNecessities": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.goodsForResale": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.administrativeCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.researchAndDevelopmentCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.otherExternalCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.personnelCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.depreciation": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.otherOperatingCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.itemsAffectingComparability": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.operatingProfit": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.earningsPerShareInGroupAndAssociatedCompany": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.otherFinancialIncomes": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.itemsAffectingComparabilityOnFinancialItems": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.profitAfterFinancialResult": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.extraOrdinaryPosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.tax": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.interestIncomesAndSimilarIncomes.fromGroup": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.interestIncomesAndSimilarIncomes.other": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.interestExpensesAndSimilarExpenses.toGroup": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.interestExpensesAndSimilarExpenses.otherInterestExpenses": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.interestExpensesAndSimilarExpenses.otherFinancialCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.interestExpensesAndSimilarExpenses.extraordinaryCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.financialStatementsDispositions.financialStatementsDisposition": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.financialStatementsDispositions.shareholderContribution": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.incomeStatement.financialStatementsDispositions.groupContribution": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.subscribedUnpaidCapital": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.intangibleAssets.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.intangibleAssets.balancedExpenditureResearchAndDevelopment": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.intangibleAssets.concessionsPatentsLicensesTrademarksAndSimilarRights": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.intangibleAssets.tenanciesAndSimilarRights": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.intangibleAssets.goodwill": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.tangibleFixedAssets.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.tangibleFixedAssets.buildingsAndLand": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.tangibleFixedAssets.machines": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.tangibleFixedAssets.machinesAndInventories": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.tangibleFixedAssets.inventoriesToolsAndInstallations": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.tangibleFixedAssets.fixedAssetsUnderConstructionAndInAdvance": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.financialAssets.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.financialAssets.interestInGroupAndAssociatedCompanies": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.financialAssets.claimOnGroupAndAssociatedCompanies": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.financialAssets.loanToShareholdersAndSpecificOther": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.fixedAssets.financialAssets.otherFinancialAssets": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.shortTermInvestments": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.cashInHandAndAtBank": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.inventory.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.inventory.rawMaterialsAndNecessities": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.inventory.ongoingWorkOnSomeoneElseAccount": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.claims.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.claims.customerReceivables": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.claims.fromGroupAndAssociatedCompanies": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.assets.currentAssets.claims.otherClaims": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.untaxedReserves": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.minorityShareholdings": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.allocations": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.shareCapital": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.premiumFund": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.reappraisalFund": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.otherFunds": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.accumulatedProfit": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.groupContributions": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.shareholderContributions": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.unrestrictedAndRestricted.profitForTheYear": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.longTermDebts.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.longTermDebts.bondLoans": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.longTermDebts.creditInstitutions": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.longTermDebts.groupAndAssociatedCompanies": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.longTermDebts.otherDebts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.sumShortTermDebts.sum": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.sumShortTermDebts.creditInstitutions": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.sumShortTermDebts.suppliers": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.sumShortTermDebts.groupAndAssociatedCompanies": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.annualAccount.balanceSheet.ownCapital.debts.sumShortTermDebts.otherDebts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.businessMortgages": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.propertyMortgages": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.otherCollateral": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.sumCollateral": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.conditionalShareholdersContributions": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.otherDebtCommitments": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.sumDebtCommitments": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.numberOfEmployees": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.salariesToBoardAndManagingDirector": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.bonusPaymentsToBoardAndManagingDirector": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.salariesToOtherEmployees": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.performanceSalaryToOtherEmployees": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.socialCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.depreciationInCostsOfGoodsSold": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.depreciationInSellingCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.depreciationInAdministrativeCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.depreciationInResearchAndDevelopmentCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.depreciationInOtherCosts": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.unspecifiedDepreciation": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.bankOverdraftFacility": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.utilisedBankOverdraftFacility": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.notesToAccount.netInterestForFinanceCompany": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.directorsReport.suggestedDividend": {
                        "$ref": "#/components/schemas/RangeFilterInteger"
                    },
                    "annualReport.endFinancialYear": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.reportType": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.annualAccount.incomeStatement.minorityShareholdingInAcquiredSubsidiary": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.annualAccount.incomeStatement.profitForTheYear": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.notesToAccount.commentsOnLiability": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.notesToAccount.commentsOnSecurity": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.notesToAccount.agreementOnSeverancePayments": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.directorsReport.commissioner.orgNumber": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.directorsReport.commissioner.name": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.auditReport.auditComment": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.auditReport.otherAuditComment": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "annualReport.lastModified": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "decisionMaker.title": {
                        "$ref": "#/components/schemas/InFilter"
                    },
                    "decisionMaker.email": {
                        "$ref": "#/components/schemas/NotEmptyFilter"
                    },
                    "decisionMaker.phoneLandline": {
                        "$ref": "#/components/schemas/NotEmptyFilter"
                    },
                    "decisionMaker.phoneMobile": {
                        "$ref": "#/components/schemas/NotEmptyFilter"
                    },
                    "decisionMaker.lastModified": {
                        "$ref": "#/components/schemas/DateFilter"
                    },
                    "companyInfo.email": {
                        "$ref": "#/components/schemas/NotEmptyFilter"
                    },
                    "companyInfo.homepage": {
                        "$ref": "#/components/schemas/NotEmptyFilter"
                    }
                }
            },
            "InFilter": {
                "required": [
                    "in"
                ],
                "type": "object",
                "properties": {
                    "in": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "description": "Enter a list of values to filter on"
            },
            "NotEmptyFilter": {
                "type": "object",
                "properties": {
                    "notEmpty": {
                        "type": "boolean"
                    }
                }
            },
            "RangeFilterGteInteger": {
                "type": "object",
                "properties": {
                    "gte": {
                        "minimum": 0,
                        "type": "integer",
                        "format": "int32"
                    }
                },
                "description": "Filter the values to be greater or equals to gte (\u003E=gte)"
            },
            "RangeFilterInteger": {
                "type": "object",
                "properties": {
                    "gte": {
                        "minimum": 0,
                        "type": "integer",
                        "format": "int32"
                    },
                    "lte": {
                        "minimum": 0,
                        "type": "integer",
                        "format": "int32"
                    }
                },
                "description": "Filter between the values gte and lte, for example 50(gte) -\u003E 100(lte)"
            },
            "RangeFilterLteInteger": {
                "type": "object",
                "properties": {
                    "lte": {
                        "minimum": 0,
                        "type": "integer",
                        "format": "int32"
                    }
                },
                "description": "Filter the values to be less or equals to lte (\u003C=lte)"
            },
            "RequestCompany": {
                "required": [
                    "fields",
                    "filter"
                ],
                "type": "object",
                "properties": {
                    "fields": {
                        "$ref": "#/components/schemas/FieldsCompany"
                    },
                    "filter": {
                        "$ref": "#/components/schemas/FilterCompany"
                    }
                }
            },
            "StartsWithAndFuzzyMatchAndContainsCombinedFilter": {
                "type": "object",
                "properties": {
                    "fuzzyMatch": {
                        "type": "string"
                    },
                    "startsWith": {
                        "type": "string"
                    },
                    "contains": {
                        "type": "string"
                    }
                },
                "description": "Combination filter. Can use one or both together"
            },
            "StartsWithFilter": {
                "type": "object",
                "properties": {
                    "startsWith": {
                        "pattern": "^[\\pL\\d\\-_ ]*$",
                        "type": "string"
                    }
                },
                "description": "Is equal to the regexp ^abc*"
            },
            "AcquiredByCompany": {
                "type": "object",
                "properties": {
                    "status": {
                        "type": "string",
                        "example": "ALLOWED"
                    },
                    "date": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    },
                    "orgNumber": {
                        "type": "string",
                        "example": "165561375113"
                    },
                    "foreignCompany": {
                        "$ref": "#/components/schemas/ForeignCompany"
                    }
                }
            },
            "AcquiringCompanies": {
                "type": "object",
                "properties": {
                    "status": {
                        "type": "string",
                        "example": "CANCELLED"
                    },
                    "date": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    },
                    "orgNumber": {
                        "type": "string",
                        "example": "165561375113"
                    },
                    "foreignCompany": {
                        "$ref": "#/components/schemas/ForeignCompany"
                    }
                }
            },
            "AlternateBoardMembers": {
                "type": "object",
                "properties": {
                    "min": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "max": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "elected": {
                        "type": "integer",
                        "format": "int32"
                    }
                }
            },
            "AnnualAccount": {
                "type": "object",
                "properties": {
                    "incomeStatement": {
                        "$ref": "#/components/schemas/IncomeStatement"
                    },
                    "balanceSheet": {
                        "$ref": "#/components/schemas/BalanceSheet"
                    }
                }
            },
            "AnnualReport": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "string",
                        "description": "Shows if the report is for the Company or Group",
                        "example": "COMPANY"
                    },
                    "endFinancialYear": {
                        "type": "string",
                        "description": "End financial year",
                        "example": "202112"
                    },
                    "lengthFinancialYear": {
                        "type": "integer",
                        "format": "int32",
                        "example": 12
                    },
                    "reportType": {
                        "type": "string",
                        "description": "An income statement shows a business's revenues, costs and results for a financial year. The profit and loss account can be reported in a cost type-divided and in a function-divided form, as well as the two mentioned types in abbreviated form. In abbreviated form, certain items before operating profit are added together to gross profit/loss",
                        "example": "NATURE_OF_EXPENSE"
                    },
                    "reportForm": {
                        "type": "string"
                    },
                    "xbrlId": {
                        "type": "string"
                    },
                    "consolidatedReport": {
                        "type": "boolean"
                    },
                    "companyStatus": {
                        "type": "string"
                    },
                    "defectAnnualReport": {
                        "type": "string"
                    },
                    "rollOfFilm": {
                        "type": "string"
                    },
                    "frameOfFilm": {
                        "type": "string"
                    },
                    "branchOfficeForeignAnnualReport": {
                        "type": "boolean"
                    },
                    "interimReport": {
                        "type": "boolean"
                    },
                    "arrivalDate": {
                        "type": "string",
                        "format": "date"
                    },
                    "financialPeriod": {
                        "$ref": "#/components/schemas/FinancialPeriod"
                    },
                    "annualAccount": {
                        "$ref": "#/components/schemas/AnnualAccount"
                    },
                    "notesToAccount": {
                        "$ref": "#/components/schemas/NotesToAccount"
                    },
                    "directorsReport": {
                        "$ref": "#/components/schemas/DirectorsReport"
                    },
                    "auditReport": {
                        "$ref": "#/components/schemas/AuditReport"
                    }
                }
            },
            "Assets": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Intangible fixed assets (leaseholds, patents, licenses, goodwill) + tangible fixed assets (buildings and land, machinery, fixtures) + financial fixed assets (shares in group and associated companies and others long-term securities holdings, long-term receivables) + current assets (inventories, short-term investments of securities and other liquid investments, cash register, bank)",
                        "format": "int32",
                        "example": 53114
                    },
                    "subscribedUnpaidCapital": {
                        "type": "integer",
                        "description": "A new issue that has been decided and subscribed to but has not yet been registered by the Swedish Companies Registration Office is often referred to as an ongoing new issue. If there is capital that has not yet been paid in, this must be reported as a claim under a special item among the company's assets called Subscribed but unpaid capital",
                        "format": "int32",
                        "example": 0
                    },
                    "currentAssets": {
                        "$ref": "#/components/schemas/CurrentAssets"
                    },
                    "fixedAssets": {
                        "$ref": "#/components/schemas/FixedAssets"
                    }
                }
            },
            "AuditReport": {
                "type": "object",
                "properties": {
                    "auditComment": {
                        "type": "string",
                        "example": "RECOMMENDED"
                    },
                    "otherAuditComment": {
                        "type": "string",
                        "example": "GENERAL_INFORMATION_OR_COMMENTS_FROM_AUDITOR"
                    },
                    "moreAuditComments": {
                        "type": "boolean"
                    },
                    "accountingConsultantsReport": {
                        "type": "boolean"
                    }
                }
            },
            "Auditor": {
                "type": "object",
                "properties": {
                    "required": {
                        "type": "boolean"
                    },
                    "decisionDate": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    },
                    "missingSince": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    }
                }
            },
            "BalanceSheet": {
                "type": "object",
                "properties": {
                    "assets": {
                        "$ref": "#/components/schemas/Assets"
                    },
                    "ownCapital": {
                        "$ref": "#/components/schemas/OwnCapital"
                    }
                }
            },
            "Bankruptcy": {
                "type": "object",
                "properties": {
                    "date": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-12"
                    },
                    "status": {
                        "type": "string",
                        "example": "NO_BANKRUPTCY"
                    }
                }
            },
            "BoardMembers": {
                "type": "object",
                "properties": {
                    "min": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "max": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "elected": {
                        "type": "integer",
                        "format": "int32"
                    }
                }
            },
            "CapitalStructure": {
                "type": "object",
                "properties": {
                    "shares": {
                        "$ref": "#/components/schemas/Shares"
                    }
                }
            },
            "Claims": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "A receivable is the same as a credit balance. In accounting, a distinction is made between short-term and long-term receivables. A short-term claim is a claim that falls due within a year, other claims are long-term",
                        "format": "int32",
                        "example": 21472
                    },
                    "customerReceivables": {
                        "type": "integer",
                        "description": "Accounts receivable is a claim on a customer for sold goods or services, it arises when a company has performed a service or sent a product but has not received payment for the service or product. Accounts receivable as a percentage of turnover is 100 x accounts receivable divided by total operating income",
                        "format": "int32",
                        "example": 4867
                    },
                    "fromGroupAndAssociatedCompanies": {
                        "type": "integer",
                        "description": "Receivables from group companies. Goodwill, brand recognition and intellectual property, such as patents, trademarks, and copyrights, are all intangible assets. Intangible assets exist in opposition to tangible assets, which include land, vehicles, equipment, and inventory",
                        "format": "int32",
                        "example": 16196
                    },
                    "otherClaims": {
                        "type": "integer",
                        "description": "Receivables such as accounts receivable, receivables from other authorities or short-term receivables, for example forward billing. Receivables that are normally due for payment within 12 months after the balance sheet date are defined as short-term",
                        "format": "int32",
                        "example": 409
                    }
                }
            },
            "CoSignatory": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "CompanyAddress": {
                "type": "object",
                "properties": {
                    "visiting": {
                        "$ref": "#/components/schemas/CompanyAddressInfoVisiting"
                    },
                    "postal": {
                        "$ref": "#/components/schemas/CompanyAddressInfoPostal"
                    }
                }
            },
            "CompanyAddressInfoPostal": {
                "type": "object",
                "properties": {
                    "careOf": {
                        "type": "string"
                    },
                    "street": {
                        "type": "string",
                        "example": "Årstaängsvägen 21B"
                    },
                    "postCode": {
                        "type": "string",
                        "example": "117 43"
                    },
                    "country": {
                        "type": "string"
                    },
                    "postTown": {
                        "type": "string",
                        "example": "Stockholm"
                    },
                    "advertisingBlock": {
                        "type": "boolean"
                    }
                }
            },
            "CompanyAddressInfoVisiting": {
                "type": "object",
                "properties": {
                    "careOf": {
                        "type": "string"
                    },
                    "street": {
                        "type": "string",
                        "example": "Årstaängsvägen 21B"
                    },
                    "postCode": {
                        "type": "string",
                        "example": "117 43"
                    },
                    "country": {
                        "type": "string"
                    },
                    "postTown": {
                        "type": "string",
                        "example": "Stockholm"
                    }
                }
            },
            "CompanyContact": {
                "type": "object",
                "properties": {
                    "headquarters": {
                        "$ref": "#/components/schemas/CompanyHeadquarterAddress"
                    },
                    "address": {
                        "$ref": "#/components/schemas/OtherAddress"
                    },
                    "phone": {
                        "$ref": "#/components/schemas/Phone"
                    }
                }
            },
            "CompanyDeregistration": {
                "type": "object",
                "properties": {
                    "reason": {
                        "type": "string",
                        "example": "DUE_TO_INACTIVITY"
                    },
                    "date": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    }
                }
            },
            "CompanyDetailGroup": {
                "type": "object",
                "properties": {
                    "detailedGroup": {
                        "type": "string",
                        "example": "82910"
                    },
                    "section": {
                        "type": "string",
                        "example": "N"
                    },
                    "weight": {
                        "type": "integer",
                        "format": "int32",
                        "example": 1
                    },
                    "detailedGroupDescription": {
                        "type": "string",
                        "example": "Odling av spannmål (utom ris), baljväxter och oljeväxter"
                    }
                }
            },
            "CompanyHeadquarterAddress": {
                "type": "object",
                "properties": {
                    "address": {
                        "$ref": "#/components/schemas/CompanyAddress"
                    },
                    "municipality": {
                        "type": "string",
                        "example": "Stockholm"
                    },
                    "county": {
                        "type": "string",
                        "example": "Stockholms Län"
                    }
                }
            },
            "CompanyHierarchy": {
                "type": "object",
                "properties": {
                    "orgNumber": {
                        "type": "string",
                        "example": "165561375113"
                    },
                    "name": {
                        "$ref": "#/components/schemas/HierarchyCompanyName"
                    },
                    "countryCode": {
                        "type": "string",
                        "example": "SE"
                    },
                    "share": {
                        "type": "integer",
                        "format": "int32",
                        "example": 100
                    },
                    "lastModification": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "subsidiaries": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyHierarchy"
                        }
                    },
                    "shareHolders": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyHierarchy"
                        }
                    }
                }
            },
            "CompanyIndustry": {
                "type": "object",
                "properties": {
                    "value": {
                        "$ref": "#/components/schemas/CompanyDetailGroup"
                    }
                }
            },
            "CompanyInfo": {
                "type": "object",
                "properties": {
                    "homepage": {
                        "type": "string",
                        "example": "www.uc.se"
                    },
                    "email": {
                        "type": "string",
                        "example": "hej@uc.se"
                    }
                }
            },
            "CompanyNameResult": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "example": "UC AB"
                    }
                }
            },
            "CompanyNumberOfEmployees": {
                "type": "object",
                "properties": {
                    "min": {
                        "type": "integer",
                        "format": "int32",
                        "example": 200
                    },
                    "max": {
                        "type": "integer",
                        "format": "int32",
                        "example": 499
                    }
                }
            },
            "CompanyReconstruction": {
                "type": "object",
                "properties": {
                    "date": {
                        "type": "string",
                        "format": "date",
                        "example": "2022-09-08"
                    },
                    "status": {
                        "type": "string",
                        "example": "complete"
                    }
                }
            },
            "CompanyRegistrationDate": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "format": "date",
                        "example": "1970-07-15"
                    }
                }
            },
            "CompanyResponse": {
                "type": "object",
                "properties": {
                    "company": {
                        "$ref": "#/components/schemas/CompanyResult"
                    },
                    "annualFinancialReports": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AnnualReport"
                        }
                    },
                    "historicalFinancialReports": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AnnualReport"
                        }
                    },
                    "functionalRoles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/FunctionalRole"
                        }
                    },
                    "historicalFunctionalRoles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/HistoricalFunctionalRole"
                        }
                    },
                    "workplaces": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyWorkplace"
                        }
                    },
                    "hierarchies": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyHierarchy"
                        }
                    },
                    "decisionMakers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/DecisionMaker"
                        }
                    },
                    "companyInfo": {
                        "$ref": "#/components/schemas/CompanyInfo"
                    },
                    "capitalStructure": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CapitalStructure"
                        }
                    },
                    "keyFigures": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/KeyFigure"
                        }
                    },
                    "historicalKeyFigures": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/KeyFigure"
                        }
                    },
                    "reports": {
                        "$ref": "#/components/schemas/Reports"
                    }
                }
            },
            "CompanyResult": {
                "type": "object",
                "properties": {
                    "orgNumber": {
                        "type": "string",
                        "example": "165561375113"
                    },
                    "name": {
                        "$ref": "#/components/schemas/CompanyNameResult"
                    },
                    "status": {
                        "$ref": "#/components/schemas/CompanyStatusResult"
                    },
                    "state": {
                        "$ref": "#/components/schemas/CompanyState"
                    },
                    "registrationDate": {
                        "$ref": "#/components/schemas/CompanyRegistrationDate"
                    },
                    "numberOfEmployees": {
                        "$ref": "#/components/schemas/CompanyNumberOfEmployees"
                    },
                    "contact": {
                        "$ref": "#/components/schemas/CompanyContact"
                    },
                    "legalEntity": {
                        "$ref": "#/components/schemas/LegalEntity"
                    },
                    "domicile": {
                        "$ref": "#/components/schemas/Domicile"
                    },
                    "signatoryText": {
                        "type": "string",
                        "example": "The signatory text"
                    },
                    "industries": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyIndustry"
                        }
                    },
                    "turnover": {
                        "$ref": "#/components/schemas/CompanyTurnOver"
                    },
                    "businessDescription": {
                        "type": "string",
                        "example": "The business description"
                    },
                    "employer": {
                        "$ref": "#/components/schemas/Employer"
                    },
                    "vat": {
                        "$ref": "#/components/schemas/Vat"
                    },
                    "tax": {
                        "$ref": "#/components/schemas/Tax"
                    },
                    "numberOfWorkplaces": {
                        "type": "integer",
                        "format": "int32",
                        "example": 3
                    },
                    "partOfHierachy": {
                        "type": "boolean",
                        "description": "Set to true if the company is part of an hierarchy",
                        "example": true
                    },
                    "businessNamesInTranslation": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "credibility": {
                        "$ref": "#/components/schemas/Credibility"
                    },
                    "representatives": {
                        "$ref": "#/components/schemas/Representatives"
                    },
                    "secondaryBusinessNames": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SecondaryBusinessName"
                        }
                    },
                    "lastModification": {
                        "type": "string",
                        "format": "date-time"
                    }
                }
            },
            "CompanyState": {
                "type": "object",
                "properties": {
                    "bankruptcy": {
                        "$ref": "#/components/schemas/Bankruptcy"
                    },
                    "shelfCompany": {
                        "type": "boolean"
                    },
                    "companyReconstruction": {
                        "$ref": "#/components/schemas/CompanyReconstruction"
                    },
                    "demerger": {
                        "$ref": "#/components/schemas/Demerger"
                    },
                    "merger": {
                        "$ref": "#/components/schemas/Merger"
                    },
                    "liquidation": {
                        "$ref": "#/components/schemas/StatusDate"
                    },
                    "resolution": {
                        "$ref": "#/components/schemas/StatusDate"
                    },
                    "transformationToLimitedBankingCompany": {
                        "$ref": "#/components/schemas/StatusDate"
                    },
                    "deregistration": {
                        "$ref": "#/components/schemas/CompanyDeregistration"
                    }
                }
            },
            "CompanyStatusResult": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "example": "ACTIVE"
                    }
                },
                "description": "Active: If the companies are registered for F-tax and VAT\nRegistered: If the companies are not registered for F-tax and VAT, but are considered as active at the sources SCB or Bolagsverket\nInactive: If the companies are not considered as active at the sources Skatteverket, SCB and Bolagsverket\n"
            },
            "CompanyTurnOver": {
                "type": "object",
                "properties": {
                    "year": {
                        "type": "string",
                        "example": "2021"
                    },
                    "min": {
                        "type": "integer",
                        "format": "int64"
                    },
                    "max": {
                        "type": "integer",
                        "format": "int64"
                    }
                }
            },
            "CompanyWorkplace": {
                "type": "object",
                "properties": {
                    "cfarNumber": {
                        "type": "string",
                        "example": "24348807"
                    },
                    "name": {
                        "type": "string",
                        "example": "The name"
                    },
                    "numberOfEmployees": {
                        "$ref": "#/components/schemas/WorkplaceNumberOfEmployees"
                    },
                    "contact": {
                        "$ref": "#/components/schemas/WorkplaceContact"
                    },
                    "headquarter": {
                        "type": "boolean",
                        "example": false
                    },
                    "active": {
                        "type": "boolean"
                    },
                    "registeredDate": {
                        "type": "string",
                        "format": "date",
                        "example": "1970-07-15"
                    },
                    "lastModification": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "industries": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/WorkplaceIndustry"
                        }
                    }
                }
            },
            "CostCompanyDetails": {
                "type": "object",
                "properties": {
                    "INFORMATION_BASIC": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "WORKPLACES": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "ANNUAL_FINANCIAL_REPORT": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "HISTORICAL_FINANCIAL_REPORT": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "SIGNATORY_AND_FUNCTIONAL_ROLES": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "ON_BOARDING": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "HIERARCHIES": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "DECISION_MAKER_BASIC": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "DECISION_MAKER_EMAIL": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "DECISION_MAKER_LANDLINE": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "DECISION_MAKER_MOBILE": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "COMPANY_INFO_EMAIL": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "COMPANY_INFO_WEBSITE": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "FIND_COMPANIES": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "FIND_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "FIND_WORKPLACES": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "FIND_ORGANISATIONS": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "SIGNATORY_CHECK": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    },
                    "FIND_HISTORICAL_COMPANIES_USING_FUNCTIONAL_ROLE_REPRESENTATIVE": {
                        "$ref": "#/components/schemas/ResultHitsCost"
                    }
                }
            },
            "CostEstimateCompany": {
                "type": "object",
                "properties": {
                    "listPrice": {
                        "type": "number",
                        "format": "float",
                        "example": 40
                    },
                    "discountListPrice": {
                        "type": "number",
                        "format": "float",
                        "example": 36
                    },
                    "discount": {
                        "type": "string",
                        "example": "40 %"
                    },
                    "currency": {
                        "type": "string",
                        "example": "SEK"
                    },
                    "details": {
                        "$ref": "#/components/schemas/CostCompanyDetails"
                    }
                }
            },
            "Credibility": {
                "type": "object",
                "properties": {
                    "onWarningList": {
                        "type": "boolean"
                    }
                }
            },
            "CurrentAssets": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "A current asset is an asset that is not intended for permanent use. Work in progress and goods in stock are examples of tangible current assets. Cash, bank balances and accounts receivable are examples of financial current assets",
                        "format": "int32",
                        "example": 48094
                    },
                    "shortTermInvestments": {
                        "type": "integer",
                        "format": "int32",
                        "example": 1000
                    },
                    "cashInHandAndAtBank": {
                        "type": "integer",
                        "description": "Liquid funds that are immediately available for payment",
                        "format": "int32",
                        "example": 1125
                    },
                    "inventory": {
                        "$ref": "#/components/schemas/Inventory"
                    },
                    "claims": {
                        "$ref": "#/components/schemas/Claims"
                    }
                }
            },
            "Debts": {
                "type": "object",
                "properties": {
                    "longTermDebts": {
                        "$ref": "#/components/schemas/LongTermDebts"
                    },
                    "sumShortTermDebts": {
                        "$ref": "#/components/schemas/SumShortTermDebts"
                    }
                }
            },
            "DecisionMaker": {
                "type": "object",
                "properties": {
                    "firstName": {
                        "type": "string",
                        "example": "Jeanette"
                    },
                    "surname": {
                        "type": "string",
                        "example": "Jäger"
                    },
                    "title": {
                        "type": "string",
                        "example": "VD"
                    },
                    "email": {
                        "type": "string"
                    },
                    "phoneLandline": {
                        "type": "string"
                    },
                    "phoneMobile": {
                        "type": "string"
                    },
                    "lastModification": {
                        "type": "string",
                        "format": "date-time"
                    }
                }
            },
            "Demerger": {
                "type": "object",
                "properties": {
                    "acquiredByCompany": {
                        "$ref": "#/components/schemas/AcquiredByCompany"
                    },
                    "acquiringCompanies": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AcquiringCompanies"
                        }
                    }
                }
            },
            "DirectorsReport": {
                "type": "object",
                "properties": {
                    "suggestedDividend": {
                        "type": "integer",
                        "description": "A dividend is a payment to the shareholders of a limited company's earnings. The dividend is decided by the general meeting in connection with profit distribution. If you are a shareholder, it means that you are a partner in a company and thus have the right to current and future profits. A dividend is a payment made in the form of cash or other assets from the limited company to the shareholders",
                        "format": "int32",
                        "example": 0
                    }
                }
            },
            "Domicile": {
                "type": "object",
                "properties": {
                    "municipality": {
                        "type": "string"
                    },
                    "county": {
                        "type": "string"
                    }
                }
            },
            "Employer": {
                "type": "object",
                "properties": {
                    "employer": {
                        "type": "boolean"
                    }
                }
            },
            "FinancialAssets": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Financial fixed assets structure is calculated as follows: 100 x financial fixed assets divided by total fixed assets. Where financial fixed assets are equity instruments, claims on others and other financial instruments that an accounting entity intends to hold permanently for more than one year and fixed assets are assets intended to be permanently used or held. Permanently means a period of at least one year and in most cases significantly longer than that",
                        "format": "int32",
                        "example": 5020
                    },
                    "interestInGroupAndAssociatedCompanies": {
                        "type": "integer",
                        "description": "Group companies mean parent companies and subsidiaries that are part of the same group. The parent company can own a subsidiary either directly or indirectly. has more than half of the votes in the owned company. owns shares or shares in the company and, due to agreements with other shareholders, has more than half of the votes",
                        "format": "int32",
                        "example": 4995
                    },
                    "claimOnGroupAndAssociatedCompanies": {
                        "type": "integer",
                        "description": "Receivables from group companies",
                        "format": "int32",
                        "example": 0
                    },
                    "loanToShareholdersAndSpecificOther": {
                        "type": "integer",
                        "description": "Unlike loans to the limited company, it is prohibited for a limited company to provide loans to the shareholders. The same applies to loans from the limited company to persons who are part of the so-called prohibited circle, or to a company where someone in the prohibited circle has a controlling influence",
                        "format": "int32",
                        "example": 0
                    },
                    "otherFinancialAssets": {
                        "type": "integer",
                        "description": "Receivables such as accounts receivable, receivables from other authorities or short-term receivables, for example forward billing. Receivables that are normally due for payment within 12 months after the balance sheet date are defined as short-term",
                        "format": "int32",
                        "example": 25
                    }
                }
            },
            "FinancialPeriod": {
                "properties": {
                    "fromDate": {
                        "example": [
                            2020,
                            7,
                            1
                        ],
                        "items": {
                            "type": "integer"
                        },
                        "type": "array"
                    },
                    "toDate": {
                        "example": [
                            2021,
                            6,
                            30
                        ],
                        "items": {
                            "type": "integer"
                        },
                        "type": "array"
                    }
                },
                "type": "object"
            },
            "FinancialStatementsDispositions": {
                "type": "object",
                "properties": {
                    "financialStatementsDisposition": {
                        "type": "integer",
                        "description": "A way to defer payment of taxes on a portion of the company's actual earnings through allocation to untaxed reserves (see this). Possibilities that exist are allocation to accrual fund and tax depreciation beyond plan. Here shareholder contributions and group contributions are also reported",
                        "format": "int32",
                        "example": 0
                    },
                    "shareholderContribution": {
                        "type": "integer",
                        "description": "Shareholder contribution is when shareholders leave a contribution of equity to a limited company. The purpose of a shareholder contribution is to bring in new equity capital for the company, for example if the company's equity capital is fully or partially used up, or in other cases of capital need",
                        "format": "int32",
                        "example": 0
                    },
                    "groupContribution": {
                        "type": "integer",
                        "description": "A group contribution means a transfer of liquid funds between different companies in a group and which does not refer to compensation for acquiring or maintaining income, but which is made solely to equalize results between the group's different companies",
                        "format": "int32",
                        "example": 22050
                    }
                }
            },
            "FixedAssets": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Fixed assets are assets that are intended to be used or held. The period that the asset is to be used can be for a period of at least one year and in most cases significantly longer than that. Fixed assets are not one type of asset but are divided into three subcategories. These are intangible assets, tangible assets and financial assets",
                        "format": "int32",
                        "example": 5020
                    },
                    "intangibleAssets": {
                        "$ref": "#/components/schemas/IntangibleAssets"
                    },
                    "tangibleFixedAssets": {
                        "$ref": "#/components/schemas/TangibleFixedAssets"
                    },
                    "financialAssets": {
                        "$ref": "#/components/schemas/FinancialAssets"
                    }
                }
            },
            "ForeignCompany": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Hasan & Partners Oy"
                    },
                    "foreignOrgNumber": {
                        "type": "string",
                        "example": "10078"
                    },
                    "euId": {
                        "type": "string",
                        "example": "PLKRS.0000010078"
                    }
                }
            },
            "FunctionalRole": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Kling, Barbro Anne-Marie"
                    },
                    "registeredId": {
                        "type": "string",
                        "example": "19600720xxxx"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ListRole"
                        }
                    },
                    "investment": {
                        "$ref": "#/components/schemas/Investment"
                    },
                    "foreignRepresentativeRegisteredId": {
                        "type": "string"
                    },
                    "representativeTitles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/RepresentativeTitle"
                        }
                    },
                    "signatoryCheck": {
                        "$ref": "#/components/schemas/SignatoryCheck"
                    }
                }
            },
            "HierarchyCompanyName": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "example": "UC AB"
                    }
                }
            },
            "HistoricalFunctionalRole": {
                "type": "object",
                "properties": {
                    "registeredId": {
                        "type": "string",
                        "example": "19600720xxxx"
                    },
                    "role": {
                        "$ref": "#/components/schemas/HistoricalFunctionalRoleRole"
                    },
                    "registeredDate": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-12"
                    },
                    "removedAt": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-12"
                    }
                }
            },
            "HistoricalFunctionalRoleRole": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "* `ACTUARY`\tAKTUARIE\n* `ACTUARY_ALTERNATE_AUDITOR`\tAKTUARIE REVISORSSUPPLEANT\n* `WORKER_DIRECTOR`\tARBETSTAGARREPRESENTANT\n* `PARTNER`\tBOLAGSMAN\n* `AGENT_FOR_SERVICE_OF_PROCESS`\tDELGIVNINGSBAR PERSON (SÄRSKILD DELGIVNINGSMOTTAGARE)\n* `EXTERNAL_AUTHORISED_SIGNATORY`\tEXTERN FIRMATECKNARE (EJ STYRELSEMEDLEM)\n* `EXTERNAL_CHIEF_EXECUTIVE_OFFICER`\tEXTERN VERKSTÄLLANDE DIREKTÖR (EJ STYRELSEMEDLEM)\n* `EXTERNAL_VICE_CHIEF_EXECUTIVE_OFFICER`\tEXTERN VICE VERKSTÄLLANDE DIREKTÖR (EJ STYRELSEMEDLEM)\n* `MANAGER`\tFÖRESTÅNDARE\n* `INSURANCE_POLICYHOLDER_REPRESENTATIVE` DEPRECATED FÖRSÄKRINGSTAGARREPRESENTANT\n* `AUDITOR_IN_CHARGE`\tHUVUDANSVARIG REVISOR\n* `OWNER`\tINNEHAVARE\n* `LIMITED_PARTNER`\tKOMMANDITDELÄGARE\n* `GENERAL_PARTNER`\tKOMPLEMENTÄR\n* `LAY_AUDITOR`\tLEKMANNAREVISOR\n* `ALTERNATE_LAY_AUDITOR`\tLEKMANNAREVISORSSUPPLEANT\n* `LIQUIDATOR`\tLIKVIDATOR\n* `ALTERNATE_LIQUIDATOR`\tLIKVIDATORSSUPPLEANT\n* `CHAIRMAN`\tORDFÖRANDE\n* `PROCURATION_HOLDER`\tPROKURIST\n* `AGENT`\tREPRESENTANT\n* `AUDITOR`\tREVISOR\n* `AUDITOR_WITH_PERMISSION`\tREVISOR MED TILLSTÅND\n* `ALTERNATE_AUDITOR`\tREVISORSSUPPLEANT\n* `BOARD_MEMBER`\tSTYRELSELEDAMOT\n* `ALTERNATE_BOARD_MEMBER`\tSTYRELSESUPPLEANT\n* `ACTING_CHIEF_EXECUTIVE_OFFICER`\tSTÄLLFÖRETRÄDANDE VERKSTÄLLANDE DIREKTÖR\n* `CHIEF_EXECUTIVE_OFFICER`\tVERKSTÄLLANDE DIREKTÖR\n* `EXECUTIVE_MEMBER`\tVERKSTÄLLANDE LEDAMOT\n* `VICE_CHAIRMAN`\tVICE ORDFÖRANDE\n* `VICE_CHIEF_EXECUTIVE_OFFICER`\tVICE VERKSTÄLLANDE DIREKTÖR\n* `AUTHORISED_AUDITOR` DEPRECATED Aktoriserad revisor\n* `APPROVED_AUDITOR` DEPRECATED Godkänd revisor\n",
                        "example": "WORKER_DIRECTOR"
                    }
                }
            },
            "IncomeStatement": {
                "type": "object",
                "properties": {
                    "netSales": {
                        "type": "integer",
                        "description": "The net turnover consists of income from goods sold and services provided that are part of the company's normal operations with deductions for discounts provided, value added tax (VAT), and other taxes that are directly linked to the turnover",
                        "format": "int32",
                        "example": 20154
                    },
                    "changeOfInventory": {
                        "type": "integer",
                        "description": "The difference between the inventory totals for the last reporting period and the current reporting period",
                        "format": "int32",
                        "example": 0
                    },
                    "costSoldGoods": {
                        "type": "integer",
                        "description": "The total of all costs used to create a product, which has been sold",
                        "format": "int32",
                        "example": 0
                    },
                    "grossProfit": {
                        "type": "integer",
                        "description": "Result obtained after deducting the cost of goods sold and sales returns/allowances from total sales revenue",
                        "format": "int32",
                        "example": 0
                    },
                    "activatedWorkForOwnMaterialAndIntangibleAsset": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "otherOperatingIncome": {
                        "type": "integer",
                        "description": "Other operating income is, for example, gifts, contributions and membership fees. That is, everything that does not constitute a company's normal income",
                        "format": "int32",
                        "example": 256
                    },
                    "sellingCosts": {
                        "type": "integer",
                        "description": "In a functional income statement, the term selling costs is used for the costs associated with sales activities such as: Advertising, Shipping to customers, Salary costs for sales staff, Exhibitions and fairs, and so on",
                        "format": "int32",
                        "example": 0
                    },
                    "rawMaterialsAndNecessities": {
                        "type": "integer",
                        "description": "Raw materials and supplies refer to goods and materials that are further processed and that relate to direct production. Changes in stock regarding raw materials, additive materials, supplies and semi-finished products must also be included",
                        "format": "int32",
                        "example": 0
                    },
                    "goodsForResale": {
                        "type": "integer",
                        "description": "If you run a shop or sell goods in any form, you usually have a stock of products. Once or twice a year, an inventory of the stock is usually taken. This is to record the value of the products you have in stock as an asset in the company. The stock must be reported in your financial statement/declaration",
                        "format": "int32",
                        "example": 17282
                    },
                    "administrativeCosts": {
                        "type": "integer",
                        "description": "Within the cost category administration costs are included all the costs that can be seen as indirect and cannot be directly related to any particular department or function, such as costs for the management team, personnel departments, accounting. The rest of the costs fall within sales (FO), manufacturing (TO) or purchasing (MO)",
                        "format": "int32",
                        "example": 1
                    },
                    "researchAndDevelopmentCosts": {
                        "type": "integer",
                        "description": "In startups, and also other companies, they often talk about Research and Development expenses (R&D). Expenditures with the aim of developing something new, which will directly or indirectly affect the company's future income and earnings, are called development expenses",
                        "format": "int32",
                        "example": 9
                    },
                    "otherExternalCosts": {
                        "type": "integer",
                        "description": "Under other external costs, the company must report, among other things: Local costs, heating and electricity. Advertisements and other marketing costs (excluding salaries) Costs of communication via telephone, mobiles and computers",
                        "format": "int32",
                        "example": 12284
                    },
                    "personnelCosts": {
                        "type": "integer",
                        "description": "Indicates a company's level of wages and benefits to employees. Contains gross wages incl. social security contributions, pensions and payroll tax for these. It may also include health care and other similar employee benefits. You can always find a note explaining personnel costs in the annual report. There you can usually see the number broken down. However, this key figure is very much governed by the company's definition of personnel costs, salary development and how the average number of employees has been calculated",
                        "format": "int32",
                        "example": 3382
                    },
                    "depreciation": {
                        "type": "integer",
                        "description": "If the value of a tangible or intangible fixed asset (taking into account depreciation, previous write-downs and possible revaluations) falls below the asset's book value, a write-down must be made on the condition that the decline in value is permanent",
                        "format": "int32",
                        "example": 0
                    },
                    "otherOperatingCosts": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "itemsAffectingComparability": {
                        "type": "integer",
                        "description": "Financial Items affecting comparability are items of an extraordinary nature (that is, not part of the normal business)",
                        "format": "int32",
                        "example": 0
                    },
                    "operatingProfit": {
                        "type": "integer",
                        "description": "Operating profit is a concept in accounting and financial analysis. The operating profit usually forms the first part of a company's income statement and is the difference between the operating income and the operating costs.",
                        "format": "int32",
                        "example": -12538
                    },
                    "earningsPerShareInGroupAndAssociatedCompany": {
                        "type": "integer",
                        "format": "int32",
                        "example": -2500
                    },
                    "otherFinancialIncomes": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "itemsAffectingComparabilityOnFinancialItems": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "profitAfterFinancialResult": {
                        "type": "integer",
                        "format": "int32",
                        "example": -15157
                    },
                    "extraOrdinaryPosts": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "tax": {
                        "type": "integer",
                        "description": " Tax is the sum of the taxes and fees that a taxpayer must pay according to the income and wealth assessment",
                        "format": "int32",
                        "example": 46
                    },
                    "minorityShareholdingInAcquiredSubsidiary": {
                        "type": "string",
                        "description": "Minority interest is an ownership stake in a corporation that is less than 50%. This portion is held by an individual or organization that is not the parent company or the main actors of the business. A minority interest is still considered to be a large stake of ownership, more than just a few shares that a retail investor would hold",
                        "example": "0"
                    },
                    "profitForTheYear": {
                        "type": "integer",
                        "description": "Reported profit which, together with retained earnings, constitutes that amount which the general meeting has at its disposal and must decide on",
                        "format": "int32",
                        "example": 6847
                    },
                    "interestIncomesAndSimilarIncomes": {
                        "$ref": "#/components/schemas/InterestIncomesAndSimilarIncomes"
                    },
                    "interestExpensesAndSimilarExpenses": {
                        "$ref": "#/components/schemas/InterestExpensesAndSimilarExpenses"
                    },
                    "financialStatementsDispositions": {
                        "$ref": "#/components/schemas/FinancialStatementsDispositions"
                    }
                }
            },
            "Instrument": {
                "type": "object",
                "properties": {
                    "isin": {
                        "type": "string"
                    },
                    "symbol": {
                        "type": "string"
                    }
                }
            },
            "IntangibleAssets": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Examples of intangible assets are patents, trademarks, research costs and leases",
                        "format": "int32",
                        "example": 0
                    },
                    "balancedExpenditureResearchAndDevelopment": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "concessionsPatentsLicensesTrademarksAndSimilarRights": {
                        "type": "integer",
                        "description": "In the economy, intellectual property rights refer to assets under property law that are not physical things. It may instead apply to patents, license rights, goodwill and trademarks. Today, a company's value consists largely of intangible assets",
                        "format": "int32",
                        "example": 0
                    },
                    "tenanciesAndSimilarRights": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "goodwill": {
                        "type": "integer",
                        "description": "If the acquisition value of shares in subsidiaries exceeds the acquired equity, the difference is reported as goodwill in the consolidated balance sheet. Since 2005, goodwill is no longer amortized but instead written down if the value of goodwill no longer exists. When buying a company, goodwill can be explained by, among other things, a well-known brand, know-how, established clientele and more",
                        "format": "int32",
                        "example": 10000
                    }
                }
            },
            "InterestExpensesAndSimilarExpenses": {
                "type": "object",
                "properties": {
                    "toGroup": {
                        "type": "integer",
                        "description": "Interest costs and similar costs (with specific information on costs relating to group companies)",
                        "format": "int32",
                        "example": 163
                    },
                    "otherInterestExpenses": {
                        "type": "integer",
                        "format": "int32",
                        "example": 2
                    },
                    "otherFinancialCosts": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "extraordinaryCosts": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    }
                }
            },
            "InterestIncomesAndSimilarIncomes": {
                "type": "object",
                "properties": {
                    "fromGroup": {
                        "type": "integer",
                        "description": "Interest income and similar income with specific information regarding income from group (Other interest income and similar income (with specific information regarding income from group companies",
                        "format": "int32",
                        "example": 0
                    },
                    "other": {
                        "type": "integer",
                        "description": "Other interest income and similar items interest income (including default interest on accounts receivable), certain profit distributions, positive and negative exchange rate differences and capital gains from the sale of financial current assets",
                        "format": "int32",
                        "example": 46
                    }
                }
            },
            "Inventory": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Inventories are tangible assets that are intended for sale in the ordinary course of business, are being manufactured to become finished goods or are to be used in the production of finished goods or services",
                        "format": "int32",
                        "example": 25097
                    },
                    "ongoingWorkOnSomeoneElseAccount": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "rawMaterialsAndNecessities": {
                        "type": "integer",
                        "description": "Raw materials and supplies refer to goods and materials that are further processed and that relate to direct production. Changes in stock regarding raw materials, additive materials, supplies and semi-finished products must also be included",
                        "format": "int32",
                        "example": 0
                    }
                }
            },
            "Investment": {
                "type": "object",
                "properties": {
                    "amount": {
                        "type": "integer",
                        "format": "int64"
                    },
                    "currency": {
                        "type": "string"
                    }
                }
            },
            "KeyFigure": {
                "type": "object",
                "properties": {
                    "consolidatedReport": {
                        "type": "boolean"
                    },
                    "costPerEmployee": {
                        "type": "number",
                        "format": "float"
                    },
                    "degreeOfDebt": {
                        "type": "number",
                        "format": "float"
                    },
                    "ebitda": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "endFinancialYear": {
                        "type": "string"
                    },
                    "equityRatio": {
                        "type": "number",
                        "format": "float"
                    },
                    "lengthFinancialYear": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "liquidRatio": {
                        "type": "number",
                        "format": "float"
                    },
                    "netMarginPercent": {
                        "type": "number",
                        "format": "float"
                    },
                    "netTurnoverPerEmployee": {
                        "type": "number",
                        "format": "float"
                    },
                    "profitMargin": {
                        "type": "number",
                        "format": "float"
                    },
                    "returnOnCapital": {
                        "type": "number",
                        "format": "float"
                    },
                    "returnOnTotalAssets": {
                        "type": "number",
                        "format": "float"
                    },
                    "sumFinancialIncome": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "sumOperatingCost": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "sumOperatingIncome": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "workingCapitalAsAPercentOfSales": {
                        "type": "number",
                        "format": "float"
                    }
                }
            },
            "LegalEntity": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "string",
                        "description": "* `BRANCH` A Branch with indipendent administration, through which a foreign company carry on business in another country. Legally it is part of the foreign company, and not separated. (Filial)\n* `COLLECTIVE_FARMING_ASSOCIATION` A form of economic association occurring in agriculture and horticulture. (Sambruksförening)\n* `COOPERATIVE_RENTING_RIGHTS_ASSOCIATION` An economic association that rents out apartments to members of the association. The association is formed accordingly to the law \"kooperativ hyresrättsförening\". Name should include \"kooperativ hyresrättsförening\". (Kooperativ hyresrättsförening)\n* `COUNTY_COUNCIL` Organisation for self-goverenment regional units within Sweden. Act within an area, usually a county. Responsible for certain specific societal tasks, primarily helth care, local transport and regional development. Implemented through the 1862 year muncipal reform. (Landsting)\n* `CREDIT_UNION` Focuses on local, small scaled economy. Accordingly to the law regarding \"medlemsbank\". Name should include \"medlemsbank\" (Medlemsbank)\n* `ECONOMIC_ASSOCIATION` Shall support the members economic interests through economic business where members take part as users, contribute with own work, are suppliers or through the associations services. Established accordingly to law Co-operative Societies Act. Shall have \"ekonomisk\" and \"förening\" or \"ek. för.\" in the name. (Ekonomisk förening)\n* `ESTATES_OF_DECEASED_PERSON` Legal person Who owns the estate after a deceased person. The estate remains until close down and change of the balance in the estate has taken place. (Oskiftat dödsbo)\n* `EUROPEAN_COMPANY` The legal domicile of a company like Limited Company, is in one of the EU countries, and running business within other member countries. Established accordingly to European Company Regulation. The name shall include \"SE\" for Societas Europaea. (Europabolag)\n* `EUROPEAN_COOPERATIVE` The legal domicile of a company like Economic association, is in one of the EU countries, and running business within other member countries. Established accordingly to European Regulation (EG) no 1435/2003. The name shall in the beginning or end include \"SCE\" for European Cooperative Society.   (Europakooperativ)\n* `EUROPEAN_COOPERATIVE_OR_EUROPEAN_GROUPINGS_OF_TERRITORIAL_COOPERATION`  ()\n* `EUROPEAN_GROUPINGS_OF_TERRITORIAL_COOPERATION` An european cooperation that is formed to for example do a crossborder cooperation project that is partly founded by EU. At least two of the members needs to be in two different EU countries. The cooperation is a legal person. A cooperation can be formed by, among others, states, municipalities, authorities or other that are regulated by publik laws. (Europeiska Grupperingar för Territoriellt Samarbete (EGTS))\n* `FAMILY_FOUNDATION` Property that is seperated as individual value by one or more founder, with purpose to meet a certain familiy, certain families or decided personals economic interests. A Family foundation is established accordingly to Foundation Act. (Familjestiftelser)\n* `FEDERATIONS_OF_LOCAL_GOVERNMENT_AUTHORITIES` An entity formed by two or more muncipalities and / or county concils to conduct certain avtivities over a larger territory than each individual muncipality allows. (Kommunalförbund)\n* `FOREIGN_BANKING_BRANCH` A Branch office with indipendent administration, through which a foreign banking company carry on business in another country. Legally it is part of the foreign company, and not separated. Company that has permission from \"Finansinspektionen\", Sweden's financial supervisory authority, to run bank business and have \"Bank\" and \"AB\" in the name. (Utländsk banks filial)\n* `FOREIGN_LEGAL_PERSON` Company or company-like entity whose head office is locaded abroad. (Utländsk juridisk person)\n* `GOVERNMENT_ENTITY` Entities within the state where the activities are regulated by instructions / statues issued by the government or by application of the \"Allmänna verkstadgan\". Allocation for the activities are requested from each ministry. (Statlig enhet)\n* `HOUSING_ASSOCIATION` Association that was formed before 1930, grants right of use for housing, in limited or unlimited time. (Bostadsförening)\n* `INSURANCE_ASSOCIATION` After April 1, 2011, no new support associations can be formed. Business can be operated under the repealed law (1972:262) regarding support associations, until December 31. Insurance association is a support association with the purpose to support members economic interests through a non-commercial insurance business. Members participate through the use of association services, as a policy holder or insured. Name should include \"Insurance association\". (Försäkringsförening)\n* `JOINT_OWNERSHIP_ASSOCIATION` Asset that is for several properties, e.g. land, water area, road or a boler plant. Association are formed accordingly to Property Formation Act or \"Anläggningslagen\". The association cand also be formed to handle the management of several Joint-ownership associations. Name should include \"Joint-ownership association\". Road associations are an older type of association that is no longer formed. This name should include \"Road association\". (Samfällighet)\n* `LEGAL_ENTITY_NOT_ESTABLISHED` Used by authority temporarily when the registration can not wait on the investigation to be finished. (Juridisk form ej utredd)\n* `LIMITED_BANKING_COMPANY` Company that has permission from \"Finansinspektionen\", Sweden's financial supervisory authority, to run bank business and have \"Bank\" and \"AB\" in the name. (Bankaktiebolag)\n* `LIMITED_COMPANY` Is a legal person, partners are generally not personally responsible for the company debts. (Aktiebolag)\n* `LIMITED_INSURANCE_COMPANY` Company with permit to run insurance business in the form of a Limited company. \"Limited insurance company\" and \"AB\" shall be included in the name. (Försäkringsaktiebolag)\n* `LIMITED_OCCUPATIONAL_PENSION_COMPANY` Limited company handling Occupational pension. Name should include \"Occupational pension\" and \"AB\". (Tjänstepensionsaktiebolag)\n* `LIMITED_PARTNERSHIP` Like a Trading partnership with two or more partners, owners. If at least one but not all have limited their efforts to in the company invested capital, the company is of type Limited partnership. The company must have at least one general partner and one limited partner. The general partners are personally responsible for agreements and liabilities. The company is required to keep trade books (law regarding Trading partnership and Partnership). Name should include \"limited partnership\" or \"KB\". (Kommanditbolag)\n* `LIMITED_SHIPPING_PARTNERSHIP` If two or more have agreed to jointly operate shipping with own ship under shared responsibility. Partrederi os not a legal entity. Organisational number only exists on the authority or the Limitied shipping company request. (Partrederi)\n* `MINING_PARTNERSHIP` Extracting mineral from mine. Similare to a trading partnership (more than one partner) unless anything else decided at registration. (Gruvbolag)\n* `MORTGAGE_ASSOCIATION` Association of property owners Who borrow money to lend them in form of mortgages to members of the association. (Hypoteksförening)\n* `MUNICIPALITY` Each muncipality is a part of Sweden and it's own politically controlled organisation. Muncipal self-government is included in the Instrument of government and is one of the constitutions. (Kommun)\n* `MUTUAL_BENEFITS_SOCIETY_OR_INSURANCE_ASSOCIATION` After April 1, 201 1, no new support associations can be formed. Business can be operated under the repealed law (1972:262) regarding support associations, until December 31. Support association with the purpose to support members economic interests through a non-commercial inemployment insurance or medical care. Members participate through the use of association services, as a policy holder or insured. Name should include \"benevolent society\" or \"health insurance\". (Understödsföreningar och försäkringsföreningar)\n* `MUTUAL_FUND` A mutual fund consist of mutual funds and other financial instruments and is formed through capital injections from the public and are owned by those Who have contributed capital. Mutual funds are not a legal entity. Fund established in accordance with the Swedish UCITS Act. Organisational number is assigned if the authority or managing fund company so requests. (Värdepappersfonder)\n* `MUTUAL_INSURANCE_COMPANY` A form of insurance company similar to a cooperative or a non-profit association. Regulated by the law Co-operative Societies'Act. The owners are the company customer. Name should include \"Mutual\" and \"insurance\". If the company only active in a specific county, the area must be stated and the word \"Mutual\" can be excluded. (Ömsesidigt försäkringsbolag)\n* `MUTUAL_OCCUPATIONAL_PENSION_COMPANY` A form of insurance company similar to a cooperative or a non-profit association. Regulated by the law Co-operative Societies I Act. The owners are the company customer. Name should include \"Mutual\" and \"insurance\". If the company only active in a specific county, the area must be stated and the word \"Mutual ll can be excluded. (Ömsesidigt tjänstepensionsbolag)\n* `NON_PROFIT_ASSOCIATION` An association with e.g. religous, charitable, scientific, political, sporting or other nonprofit purpose. The association is still considered non-profit even though it condicts financial activities of a non-profit nature. There is no regislation for non-profit association. A non-profit association is considered a legal entity if the association has adopted detailed statues and elected a board. (Ideell förening)\n* `OCCUPATIONAL_PENSION_ASSOCIATION` A form of insurance company similar to a non-profit association., handling Occupational pensions. Pertmit to conduct insurance association is recived from Swedish Supervisory Authority. Regulated by the law Co-operative Societies' Act. (Tjänstepensionsförening)\n* `OTHER_FOUNDATIONS_OR_FUNDS`  (Övriga stiftelser eller fonder)\n* `OTHER_SWEDISH_LEGAL_PERSON_SUBJECT_TO_SPECIAL_LEGISLATION` Includes water associations formed according to the law regarding \"Vattenförbund samt flottningsföreningar\". (Övriga svenska juridiska personer bildade enligt särskild lagstiftning)\n* `PARTNERSHIP` If two or more has agreement on having business in form of a company without obligation accordingly to law of Partnership and Non-registered Partnership Act. Is not a legal person and can not register company name. Will have organisational number if authority or the company request it. (Enkelt bolag)\n* `PUBLIC_CORPORATIONS_AND_INSTITUTIONS` Public sector, activities that are included are helth care, care, education, legal system, armed forces, public transport and infrastructure. Are publicly controlled institutions that are paid for tax money. (Offentliga korporationer och anstalter)\n* `REGIONAL_GOVERNMENT_AUTHORITY` Refers to the County Administrative Board and Regional administration and activities, at regional level. The Swedish management model has three levels, national, regional and local, then the EU level is added. (Regional statlig myndighet)\n* `RELIGIOUS_COMMUNITY` A non-profit association that can only be owned by religious communities. According to the law (1 998:1 593) Act on religous Communities. (Registrerat trossamfund)\n* `SAVINGS_BANK` Local or regional bank with permit from Swedish Financial Supervisory Authority to conduct banking operations. Savings bank has no owners and leadership responsibility rests with the principals. Name should include \"Savings bank\". (Sparbank)\n* `SOCIAL_INSURANCE_OFFICE` Social insurance office both central and local. (Allmänna försäkringskassor)\n* `SOLE_TRADER` A company that a person run on there own and has a personal responsibility for. (Enskild näringsidkare)\n* `TENANT_OWNERS_ASSOCIATION` Economic association that in the associations building grant appartements with housing cooperative. Established accordingly to the \"Bostadsrättslag ll\" . Shall have \"bostadsrättsförening\" or \"Brf\" i the name. (Bostadsrättsförening)\n* `TRADING_PARTNERSHIP` A company that have two or more parners, owners. The partners are personally responsible for agreements and liabilities. The company is required to keep trade books (law regarding Trading partnership and Partnership). Name should include \"Trading partnership\" or \"HB\". (Handelsbolag)\n* `TRADING_PARTNERSHIP_OR_LIMITED_PARTNERSHIP`  (Handelsbolag eller kommanditbolag)\n* `UNEMPLOYMENT_BENEFIT_FUND` An association that should be registered at The Swedish Unemployment Insurance Inspectorate (IAF) and have \"Unemployment benefit funds\" in the name. (Arbetslöshetskassa)\n",
                        "example": "LIMITED_COMPANY"
                    },
                    "publicCompany": {
                        "type": "boolean"
                    }
                }
            },
            "ListRole": {
                "type": "object",
                "properties": {
                    "role": {
                        "$ref": "#/components/schemas/Role"
                    }
                }
            },
            "LongTermDebts": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "A long-term liability is due for payment after more than one year and is a company's item or items on the credit side of the balance sheet. In order for the debt to be counted as a long-term debt, both borrower and lender must have reached an agreement on a repayment period that extends over a longer period of time and is usually over a year",
                        "format": "int32",
                        "example": 0
                    },
                    "bondLoans": {
                        "type": "integer",
                        "description": "A company or government can issue bonds instead of borrowing money from a bank. The issuer then pays normal interest to you as the owner of the bond, just like interest on a regular loan. When a government borrows money, it is called a government bond, and when a company does it, it is called a corporate bond",
                        "format": "int32",
                        "example": 0
                    },
                    "creditInstitutions": {
                        "type": "integer",
                        "description": "Loans to credit institutions that are due for payment after more than one year",
                        "format": "int32",
                        "example": 0
                    },
                    "groupAndAssociatedCompanies": {
                        "type": "integer",
                        "description": "Liabilities to group and associated companies, Long-term debt is debt with maturities greater than 12 months",
                        "format": "int32",
                        "example": 0
                    },
                    "otherDebts": {
                        "type": "integer",
                        "description": "Short-term bank debts, staff withholding taxes, in some cases VAT debt and other debts that do not belong under other headings",
                        "format": "int32",
                        "example": 0
                    }
                }
            },
            "Merger": {
                "type": "object",
                "properties": {
                    "acquiringCompanies": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AcquiringCompanies"
                        }
                    },
                    "acquiredByCompany": {
                        "$ref": "#/components/schemas/AcquiredByCompany"
                    }
                }
            },
            "NotesToAccount": {
                "type": "object",
                "properties": {
                    "businessMortgages": {
                        "type": "integer",
                        "format": "int32",
                        "example": 67175
                    },
                    "propertyMortgages": {
                        "type": "integer",
                        "description": "Pledged pledges are obtained by a lender as security for a loan. An example of a pledge is a real estate mortgage. If the borrower is unable to pay his debt, the lender can, with the help of the enforcement agency, collect his claim, including any interest and more, by realizing the mortgage",
                        "format": "int32",
                        "example": 0
                    },
                    "otherCollateral": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "conditionalShareholdersContributions": {
                        "type": "integer",
                        "description": "A conditional shareholder contribution usually means that the contribution must be repaid if and when the company's free equity allows it. As a rule, the shareholders have agreed to vote at the general meeting for the shareholder contributions to be paid back before any other dividend is paid",
                        "format": "int32",
                        "example": 0
                    },
                    "otherDebtCommitments": {
                        "type": "integer",
                        "description": "Contingent liabilities - obligation to fulfill certain financial obligations. A contingent liability is a commitment to fulfill certain financial obligations. In a company, contingent liability can refer to discounted bills of exchange, surety bond or pension commitment, for example. Contingent liability is a concept that was previously used in annual reports to report possible but less likely liabilities such as guarantee commitments. From 2016 onwards, contingent liabilities changed their name to contingent liabilities, which also meant that the concept became a bit broader",
                        "format": "int32",
                        "example": 0
                    },
                    "numberOfEmployees": {
                        "type": "integer",
                        "description": "Number of employees indicates how many are employed by the legal entity. Is it legal form not a limited company, the information is entered within a size class",
                        "format": "int32",
                        "example": 500
                    },
                    "salariesToBoardAndManagingDirector": {
                        "type": "integer",
                        "description": "Salaries to the board & CEO",
                        "format": "int32",
                        "example": 30000
                    },
                    "bonusPaymentsToBoardAndManagingDirector": {
                        "type": "integer",
                        "description": "Tantiem is a share in a company's profit, which is paid in addition to salary. Bonuses are basically the same thing as bonuses, but with the difference that bonuses are only paid to people in a leadership position",
                        "format": "int32",
                        "example": 30000
                    },
                    "salariesToOtherEmployees": {
                        "type": "integer",
                        "description": "Salaries to other employees",
                        "format": "int32",
                        "example": 1
                    },
                    "socialCosts": {
                        "type": "integer",
                        "description": "Social security contributions mean, among other things, employer contributions that you as an employer pay for your employees or other workers who have received compensation for work in Sweden. Full employer contribution is 31.42 percent of the gross salary and benefit value that you pay out",
                        "format": "int32",
                        "example": 300
                    },
                    "bankOverdraftFacility": {
                        "type": "integer",
                        "description": "Granted Checking credit, or contract credit as it can also be called, means that you can borrow money on an ongoing basis up to a certain limit amount. A big advantage of overdrafts is that you only have to pay interest on the amount you have used.",
                        "format": "int32",
                        "example": 0
                    },
                    "utilisedBankOverdraftFacility": {
                        "type": "integer",
                        "description": "Granted Checking credit, or contract credit as it can also be called, means that you can borrow money on an ongoing basis up to a certain limit amount. A big advantage of overdrafts is that you only have to pay interest on the amount you have used",
                        "format": "int32",
                        "example": 0
                    },
                    "agreementOnSeverancePayments": {
                        "type": "string",
                        "example": "NO"
                    },
                    "sumCollateral": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "sumDebtCommitments": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "performanceSalaryToOtherEmployees": {
                        "type": "integer",
                        "description": "Commission pay or performance pay means that all or part of the monthly salary is related to your individual performance, such as how well you meet targets, occupancy rate or charging time or revenue collected",
                        "format": "int32"
                    },
                    "depreciationInCostsOfGoodsSold": {
                        "type": "integer",
                        "description": "Depreciation for the costs incurred by the company for the production of both presold goods and services which are included in the net sales. Depreciation is done to distribute the expenses for the acquisition of a fixed asset over the periods that together make up the asset's estimated useful life. Depreciation can also be done on rental rights, goodwill or equivalent assets. It can be simply explained as follows: an asset that has been acquired with the purpose of being used for a longer period, then its cost can be spread over the entire period. When the period has passed, it means that the asset has been depreciated and no longer constitutes an expense",
                        "format": "int32"
                    },
                    "depreciationInSellingCosts": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "depreciationInAdministrativeCosts": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "depreciationInResearchAndDevelopmentCosts": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "depreciationInOtherCosts": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "unspecifiedDepreciation": {
                        "type": "integer",
                        "format": "int32"
                    },
                    "netInterestForFinanceCompany": {
                        "type": "integer",
                        "description": "In finance, net interest is the difference in absolute numbers between a company's interest costs for loans taken out and interest income from loans issued",
                        "format": "int32"
                    },
                    "commentsOnLiability": {
                        "type": "string"
                    },
                    "commentsOnSecurity": {
                        "type": "string"
                    }
                }
            },
            "OtherAddress": {
                "type": "object",
                "properties": {
                    "postal": {
                        "$ref": "#/components/schemas/PostalAddress"
                    }
                }
            },
            "OwnCapital": {
                "type": "object",
                "properties": {
                    "minorityShareholdings": {
                        "type": "string",
                        "description": "Minority interest refers to the part of a subsidiary's net assets and results that is not owned directly or indirectly by the parent company. In the consolidated balance sheet, the minority interest is reported as a separate item. This is placed between equity and provisions"
                    },
                    "sum": {
                        "type": "integer",
                        "description": "Equity in a company is the owners' capital contribution and retained earnings. The equity in a company is reduced by the owners taking money out of the company, for example through dividends, or by the company running at a loss",
                        "format": "int32",
                        "example": 53114
                    },
                    "allocations": {
                        "type": "integer",
                        "description": "Provisions are obligations that are attributable to the financial year or previous financial years and which on the balance sheet date are certain or probable as to their occurrence, but uncertain as to amount or as to the time when they must be fulfilled",
                        "format": "int32",
                        "example": 5010
                    },
                    "unrestrictedAndRestricted": {
                        "$ref": "#/components/schemas/UnrestrictedAndRestricted"
                    },
                    "untaxedReserves": {
                        "type": "integer",
                        "description": "In limited companies, mainly through the end-of-year disposition of allocated/funded funds that are not taxed until they are used",
                        "format": "int32",
                        "example": 53114
                    },
                    "debts": {
                        "$ref": "#/components/schemas/Debts"
                    }
                }
            },
            "PairedFullPowerSignature": {
                "type": "object",
                "properties": {
                    "coSignatories": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CoSignatory"
                        }
                    },
                    "result": {
                        "type": "boolean"
                    }
                }
            },
            "Person": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "representative": {
                        "type": "boolean"
                    }
                }
            },
            "Phone": {
                "type": "object",
                "properties": {
                    "number": {
                        "type": "string",
                        "example": "086709000"
                    },
                    "advertisingBlock": {
                        "type": "boolean"
                    }
                }
            },
            "PostaAddressInfo": {
                "type": "object",
                "properties": {
                    "careOf": {
                        "type": "string"
                    },
                    "street": {
                        "type": "string",
                        "example": "Årstaängsvägen 21B"
                    },
                    "postCode": {
                        "type": "string",
                        "example": "117 43"
                    },
                    "postTown": {
                        "type": "string",
                        "example": "Stockholm"
                    },
                    "advertisingBlock": {
                        "type": "boolean"
                    }
                }
            },
            "PostalAddress": {
                "type": "object",
                "properties": {
                    "value": {
                        "$ref": "#/components/schemas/PostaAddressInfo"
                    }
                }
            },
            "Reports": {
                "type": "object",
                "properties": {
                    "pdfAnnualFinancialReport": {
                        "type": "string"
                    },
                    "pdfHistoricalFinancialReports": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "articlesOfAssociation": {
                        "type": "string"
                    },
                    "certificatesOfRegistration": {
                        "type": "string"
                    },
                    "esgReports": {
                        "type": "string"
                    }
                }
            },
            "RepresentativeTitle": {
                "type": "object",
                "properties": {
                    "title": {
                        "$ref": "#/components/schemas/Title"
                    }
                }
            },
            "Representatives": {
                "type": "object",
                "properties": {
                    "onWarningList": {
                        "type": "boolean"
                    },
                    "boardMembers": {
                        "$ref": "#/components/schemas/BoardMembers"
                    },
                    "alternateBoardMembers": {
                        "$ref": "#/components/schemas/AlternateBoardMembers"
                    },
                    "auditor": {
                        "$ref": "#/components/schemas/Auditor"
                    }
                }
            },
            "ResultCompanies": {
                "type": "object",
                "properties": {
                    "price": {
                        "$ref": "#/components/schemas/CostEstimateCompany"
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompanyResponse"
                        }
                    }
                }
            },
            "ResultHitsCost": {
                "type": "object",
                "properties": {
                    "hits": {
                        "type": "integer",
                        "format": "int32",
                        "example": 2
                    },
                    "listPrice": {
                        "type": "number",
                        "format": "float",
                        "example": 2
                    }
                }
            },
            "Role": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "* `ACTUARY`\tAKTUARIE\n* `ACTUARY_ALTERNATE_AUDITOR`\tAKTUARIE REVISORSSUPPLEANT\n* `WORKER_DIRECTOR`\tARBETSTAGARREPRESENTANT\n* `PARTNER`\tBOLAGSMAN\n* `AGENT_FOR_SERVICE_OF_PROCESS`\tDELGIVNINGSBAR PERSON (SÄRSKILD DELGIVNINGSMOTTAGARE)\n* `EXTERNAL_AUTHORISED_SIGNATORY`\tEXTERN FIRMATECKNARE (EJ STYRELSEMEDLEM)\n* `EXTERNAL_CHIEF_EXECUTIVE_OFFICER`\tEXTERN VERKSTÄLLANDE DIREKTÖR (EJ STYRELSEMEDLEM)\n* `EXTERNAL_VICE_CHIEF_EXECUTIVE_OFFICER`\tEXTERN VICE VERKSTÄLLANDE DIREKTÖR (EJ STYRELSEMEDLEM)\n* `MANAGER`\tFÖRESTÅNDARE\n* `INSURANCE_POLICYHOLDER_REPRESENTATIVE` DEPRECATED FÖRSÄKRINGSTAGARREPRESENTANT\n* `AUDITOR_IN_CHARGE`\tHUVUDANSVARIG REVISOR\n* `OWNER`\tINNEHAVARE\n* `LIMITED_PARTNER`\tKOMMANDITDELÄGARE\n* `GENERAL_PARTNER`\tKOMPLEMENTÄR\n* `LAY_AUDITOR`\tLEKMANNAREVISOR\n* `ALTERNATE_LAY_AUDITOR`\tLEKMANNAREVISORSSUPPLEANT\n* `LIQUIDATOR`\tLIKVIDATOR\n* `ALTERNATE_LIQUIDATOR`\tLIKVIDATORSSUPPLEANT\n* `CHAIRMAN`\tORDFÖRANDE\n* `PROCURATION_HOLDER`\tPROKURIST\n* `AGENT`\tREPRESENTANT\n* `AUDITOR`\tREVISOR\n* `AUDITOR_WITH_PERMISSION`\tREVISOR MED TILLSTÅND\n* `ALTERNATE_AUDITOR`\tREVISORSSUPPLEANT\n* `BOARD_MEMBER`\tSTYRELSELEDAMOT\n* `ALTERNATE_BOARD_MEMBER`\tSTYRELSESUPPLEANT\n* `ACTING_CHIEF_EXECUTIVE_OFFICER`\tSTÄLLFÖRETRÄDANDE VERKSTÄLLANDE DIREKTÖR\n* `CHIEF_EXECUTIVE_OFFICER`\tVERKSTÄLLANDE DIREKTÖR\n* `EXECUTIVE_MEMBER`\tVERKSTÄLLANDE LEDAMOT\n* `VICE_CHAIRMAN`\tVICE ORDFÖRANDE\n* `VICE_CHIEF_EXECUTIVE_OFFICER`\tVICE VERKSTÄLLANDE DIREKTÖR\n* `AUTHORISED_AUDITOR` DEPRECATED Aktoriserad revisor\n* `APPROVED_AUDITOR` DEPRECATED Godkänd revisor\n",
                        "example": "WORKER_DIRECTOR"
                    }
                }
            },
            "SecondaryBusinessName": {
                "type": "object",
                "properties": {
                    "description": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "status": {
                        "type": "string"
                    }
                }
            },
            "Shares": {
                "type": "object",
                "properties": {
                    "stockExchange": {
                        "$ref": "#/components/schemas/StockExchange"
                    }
                }
            },
            "SignatoryCheck": {
                "type": "object",
                "properties": {
                    "pairedFullPowerSignature": {
                        "$ref": "#/components/schemas/PairedFullPowerSignature"
                    },
                    "person": {
                        "$ref": "#/components/schemas/Person"
                    },
                    "soleFullPowerSignatory": {
                        "type": "boolean"
                    },
                    "soleLimitedPowerSignatory": {
                        "type": "boolean"
                    }
                }
            },
            "StatusDate": {
                "type": "object",
                "properties": {
                    "status": {
                        "type": "string",
                        "example": "IN_PROGRESS"
                    },
                    "date": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    }
                }
            },
            "StockExchange": {
                "type": "object",
                "properties": {
                    "exchange": {
                        "type": "string"
                    },
                    "instrument": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Instrument"
                        }
                    },
                    "list": {
                        "type": "string"
                    }
                }
            },
            "SumShortTermDebts": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Short-term liabilities are liabilities that must be paid within a year, including trade payables. Short-term liabilities as a percentage of turnover is calculated according to: 100 x total short-term liabilities divided by total operating income",
                        "format": "int32",
                        "example": 11662
                    },
                    "creditInstitutions": {
                        "type": "integer",
                        "description": "Short-term liabilities to credit institutions due for payment within one year",
                        "format": "int32",
                        "example": 0
                    },
                    "suppliers": {
                        "type": "integer",
                        "description": "Accounts payable is a debt for purchased goods or services and occurs when a company or organization has an unpaid invoice to a supplier or creditor",
                        "format": "int32",
                        "example": 1232
                    },
                    "groupAndAssociatedCompanies": {
                        "type": "integer",
                        "description": "Liabilities A group is a group of companies united by ownership. A group consists of parent and subsidiary companies. If a company (the parent company) owns so many shares in another company that it has more than half of the votes in the owned company, the latter is called a subsidiary. In accounting, an associated company is a company where the owner does not have a controlling influence, but where the holding is nevertheless significant. In the Annual Accounts Act, an associated company is defined as a company where the holding does not give a controlling influence, but where the holding is at least 20% of the votes",
                        "format": "int32",
                        "example": 9103
                    },
                    "otherDebts": {
                        "type": "integer",
                        "description": "Short-term bank debts, staff withholding taxes, in some cases VAT debt and other debts that do not belong under other headings",
                        "format": "int32",
                        "example": 1327
                    }
                }
            },
            "TangibleFixedAssets": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "description": "Tangible assets – examples of physical assets are machines, fixtures, buildings and land",
                        "format": "int32",
                        "example": 0
                    },
                    "buildingsAndLand": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "machinesAndInventories": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "inventoriesToolsAndInstallations": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "machines": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "fixedAssetsUnderConstructionAndInAdvance": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    }
                }
            },
            "Tax": {
                "type": "object",
                "properties": {
                    "active": {
                        "type": "boolean"
                    },
                    "endReasons": {
                        "type": "array",
                        "example": "[BANKRUPTCY]",
                        "items": {
                            "type": "string",
                            "example": "[BANKRUPTCY]"
                        }
                    },
                    "endDate": {
                        "type": "string",
                        "format": "date",
                        "example": "2100-01-01"
                    }
                }
            },
            "Title": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string"
                    }
                }
            },
            "UnrestrictedAndRestricted": {
                "type": "object",
                "properties": {
                    "sum": {
                        "type": "integer",
                        "format": "int32",
                        "example": 36442
                    },
                    "shareCapital": {
                        "type": "integer",
                        "format": "int32",
                        "example": 25000
                    },
                    "premiumFund": {
                        "type": "integer",
                        "description": "Premium fund is an item in the balance sheet that is included in unrestricted equity. The fund is used if the limited company issues new shares at a premium. The premium amount is the share price, i.e. the subscription price per share, minus the nominal amount",
                        "format": "int32",
                        "example": 0
                    },
                    "reappraisalFund": {
                        "type": "integer",
                        "description": "Appreciation fund. A limited liability company or an economic association can, in certain cases, make a revaluation of fixed assets, but only if the revaluation amount is used for a provision to a revaluation fund or, in a limited liability company, for an increase in the share capital through a bonus issue or new issue (Chapter 4, § 6 ÅRL)",
                        "format": "int32",
                        "example": 0
                    },
                    "otherFunds": {
                        "type": "integer",
                        "format": "int32",
                        "example": 0
                    },
                    "accumulatedProfit": {
                        "type": "integer",
                        "description": "Balanced profit is the part of the taxed profit that remains after allocation to the reserve fund and other funds. Balanced under unrestricted equity in the balance sheet. Balanced profit includes both this year's and previous year's results, but not distributed profits. Balanced loss is an item in the balance sheet, which contains accumulated losses. When the balance sheet in a joint-stock company or economic association shows a loss for the year, the loss is balanced when the annual report is approved at the general meeting or association meeting",
                        "format": "int32",
                        "example": 4595
                    },
                    "groupContributions": {
                        "type": "integer",
                        "description": "Received and provided group contributions must be reported in the income statement under end-of-year appropriations (BFNAR 2016:10 point 4.4). A submitted group contribution must be reported as an expense in the same financial year as the receiving company reports the contribution as income",
                        "format": "int32",
                        "example": 0
                    },
                    "shareholderContributions": {
                        "type": "integer",
                        "description": "Shareholder contributions are a way of increasing the company's equity. Natural persons can count on an unconditional shareholder contribution to the acquisition value of the shares. Conditional shareholder contributions, on the other hand, may not be included in the acquisition value",
                        "format": "int32",
                        "example": 0
                    },
                    "profitForTheYear": {
                        "type": "integer",
                        "description": "Reported profit which, together with retained earnings, constitutes that amount which the general meeting has at its disposal and must decide on",
                        "format": "int32",
                        "example": 6847
                    }
                }
            },
            "Vat": {
                "type": "object",
                "properties": {
                    "active": {
                        "type": "boolean"
                    },
                    "number": {
                        "type": "string",
                        "example": "SE556137511301"
                    }
                }
            },
            "WorkplaceAddress": {
                "type": "object",
                "properties": {
                    "visiting": {
                        "$ref": "#/components/schemas/WorkplaceVisiting"
                    },
                    "postal": {
                        "$ref": "#/components/schemas/WorkplacePostal"
                    }
                }
            },
            "WorkplaceContact": {
                "type": "object",
                "properties": {
                    "address": {
                        "$ref": "#/components/schemas/WorkplaceAddress"
                    },
                    "phone": {
                        "$ref": "#/components/schemas/WorkplacePhone"
                    },
                    "municipality": {
                        "type": "string",
                        "example": "GÖTEBORG"
                    },
                    "county": {
                        "type": "string",
                        "example": "Västra Götalands län"
                    }
                }
            },
            "WorkplaceDetailGroup": {
                "type": "object",
                "properties": {
                    "detailedGroup": {
                        "type": "string",
                        "example": "82910"
                    },
                    "section": {
                        "type": "string",
                        "example": "N"
                    },
                    "weight": {
                        "type": "integer",
                        "format": "int32",
                        "example": 1
                    },
                    "detailedGroupDescription": {
                        "type": "string",
                        "example": "Inkassoföretags och kreditupplysningsföretags verksamhet"
                    }
                }
            },
            "WorkplaceIndustry": {
                "type": "object",
                "properties": {
                    "value": {
                        "$ref": "#/components/schemas/WorkplaceDetailGroup"
                    }
                }
            },
            "WorkplaceNumberOfEmployees": {
                "type": "object",
                "properties": {
                    "min": {
                        "type": "integer",
                        "format": "int32",
                        "example": 1
                    },
                    "max": {
                        "type": "integer",
                        "format": "int32",
                        "example": 4
                    }
                }
            },
            "WorkplacePhone": {
                "type": "object",
                "properties": {
                    "number": {
                        "type": "string",
                        "example": "0317785100"
                    },
                    "advertisingBlock": {
                        "type": "boolean"
                    }
                }
            },
            "WorkplacePostal": {
                "type": "object",
                "properties": {
                    "careOf": {
                        "type": "string"
                    },
                    "street": {
                        "type": "string",
                        "example": "MÄSSANS GATA 10  7TR"
                    },
                    "postCode": {
                        "type": "string",
                        "example": "41251"
                    },
                    "country": {
                        "type": "string",
                        "example": "Sverige"
                    },
                    "postTown": {
                        "type": "string",
                        "example": "GÖTEBORG"
                    },
                    "advertisingBlock": {
                        "type": "boolean"
                    }
                }
            },
            "WorkplaceVisiting": {
                "type": "object",
                "properties": {
                    "street": {
                        "type": "string",
                        "example": "MÄSSANS GATA 10  7TR"
                    },
                    "postCode": {
                        "type": "string",
                        "example": "41251"
                    },
                    "country": {
                        "type": "string"
                    },
                    "postTown": {
                        "type": "string",
                        "example": "GÖTEBORG"
                    }
                }
            },
            "ComplianceRequest": {
                "type": "object",
                "properties": {
                    "businessID": {
                        "type": "string",
                        "description": "Business identifier, a 10 digit number",
                        "example": "5561375113"
                    },
                    "countryCode": {
                        "type": "string",
                        "description": "Code corresponding to a country, ISO 3166-1 alpha-2 format",
                        "example": "SE"
                    },
                    "name": {
                        "type": "string",
                        "description": "Name of the organization selected for screening",
                        "example": "TEST AB"
                    },
                    "screeningTypes": {
                        "type": "array",
                        "description": "Following lists can be selected for:\n\n *1) business Id + country searches*\n- **SANCTIONS_EU**: European Commission's consolidated financial sanctions list.\n- **SANCTIONS_OFAC_SD**: Office of Foreign Assets Control - specially designated nationals and blocked persons list.\n- **SANCTIONS_OFAC_CS**: Office of Foreign Assets Control - consolidated sanction list.\n- **SANCTIONS_UN**: United Nations security council consolidated list.\n- **SANCTIONS_UK**: HM Treasury's consolidated financial sanctions list.\n- **NORDIC_PEP**: Nordic Politically Exposed Persons (PEP) and Nordic Politically Exposed Person’s Relatives and Close Associates (PEP-RCA).\n- **INTERNATIONAL_SANCTIONS**: Aggregation of around 1300 sanctions lists published by states, governments, governmental authorities, multi-national organizations (UN/EU). Including information on economical sanctions, trade-, travel- and transportation -restrictions or other operational sanctions..\n- **INTERNATIONAL_ENFORCEMENTS**: Enforcement actions of official sanctions or convictions to legal entities or individuals published by relevant authorities or courts.\n- **INTERNATIONAL_SOE**: Fully or partly state-owned entities engaging commercial activities – excluding non-profit entities.\n- **BV_AF**: Swedish Asset Freezing list.\n- **INTERNATIONAL_PEP**: International Politically Exposed Persons (PEP) and International Politically Exposed Person’s Relatives and Close Associates (PEP-RCA).\n\n*2) name searches*\n- **SANCTIONS_EU**: European Commission's consolidated financial sanctions list.\n- **SANCTIONS_OFAC_SD**: Office of Foreign Assets Control - specially designated nationals and blocked persons list.\n- **SANCTIONS_OFAC_CS**: Office of Foreign Assets Control - consolidated sanction list.\n- **SANCTIONS_UN**: United Nations security council consolidated list.\n- **SANCTIONS_UK**: HM Treasury's consolidated financial sanctions list.\n- **INTERNATIONAL_SANCTIONS**: Aggregation of around 1300 sanctions lists published by states, governments, governmental authorities, multi-national organizations (UN/EU). Including information on economical sanctions, trade-, travel- and transportation -restrictions or other operational sanctions..\n- **INTERNATIONAL_ENFORCEMENTS**: Enforcement actions of official sanctions or convictions to legal entities or individuals published by relevant authorities or courts.\n- **INTERNATIONAL_SOE**: Fully or partly state-owned entities engaging commercial activities – excluding non-profit entities.\n- **BV_AF**: Swedish Asset Freezing list.\n",
                        "items": {
                            "type": "string",
                            "example": "SANCTIONS_UN",
                            "description": "One of or all of the below",
                            "enum": [
                                "SANCTIONS",
                                "NORDIC_PEP",
                                "SANCTIONS_EU",
                                "SANCTIONS_UN",
                                "SANCTIONS_OFAC_SD",
                                "SANCTIONS_UK",
                                "SANCTIONS_OFAC_CS"
                            ]
                        }
                    }
                }
            },
            "BusinessNamesInTranslation": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "value",
                        "example": "Test Organisation AB"
                    },
                    "hitType": {
                        "type": "boolean",
                        "description": "possible values are either true or false",
                        "example": true
                    },
                    "hitId": {
                        "type": "string",
                        "description": "hitId is presented as GUID",
                        "example": "493337ed-dfdc-41c3-99ec-c89d9a01af31"
                    },
                    "listType": {
                        "type": "string",
                        "description": "Screened list in the scope",
                        "example": "BV_AF,EU_Global, UN_Consolidated, OFAC, HMTreasury, OFAC_CS"
                    }
                }
            },
            "ComplianceDataWrapper": {
                "type": "object",
                "properties": {
                    "timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "searchParameters": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SearchParameter"
                        }
                    },
                    "targetCompany": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/TargetCompany"
                        }
                    },
                    "persons": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Persons"
                        },
                        "example":[
                            {
                                "searchValueList": [
                                  {
                                    "value": "19X005XXXX3X1",
                                    "hitType": true,
                                    "hitId": "cb48d264-8e55-49c0-b9e2-37ec6af0r57y",
                                    "listType": "NORDIC_PEP"
                                  },
                                  {
                                    "value": "Test User",
                                    "hitType": true,
                                    "hitId": "cb48d264-9999-49c0-b9e2-37ec6af0r57y",
                                    "listType": "INTERNATIONAL_PEP"
                                  },
                                  {
                                    "value": "Test User",
                                    "hitType": false,
                                    "hitId": "",
                                    "listType": "SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                                  }
                                ],
                                "fullName": "Test User",
                                "firstName": "Test",
                                "middleName": "",
                                "lastName": "User",
                                "personIdType": "PERSONAL_IDENTITY_NUMBER",
                                "personIdValue": "19X005XXXX3X1",
                                "birthDate": "1970-07-10",
                                "countryCode": "SE",
                                "controlTypes": "",
                                "extentOfControl": "",
                                "role": "CHAIRMAN"
                              },
                              {
                                "searchValueList": [
                                  {
                                    "value": "19X005XXXX999",
                                    "hitType": false,
                                    "hitId": "",
                                    "listType": "NORDIC_PEP"
                                  },
                                  {
                                    "value": "Test Person",
                                    "hitType": false,
                                    "hitId": "",
                                    "listType": "INTERNATIONAL_PEP, SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                                  }
                                ],
                                "fullName": "Test Person",
                                "firstName": "Test",
                                "middleName": "",
                                "lastName": "Person",
                                "personIdType": "PERSONAL_IDENTITY_NUMBER",
                                "personIdValue": "19X005XXXX999",
                                "birthDate": "1975-09-13",
                                "countryCode": "SE",
                                "controlTypes": "APPOINT_REMOVE_BOARD",
                                "extentOfControl": "CONTROL_MORE_THAN_0_NO_MORE_THAN_25 - The individual controls more than 0 but less than 25% of the organisation",
                                "role": "CEO, BENEFICIAL_OWNER"
                              },
                              {
                                "searchValueList": [
                                  {
                                    "value": "19X005XXXX777",
                                    "hitType": false,
                                    "hitId": "",
                                    "listType": "NORDIC_PEP"
                                  },
                                  {
                                    "value": "Test Tester",
                                    "hitType": false,
                                    "hitId": "",
                                    "listType": "INTERNATIONAL_PEP, SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                                  }
                                ],
                                "fullName": "Test Tester",
                                "firstName": "Test",
                                "middleName": "",
                                "lastName": "Tester",
                                "personIdType": "PERSONAL_IDENTITY_NUMBER",
                                "personIdValue": "19X005XXXX777",
                                "birthDate": "1975-09-13",
                                "countryCode": "SE",
                                "controlTypes": "",
                                "extentOfControl": "",
                                "role": "BOARD_MEMBER"
                              }
                        ]
                    },
                    "screeningItems": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItems"
                        },
                        "example": [
                            {
                                "hitId": "cb48d264-8e55-49c0-b9e2-37ec6af0d9a3",
                                "individuals": [
                                ],
                                "entities": [
                                    {
                                        "foundationDate": "",
                                        "keyWordHitRating": "",
                                        "name": "Name associated with the screening item.",
                                        "startDate": "2025-04-02T15:06:38.037Z",
                                        "effectiveDate": "",
                                        "lastUpdated": "2025-04-02T15:06:38.037Z",
                                        "screeningList": "SANCTIONS_EU",
                                        "screeningType": "SANCTIONS",
                                        "description": {
                                            "comment": "Comment about the screening item",
                                            "sourceUrl": "https://www.uc.se/"
                                        },
                                        "itemIds": [
                                        ],
                                        "countries": [
                                            {
                                                "countryCode": "SE",
                                                "countryName": "Sweden",
                                                "countryType": ""
                                            }
                                        ],
                                        "aliases": [
                                          
                                        ],
                                        "addresses": [
                                            {
                                                "street": "Old town, Gamla stan",
                                                "zipCode": "17100",
                                                "city": "Stockholm City",
                                                "country": "Sweden",
                                                "countryCode": "SE"
                                            }
                                        ]
                                    }
                                ]
                            },
                            {
                                "hitId": "qwb48d264-8e55-49c0-b9e2-37ec6af559a3",
                                "individuals": [
                                ],
                                "entities": [
                                    {
                                        "foundationDate": "",
                                        "keyWordHitRating": "",
                                        "name": "Name associated with the screening item.",
                                        "startDate": "2025-04-02T15:06:38.037Z",
                                        "effectiveDate": "",
                                        "lastUpdated": "2025-04-02T15:06:38.037Z",
                                        "screeningList": "US-SAM",
                                        "screeningType": "SANCTIONS",
                                        "description": {
                                            "comment": "Comment about the screening item",
                                            "sourceUrl": "https://www.uc.se/"
                                        },
                                        "itemIds": [
                                        ],
                                        "countries": [
                                            {
                                                "countryCode": "SE",
                                                "countryName": "Sweden",
                                                "countryType": ""
                                            }
                                        ],
                                        "aliases": [
                                        ],
                                        "addresses": [
                                        ]
                                    }
                                ]
                            },
                            {
                                "hitId": "cb48d264-8e55-49c0-b9e2-37ec6af0r57y",
                                "individuals": [
                                    {
                                        "birthDate": "",
                                        "keyWordHitRating": 1.5,
                                        "name": "Test1 User1",
                                        "startDate": "2025-04-02T15:06:38.037Z",
                                        "effectiveDate": "",
                                        "lastUpdated": "2025-04-02T15:06:38.037Z",
                                        "screeningList": "NORDIC_PEP",
                                        "screeningType": "PEP",
                                        "aliases": [
                                            {
                                                "value": "Test User",
                                                "hitRating": ""
                                            }
                                        ],
                                        "addresses": [
                                            {
                                                "street": "Old town, Gamla stan",
                                                "zipCode": "17100",
                                                "city": "Stockholm City",
                                                "country": "Sweden",
                                                "countryCode": "SE"
                                            }
                                        ],
                                        "itemIds": [
                                            {
                                                "value": "SE1960XX8XX5",
                                                "country": "Sweden",
                                                "countryCode": "SE",
                                                "description": "The description of the ID",
                                                "idType": "PERSONAL_IDENTITY_NUMBER"
                                            }
                                        ],
                                        "countries": [
                                            {
                                                "countryCode": "SE",
                                                "countryName": "Sweden",
                                                "countryType": "Residential"
                                            }
                                        ],
                                        "description": {
                                            "comment": "Comment about the screening item",
                                            "roles": [
                                                {
                                                    "roleType": "Government",
                                                    "from": " 2023-11-14T17:28:25.018Z",
                                                    "to": " 2024-11-13T17:28:25.018Z",
                                                    "title": "Skatteministeriet, direktör",
                                                    "organization": "Skatteverket",
                                                    "comment": "Skatteministeriet, direktör",
                                                    "countryCode": "SE",
                                                    "countryName": "Sweden"
                                                }
                                            ],
                                            "images": [
                                                "List of images associated with the screening item"
                                            ],
                                            "relationships": [
                                                {
                                                    "name": "Name of the related entity",
                                                    "relationshipType": "Type of the relationship",
                                                    "comment": "Comment about the relationship"
                                                }
                                            ],
                                            "sourceUrl": [
                                                "https://www.uc.se/"
                                            ]
                                        }
                                    }
                                ],
                                "entities": []
                            },
                            {
                                "hitId": "cb48d264-9999-49c0-b9e2-37ec6af0r57y",
                                "individuals": [
                                  {
                                    "birthDate": "",
                                    "keyWordHitRating": 1.5,
                                    "name": "Test1 User1",
                                    "startDate": "2025-04-02T15:06:38.037Z",
                                    "effectiveDate": "",
                                    "lastUpdated": "2025-04-02T15:06:38.037Z",
                                    "screeningList": "INTERNATIONAL_PEP",
                                    "screeningType": "PEP",
                                    "aliases": [
                                      {
                                        "value": "Test User",
                                        "hitRating": ""
                                      }
                                    ],
                                    "addresses": [
                                      {
                                        "street": "Old town, Gamla stan",
                                        "zipCode": "17100",
                                        "city": "Stockholm City",
                                        "country": "Sweden",
                                        "countryCode": "SE"
                                      }
                                    ],
                                    "itemIds": [
                                      {
                                        "value": "SE1960XX8XX5",
                                        "country": "Sweden",
                                        "countryCode": "SE",
                                        "description": "The description of the ID",
                                        "idType": "PERSONAL_IDENTITY_NUMBER"
                                      }
                                    ],
                                    "countries": [
                                      {
                                        "countryCode": "SE",
                                        "countryName": "Sweden",
                                        "countryType": "Residential"
                                      }
                                    ],
                                    "description": {
                                      "comment": "Comment about the screening item",
                                      "roles": [
                                        {
                                          "roleType": "Government",
                                          "from": " 2023-11-14T17:28:25.018Z",
                                          "to": " 2024-11-13T17:28:25.018Z",
                                          "title": "Skatteministeriet, direktör",
                                          "organization": "Skatteverket",
                                          "comment": "Skatteministeriet, direktör",
                                          "countryCode": "SE",
                                          "countryName": "Sweden"
                                        }
                                      ],
                                      "images": [
                                        "List of images associated with the screening item"
                                      ],
                                      "relationships": [
                                        {
                                          "name": "Name of the related entity",
                                          "relationshipType": "Type of the relationship",
                                          "comment": "Comment about the relationship"
                                        }
                                      ],
                                      "sourceUrl": [
                                        "https://www.uc.se/"
                                      ]
                                    }
                                  }
                                ],
                                "entities": []
                            }
                        ]
                    }
                }
                },
             "ComplianceResp": {
                "type": "object",
                "properties": {
                    "customerReference": {
                        "type": "string",
                        "description": "Customer reference number or the department where customer belongs to a root cost-org",
                        "example": "DEPARTMENT_001"
                    },
                    "complianceResponse": {
                        "$ref": "#/components/schemas/ComplianceDataWrapper"
                    },
                    "errorResponse": {
                        "$ref": "#/components/schemas/ErrorRes"
                    }
                }
            },
            "EntityDescription": {
                "type": "object",
                "properties": {
                    "comment": {
                        "type": "string",
                        "description": "Comment about the screening item",
                        "example": "Comment about the screening item"
                    },
                    "sourceUrl": {
                        "type": "array",
                        "description": "Source URL for the screening item",
                        "example": "https://www.uc.se/",
                        "items": {
                            "type": "string",
                            "description": "Source URL for the screening item"
                        }
                    }
                },
                "description": "Description for companies contain information when available related to possible hit and source link."
            },
            "EntityResponse": {
                "type": "object",
                "properties": {
                    "foundationDate": {
                        "type": "string",
                        "description": "FoundationDate associated with the screening item.",
                        "format": "date"
                    },
                    "keyWordHitRating": {
                        "type": "number",
                        "description": "KeyWordHitRating associated with the screening item.",
                        "format": "double",
                        "example": 0.9
                    },
                    "name": {
                        "type": "string",
                        "description": "Name associated with the screening item.",
                        "example": "Name associated with the screening item."
                    },
                    "primaryName": {
                        "type": "string",
                        "description": "Primary name associated with the screening item.",
                        "example": "Primary name associated with the screening item."
                    },
                    "startDate": {
                        "type": "string",
                        "description": "The start date of the screening item.",
                        "format": "date-time"
                    },
                    "effectiveDate": {
                        "type": "string",
                        "description": "Effective date for the screening item.",
                        "example": ""
                    },
                    "lastUpdated": {
                        "type": "string",
                        "description": "The last updated timestamp of the screening item.",
                        "format": "date-time"
                    },
                    "expirationDate": {
                        "type": "string",
                        "description": "Expiration date for the screening item",
                        "example": ""
                    },
                    "screeningList": {
                        "type": "string",
                        "description": "Example types - request for the complete list from UC:\n\n- **SANCTION**: Represents the SANCTION screening source.\n- **PEP**: Represents Politically Exposed Person.\n- **PEP_Edge**: Represents the PEP_Edge screening source.\n- **EU_Global**: Represents the EU_GLOBAL screening source.\n- **UN_Consolidated**: Represents the UN_CONSOLIDATED screening source.\n- **OFAC**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n- **HMTreasury**: Represents the HMTreasury screening source.\n- **OFAC_CS**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n",
                        "example": "SANCTION"
                    },
                    "screeningType": {
                        "type": "string",
                        "description": "Example types - request for the complete list from UC:\n\n- **SANCTION**: Represents the SANCTION screening source.\n- **PEP**: Represents Politically Exposed Person.\n- **PEP_Edge**: Represents the PEP_Edge screening source.\n- **EU_Global**: Represents the EU_GLOBAL screening source.\n- **UN_Consolidated**: Represents the UN_CONSOLIDATED screening source.\n- **OFAC**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n- **HMTreasury**: Represents the HMTreasury screening source.\n- **OFAC_CS**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n",
                        "example": "EU_Global"
                    },
                    "description": {
                        "$ref": "#/components/schemas/EntityDescription"
                    },
                    "itemIds": {
                        "type": "array",
                        "description": "ItemIds associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemId"
                        }
                    },
                    "countries": {
                        "type": "array",
                        "description": "Countries associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemCountry"
                        }
                    },
                    "aliases": {
                        "type": "array",
                        "description": "Aliases associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemAlias"
                        }
                    },
                    "addresses": {
                        "type": "array",
                        "description": "Addresses associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemAddress"
                        }
                    }
                },
                "description": "List of EntityResponse"
            },
            "ErrorRes": {
                "type": "object",
                "properties": {
                    "status": {
                        "type": "string",
                        "description": "The status of the error response",
                        "example": "BAD_REQUEST"
                    },
                    "message": {
                        "type": "string",
                        "description": "The message describing the error",
                        "example": "cannot perform screening with NORDIC_PEP on a company, only SANCTIONS(SANCTIONS_EU, SANCTIONS_EU, SANCTIONS_OFAC_SD, SANCTIONS_OFAC_CS, SANCTIONS_UK) as a screening type is allowed while screening for a company"
                    }
                },
                "description": "Response containing error details"
            },
            "IndividualDescription": {
                "type": "object",
                "properties": {
                    "comment": {
                        "type": "string",
                        "description": "Comment about the screening item",
                        "example": "Comment about the screening item"
                    },
                    "roles": {
                        "type": "array",
                        "description": "List of roles associated with the screening item",
                        "items": {
                            "$ref": "#/components/schemas/IndividualRole"
                        }
                    },
                    "images": {
                        "type": "array",
                        "description": "List of images associated with the screening item",
                        "items": {
                            "type": "string",
                            "description": "List of images associated with the screening item",
                            "example": "List of images associated with the screening item"
                        }
                    },
                    "relationships": {
                        "type": "array",
                        "description": "List of relationships associated with the screening item",
                        "items": {
                            "$ref": "#/components/schemas/IndividualRelationship"
                        }
                    },
                    "sourceUrl": {
                        "type": "array",
                        "description": "Source URL for the screening item",
                        "items": {
                            "type": "string",
                            "description": "Source URL for the screening item",
                            "example": "https://www.uc.se/"
                        }
                    }
                },
                "description": "Description for persons contain information when available related to possible hit, person's related roles, person's relationships, person's image link and source link."
            },
            "IndividualRelationship": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string",
                        "description": "Name of the related entity",
                        "example": "Name of the related entity"
                    },
                    "relationshipType": {
                        "type": "string",
                        "description": "Type of the relationship",
                        "example": "Type of the relationship"
                    },
                    "comment": {
                        "type": "string",
                        "description": "Comment about the relationship",
                        "example": "Comment about the relationship"
                    }
                },
                "description": "List of relationships associated with the screening item"
            },
            "IndividualResponse": {
                "type": "object",
                "properties": {
                    "birthDate": {
                        "type": "string",
                        "description": "Birth date associated with the screening item.",
                        "example": ""
                    },
                    "placeOfBirth": {
                        "type": "string",
                        "description": "Place of Birth associated with the screening item",
                        "example": ""
                    },
                    "keyWordHitRating": {
                        "type": "number",
                        "description": "Number of hits associated with the searched keyword.",
                        "format": "double",
                        "example": 1.5
                    },
                    "name": {
                        "type": "string",
                        "description": "Name associated with the screening item.",
                        "example": "Test1 User1"
                    },
                    "primaryName": {
                        "type": "string",
                        "description": "Primary name associated with the screening item.",
                        "example": "Test1 Middle1 User1"
                    },
                    "firstName": {
                        "type": "string",
                        "description": "First name associated with the screening item.",
                        "example": "Test1"
                    },
                    "lastName": {
                        "type": "string",
                        "description": "Last name associated with the screening item.",
                        "example": "User1"
                    },
                    "prefix": {
                        "type": "string",
                        "description": "Prefix associated with the screening item.",
                        "example": "Dr."
                    },
                    "suffix": {
                        "type": "string",
                        "description": "Suffix associated with the screening item.",
                        "example": "Jr."
                    },
                    "startDate": {
                        "type": "string",
                        "description": "The start date of the screening item",
                        "format": "date-time"
                    },
                    "effectiveDate": {
                        "type": "string",
                        "description": "Effective date for the screening item",
                        "example": ""
                    },
                    "lastUpdated": {
                        "type": "string",
                        "description": "The last updated timestamp of the screening item",
                        "format": "date-time"
                    },
                    "expirationDate": {
                        "type": "string",
                        "description": "Expiration date for the screening item",
                        "example": ""
                    },
                    "screeningList": {
                        "type": "string",
                        "description": "Currently available types:\n\n- **SANCTION**: Represents the SANCTION screening source.\n- **PEP**: Represents Politically Exposed Person.\n- **PEP_Edge**: Represents the PEP_Edge screening source.\n- **EU_Global**: Represents the EU_GLOBAL screening source.\n- **UN_Consolidated**: Represents the UN_CONSOLIDATED screening source.\n- **OFAC**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n- **HMTreasury**: Represents the HMTreasury screening source.\n- **OFAC_CS**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n",
                        "example": "SANCTION"
                    },
                    "screeningType": {
                        "type": "string",
                        "description": "Currently available types:\n\n- **SANCTION**: Represents the SANCTION screening source.\n- **PEP**: Represents Politically Exposed Person.\n- **PEP_Edge**: Represents the PEP_Edge screening source.\n- **EU_Global**: Represents the EU_GLOBAL screening source.\n- **UN_Consolidated**: Represents the UN_CONSOLIDATED screening source.\n- **OFAC**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n- **HMTreasury**: Represents the HMTreasury screening source.\n- **OFAC_CS**: Represents the OFAC (Office of Foreign Assets Control) screening source.\n",
                        "example": "EU_Global"
                    },
                    "aliases": {
                        "type": "array",
                        "description": "List of screeningItemAliases associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemAlias"
                        }
                    },
                    "addresses": {
                        "type": "array",
                        "description": "List of addresses associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemAddress"
                        }
                    },
                    "itemIds": {
                        "type": "array",
                        "description": "List of itemId associated with the screening item.",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemId"
                        }
                    },
                    "countries": {
                        "type": "array",
                        "description": " List of countries associated with the screening item. ",
                        "items": {
                            "$ref": "#/components/schemas/ScreeningItemCountry"
                        }
                    },
                    "description": {
                        "$ref": "#/components/schemas/IndividualDescription"
                    }
                },
                "description": "List of IndividualResponse"
            },
            "IndividualRole": {
                "type": "object",
                "properties": {
                    "roleType": {
                        "type": "string",
                        "description": "Type of the role",
                        "example": "Government"
                    },
                    "from": {
                        "type": "string",
                        "description": "Start date of the role, ISO 8601 date format",
                        "example": " 2023-11-14T17:28:25.018Z"
                    },
                    "to": {
                        "type": "string",
                        "description": "End date of the role, ISO 8601 date format",
                        "example": " 2024-11-13T17:28:25.018Z"
                    },
                    "title": {
                        "type": "string",
                        "description": "Title of the role",
                        "example": "Skatteministeriet, direktör"
                    },
                    "organization": {
                        "type": "string",
                        "description": "Organization associated with the role",
                        "example": "Skatteverket"
                    },
                    "comment": {
                        "type": "string",
                        "description": "Comment about the role",
                        "example": "Skatteministeriet, direktör"
                    },
                    "countryCode": {
                        "type": "string",
                        "description": "Country code associated with the role",
                        "example": "SE"
                    },
                    "countryName": {
                        "type": "string",
                        "description": "Country name associated with the role",
                        "example": "Sweden"
                    }
                },
                "description": "List of roles associated with the screening item"
            },
            "Persons": {
                "type": "object",
                "properties": {
                    "searchValueList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SearchValue"
                        },
                        "example": [
                            {
                                "value": "19X005XXXX3X1",
                                "hitType": true,
                                "hitId": "cb48d264-8e55-49c0-b9e2-37ec6af0r57y",
                                "listType": "NORDIC_PEP"
                              },
                              {
                                "value": "Test User",
                                "hitType": true,
                                "hitId": "cb48d264-9999-49c0-b9e2-37ec6af0r57y",
                                "listType": "INTERNATIONAL_PEP"
                              },
                              {
                                "value": "Test User",
                                "hitType": false,
                                "hitId": "",
                                "listType": "SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                              }
                        ]
                    },
                    "fullName": {
                        "type": "string",
                        "description": "fullName",
                        "example": "Test User"
                    },
                    "firstName": {
                        "type": "string",
                        "description": "firstName",
                        "example": "Test"
                    },
                    "middleName": {
                        "type": "string",
                        "description": "middleName",
                        "example": ""
                    },
                    "lastName": {
                        "type": "string",
                        "description": "lastName",
                        "example": "User"
                    },
                    "personIdType": {
                        "type": "string",
                        "description": "either null or if exits it will be PERSONAL_IDENTITY_NUMBER or CO-ORDINATION_NUMBER",
                        "example": "PERSONAL_IDENTITY_NUMBER"
                    },
                    "personIdValue": {
                        "type": "string",
                        "example": "19X005XXXX3X1"
                    },
                    "birthDate": {
                        "type": "string",
                        "description": "birthDate, ISO 8601 date format",
                        "example": "1970-07-10"
                    },
                    "countryCode": {
                        "type": "string",
                        "description": "Code corresponding to a country",
                        "example": "SE"
                    },
                    "controlTypes": {
                        "type": "string",
                        "description": "Possible values for extentOfControl:\n\n- SHARES_OWNERSHIP_AGREEMENT\n- BOARD_MEMBER\n- REPRESENTS_TRUSTEE_FOUNDATION\n- APPOINT_REMOVE_BOARD\n- RECIPIENT_FUNDS_FOUNDATION\n- CONTROL_WITH_CLOSE_FAMILY\n- CONTROL_THROUGH_COMPANY_OR_ASSOCIATION\n- CONTROL_OTHER",
                        "example": "APPOINT_REMOVE_BOARD"
                    },
                    "extentOfControl": {
                        "type": "string",
                        "description": "Possible control types:\n\n- CONTROL_MORE_THAN_0_NO_MORE_THAN_25 - The individual controls more than 0 but less than 25% of the organisation\n- CONTROL_MORE_THAN_25_NO_MORE_THAN_50 - The individual controls more than 25% but less than 50% of the organisation\n- CONTROL_MORE_THAN_50_NO_MORE_THAN_75 - The individual controls more than 50% but less than 75% of the organisation\n- CONTROL_MORE_THAN_75_LESS_THAN_100 - The individual controls more than 75% but less than 100% of the organisation\n- CONTROL_100 - The individual controls 100% of the organisation",
                        "example": "CONTROL_MORE_THAN_0_NO_MORE_THAN_25 - The individual controls more than 0 but less than 25% of the organisation"
                    },
                    "role": {
                        "type": "string",
                        "description": "Possible roles:\n\n- PARTNER\n- EXTERNAL_CHIEF_EXECUTIVE_OFFICER\n- OWNER\n- LIMITED_PARTNER\n- GENERAL_PARTNER\n- BOARD_MEMBER\n- CHAIRMAN\n- ACTING_CHIEF_EXECUTIVE_OFFICER\n- CHIEF_EXECUTIVE_OFFICER\n- VICE_CHAIRMAN\n- MANAGER\n- BENEFICIAL_OWNER",
                        "example": "CHAIRMAN"
                    }
                }
            },
            "ScreeningItemAddress": {
                "type": "object",
                "properties": {
                    "street": {
                        "type": "string",
                        "description": "The street of the address",
                        "example": "Old town, Gamla stan"
                    },
                    "zipCode": {
                        "type": "string",
                        "description": "The zip code of the address",
                        "example": "17100"
                    },
                    "city": {
                        "type": "string",
                        "description": "The city of the address",
                        "example": "Stockholm City"
                    },
                    "stateProvince": {
                        "type": "string",
                        "description": "State or province of the address",
                        "example": ""
                    },
                    "country": {
                        "type": "string",
                        "description": "The country of the address",
                        "example": "Sweden"
                    },
                    "countryCode": {
                        "type": "string",
                        "description": "The country code of the address",
                        "example": "SE"
                    },
                    "remarks": {
                        "type": "string",
                        "description": "Remarks if any",
                        "example": ""
                    }
                },
                "description": "Addresses associated with the screening item."
            },
            "ScreeningItemAlias": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "Value of the alias",
                        "example": "Test User"
                    },
                    "hitRating": {
                        "type": "string",
                        "description": "Hit rating of the alias",
                        "example": ""
                    }
                },
                "description": "Aliases associated with the screening item."
            },
            "ScreeningItemCountry": {
                "type": "object",
                "properties": {
                    "countryCode": {
                        "type": "string",
                        "description": "The country code",
                        "example": "SE"
                    },
                    "countryName": {
                        "type": "string",
                        "description": "The name of the country",
                        "example": "Sweden"
                    },
                    "countryType": {
                        "type": "string",
                        "description": "The type of the country",
                        "example": "Residential"
                    }
                },
                "description": "Countries associated with the screening item."
            },
            "ScreeningItemId": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "The value of the ID",
                        "example": "SE1960XX8XX5"
                    },
                    "country": {
                        "type": "string",
                        "description": "The country associated with the ID",
                        "example": "Sweden"
                    },
                    "countryCode": {
                        "type": "string",
                        "description": "The country code associated with the ID",
                        "example": "SE"
                    },
                    "description": {
                        "type": "string",
                        "description": "The description of the ID",
                        "example": "The description of the ID"
                    },
                    "idType": {
                        "type": "string",
                        "description": "Possible values are PERSONAL_IDENTITY_NUMBER, PASSPORT NUMBER and OTHER",
                        "example": "PERSONAL_IDENTITY_NUMBER"
                    }
                },
                "description": "ItemIds associated with the screening item."
            },
            "ScreeningItems": {
                "type": "object",
                "properties": {
                    "hitId": {
                        "type": "string",
                        "description": "hitId is presented as GUID",
                        "example": "cb48d264-8e55-49c0-b9e2-37ec6af0d9a3"
                    },
                    "individuals": {
                        "type": "array",
                        "description": "List of IndividualResponse",
                        "items": {
                            "$ref": "#/components/schemas/IndividualResponse"
                        }
                    },
                    "entities": {
                        "type": "array",
                        "description": "List of EntityResponse",
                        "items": {
                            "$ref": "#/components/schemas/EntityResponse"
                        }
                    }
                }
            },
            "SearchParameter": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string",
                        "description": "Name of the organization selected for screening",
                        "example": "Test AB"
                    },
                    "countryOfIncorporation": {
                        "type": "string",
                        "description": "Code corresponding to a country",
                        "example": "SE"
                    },
                    "businessId": {
                        "type": "string",
                        "description": "Business identified, a 10 digit number",
                        "example": "5561375113"
                    },
                    "listTypes": {
                        "type": "array",
                        "description": "A list of screening types that found a hit:\n\n- **SANCTIONS_EU**\n- **SANCTIONS_OFAC_SD**\n- **SANCTIONS_OFAC_CS**\n- **SANCTIONS_UN**\n- **SANCTIONS_UK**\n- **NORDIC_PEP**\n- **INTERNATIONAL_SANCTIONS**\n- **INTERNATIONAL_ENFORCEMENTS**\n- **INTERNATIONAL_SOE**\n- **BV_AF**\n- **INTERNATIONAL_PEP**",
                        "example": [
                            "NORDIC_PEP",
                            "SANCTIONS_EU",
                            "SANCTIONS_UN",
                            "SANCTIONS_OFAC_SD",
                            "SANCTIONS_UK",
                            "SANCTIONS_OFAC_CS",
                            "INTERNATIONAL_SANCTIONS",
                            "INTERNATIONAL_ENFORCEMENTS",
                            "INTERNATIONAL_SOE",
                            "BV_AF",
                            "INTERNATIONAL_PEP"
                        ],
                        "items": {
                            "type": "string",
                            "description": "Possible screening types expected for a successful hit",
                            "enum": [
                                "NORDIC_PEP",
                                "SANCTIONS_EU",
                                "SANCTIONS_UN",
                                "SANCTIONS_OFAC_SD",
                                "SANCTIONS_UK",
                                "SANCTIONS_OFAC_CS",
                                "INTERNATIONAL_SANCTIONS",
                                "INTERNATIONAL_ENFORCEMENTS",
                                "INTERNATIONAL_SOE",
                                "BV_AF",
                                "INTERNATIONAL_PEP"
                            ]
                        }
                    }
                }
            },
            "Name": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "value",
                        "example": "19X005XXXX3X1"
                    },
                    "hitType": {
                        "type": "boolean",
                        "description": "possible values are either true or false",
                        "example": true
                    },
                    "hitId": {
                        "type": "string",
                        "description": "hitId is presented as GUID",
                        "example": "dac466ba-10cc-41e3-8895-6740ae15fec4"
                    },
                    "listType": {
                        "type": "string",
                        "description": "Screened list in the scope",
                        "example": "NORDIC_PEP"
                    }
                }
            },
            "SearchValue": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "description": "value",
                        "example": "19X005XXXX3X1"
                    },
                    "hitType": {
                        "type": "boolean",
                        "description": "possible values are either true or false",
                        "example": true
                    },
                    "hitId": {
                        "type": "string",
                        "description": "hitId is presented as GUID",
                        "example": "dac466ba-10cc-41e3-8895-6740ae15fec4"
                    },
                    "listType": {
                        "type": "string",
                        "description": "Screened list in the scope",
                        "example": "NORDIC_PEP"
                    }
                }
            },
            "SecondaryBusinessNames": {
                "type": "object",
                "properties": {
                    "value": {
                        "type": "string",
                        "example": "Test Company AB"
                    },
                    "hitType": {
                        "type": "boolean",
                        "description": "possible values are either true or false",
                        "example": false
                    },
                    "hitId": {
                        "type": "string",
                        "description": "hitId is presented as GUID",
                        "example": ""
                    },
                    "listType": {
                        "type": "string",
                        "description": "Screened list in the scope",
                        "example": "SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                    }
                }
            },
            "State": {
                "type": "object",
                "properties": {
                    "state": {
                        "type": "string",
                        "description": "State has been formulated from two parts:\n\n1. **Possible values**:\n   - Merger - Acquiring Companies\n   - Merger - Acquired by company\n   - Bankruptcy\n   - Liquidation\n   - Deregistration\n\n2. **Possible values**:\n   - DECIDED\n   - APPROVED\n   - COMPLETE\n   - IN_PROGRESS\n   - CANCELLED\n   - CANCELLED_BY_COURT\n   - ALLOWED\n   - COMPLETE_WITH_SURPLUS",
                        "example": "Merger - Acquiring Companies COMPLETE"
                    },
                    "stateDate": {
                        "type": "string",
                        "description": "State date, ISO 8601 date format",
                        "example": "2016-02-26"
                    }
                }
            },
            "TargetCompany": {
                "properties": {
                    "orgNumber": {
                        "type": "string",
                        "example": "5561375113"
                    },
                    "name": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Name"
                        },
                        "example": [
                            {
                                "value": "Test AB",
                                "hitType": true,
                                "hitId": "cb48d264-8e55-49c0-b9e2-37ec6af0d9a3, qwb48d264-8e55-49c0-b9e2-37ec6af559a3",
                                "listType": "SANCTIONS_EU, INTERNATIONAL_SANCTIONS"
                              },
                              {
                                "value": "Test AB",
                                "hitType": false,
                                "hitId": "",
                                "listType": "SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                              }
                            ]
                    },
                    "secondaryBusinessNames": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SecondaryBusinessNames"
                        }
                    },
                    "businessNamesInTranslation": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BusinessNamesInTranslation"
                        },
                       "example": [
                        {
                            "value": "Test Organisation AB",
                            "hitType": false,
                            "hitId": "",
                            "listType": "SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                          },
                          {
                            "value": "Test Organisation Ltd",
                            "hitType": false,
                            "hitId": "",
                            "listType": "SANCTIONS_UN, SANCTIONS_OFAC_SD, SANCTIONS_UK, SANCTIONS_OFAC_CS, SANCTIONS_EU, INTERNATIONAL_SANCTIONS, INTERNATIONAL_ENFORCEMENTS, INTERNATIONAL_SOE, BV_AF"
                          }
                            ]
                    },
                    "status": {
                        "type": "string",
                        "description": "possible values are ACTIVE, INACTIVE or REGISTERED",
                        "example": "ACTIVE"
                    },
                    "inactiveDate": {
                        "type": "string",
                        "description": "status inactive date, ISO 8601 date format",
                        "example": "2020-07-10"
                    },
                    "stateList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/State"
                        }
                    }
                }
            }
        },
        "securitySchemes": {
            "bearer": {
                "type": "http",
                "description": "This API uses bearer token.",
                "scheme": "bearer",
                "bearerFormat": "JWT"
            }
        }
    }
}