Frenchlimited partnershipmixed liability

What is “SECA”?

SECA stands for Société en commandite par actions (French), a limited partnership used primarily in Luxembourg. The suffix signals that the business has mixed liability and is privately held.

Full meaning & translation

The full form is Société en commandite par actions, a French-language term. It translates literally as “Partnership limited by shares.” You may also encounter it abbreviated or written as societe en commandite par actions.

Where it's used

SECA appears in company names registered in the following jurisdiction:

LU · Luxembourg

What it tells you about the company

LiabilityMixed: general partners bear unlimited liability; limited partners are protected up to their invested capital.
OwnershipPrivately held. Shares are not listed or traded on a public exchange.
ComparableBroadly equivalent to GmbH & Co. KG in Germany, AGKGAA in Germany, AKGK in Germany.

Equivalent forms around the world

These are the closest structural equivalents to SECA in other jurisdictions — same entity category, different national law.

CountryEquivalent suffix
GermanyGmbH & Co. KG
GermanyAGKGAA
GermanyAKGK
LuxembourgAM
GermanyGBHKGA
GermanyGBHKGAA
United KingdomGPLP
United KingdomILP
GermanyKEG
GermanyKG
GermanyKGAA
United KingdomLP
GermanyNFKGKG
United StatesP
GermanyPR
FranceSCA
FranceSCS
LuxembourgSECS
LuxembourgSECSP
FranceSELACA
United KingdomSLP

Normalizing “SECA” in your data

When matching or deduplicating company records, the legal suffix is noise — Acme SECA” and “Acme” should resolve to the same entity. One API call strips it and returns a stable canonical form:

Request
curl -X POST https://api.ambect.com/v1/normalize/company \
  -H "Authorization: Bearer $AMBECT_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Acme SECA", "country": "lu"}'
Response
{
  "data": {
    "canonical": "acme seca",
    "legal_type": null,
    "tokens": [
      "acme",
      "seca"
    ]
  },
  "meta": {
    "pipeline": [
      "lowercase",
      "legal_suffix"
    ],
    "confidence": 0.99
  }
}

Frequently asked questions

What does SECA stand for?

SECA stands for Société en commandite par actions (French), which translates as "Partnership limited by shares".

Is a SECA public or private?

A SECA is a private entity — its shares are not publicly listed or traded on a stock exchange.

What is the liability in a SECA?

Liability in a SECA is mixed. General partners bear unlimited liability while limited partners are protected up to their capital contribution.

Which countries use SECA?

SECA is used in Luxembourg.

Need to normalize SECA at scale? The Ambect API handles it across 100+ countries in under 5 ms.

Try the live normalizer free →