YAML

Japanese Business Entity Types - YAML

Japanese business entity types include four forms under the Companies Act: stock companies (Kabushiki Kaisha), limited liability companies (Godo Kaisha), limited partnerships (Goshi Kaisha), and general partnerships (Gomei Kaisha), plus Limited Liability Partnerships (LLP) under the LLP Act. Each form has distinct characteristics regarding establishment requirements, liability scope, fundraising methods, and tax treatment, chosen according to business scale and objectives. Stock companies are most common with high credibility, while LLCs offer lower establishment costs and flexible management.

Companies Act business entity stock company LLC LLP corporation startup
- code: "KK"
  slug: "kabushiki-kaisha"
  name: "Stock Company (Kabushiki Kaisha)"
  description: "The most common business entity in Japan that can raise funds by issuing stocks."
  legalBasis: "Companies Act"
  liabilityType: "Limited Liability"
  establishmentCost: "Approx. 170,000-250,000 JPY"
  minMembers: 1
  legalPersonality: true
  canGoPublic: true
- code: "GK"
  slug: "godo-kaisha"
  name: "Limited Liability Company (Godo Kaisha / LLC)"
  description: "A flexible business entity established in the 2006 Companies Act reform where investors are also managers."
  legalBasis: "Companies Act"
  liabilityType: "Limited Liability"
  establishmentCost: "Approx. 60,000-100,000 JPY"
  minMembers: 1
  legalPersonality: true
  canGoPublic: false
- code: "LLP"
  slug: "llp"
  name: "Limited Liability Partnership (LLP)"
  description: "A partnership form without legal personality but with pass-through taxation."
  legalBasis: "Limited Liability Partnership Act"
  liabilityType: "Limited Liability"
  establishmentCost: "Approx. 60,000 JPY"
  minMembers: 2
  legalPersonality: false
  canGoPublic: false
- code: "GK-KS"
  slug: "goshi-kaisha"
  name: "Limited Partnership (Goshi Kaisha)"
  description: "A mixed liability business entity composed of unlimited and limited liability members."
  legalBasis: "Companies Act"
  liabilityType: "Mixed Liability (Unlimited + Limited)"
  establishmentCost: "Approx. 60,000 JPY"
  minMembers: 2
  legalPersonality: true
  canGoPublic: false
- code: "GM-KS"
  slug: "gomei-kaisha"
  name: "General Partnership (Gomei Kaisha)"
  description: "The oldest business entity in Japan where all members have unlimited liability."
  legalBasis: "Companies Act"
  liabilityType: "Unlimited Liability"
  establishmentCost: "Approx. 60,000 JPY"
  minMembers: 2
  legalPersonality: true
  canGoPublic: false