Skip to content

Critical error on LLC business structures #213

Description

@justmobilize

If a user selects any of the following business structures:

  • CCORPORATIONLLC = LLC (C corporation)
  • PARTNERSHIPLLC = LLC (Partnership)
  • SCORPORATIONLLC = LLC (S corporation)
  • SINGLEMEMBERLLC = LLC (Sole owner)
  • UNSPECIFIED = Unspecified

from here:

Image

Only these values:

  • COMPANY = C corporation
  • CHARITY = Exempt Organization
  • NOTFORPROFIT = Nonprofit
  • PARTNERSHIP = Partnership
  • TRUST = Private Foundation
  • SCORPORATION = S corporation
  • SOLETRADER = Sole Proprietor

Are defined in:

allowed_values = [
"ACCOUNTING_PRACTICE",
"COMPANY",
"CHARITY",
"CLUB_OR_SOCIETY",
"INDIVIDUAL",
"LOOK_THROUGH_COMPANY",
"NOT_FOR_PROFIT",
"PARTNERSHIP",
"S_CORPORATION",
"SELF_MANAGED_SUPERANNUATION_FUND",
"SOLE_TRADER",
"SUPERANNUATION_FUND",
"TRUST",
"None",
] # noqa: E501

and

allowed_values = [
"ACCOUNTING_PRACTICE",
"COMPANY",
"CHARITY",
"CLUB_OR_SOCIETY",
"INDIVIDUAL",
"LOOK_THROUGH_COMPANY",
"NOT_FOR_PROFIT",
"PARTNERSHIP",
"S_CORPORATION",
"SELF_MANAGED_SUPERANNUATION_FUND",
"SOLE_TRADER",
"SUPERANNUATION_FUND",
"TRUST",
"None",
] # noqa: E501

I'm happy to open a pull request, but don't if there are others missing from non_US entity types.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions