> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tic.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Search companies free

> Search companies in our lightning-fast memory database

This endpoint can be used by reseller created accounts for free usages. It contains a
limited number of fields.

Check our extensive examples and description [here](/api-core/search).

<Tip>
  You can add <code>\&view=html</code> to your querystring and we will render an
  html page with explanations.
</Tip>


## OpenAPI

````yaml get /search/companies/free
openapi: 3.0.4
info:
  title: TIC API
  description: ''
  version: v1
servers:
  - url: https://api.tic.io/
security:
  - ApiKey: []
tags:
  - name: BolagsverketStatistics
  - name: Companies
  - name: Companies_SE_
  - name: DocumentDelivery
  - name: EuropeanCommission
  - name: FinancialDocuments
  - name: Finansinspektionen
  - name: Free
  - name: ICA
  - name: ICAStatistics
  - name: Lists
  - name: Media
  - name: Persons
  - name: Persons_SE_
  - name: Properties_SE_
  - name: PTSPortings
  - name: Reseller
  - name: SearchBankruptciesReports
  - name: SearchCompanies
  - name: SearchCompaniesReports
  - name: SearchCompanyWorkplaces
  - name: SearchPerson
  - name: SearchProperties_SE_
  - name: SearchVehicles
  - name: TeamDocumentOrders
  - name: Teams
  - name: User
  - name: Vehicles_SE_
  - name: WatchLists
