open-agreements 0.7.5 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +300 -255
- package/README.es.md +301 -254
- package/README.md +389 -95
- package/README.pt-br.md +301 -254
- package/README.template.md +333 -0
- package/README.zh.md +300 -253
- package/SECURITY.md +34 -0
- package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
- package/content/recipes/nvca-voting-agreement/README.md +43 -0
- package/content/templates/bonterms-mutual-nda/README.md +2 -2
- package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
- package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
- package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
- package/content/templates/closing-checklist/template.docx +0 -0
- package/content/templates/closing-checklist/template.md +30 -0
- package/content/templates/common-paper-ai-addendum/template.docx +0 -0
- package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
- package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
- package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
- package/content/templates/common-paper-mutual-nda/README.md +28 -0
- package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
- package/content/templates/common-paper-term-sheet/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-board-consent-safe/README.md +61 -0
- package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.md +66 -0
- package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
- package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
- package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
- package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
- package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
- package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
- package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
- package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
- package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
- package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/content/templates/working-group-list/template.md +18 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/fill.d.ts +1 -1
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +4 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.js +10 -0
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.js +2 -2
- package/dist/core/employment/jurisdiction-rules.js.map +1 -1
- package/dist/core/employment/memo.d.ts +1 -1
- package/dist/core/employment/memo.d.ts.map +1 -1
- package/dist/core/employment/memo.js +14 -6
- package/dist/core/employment/memo.js.map +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +28 -0
- package/dist/core/engine.js.map +1 -1
- package/dist/core/fill-pipeline.d.ts +30 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +165 -9
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/humanize-docx.d.ts +21 -0
- package/dist/core/humanize-docx.d.ts.map +1 -0
- package/dist/core/humanize-docx.js +492 -0
- package/dist/core/humanize-docx.js.map +1 -0
- package/dist/core/metadata.d.ts +118 -65
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +268 -13
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
- package/dist/core/recipe/bracket-normalizer.js +3 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +1 -1
- package/dist/core/recipe/computed.d.ts.map +1 -1
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +22 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/types.d.ts +1 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/template-listing.d.ts +6 -8
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +24 -0
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +2 -0
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +17 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/template.d.ts +32 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +163 -3
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +26 -12
- package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
- package/skills/canonical-markdown-authoring/SKILL.md +565 -0
- package/skills/client-email/SKILL.md +10 -6
- package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
- package/skills/cloud-service-agreement/SKILL.md +38 -1
- package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
- package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
- package/skills/data-privacy-agreement/SKILL.md +2 -0
- package/skills/delaware-franchise-tax/SKILL.md +2 -0
- package/skills/edit-docx-agreement/SKILL.md +2 -0
- package/skills/employment-contract/CONNECTORS.md +2 -2
- package/skills/employment-contract/SKILL.md +25 -6
- package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
- package/skills/iso-27001-internal-audit/SKILL.md +2 -0
- package/skills/nda/CONNECTORS.md +2 -2
- package/skills/nda/SKILL.md +45 -1
- package/skills/nda/template-filling-execution.md +12 -6
- package/skills/non-compete-contract-explainer/SKILL.md +107 -0
- package/skills/non-compete-contract-explainer/content/alabama.md +251 -0
- package/skills/non-compete-contract-explainer/content/alaska.md +160 -0
- package/skills/non-compete-contract-explainer/content/american-samoa.md +187 -0
- package/skills/non-compete-contract-explainer/content/arizona.md +293 -0
- package/skills/non-compete-contract-explainer/content/arkansas.md +235 -0
- package/skills/non-compete-contract-explainer/content/california.md +270 -0
- package/skills/non-compete-contract-explainer/content/cnmi.md +168 -0
- package/skills/non-compete-contract-explainer/content/colorado.md +277 -0
- package/skills/non-compete-contract-explainer/content/connecticut.md +220 -0
- package/skills/non-compete-contract-explainer/content/delaware.md +222 -0
- package/skills/non-compete-contract-explainer/content/district-of-columbia.md +263 -0
- package/skills/non-compete-contract-explainer/content/florida.md +267 -0
- package/skills/non-compete-contract-explainer/content/georgia.md +323 -0
- package/skills/non-compete-contract-explainer/content/guam.md +180 -0
- package/skills/non-compete-contract-explainer/content/hawaii.md +236 -0
- package/skills/non-compete-contract-explainer/content/idaho.md +258 -0
- package/skills/non-compete-contract-explainer/content/illinois.md +266 -0
- package/skills/non-compete-contract-explainer/content/india.md +269 -0
- package/skills/non-compete-contract-explainer/content/indiana.md +253 -0
- package/skills/non-compete-contract-explainer/content/iowa.md +232 -0
- package/skills/non-compete-contract-explainer/content/kansas.md +227 -0
- package/skills/non-compete-contract-explainer/content/kentucky.md +201 -0
- package/skills/non-compete-contract-explainer/content/louisiana.md +272 -0
- package/skills/non-compete-contract-explainer/content/maine.md +178 -0
- package/skills/non-compete-contract-explainer/content/maryland.md +244 -0
- package/skills/non-compete-contract-explainer/content/massachusetts.md +272 -0
- package/skills/non-compete-contract-explainer/content/michigan.md +222 -0
- package/skills/non-compete-contract-explainer/content/minnesota.md +171 -0
- package/skills/non-compete-contract-explainer/content/mississippi.md +237 -0
- package/skills/non-compete-contract-explainer/content/missouri.md +219 -0
- package/skills/non-compete-contract-explainer/content/montana.md +202 -0
- package/skills/non-compete-contract-explainer/content/nebraska.md +206 -0
- package/skills/non-compete-contract-explainer/content/nevada.md +278 -0
- package/skills/non-compete-contract-explainer/content/new-hampshire.md +233 -0
- package/skills/non-compete-contract-explainer/content/new-jersey.md +277 -0
- package/skills/non-compete-contract-explainer/content/new-mexico.md +244 -0
- package/skills/non-compete-contract-explainer/content/new-york.md +226 -0
- package/skills/non-compete-contract-explainer/content/north-carolina.md +346 -0
- package/skills/non-compete-contract-explainer/content/north-dakota.md +187 -0
- package/skills/non-compete-contract-explainer/content/ohio.md +207 -0
- package/skills/non-compete-contract-explainer/content/oklahoma.md +196 -0
- package/skills/non-compete-contract-explainer/content/oregon.md +359 -0
- package/skills/non-compete-contract-explainer/content/pennsylvania.md +254 -0
- package/skills/non-compete-contract-explainer/content/philippines.md +211 -0
- package/skills/non-compete-contract-explainer/content/puerto-rico.md +163 -0
- package/skills/non-compete-contract-explainer/content/rhode-island.md +171 -0
- package/skills/non-compete-contract-explainer/content/singapore.md +229 -0
- package/skills/non-compete-contract-explainer/content/south-carolina.md +226 -0
- package/skills/non-compete-contract-explainer/content/south-dakota.md +222 -0
- package/skills/non-compete-contract-explainer/content/tennessee.md +251 -0
- package/skills/non-compete-contract-explainer/content/texas.md +297 -0
- package/skills/non-compete-contract-explainer/content/us-virgin-islands.md +193 -0
- package/skills/non-compete-contract-explainer/content/utah.md +250 -0
- package/skills/non-compete-contract-explainer/content/vermont.md +193 -0
- package/skills/non-compete-contract-explainer/content/virginia.md +213 -0
- package/skills/non-compete-contract-explainer/content/washington.md +296 -0
- package/skills/non-compete-contract-explainer/content/west-virginia.md +187 -0
- package/skills/non-compete-contract-explainer/content/wisconsin.md +293 -0
- package/skills/non-compete-contract-explainer/content/wyoming.md +296 -0
- package/skills/non-compete-contract-explainer/manifest.json +540 -0
- package/skills/open-agreements/CONNECTORS.md +2 -2
- package/skills/open-agreements/SKILL.md +165 -67
- package/skills/open-agreements/template-filling-execution.md +2 -2
- package/skills/recipe-quality-audit/SKILL.md +2 -0
- package/skills/safe/CONNECTORS.md +2 -2
- package/skills/safe/SKILL.md +38 -1
- package/skills/safe/template-filling-execution.md +2 -2
- package/skills/services-agreement/CONNECTORS.md +2 -2
- package/skills/services-agreement/SKILL.md +40 -1
- package/skills/services-agreement/template-filling-execution.md +81 -0
- package/skills/shared/template-filling-execution.md +2 -2
- package/skills/soc2-readiness/SKILL.md +2 -0
- package/skills/unit-test-philosophy/SKILL.md +3 -0
- package/skills/venture-financing/CONNECTORS.md +2 -2
- package/skills/venture-financing/SKILL.md +2 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
# OpenAgreements Employee Restrictive Covenant (Florida)
|
|
2
|
+
|
|
3
|
+
Florida-specific employee restrictive covenant agreement with a modular covenant
|
|
4
|
+
structure (non-compete, employee and customer non-solicitation, no-dealing,
|
|
5
|
+
non-investment, confidentiality, and non-disparagement). The form is built around
|
|
6
|
+
Florida's restrictive-covenant statute, Fla. Stat. § 542.335, the § 542.336
|
|
7
|
+
physician carve-out, and the 2025 CHOICE Act (Fla. Stat. §§ 542.41–542.45).
|
|
8
|
+
It is a sibling of the Wyoming pilot template, Florida-ified clause by clause.
|
|
9
|
+
|
|
10
|
+
This is a drafting starting point for licensed counsel, not legal advice.
|
|
11
|
+
|
|
12
|
+
## Source
|
|
13
|
+
|
|
14
|
+
- **URL**: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-florida
|
|
15
|
+
- **Version**: 1.0
|
|
16
|
+
- **License**: CC BY 4.0
|
|
17
|
+
- **Legal requirement set**: the Florida restrictive-covenant overlay (`restrictive-covenant.florida`, v0.3.0), itself a delta over the `restrictive-covenant.core` base spec, stewarded in `UseJunior/legal-context`.
|
|
18
|
+
|
|
19
|
+
## Two enforcement pathways
|
|
20
|
+
|
|
21
|
+
Florida law gives an employer two parallel ways to enforce a non-compete. This
|
|
22
|
+
template models both; which one applies is driven by `covered_employee`.
|
|
23
|
+
|
|
24
|
+
1. **General § 542.335 pathway (every covenant).** A restrictive covenant is
|
|
25
|
+
enforceable when it is supported by one or more **legitimate business
|
|
26
|
+
interests** (Fla. Stat. § 542.335(1)(b)) and is reasonable in time, area, and
|
|
27
|
+
line of business. Distinctives this template implements:
|
|
28
|
+
- **Legitimate-business-interest recital** — the `recitals-and-legitimate-business-interest`
|
|
29
|
+
clause names the enumerated interests the covenants protect.
|
|
30
|
+
- **Mandatory judicial modification** — under § 542.335(1)(c) a court *shall*
|
|
31
|
+
modify an overbroad restraint and grant only the relief reasonably
|
|
32
|
+
necessary. The `enforceability-severability-and-reformation` clause
|
|
33
|
+
**affirms** judicial modification. This is the exact inverse of the Wyoming
|
|
34
|
+
template, which disclaims reformation.
|
|
35
|
+
- **Presumptively-reasonable duration window** — § 542.335(1)(d)–(e) presumes
|
|
36
|
+
different reasonable/unreasonable durations by relationship type
|
|
37
|
+
(`covenant_relationship_type`). The defaults sit inside the reasonable
|
|
38
|
+
window.
|
|
39
|
+
- **Express assignee / successor / third-party-beneficiary enforcement** —
|
|
40
|
+
§ 542.335(1)(f) requires express contract language; silence defeats
|
|
41
|
+
enforcement by an acquirer, reorganized operating entity, or PEO. The
|
|
42
|
+
`assignment-and-successors` clause supplies it expressly.
|
|
43
|
+
- **Physician specialty-monopoly carve-out** — § 542.336 voids a physician
|
|
44
|
+
non-compete in a county where one entity employs/contracts with **all**
|
|
45
|
+
physicians of that specialty (and for 3 years after a second entity begins
|
|
46
|
+
offering it). The `physician-specific-rights-and-notices` clause carves this
|
|
47
|
+
out for any Physician worker as a defensive posture.
|
|
48
|
+
|
|
49
|
+
2. **CHOICE Act covered-employee pathway (`covered_employee == true`).** The 2025
|
|
50
|
+
CHOICE Act (Fla. Stat. §§ 542.41–542.45) is an **opt-in, enhanced-enforcement**
|
|
51
|
+
regime that runs *alongside* — it does not replace — § 542.335. A *covered
|
|
52
|
+
employee* earns more than twice the county annual mean wage **and** is not a
|
|
53
|
+
health care practitioner under s. 456.001 (Fla. Stat. § 542.43; physicians are
|
|
54
|
+
categorically excluded). On the employer's application a court **must**
|
|
55
|
+
preliminarily enjoin a covered employee from competing, dissolvable only by the
|
|
56
|
+
employee's clear-and-convincing evidence (§ 542.45(5)). The enhanced track is
|
|
57
|
+
available only if procedural prerequisites are met, which this template
|
|
58
|
+
surfaces in three clauses:
|
|
59
|
+
- `choice-act-counsel-notice` — written counsel advisal + ≥7-day notice
|
|
60
|
+
(§ 542.45(2)(a), (3)). A statutory-compliance representation
|
|
61
|
+
(`confirm=choice_act_advance_notice_confirmed`) that applies only to a
|
|
62
|
+
covered employee (`when=covered_employee`); see below.
|
|
63
|
+
- `choice-act-confidential-info-acknowledgement` — written acknowledgement of
|
|
64
|
+
receipt of confidential information or customer relationships
|
|
65
|
+
(§ 542.45(2)(b)).
|
|
66
|
+
- `choice-act-garden-leave` — when paired with a covered garden leave agreement
|
|
67
|
+
(§ 542.43(5)), the noncompete period is reduced day-for-day by any nonworking
|
|
68
|
+
portion of the notice period (§ 542.45(2)(c); see § 542.44).
|
|
69
|
+
|
|
70
|
+
The written counsel advisal and ≥7-day notice are operational steps the
|
|
71
|
+
employer must actually perform; reciting them does not by itself satisfy
|
|
72
|
+
them. The `choice-act-counsel-notice` recital is therefore a
|
|
73
|
+
*statutory compliance representation*: the `choice_act_advance_notice_confirmed`
|
|
74
|
+
field defaults to `false`, and until a human confirms the advisal and notice
|
|
75
|
+
were actually given, the recital renders followed by a yellow-highlighted
|
|
76
|
+
`[CONFIRM before signing: …]` bracket — and a matching item on the page-one
|
|
77
|
+
confirmation notice — rather than asserting clean compliance (it is never
|
|
78
|
+
silently dropped). The bracket links to the OpenAgreements Florida non-compete
|
|
79
|
+
reference card (`https://openagreements.org/legal/non-compete/florida`), which
|
|
80
|
+
keeps the current statute links in one place. Because the recital is gated
|
|
81
|
+
`when=covered_employee`, it is fully absent (no heading, no bracket) for a
|
|
82
|
+
non-covered employee.
|
|
83
|
+
|
|
84
|
+
## Fields
|
|
85
|
+
|
|
86
|
+
AI-only fields drive conditional gating and duration analysis; they are not
|
|
87
|
+
rendered as cover-term rows in the output document.
|
|
88
|
+
|
|
89
|
+
| Field | Type | Required | Description |
|
|
90
|
+
|-------|------|----------|-------------|
|
|
91
|
+
| `employer_name` | string | yes | Legal name of the employer |
|
|
92
|
+
| `employee_name` | string | yes | Full legal name of the employee |
|
|
93
|
+
| `employee_title` | string | no | Employee job title or position |
|
|
94
|
+
| `effective_date` | date | yes | Effective date of this agreement |
|
|
95
|
+
| `governing_law` | string | yes | Governing law state (default Florida) |
|
|
96
|
+
| `worker_category` | enum | no | Executive / Management / Professional Staff / Physician / Other (AI-only). Physician triggers the § 542.336 carve-out and forces `covered_employee` false |
|
|
97
|
+
| `covered_employee` | boolean | no | CHOICE Act covered-employee status: salary > 2× county annual mean wage AND not a health care practitioner under s. 456.001 (AI-only). Gates the CHOICE Act clauses. Default false |
|
|
98
|
+
| `garden_leave_included` | boolean | no | Whether a covered garden leave agreement (§ 542.43(5)) is paired with the covered-employee non-compete (AI-only). Gates the garden-leave offset clause. Default false |
|
|
99
|
+
| `covenant_relationship_type` | enum | no | employee / distributor_dealer_franchisee_licensee / sale_of_business / trade_secret_predicated. Selects the § 542.335(1)(d)–(e) duration window (AI-only; never gates a clause). Default employee |
|
|
100
|
+
| `covenant_duration_months` | number | no | Non-compete length in months for machine-checkable duration evaluation (AI-only). Advisory when empty |
|
|
101
|
+
| `confidentiality_trade_secret_duration` | string | no | Trade-secret confidentiality duration. Default Perpetual |
|
|
102
|
+
| `confidentiality_other_duration` | string | no | Non-trade-secret confidentiality duration. Default 24 months |
|
|
103
|
+
| `employee_nonsolicit_included` | boolean | no | Include the employee non-solicitation covenant. Default true |
|
|
104
|
+
| `employee_nonsolicit_duration` | string | no | Employee non-solicitation duration. Default 12 months |
|
|
105
|
+
| `covered_employee_period` | string | no | Lookback for covered employees. Default 12 months |
|
|
106
|
+
| `customer_nonsolicit_included` | boolean | no | Include the customer non-solicitation covenant. Default true |
|
|
107
|
+
| `customer_nonsolicit_duration` | string | no | Customer non-solicitation duration. Default 12 months |
|
|
108
|
+
| `covered_customer_period` | string | no | Lookback for covered customers. Default 12 months |
|
|
109
|
+
| `noncompete_included` | boolean | no | Include the non-compete covenant. Default false |
|
|
110
|
+
| `noncompete_duration` | string | no | Non-compete duration. Default 12 months |
|
|
111
|
+
| `territory` | string | no | Restricted territory. Default: employee's actual service area |
|
|
112
|
+
| `competitive_business_definition` | string | no | What constitutes a Competitive Business |
|
|
113
|
+
| `specified_competitors` | string | no | Optional named-competitor list (narrows the non-compete) |
|
|
114
|
+
| `nondealing_included` | boolean | no | Include the no-business-with-covered-customers covenant. Default false |
|
|
115
|
+
| `nondealing_duration` | string | no | No-dealing duration. Default 12 months |
|
|
116
|
+
| `passive_public_holdings_threshold` | string | no | Passive public-holdings ownership cap. Default five percent |
|
|
117
|
+
| `noninvestment_included` | boolean | no | Include the non-investment covenant. Default false |
|
|
118
|
+
| `noninvestment_duration` | string | no | Non-investment duration. Default 12 months |
|
|
119
|
+
| `nondisparagement_duration` | string | no | Non-disparagement duration. Default 24 months |
|
|
120
|
+
| `cloud_drive_id` | string | no | Optional document-system URI / file ID |
|
|
121
|
+
| `cloud_drive_id_footer` | string | no | Internal computed footer text |
|
|
122
|
+
|
|
123
|
+
## Canonical Markdown Authoring
|
|
124
|
+
|
|
125
|
+
The agreement is authored canonically in
|
|
126
|
+
`content/templates/openagreements-restrictive-covenant-florida/template.md`, with
|
|
127
|
+
the generated JSON spec and rendered DOCX derived from that source. Conditionally
|
|
128
|
+
included covenants are **fully absent** (no heading, no placeholder) when their
|
|
129
|
+
inclusion boolean is false, and the surviving clauses are renumbered sequentially
|
|
130
|
+
so no gap remains — an excluded clause does not advertise itself, so it cannot
|
|
131
|
+
imply a term (garden leave, a non-compete) was expected. Every gated clause is
|
|
132
|
+
conditioned on a single boolean field name (`covered_employee`,
|
|
133
|
+
`garden_leave_included`, or a covenant inclusion toggle); the renderer does not
|
|
134
|
+
support compound conditions, so `covenant_relationship_type` is consumed for the
|
|
135
|
+
duration value only and never used to include or omit a clause.
|
|
136
|
+
|
|
137
|
+
## Attribution
|
|
138
|
+
|
|
139
|
+
Authored by OpenAgreements contributors. Florida-specific analysis informed by
|
|
140
|
+
publicly available legal commentary cited in the related practice note. Licensed
|
|
141
|
+
under CC BY 4.0.
|
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
name: OpenAgreements Employee Restrictive Covenant (Florida)
|
|
2
|
+
category: employment
|
|
3
|
+
description: >-
|
|
4
|
+
Florida-specific employee restrictive covenant agreement with modular
|
|
5
|
+
covenant structure (non-compete, non-solicitation, non-dealing, non-investment,
|
|
6
|
+
confidentiality, non-disparagement). Implements Fla. Stat. section 542.335
|
|
7
|
+
(legitimate-business-interest recital, mandatory judicial modification of
|
|
8
|
+
overbroad restraints, express assignee / successor / third-party-beneficiary
|
|
9
|
+
enforcement), the section 542.336 physician specialty-monopoly carve-out, and
|
|
10
|
+
the 2025 CHOICE Act (sections 542.41-542.45) covered-employee enhanced-
|
|
11
|
+
enforcement track. Drafted as a starting point for licensed counsel review.
|
|
12
|
+
source_url: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-florida
|
|
13
|
+
version: '1.0'
|
|
14
|
+
license: CC-BY-4.0
|
|
15
|
+
allow_derivatives: true
|
|
16
|
+
attribution_text: >-
|
|
17
|
+
Authored by OpenAgreements contributors. Florida-specific analysis informed
|
|
18
|
+
by publicly available legal commentary cited in the related practice note.
|
|
19
|
+
Licensed under CC BY 4.0.
|
|
20
|
+
fields:
|
|
21
|
+
# --- Parties (on cover page) ---
|
|
22
|
+
- name: employer_name
|
|
23
|
+
type: string
|
|
24
|
+
description: Legal name of the employer
|
|
25
|
+
display_label: Employer
|
|
26
|
+
section: Parties
|
|
27
|
+
- name: employee_name
|
|
28
|
+
type: string
|
|
29
|
+
description: Full legal name of the employee
|
|
30
|
+
display_label: Employee
|
|
31
|
+
section: Parties
|
|
32
|
+
- name: employee_title
|
|
33
|
+
type: string
|
|
34
|
+
description: Employee job title or position (optional)
|
|
35
|
+
display_label: Employee Title / Position
|
|
36
|
+
default: ''
|
|
37
|
+
section: Parties
|
|
38
|
+
- name: employer_parent_name
|
|
39
|
+
type: string
|
|
40
|
+
description: >-
|
|
41
|
+
Legal name of Employer's direct corporate parent entity, if any (optional).
|
|
42
|
+
Named alongside "Employer and its Affiliates" as an expressly-identified
|
|
43
|
+
third-party beneficiary entitled to enforce the restrictive covenants under
|
|
44
|
+
Fla. Stat. section 542.335(1)(f). Common in PE / holding-company structures
|
|
45
|
+
where the named Employer entity is a dedicated employment entity distinct
|
|
46
|
+
from the operating company.
|
|
47
|
+
display_label: Employer Parent Entity
|
|
48
|
+
default: ''
|
|
49
|
+
section: Parties
|
|
50
|
+
- name: employer_operating_affiliate_name
|
|
51
|
+
type: string
|
|
52
|
+
description: >-
|
|
53
|
+
Legal name of the operating or service-recipient Affiliate, if different
|
|
54
|
+
from the named Employer (optional). Use this where the named Employer is a
|
|
55
|
+
dedicated employment entity but the operating business — the entity for
|
|
56
|
+
whom Employee actually performs services or that holds the Protected
|
|
57
|
+
Interests — is a separate commonly controlled Affiliate (common in PE /
|
|
58
|
+
holding-company structures). When provided, this entity is expressly named
|
|
59
|
+
in the Fla. Stat. section 542.335(1)(f) third-party-beneficiary list, in
|
|
60
|
+
addition to the "Employer and its Affiliates" class language, for higher
|
|
61
|
+
enforcement certainty.
|
|
62
|
+
display_label: Operating / Service-Recipient Affiliate
|
|
63
|
+
default: ''
|
|
64
|
+
section: Parties
|
|
65
|
+
- name: effective_date
|
|
66
|
+
type: date
|
|
67
|
+
description: Effective date of this agreement
|
|
68
|
+
display_label: Effective Date
|
|
69
|
+
section: Timing
|
|
70
|
+
- name: governing_law
|
|
71
|
+
type: string
|
|
72
|
+
description: Governing law state
|
|
73
|
+
display_label: Governing Law
|
|
74
|
+
default: Florida
|
|
75
|
+
section: Legal
|
|
76
|
+
|
|
77
|
+
# --- AI-only fields (drive memo warnings, never in output) ---
|
|
78
|
+
- name: worker_category
|
|
79
|
+
type: enum
|
|
80
|
+
description: >-
|
|
81
|
+
Employee role classification. AI-only field that drives memo warnings.
|
|
82
|
+
Not shown in the output document. A Physician worker triggers the
|
|
83
|
+
Fla. Stat. section 542.336 specialty-monopoly carve-out and can never
|
|
84
|
+
be a CHOICE Act covered employee (health care practitioners are
|
|
85
|
+
categorically excluded under Fla. Stat. section 542.43 / s. 456.001).
|
|
86
|
+
options:
|
|
87
|
+
- Executive
|
|
88
|
+
- Management
|
|
89
|
+
- Professional Staff
|
|
90
|
+
- Physician
|
|
91
|
+
- Other
|
|
92
|
+
default: Other
|
|
93
|
+
default_value_rationale: >-
|
|
94
|
+
Other is the conservative default when worker category cannot be
|
|
95
|
+
determined from context. The calling LLM may set this explicitly based
|
|
96
|
+
on title, scope, and duties. Setting Physician applies the section
|
|
97
|
+
542.336 carve-out conservatively (the specialty-monopoly condition turns
|
|
98
|
+
on county-level market facts the drafter cannot know at signing).
|
|
99
|
+
section: AI Analysis
|
|
100
|
+
- name: covered_employee
|
|
101
|
+
type: boolean
|
|
102
|
+
description: >-
|
|
103
|
+
Whether the employee is a "covered employee" under the 2025 CHOICE Act
|
|
104
|
+
(Fla. Stat. sections 542.41-542.45). FULL legal-status flag, NOT a
|
|
105
|
+
salary-only toggle: true only when the worker earns a salary greater
|
|
106
|
+
than twice the annual mean wage of the county AND is NOT a health care
|
|
107
|
+
practitioner as defined in s. 456.001 (Fla. Stat. section 542.43;
|
|
108
|
+
health care practitioners are categorically excluded regardless of pay).
|
|
109
|
+
When worker_category is Physician this MUST resolve to false. Gates the
|
|
110
|
+
CHOICE Act confidential-information-acknowledgement clause. (The
|
|
111
|
+
counsel-advisal-and-notice recital is separately gated by the
|
|
112
|
+
choice_act_advance_notice_confirmed statutory-compliance representation,
|
|
113
|
+
and garden leave by garden_leave_included.) AI-only field that drives
|
|
114
|
+
conditional gating. Not shown as a cover-term row.
|
|
115
|
+
default: 'false'
|
|
116
|
+
default_value_rationale: >-
|
|
117
|
+
Defaulting to false keeps the CHOICE Act enhanced-enforcement procedural
|
|
118
|
+
clauses off until the calling LLM affirmatively establishes covered-
|
|
119
|
+
employee status (salary > 2x county annual mean wage AND not a health
|
|
120
|
+
care practitioner). Over-asserting CHOICE Act status risks reciting
|
|
121
|
+
compliance with procedural prerequisites the employer did not perform.
|
|
122
|
+
section: AI Analysis
|
|
123
|
+
- name: choice_act_advance_notice_confirmed
|
|
124
|
+
type: boolean
|
|
125
|
+
statutory_compliance_representation: true
|
|
126
|
+
authority_url: https://openagreements.org/legal/non-compete/florida
|
|
127
|
+
confirm_note: >-
|
|
128
|
+
the written right-to-counsel advisal and at least 7-day advance notice were
|
|
129
|
+
actually given before signing
|
|
130
|
+
description: >-
|
|
131
|
+
CONFIRM-BEFORE-SIGNING: set true ONLY if a human has verified that the
|
|
132
|
+
CHOICE Act pre-execution compliance steps actually occurred — the covered
|
|
133
|
+
employee was advised, in writing, of the right to seek counsel, and was
|
|
134
|
+
given at least 7 days' advance notice of the proposed agreement (Fla. Stat.
|
|
135
|
+
section 542.45(2)(a), (3); see the OpenAgreements Florida non-compete
|
|
136
|
+
reference card at https://openagreements.org/legal/non-compete/florida,
|
|
137
|
+
which keeps the current statute links). This is a statutory-compliance
|
|
138
|
+
representation: its truth is a precondition to CHOICE Act enforceability,
|
|
139
|
+
so setting it true asserts a past fact that must really have happened. This
|
|
140
|
+
recital applies only to a covered employee; when it applies and this is
|
|
141
|
+
false (the default), the counsel-advisal-and-notice recital renders
|
|
142
|
+
followed by a yellow-highlighted "[CONFIRM before signing: …]" bracket and
|
|
143
|
+
a matching item on the page-one confirmation notice — the clause is never
|
|
144
|
+
silently dropped. The calling LLM MUST ask the human to confirm the advisal
|
|
145
|
+
and 7-day notice were given before setting this true. Not shown as a
|
|
146
|
+
cover-term row.
|
|
147
|
+
default: 'false'
|
|
148
|
+
default_value_rationale: >-
|
|
149
|
+
Conservative default false: the counsel-advisal/advance-notice recital is
|
|
150
|
+
a past-tense representation of real-world statutory compliance the employer
|
|
151
|
+
must actually have performed. Defaulting to false keeps the recital
|
|
152
|
+
flagged with a highlighted CONFIRM bracket (rather than asserting clean
|
|
153
|
+
compliance) until a human affirmatively confirms the advisal and 7-day
|
|
154
|
+
notice were given, avoiding an accidental false representation.
|
|
155
|
+
section: AI Analysis
|
|
156
|
+
- name: garden_leave_included
|
|
157
|
+
type: boolean
|
|
158
|
+
description: >-
|
|
159
|
+
Whether a covered garden leave agreement (Fla. Stat. section 542.43(5),
|
|
160
|
+
up-to-4-year notice period) is paired with the covered-employee
|
|
161
|
+
non-compete. Gates the CHOICE Act garden-leave day-for-day offset clause
|
|
162
|
+
(Fla. Stat. section 542.45(2)(c)). AI-only field that drives conditional
|
|
163
|
+
gating. Not shown as a cover-term row.
|
|
164
|
+
default: 'false'
|
|
165
|
+
default_value_rationale: >-
|
|
166
|
+
Default false: the employer elects garden leave affirmatively. The
|
|
167
|
+
garden-leave clause is meaningful only on the CHOICE Act covered-employee
|
|
168
|
+
track and is omitted unless garden leave is actually structured.
|
|
169
|
+
section: AI Analysis
|
|
170
|
+
- name: garden_leave_notice_duration
|
|
171
|
+
type: string
|
|
172
|
+
description: >-
|
|
173
|
+
Length of the covered garden leave notice period (e.g. "6 months",
|
|
174
|
+
"1 year"). Under Fla. Stat. section 542.43(5) a covered garden leave
|
|
175
|
+
agreement may provide for up to, but no more than, 4 years of advance
|
|
176
|
+
notice; after the first 90 days of the notice period the employee need not
|
|
177
|
+
provide services. Shown in Cover Terms and recited in the garden-leave
|
|
178
|
+
clause when garden_leave_included is true. The non-compete Restricted
|
|
179
|
+
Period is reduced day-for-day by the nonworking portion of this period
|
|
180
|
+
(section 542.45(2)(c)).
|
|
181
|
+
display_label: Garden Leave Notice Period
|
|
182
|
+
default: 6 months
|
|
183
|
+
default_value_rationale: >-
|
|
184
|
+
6 months is a moderate notice period well within the section 542.43(5)
|
|
185
|
+
4-year statutory ceiling. The employer should set this to the actual
|
|
186
|
+
negotiated notice period; it must not exceed 4 years.
|
|
187
|
+
section: Garden Leave
|
|
188
|
+
- name: covenant_relationship_type
|
|
189
|
+
type: enum
|
|
190
|
+
description: >-
|
|
191
|
+
The relationship the non-compete arises from. Selects the presumptively-
|
|
192
|
+
reasonable duration window under Fla. Stat. section 542.335(1)(d)-(e):
|
|
193
|
+
employee/agent/contractor (<=6mo reasonable / >2yr unreasonable);
|
|
194
|
+
distributor/dealer/franchisee/licensee (<=1yr / >3yr); sale of business
|
|
195
|
+
(<=3yr / >7yr); trade-secret-predicated (<=5yr / >10yr). AI-only field
|
|
196
|
+
consumed for duration evaluation ONLY; never used to include or omit a
|
|
197
|
+
clause. Not shown in the output document.
|
|
198
|
+
options:
|
|
199
|
+
- employee
|
|
200
|
+
- distributor_dealer_franchisee_licensee
|
|
201
|
+
- sale_of_business
|
|
202
|
+
- trade_secret_predicated
|
|
203
|
+
default: employee
|
|
204
|
+
default_value_rationale: >-
|
|
205
|
+
employee is the most common and most strictly scrutinized window
|
|
206
|
+
(presumptively reasonable at <=6 months, presumptively unreasonable
|
|
207
|
+
above 2 years).
|
|
208
|
+
section: AI Analysis
|
|
209
|
+
- name: covenant_duration_months
|
|
210
|
+
type: number
|
|
211
|
+
description: >-
|
|
212
|
+
The non-compete Restricted Period length in months, as an integer, for
|
|
213
|
+
machine-checkable duration evaluation against the Fla. Stat. section
|
|
214
|
+
542.335(1)(d)-(e) presumption window selected by covenant_relationship_type.
|
|
215
|
+
AI-only field. Not shown in the output document.
|
|
216
|
+
default: ''
|
|
217
|
+
default_value_rationale: >-
|
|
218
|
+
No conservative default. When empty the duration check is advisory only
|
|
219
|
+
(the numeric value is required to evaluate the statutory window). The
|
|
220
|
+
human-readable noncompete_duration string drives the Cover Terms row.
|
|
221
|
+
section: AI Analysis
|
|
222
|
+
|
|
223
|
+
# --- Confidentiality (on cover page, always visible) ---
|
|
224
|
+
- name: confidentiality_trade_secret_duration
|
|
225
|
+
type: string
|
|
226
|
+
description: Duration of confidentiality obligations for trade secrets
|
|
227
|
+
display_label: Trade Secrets Duration
|
|
228
|
+
default: Perpetual
|
|
229
|
+
section: Confidentiality
|
|
230
|
+
- name: confidentiality_other_duration
|
|
231
|
+
type: string
|
|
232
|
+
description: Duration of confidentiality obligations for non-trade-secret information
|
|
233
|
+
display_label: Other Confidential Information Duration
|
|
234
|
+
default: 24 months
|
|
235
|
+
default_value_rationale: >-
|
|
236
|
+
24 months is common for non-trade-secret confidentiality obligations
|
|
237
|
+
in employment agreements.
|
|
238
|
+
section: Confidentiality
|
|
239
|
+
|
|
240
|
+
# --- Employee Non-Solicitation ---
|
|
241
|
+
- name: employee_nonsolicit_included
|
|
242
|
+
type: boolean
|
|
243
|
+
description: Whether the employee non-solicitation covenant is included
|
|
244
|
+
display_label: Employee Non-Solicitation Included
|
|
245
|
+
default: 'true'
|
|
246
|
+
section: Employee Non-Solicitation
|
|
247
|
+
- name: employee_nonsolicit_duration
|
|
248
|
+
type: string
|
|
249
|
+
description: Duration of employee non-solicitation restriction
|
|
250
|
+
display_label: Employee Non-Solicitation Duration
|
|
251
|
+
default: 12 months
|
|
252
|
+
default_value_rationale: >-
|
|
253
|
+
12 months is a common enforceable duration and sits within the
|
|
254
|
+
Fla. Stat. section 542.335(1)(d) presumptively-reasonable window for
|
|
255
|
+
former-employee covenants (<=6 months presumed reasonable; >2 years
|
|
256
|
+
presumed unreasonable).
|
|
257
|
+
section: Employee Non-Solicitation
|
|
258
|
+
- name: covered_employee_period
|
|
259
|
+
type: string
|
|
260
|
+
description: >-
|
|
261
|
+
Lookback period for determining which employees are covered by
|
|
262
|
+
the non-solicitation restriction.
|
|
263
|
+
display_label: Covered Employee Period
|
|
264
|
+
default: 12 months
|
|
265
|
+
default_value_rationale: >-
|
|
266
|
+
12 months is the most common lookback period for employee
|
|
267
|
+
non-solicitation scope.
|
|
268
|
+
section: Employee Non-Solicitation
|
|
269
|
+
|
|
270
|
+
# --- Customer Non-Solicitation ---
|
|
271
|
+
- name: customer_nonsolicit_included
|
|
272
|
+
type: boolean
|
|
273
|
+
description: Whether the customer/partner non-solicitation covenant is included
|
|
274
|
+
display_label: Customer Non-Solicitation Included
|
|
275
|
+
default: 'true'
|
|
276
|
+
section: Customer Non-Solicitation
|
|
277
|
+
- name: customer_nonsolicit_duration
|
|
278
|
+
type: string
|
|
279
|
+
description: Duration of customer/partner non-solicitation restriction
|
|
280
|
+
display_label: Customer Non-Solicitation Duration
|
|
281
|
+
default: 12 months
|
|
282
|
+
default_value_rationale: >-
|
|
283
|
+
12 months sits within the Fla. Stat. section 542.335(1)(d)
|
|
284
|
+
presumptively-reasonable window for former-employee covenants.
|
|
285
|
+
section: Customer Non-Solicitation
|
|
286
|
+
- name: covered_customer_period
|
|
287
|
+
type: string
|
|
288
|
+
description: >-
|
|
289
|
+
Lookback period for determining which customers are covered by
|
|
290
|
+
the non-solicitation and non-dealing restrictions.
|
|
291
|
+
display_label: Covered Customer Period
|
|
292
|
+
default: 12 months
|
|
293
|
+
default_value_rationale: >-
|
|
294
|
+
12 months is the most common lookback period for customer
|
|
295
|
+
non-solicitation scope.
|
|
296
|
+
section: Customer Non-Solicitation
|
|
297
|
+
|
|
298
|
+
# --- Non-Competition ---
|
|
299
|
+
- name: noncompete_included
|
|
300
|
+
type: boolean
|
|
301
|
+
description: >-
|
|
302
|
+
Whether the non-competition covenant is included. Under Fla. Stat.
|
|
303
|
+
section 542.335 a non-compete is enforceable when supported by a
|
|
304
|
+
legitimate business interest and reasonable in time, area, and line of
|
|
305
|
+
business; this template recites the legitimate-business-interest basis
|
|
306
|
+
and biases the duration into the presumptively-reasonable window.
|
|
307
|
+
display_label: Non-Competition Included
|
|
308
|
+
default: 'false'
|
|
309
|
+
default_value_rationale: >-
|
|
310
|
+
Conservative default. Non-competes are the most heavily scrutinized
|
|
311
|
+
covenant; include only after confirming a Fla. Stat. section
|
|
312
|
+
542.335(1)(b) legitimate business interest exists, the duration is within
|
|
313
|
+
the presumptively-reasonable window, and (for a Physician) the section
|
|
314
|
+
542.336 specialty-monopoly carve-out is addressed.
|
|
315
|
+
section: Non-Competition
|
|
316
|
+
- name: noncompete_duration
|
|
317
|
+
type: string
|
|
318
|
+
description: Duration of non-competition restriction
|
|
319
|
+
display_label: Non-Competition Duration
|
|
320
|
+
default: 12 months
|
|
321
|
+
default_value_rationale: >-
|
|
322
|
+
12 months sits within the Fla. Stat. section 542.335(1)(d)
|
|
323
|
+
presumptively-reasonable window for former-employee covenants (<=6 months
|
|
324
|
+
presumed reasonable; >2 years presumed unreasonable). The tool should not
|
|
325
|
+
default to a presumptively-unreasonable term.
|
|
326
|
+
section: Non-Competition
|
|
327
|
+
- name: territory
|
|
328
|
+
type: string
|
|
329
|
+
description: Geographic scope of the non-competition restriction
|
|
330
|
+
display_label: Restricted Territory
|
|
331
|
+
default: the geographic area in which Employee provided services
|
|
332
|
+
default_value_rationale: >-
|
|
333
|
+
Tied to the employee's actual service area. Narrower geographic scope is
|
|
334
|
+
more readily found reasonable; Florida courts will modify rather than
|
|
335
|
+
void an overbroad territory under Fla. Stat. section 542.335(1)(c).
|
|
336
|
+
section: Non-Competition
|
|
337
|
+
- name: competitive_business_definition
|
|
338
|
+
type: string
|
|
339
|
+
description: >-
|
|
340
|
+
Description of the business activities that constitute competition
|
|
341
|
+
with the employer.
|
|
342
|
+
display_label: Competitive Business
|
|
343
|
+
section: Non-Competition
|
|
344
|
+
- name: specified_competitors
|
|
345
|
+
type: string
|
|
346
|
+
description: >-
|
|
347
|
+
Optional named list of specific competitors. Narrowing the restriction
|
|
348
|
+
to named competitors strengthens enforceability.
|
|
349
|
+
display_label: Specified Competitors
|
|
350
|
+
default: ''
|
|
351
|
+
section: Non-Competition
|
|
352
|
+
|
|
353
|
+
# --- No Business with Covered Customers (conditional) ---
|
|
354
|
+
- name: nondealing_included
|
|
355
|
+
type: boolean
|
|
356
|
+
description: >-
|
|
357
|
+
Whether the no-business-with-covered-customers covenant is included.
|
|
358
|
+
display_label: No Business with Covered Customers Included
|
|
359
|
+
default: 'false'
|
|
360
|
+
section: No Business with Covered Customers
|
|
361
|
+
- name: nondealing_duration
|
|
362
|
+
type: string
|
|
363
|
+
description: Duration of the no-business-with-covered-customers restriction
|
|
364
|
+
display_label: No Business with Covered Customers Duration
|
|
365
|
+
default: 12 months
|
|
366
|
+
section: No Business with Covered Customers
|
|
367
|
+
|
|
368
|
+
# --- Passive Public Holdings ---
|
|
369
|
+
- name: passive_public_holdings_threshold
|
|
370
|
+
type: string
|
|
371
|
+
description: >-
|
|
372
|
+
Maximum ownership percentage of publicly traded securities permitted
|
|
373
|
+
under the Passive Public Holdings carveout.
|
|
374
|
+
display_label: Passive Public Holdings Threshold
|
|
375
|
+
default: five percent
|
|
376
|
+
default_value_rationale: >-
|
|
377
|
+
Five percent of any class of publicly traded securities is the standard
|
|
378
|
+
passive investment carveout across restrictive covenant agreements.
|
|
379
|
+
section: Definitions
|
|
380
|
+
|
|
381
|
+
# --- Non-Investment (conditional) ---
|
|
382
|
+
- name: noninvestment_included
|
|
383
|
+
type: boolean
|
|
384
|
+
description: >-
|
|
385
|
+
Whether the non-investment covenant is included.
|
|
386
|
+
display_label: Non-Investment Included
|
|
387
|
+
default: 'false'
|
|
388
|
+
section: Non-Investment
|
|
389
|
+
- name: noninvestment_duration
|
|
390
|
+
type: string
|
|
391
|
+
description: Duration of non-investment restriction
|
|
392
|
+
display_label: Non-Investment Duration
|
|
393
|
+
default: 12 months
|
|
394
|
+
section: Non-Investment
|
|
395
|
+
|
|
396
|
+
# --- Non-Disparagement ---
|
|
397
|
+
- name: nondisparagement_duration
|
|
398
|
+
type: string
|
|
399
|
+
description: Duration of non-disparagement obligation (measured from termination)
|
|
400
|
+
display_label: Non-Disparagement Duration
|
|
401
|
+
default: 24 months
|
|
402
|
+
default_value_rationale: >-
|
|
403
|
+
24 months is common for employment non-disparagement provisions.
|
|
404
|
+
section: Non-Disparagement
|
|
405
|
+
|
|
406
|
+
# --- Document Management ---
|
|
407
|
+
- name: cloud_drive_id
|
|
408
|
+
type: string
|
|
409
|
+
description: Optional document-system URI or file ID for execution copy traceability
|
|
410
|
+
display_label: Cloud Drive ID
|
|
411
|
+
section: Document Management
|
|
412
|
+
- name: cloud_drive_id_footer
|
|
413
|
+
type: string
|
|
414
|
+
description: Internal computed footer text for document-system traceability
|
|
415
|
+
default: ''
|
|
416
|
+
section: Document Management
|
|
417
|
+
priority_fields:
|
|
418
|
+
- employer_name
|
|
419
|
+
- employee_name
|