paths:
  /search/companies/free:
    get:
      tags:
        - SearchCompanies
      summary: Search companies free
      description: Search companies in our lightning-fast memory database
      operationId: SearchCompaniesFree
      parameters:
        - name: q
          in: query
          description: The query string use * for all
          required: true
          schema:
            minLength: 1
            type: string
        - name: query_by
          in: query
          description: Query by field, for supported fields see documentation
          required: true
          schema:
            type: string
        - name: filter_by
          in: query
          description: Filter by, for supported fields see documentation
          schema:
            type: string
        - name: sort_by
          in: query
          description: Sort by, for supported fields see documentation
          schema:
            type: string
        - name: view
          in: query
          description: Set to html if you want to render the search result to webpage
          schema:
            type: string
      responses:
        '200':
          description: The search response
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyDocumentTypesenseSearchResponse
components:
  schemas:
    Ormeo_Library_Search_Documents_TypesenseCompanyDocumentTypesenseSearchResponse:
      type: object
      properties:
        facet_counts:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Search_TypesenseFacetCounts'
          nullable: true
        found:
          type: integer
          format: int32
        hits:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyDocumentHit
          nullable: true
        grouped_hits:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyDocumentGroupedHits
        out_of:
          type: integer
          format: int32
        page:
          type: integer
          format: int32
        request_params:
          $ref: '#/components/schemas/Ormeo_Library_Search_RequestParams'
        search_cutoff:
          type: boolean
          nullable: true
        search_time_ms:
          type: integer
          format: int32
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCounts:
      type: object
      properties:
        counts:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_TypesenseFacetCountDetails
          nullable: true
        field_name:
          type: string
          nullable: true
        sampled:
          type: boolean
        stats:
          $ref: '#/components/schemas/Ormeo_Library_Search_TypesenseFacetCountsStats'
        localizedFieldName:
          type: string
          nullable: true
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseCompanyDocumentHit:
      type: object
      properties:
        document:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyDocument
        geo_distance_meters:
          nullable: true
        highlight:
          nullable: true
        highlights:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Search_HighlightElement'
          nullable: true
        text_match:
          type: number
          format: double
          nullable: true
        text_match_info:
          $ref: '#/components/schemas/Ormeo_Library_Search_TextMatchInfo'
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseCompanyDocumentGroupedHits:
      type: object
      properties:
        group_key:
          type: array
          items:
            type: string
          nullable: true
        hits:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyDocumentHit
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_RequestParams:
      type: object
      properties:
        collection_name:
          type: string
          nullable: true
        first_q:
          type: string
          nullable: true
        per_page:
          type: integer
          format: int64
          nullable: true
        q:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCountDetails:
      type: object
      properties:
        count:
          type: integer
          format: int64
        highlighted:
          type: string
          nullable: true
        value:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCountsStats:
      type: object
      properties:
        total_values:
          type: integer
          format: int64
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseCompanyDocument:
      type: object
      properties:
        id:
          type: string
          nullable: true
        companyId:
          type: integer
          format: int32
        iso3166CountryCode:
          type: string
          nullable: true
        registrationNumber:
          type: string
          nullable: true
        legalEntityType:
          type: string
          nullable: true
        localCompanyCode:
          type: string
          nullable: true
        elfCode:
          type: string
          nullable: true
        registrationDate:
          type: integer
          format: int64
          nullable: true
        ceasedDate:
          type: integer
          format: int64
          nullable: true
        isCeased:
          type: boolean
        mostRecentPurpose:
          type: string
          nullable: true
        activityStatus:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyActivityStatus'
        mostRecentRegisteredAddress:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyAddressGeopoint
        mostRecentMailingAddress:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyAddressGeopoint
        mostRecentVisitingAddress:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyAddressGeopoint
        currentWorkplaces:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyWorkplaceMinimal
          nullable: true
        names:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyName
          nullable: true
        registeredOffices:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyRegisteredOffice
          nullable: true
        registeredOfficeMunicipalityCode:
          type: integer
          format: int32
          nullable: true
        registeredOfficeCountyCode:
          type: integer
          format: int32
          nullable: true
        slugs:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanySlug
          nullable: true
        phoneNumbers:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyPhoneNumber
          nullable: true
        hasPhoneNumbers:
          type: boolean
          readOnly: true
        emailAddresses:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyEmail
          nullable: true
        hasEmailAddresses:
          type: boolean
          readOnly: true
        hyperlinks:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyLink
          nullable: true
        hasHyperlinks:
          type: boolean
          readOnly: true
        sniCodes:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyIndustryCode
          nullable: true
        intelligence:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyIntelligence
          nullable: true
        hasIntelligence:
          type: boolean
          readOnly: true
        status:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyStatus
          nullable: true
        hasStatus:
          type: boolean
          readOnly: true
        mostRecentFinancialSummary:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyFinancialSummary
        hasMostRecentFinancialSummary:
          type: boolean
          readOnly: true
        isRegisteredForVAT:
          type: boolean
          nullable: true
        isRegisteredForFTax:
          type: boolean
          nullable: true
        isRegisteredForPayroll:
          type: boolean
          nullable: true
        isRegisteredAML:
          type: boolean
          nullable: true
        registration:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyRegistration
          nullable: true
        ftaxTerminationReason:
          type: string
          nullable: true
        bankAccounts:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyBankAccount
          nullable: true
        hasBankAccounts:
          type: boolean
          readOnly: true
        documents:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyDocument2
          nullable: true
        hasDocuments:
          type: boolean
          readOnly: true
        lastAnnualReportDate:
          type: integer
          format: int64
          nullable: true
          readOnly: true
        stock:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_StockInformation
        hasStock:
          type: boolean
          readOnly: true
        lei:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_LEI
        hasLEI:
          type: boolean
          readOnly: true
        salesToPublicActors:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_SalesToPublicActor
          nullable: true
        hasSalesToPublicActors:
          type: boolean
          readOnly: true
        ecParticipant:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_ECParticipant
        hasECParticipant:
          type: boolean
          readOnly: true
        franchisesOrLicences:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyFranchiseOrLicence
          nullable: true
        hasFranchisesOrLicences:
          type: boolean
          readOnly: true
        trademarks:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyTrademark
          nullable: true
        hasTrademarks:
          type: boolean
          readOnly: true
        mostRecentSignatory:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanySignatory
        currentRepresentatives:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_CompanyPerson
          nullable: true
        currentBeneficialOwners:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_BeneficialOwner
          nullable: true
        mostRecentShareCapital:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_Search_ShareCapital
        mostRecentDebtorSummary:
          $ref: >-
            #/components/schemas/Ormeo_Library_KFM_KFM_MostRecentDebtorSummary_Dto
        hasMostRecentDebtorSummary:
          type: boolean
          readOnly: true
        cNbrEmployeesInterval:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        c_VATInterval:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTurnoverInterval:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cPropertyTaxationInterval:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cSector:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeAfrica:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeAsia:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeEU:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeExportInterval:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeFarEast:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeImportInterval:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeNorthCentralAmerica:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeNordics:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeSouthAmerica:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cTradeOtherEurope:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cGenderRatioFemale:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cGenderRatioMale:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cPrivPubl:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
        cOwnership:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_Search_SCB_Category
      additionalProperties: false
    Ormeo_Library_Search_HighlightElement:
      type: object
      properties:
        field:
          type: string
          nullable: true
        matched_tokens:
          type: array
          items:
            type: string
          nullable: true
        snippet:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TextMatchInfo:
      type: object
      properties:
        best_field_score:
          type: string
          nullable: true
        best_field_weight:
          type: integer
          format: int64
          nullable: true
        fields_matched:
          type: integer
          format: int64
          nullable: true
        num_tokens_dropped:
          type: integer
          format: int64
          nullable: true
        score:
          type: string
          nullable: true
        tokens_matched:
          type: integer
          format: int64
          nullable: true
        typo_prefix_score:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Entities_CompanyActivityStatus:
      enum:
        - hasNeverBeenActive
        - isActive
        - isNoLongerActive
        - unknown
      type: string
    Ormeo_Library_Search_Documents_Search_Search_CompanyAddressGeopoint:
      type: object
      properties:
        co:
          type: string
          nullable: true
        streetAddress:
          type: string
          nullable: true
        postalCode:
          type: string
          nullable: true
        city:
          type: string
          nullable: true
        countryCodeAlpha3:
          type: string
          nullable: true
        location:
          type: array
          items:
            type: number
            format: double
          nullable: true
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
        lantmaterietLocationalAddressId:
          type: string
          format: uuid
          nullable: true
        lantmaterietLocatedOnPropertyId:
          type: string
          format: uuid
          nullable: true
        addressId:
          type: integer
          format: int32
          nullable: true
        propertyId:
          type: integer
          format: int32
          nullable: true
        lantmaterietLocationalSupplementalNumber:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyWorkplaceMinimal:
      type: object
      properties:
        companyWorkplaceId:
          type: integer
          format: int32
        workplaceCode:
          type: integer
          format: int32
          nullable: true
        mostRecentName:
          type: string
          nullable: true
        labelAddress:
          type: string
          nullable: true
        location:
          type: array
          items:
            type: number
            format: double
          nullable: true
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyName:
      type: object
      properties:
        nameOrIdentifier:
          type: string
          nullable: true
        companyNamingType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyNamingType'
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
        companyNameDecidedAt:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyRegisteredOffice:
      type: object
      properties:
        municipality:
          type: string
          nullable: true
        municipalityCode:
          type: string
          nullable: true
        county:
          type: string
          nullable: true
        countyCode:
          type: string
          nullable: true
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanySlug:
      type: object
      properties:
        urlSlug:
          type: string
          nullable: true
        slugType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanySlugType'
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyPhoneNumber:
      type: object
      properties:
        e164PhoneNumber:
          type: string
          nullable: true
        phoneNumberType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_PhoneNumberType'
        numberPlanServiceType:
          type: string
          nullable: true
        orginalOperator:
          type: string
          nullable: true
        priorOperator:
          type: string
          nullable: true
        currentOperator:
          type: string
          nullable: true
        lastPortingDate:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyEmail:
      type: object
      properties:
        emailAddress:
          type: string
          nullable: true
        emailAddressType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_EmailAddressType'
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyLink:
      type: object
      properties:
        hyperlink:
          type: string
          nullable: true
        hyperlinkType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyLinkType'
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyIndustryCode:
      type: object
      properties:
        sni_2007Code:
          type: string
          nullable: true
        sni_2007Name:
          type: string
          nullable: true
        sni_2007Section:
          type: string
          nullable: true
        sni_2025Code:
          type: string
          nullable: true
        sni_2025Name:
          type: string
          nullable: true
        sni_2025Section:
          type: string
          nullable: true
        rank:
          type: integer
          format: int32
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyIntelligence:
      type: object
      properties:
        companyIntelligenceType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyIntelligenceType'
        companyIntelligenceSubType:
          type: string
          nullable: true
        notes:
          type: string
          nullable: true
          readOnly: true
        score:
          type: integer
          format: int32
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
        intelligenceNotesType:
          type: integer
          format: int32
          nullable: true
        notesValue1:
          type: string
          nullable: true
        notesValue2:
          type: string
          nullable: true
        notesValue3:
          type: string
          nullable: true
        notesValue4:
          type: string
          nullable: true
        documentUrl:
          type: string
          nullable: true
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyStatus:
      type: object
      properties:
        companyStatusType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyStatusType'
        statusDate:
          type: integer
          format: int64
          nullable: true
        statusDescription:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyFinancialSummary:
      type: object
      properties:
        periodStart:
          type: integer
          format: int64
        periodEnd:
          type: integer
          format: int64
        rs_NetSalesK:
          type: integer
          format: int32
          nullable: true
        rs_OtherOperatingIncomeK:
          type: integer
          format: int32
          nullable: true
        rs_OperatingProfitOrLossK:
          type: integer
          format: int32
          nullable: true
        rs_SumFinancialItemsK:
          type: integer
          format: int32
          nullable: true
        rs_ProfitAfterFinancialItemsK:
          type: integer
          format: int32
          nullable: true
        bs_TotalAssetsK:
          type: integer
          format: int32
          nullable: true
        fn_NumberOfEmployees:
          type: number
          format: double
          nullable: true
        km_OperatingMargin:
          type: number
          format: double
          nullable: true
        km_NetProfitMargin:
          type: number
          format: double
          nullable: true
        km_EquityAssetsRatio:
          type: number
          format: double
          nullable: true
        km_GrossMargin:
          type: number
          format: double
          nullable: true
        isAudited:
          type: boolean
          nullable: true
        software:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyRegistration:
      type: object
      properties:
        companyRegistrationType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyRegistrationType'
        companyRegistrationSubType:
          type: string
          nullable: true
        isRegistered:
          type: boolean
          nullable: true
        registeredFrom:
          type: integer
          format: int64
          nullable: true
        registeredTo:
          type: integer
          format: int64
          nullable: true
        terminationReasonIfAny:
          type: string
          nullable: true
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyBankAccount:
      type: object
      properties:
        bankAccountType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_BankAccountType'
        accountNumber:
          type: string
          nullable: true
        swift_BIC:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyDocument2:
      type: object
      properties:
        companyDocumentId:
          type: integer
          format: int32
        companyDocumentType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_CompanyDocumentType'
        documentDate:
          type: integer
          format: int64
          nullable: true
        documentTitle:
          type: string
          nullable: true
        documentVersion:
          type: string
          nullable: true
        documentValue1:
          type: string
          nullable: true
        documentValue2:
          type: string
          nullable: true
        documentValue3:
          type: string
          nullable: true
        grossPriceIfAny:
          type: number
          format: double
          nullable: true
        documentUrl:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_StockInformation:
      type: object
      properties:
        isin:
          type: string
          nullable: true
        ticker:
          type: string
          nullable: true
        yahooSymbol:
          type: string
          nullable: true
        marketName:
          type: string
          nullable: true
        marketExchangeName:
          type: string
          nullable: true
        marketCountryCodeAlpha3:
          type: string
          nullable: true
        sectorName:
          type: string
          nullable: true
        branchName:
          type: string
          nullable: true
        listingDate:
          type: integer
          format: int64
          nullable: true
        enterpriseValue:
          type: number
          format: double
          nullable: true
        enterpriseValueUpdated:
          type: integer
          format: int64
          nullable: true
        stockQuote:
          type: number
          format: double
          nullable: true
        stockQuoteUpdated:
          type: integer
          format: int64
          nullable: true
        nextReportDate:
          type: integer
          format: int64
          nullable: true
        nextReportType:
          type: string
          nullable: true
        dividendExDate:
          type: integer
          format: int64
          nullable: true
        dividendsPerYear:
          type: integer
          format: int32
          nullable: true
        dividendAmount:
          type: number
          format: double
          nullable: true
        dividendCurrency:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_LEI:
      type: object
      properties:
        leiCode:
          type: string
          nullable: true
        registrationStatus:
          type: string
          nullable: true
        initialRegistrationDate:
          type: integer
          format: int64
          nullable: true
        nextRenewalDate:
          type: integer
          format: int64
          nullable: true
        managingLOU:
          type: string
          nullable: true
        managingLOULegalName:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_SalesToPublicActor:
      type: object
      properties:
        actorName:
          type: string
          nullable: true
        actorType:
          type: string
          nullable: true
        actorCode:
          type: string
          nullable: true
        sales:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_Search_SalesToPublicActorPerYear
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_ECParticipant:
      type: object
      properties:
        pic:
          type: string
          nullable: true
        validationStatus:
          type: string
          nullable: true
        numberOfProjects:
          type: integer
          format: int32
          nullable: true
        workProgrammesData:
          nullable: true
        lastUpdated:
          type: integer
          format: int64
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyFranchiseOrLicence:
      type: object
      properties:
        linkedToName:
          type: string
          nullable: true
        linkedToCompanyId:
          type: integer
          format: int32
          nullable: true
        actingUnderName:
          type: string
          nullable: true
        description:
          type: string
          nullable: true
        companyFranchiseOrLicenceType:
          $ref: >-
            #/components/schemas/Ormeo_Library_Entities_CompanyFranchiseOrLicenceType
        agentDescription:
          type: string
          nullable: true
        data:
          type: array
          items: {}
          nullable: true
        revoked:
          type: boolean
          nullable: true
        firstSeen:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyTrademark:
      type: object
      properties:
        trademarkId:
          type: integer
          format: int32
        applicationNumber:
          type: string
          nullable: true
        registeredCountryCode:
          type: string
          nullable: true
        registered:
          type: integer
          format: int64
          nullable: true
        expire:
          type: integer
          format: int64
          nullable: true
        status:
          type: string
          nullable: true
        feature:
          type: string
          nullable: true
        word:
          type: string
          nullable: true
        mediaUrl:
          type: string
          nullable: true
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanySignatory:
      type: object
      properties:
        signatureDescription:
          type: string
          nullable: true
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_CompanyPerson:
      type: object
      properties:
        personId:
          type: integer
          format: int32
          nullable: true
        personalIdentityNumber:
          type: string
          nullable: true
        positionType:
          type: string
          nullable: true
        positionDescription:
          type: string
          nullable: true
        positionStart:
          type: integer
          format: int64
          nullable: true
        positionEnd:
          type: integer
          format: int64
          nullable: true
        fullName:
          type: string
          nullable: true
          readOnly: true
        givenName:
          type: string
          nullable: true
        firstName:
          type: string
          nullable: true
        middleName:
          type: string
          nullable: true
        lastName:
          type: string
          nullable: true
        isProtected:
          type: boolean
          nullable: true
        roleByCompanyName:
          type: string
          nullable: true
        roleByCompanyRegistrationNumber:
          type: string
          nullable: true
        employeeRepresentative:
          type: boolean
          nullable: true
        auditorType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_AuditorType'
        bornYearMonthDay:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_BeneficialOwner:
      type: object
      properties:
        beneficialOwnerId:
          type: integer
          format: int32
        fromDate:
          type: integer
          format: int64
          nullable: true
        personId:
          type: integer
          format: int32
          nullable: true
        personalIdentityNumber:
          type: string
          nullable: true
        fullName:
          type: string
          nullable: true
        countryOfResidenceCode:
          type: string
          nullable: true
        citizenshipCountryCode:
          type: string
          nullable: true
        extentCode:
          type: string
          nullable: true
        extentDescription:
          type: string
          nullable: true
        governDescription:
          type: string
          nullable: true
        throughName:
          type: string
          nullable: true
        throughRegistrationNumber:
          type: string
          nullable: true
        bornYearMonthDay:
          type: string
          nullable: true
        isProtected:
          type: boolean
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_Search_ShareCapital:
      type: object
      properties:
        shareCapitalAmount:
          type: number
          format: double
          nullable: true
        shareCapitalLowerLimitAmount:
          type: number
          format: double
          nullable: true
        shareCapitalHigherLimitAmount:
          type: number
          format: double
          nullable: true
        shareCapitalISO4217CurrencyCode:
          type: string
          nullable: true
        numberOfShares:
          type: integer
          format: int64
          nullable: true
        numberOfSharesLowerLimit:
          type: integer
          format: int64
          nullable: true
        numberOfSharesHigherLimit:
          type: integer
          format: int64
          nullable: true
        firstSeenAt:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_KFM_KFM_MostRecentDebtorSummary_Dto:
      type: object
      properties:
        foreclosure:
          type: boolean
          nullable: true
        debtRestructuring:
          type: boolean
          nullable: true
        recordOfPaymentApplications:
          $ref: '#/components/schemas/Ormeo_Library_KFM_RecordOfPaymentApplications'
        recordOfNonPayment:
          $ref: '#/components/schemas/Ormeo_Library_KFM_RecordOfNonPayment'
        debtBalance:
          $ref: '#/components/schemas/Ormeo_Library_KFM_DebtBalance'
        executions:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_KFM_KFM_DebtorChangeEntityExecution_Dto
          nullable: true
        decisions:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_KFM_KFM_DebtorChangeEntityDecision_Dto
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Search_SCB_Category:
      type: object
      properties:
        categoryCode:
          type: integer
          format: int32
        categoryCodeDescription:
          type: string
          nullable: true
        categoryCode2:
          type: integer
          format: int32
          nullable: true
        categoryCodeDescription2:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Entities_CompanyNamingType:
      enum:
        - legalName
        - commonName
        - tradingName
        - particularName
        - foreignLanguageName
        - other
        - legalNameSuggested
        - commonNameSuggested
        - tradingNameSuggested
        - particularNameSuggested
        - foreignLanguageNameSuggested
      type: string
    Ormeo_Library_Entities_CompanySlugType:
      enum:
        - legalName
        - commonName
        - tradingName
        - particularName
        - foreignLanguageName
        - stockTicker
        - other
      type: string
    Ormeo_Library_Entities_PhoneNumberType:
      enum:
        - fixedLine
        - mobile
      type: string
    Ormeo_Library_Entities_EmailAddressType:
      enum:
        - general
        - personal
        - other
      type: string
    Ormeo_Library_Entities_CompanyLinkType:
      enum:
        - homepage
        - facebook
        - instagram
        - x_Twitter
        - linkedIn
        - other
      type: string
    Ormeo_Library_Entities_CompanyIntelligenceType:
      enum:
        - createdAsShelfCompany
        - suspectedForQuickLiquidation
        - couldBeFranchise
        - affliatedWithArticle
        - unknown
        - suspectedAddress
        - formerChecks
        - presentOnWarningList
        - annualReportDiscrepancies
        - auditorResignation
        - registration
        - registerChanges
        - penaltyFees
        - beneficialOwner
        - claims
        - forfeit
        - mentionedInCourtCase
      type: string
    Ormeo_Library_Entities_CompanyStatusType:
      enum:
        - reorganizationOfBusinessCommenced
        - bankruptcyTerminatedWithSurplus
        - dissolvedByCompanyDemerger
        - liquidationTerminated
        - mergerProcedureCommenced
        - acquisitionByCompanyDemerger
        - acquisitionByMerger
        - dissolvedByMergerProcedure
        - liquidationDecided
        - bankruptcyProceedingsCommenced
        - bankruptcyProceedingsTerminated
        - mergerPermitted
        - unused1
        - unused2
        - unused3
        - liquidationContinues
        - struckOffRegisterCrossBorderMerger
        - bankruptcyRepealedByCourt
        - liquidationEnds
        - liquidationRepealedByCourt
        - companyStruckOff
        - reorganizationOfBusinessEnded
        - reorganizationOfBusinessRepealedByCourt
        - resolutionCommenced
        - resolutionTerminated
        - resolutionRepealedByCourt
        - companyStruckOffTradeRegisterAct
        - deregisteredNewHolder
        - deregistered
        - reintroduced
        - companyStruckOffOwnRequest
        - companyStruckOffByRegistrationOffice
        - companyStruckOffReenteredAsJointStock
        - branchStruckOffForeignLiquidationOrBankruptcy
        - branchStruckOffOperationsCeased
        - branchStruckOffMissingCEO
        - branchStruckOffCourtOrder
        - branchStruckOffAnnualReportMissing
        - isActive
        - isNoLongerActive
        - hasNeverBeenActive
        - taxAuthorityStatus
        - companyDemergerCommenced
        - settlementNegotiationsCommenced
        - settlementNegotiationsTerminated
        - settlementNegotiationsRepealedByCourt
        - acquisitionExpired
        - acquisitionTerminated
        - acquisitionByMultipleMergers
        - acquisitionRepealedByCourt
        - mergerExpired
        - mergerRepealedByCourt
        - other
      type: string
    Ormeo_Library_Entities_CompanyRegistrationType:
      enum:
        - fTax
        - vat
        - payroll
        - stockCompany
        - antimoneyLaundering
        - other
      type: string
    Ormeo_Library_Entities_BankAccountType:
      enum:
        - bankgiro
        - plusgiro
        - iban
        - other
      type: string
    Ormeo_Library_Entities_CompanyDocumentType:
      enum:
        - annualReport
        - quarterlyReport
        - interimReport
        - dividend
        - case
        - minutes
        - articlesOfAssociation
        - financialPlan
        - bylaws
      type: string
    Ormeo_Library_Search_Documents_Search_SalesToPublicActorPerYear:
      type: object
      properties:
        year:
          type: integer
          format: int32
        approxInvoicedK:
          type: integer
          format: int32
      additionalProperties: false
    Ormeo_Library_Entities_CompanyFranchiseOrLicenceType:
      enum:
        - franchise
        - licence
        - membership
        - agent
        - amlRegistered
        - other
      type: string
    Ormeo_Library_Entities_AuditorType:
      enum:
        - certifiedPublicAccountant
        - approvedAccountant
        - foreignAuditor
      type: string
    Ormeo_Library_KFM_RecordOfPaymentApplications:
      type: object
      properties:
        numberOfCases:
          type: integer
          format: int32
        totalAmountInSEK:
          type: number
          format: double
        lastCaseDate:
          type: integer
          format: int64
          nullable: true
        orderToPayCases:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_KFM_KFM_OrderToPayCaseMinimal'
          nullable: true
      additionalProperties: false
    Ormeo_Library_KFM_RecordOfNonPayment:
      type: object
      properties:
        numberOfCases:
          type: integer
          format: int32
        totalAmountInSEK:
          type: number
          format: double
        lastCaseDate:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_KFM_DebtBalance:
      type: object
      properties:
        lastUpdated:
          type: integer
          format: int64
        totalAmountInSEK:
          type: number
          format: double
          readOnly: true
        public:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_KFM_DebtBalancePublic'
          nullable: true
        private:
          $ref: '#/components/schemas/Ormeo_Library_KFM_DebtBalancePrivate'
      additionalProperties: false
    Ormeo_Library_KFM_KFM_DebtorChangeEntityExecution_Dto:
      type: object
      properties:
        registrationDate:
          type: string
          format: date-time
          nullable: true
        caseNumber:
          type: string
          nullable: true
        caseNumberOldFormat:
          type: string
          nullable: true
        debtType:
          type: integer
          format: int32
          nullable: true
        debtTypeDescription:
          type: string
          nullable: true
        executionYear:
          type: string
          nullable: true
        executionTitleMonth:
          type: string
          nullable: true
        executionDate:
          type: string
          format: date-time
          nullable: true
        originalDebt:
          type: integer
          format: int32
          nullable: true
        recalledAmount:
          type: integer
          format: int32
          nullable: true
        executionEventType:
          type: string
          nullable: true
        executionEventTypeDescription:
          type: string
          nullable: true
        executionCaseType:
          type: string
          nullable: true
        executionCaseTypeDescription:
          type: string
          nullable: true
        terminatedWithCause:
          type: string
          nullable: true
        terminatedWithCauseDescription:
          type: string
          nullable: true
        executionEvents:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_KFM_ExecutionEvent'
          nullable: true
      additionalProperties: false
    Ormeo_Library_KFM_KFM_DebtorChangeEntityDecision_Dto:
      type: object
      properties:
        decisionType:
          type: string
          nullable: true
        decisionTypeDescription:
          type: string
          nullable: true
        decisionDate:
          type: string
          format: date-time
          nullable: true
        decisionEventType:
          type: string
          nullable: true
        measures:
          type: array
          items:
            type: string
          nullable: true
        measuresDescriptions:
          type: array
          items:
            type: string
          nullable: true
        reasonForDecision:
          type: string
          nullable: true
        reasonForDecisionDescription:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_KFM_KFM_OrderToPayCaseMinimal:
      type: object
      properties:
        notificationType:
          type: string
          nullable: true
        applicationVerdict:
          type: string
          nullable: true
        casePrefix:
          type: string
          nullable: true
        caseNumber:
          type: string
          nullable: true
        dateOfApplicationOrVerdict:
          type: string
          format: date-time
          nullable: true
        amount:
          type: number
          format: double
          nullable: true
        applicationWithdrawn:
          type: boolean
          nullable: true
        fileCreationDate:
          type: string
          format: date-time
      additionalProperties: false
    Ormeo_Library_KFM_DebtBalancePublic:
      type: object
      properties:
        description:
          type: string
          nullable: true
        totalAmountInSEK:
          type: number
          format: double
        numberOfCases:
          type: integer
          format: int32
      additionalProperties: false
    Ormeo_Library_KFM_DebtBalancePrivate:
      type: object
      properties:
        numberOfCases:
          type: integer
          format: int32
        totalAmountInSEK:
          type: number
          format: double
      additionalProperties: false
    Ormeo_Library_KFM_ExecutionEvent:
      type: object
      properties:
        executionDate:
          type: string
          format: date-time
          nullable: true
        executionEventType:
          type: string
          nullable: true
        executionEventTypeDescription:
          type: string
          nullable: true
        terminatedWithCause:
          type: string
          nullable: true
        terminatedWithCauseDescription:
          type: string
          nullable: true
      additionalProperties: false
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````