open-agreements 0.7.5 → 0.7.6

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.
Files changed (333) hide show
  1. package/README.de.md +300 -255
  2. package/README.es.md +301 -254
  3. package/README.md +389 -95
  4. package/README.pt-br.md +301 -254
  5. package/README.template.md +333 -0
  6. package/README.zh.md +300 -253
  7. package/SECURITY.md +34 -0
  8. package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
  9. package/content/recipes/nvca-voting-agreement/README.md +43 -0
  10. package/content/templates/bonterms-mutual-nda/README.md +2 -2
  11. package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
  12. package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
  13. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
  14. package/content/templates/closing-checklist/template.docx +0 -0
  15. package/content/templates/closing-checklist/template.md +30 -0
  16. package/content/templates/common-paper-ai-addendum/template.docx +0 -0
  17. package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
  18. package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
  19. package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
  20. package/content/templates/common-paper-mutual-nda/README.md +28 -0
  21. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
  22. package/content/templates/common-paper-term-sheet/template.docx +0 -0
  23. package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
  24. package/content/templates/openagreements-board-consent-safe/README.md +61 -0
  25. package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
  26. package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
  27. package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
  28. package/content/templates/openagreements-board-consent-safe/template.md +66 -0
  29. package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
  30. package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
  31. package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
  32. package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
  33. package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
  34. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
  35. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  36. package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
  37. package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
  38. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
  39. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  40. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
  41. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
  42. package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
  43. package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
  44. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
  45. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  46. package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
  47. package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
  48. package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
  49. package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
  50. package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
  51. package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
  52. package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
  53. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
  54. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  55. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
  56. package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
  57. package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
  58. package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
  59. package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
  60. package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
  61. package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
  62. package/content/templates/working-group-list/template.docx +0 -0
  63. package/content/templates/working-group-list/template.md +18 -0
  64. package/dist/cli/index.js.map +1 -1
  65. package/dist/commands/fill.d.ts +1 -1
  66. package/dist/commands/fill.d.ts.map +1 -1
  67. package/dist/commands/fill.js +4 -1
  68. package/dist/commands/fill.js.map +1 -1
  69. package/dist/commands/list.js +10 -0
  70. package/dist/commands/list.js.map +1 -1
  71. package/dist/commands/recipe.js.map +1 -1
  72. package/dist/core/employment/jurisdiction-rules.js +2 -2
  73. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  74. package/dist/core/employment/memo.d.ts +1 -1
  75. package/dist/core/employment/memo.d.ts.map +1 -1
  76. package/dist/core/employment/memo.js +14 -6
  77. package/dist/core/employment/memo.js.map +1 -1
  78. package/dist/core/engine.d.ts.map +1 -1
  79. package/dist/core/engine.js +28 -0
  80. package/dist/core/engine.js.map +1 -1
  81. package/dist/core/fill-pipeline.d.ts +30 -5
  82. package/dist/core/fill-pipeline.d.ts.map +1 -1
  83. package/dist/core/fill-pipeline.js +173 -9
  84. package/dist/core/fill-pipeline.js.map +1 -1
  85. package/dist/core/humanize-docx.d.ts +21 -0
  86. package/dist/core/humanize-docx.d.ts.map +1 -0
  87. package/dist/core/humanize-docx.js +492 -0
  88. package/dist/core/humanize-docx.js.map +1 -0
  89. package/dist/core/metadata.d.ts +118 -65
  90. package/dist/core/metadata.d.ts.map +1 -1
  91. package/dist/core/metadata.js +268 -13
  92. package/dist/core/metadata.js.map +1 -1
  93. package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
  94. package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
  95. package/dist/core/recipe/bracket-normalizer.js +3 -0
  96. package/dist/core/recipe/bracket-normalizer.js.map +1 -1
  97. package/dist/core/recipe/computed.d.ts +1 -1
  98. package/dist/core/recipe/computed.d.ts.map +1 -1
  99. package/dist/core/recipe/index.d.ts.map +1 -1
  100. package/dist/core/recipe/index.js +22 -4
  101. package/dist/core/recipe/index.js.map +1 -1
  102. package/dist/core/recipe/types.d.ts +1 -1
  103. package/dist/core/recipe/types.d.ts.map +1 -1
  104. package/dist/core/template-listing.d.ts +6 -8
  105. package/dist/core/template-listing.d.ts.map +1 -1
  106. package/dist/core/template-listing.js +24 -0
  107. package/dist/core/template-listing.js.map +1 -1
  108. package/dist/core/unified-pipeline.d.ts +2 -0
  109. package/dist/core/unified-pipeline.d.ts.map +1 -1
  110. package/dist/core/unified-pipeline.js +19 -1
  111. package/dist/core/unified-pipeline.js.map +1 -1
  112. package/dist/core/validation/template.d.ts +32 -0
  113. package/dist/core/validation/template.d.ts.map +1 -1
  114. package/dist/core/validation/template.js +163 -3
  115. package/dist/core/validation/template.js.map +1 -1
  116. package/dist/index.d.ts +1 -0
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +2 -0
  119. package/dist/index.js.map +1 -1
  120. package/package.json +26 -12
  121. package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
  122. package/skills/canonical-markdown-authoring/SKILL.md +565 -0
  123. package/skills/client-email/SKILL.md +2 -0
  124. package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
  125. package/skills/cloud-service-agreement/SKILL.md +38 -1
  126. package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
  127. package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
  128. package/skills/data-privacy-agreement/SKILL.md +2 -0
  129. package/skills/delaware-franchise-tax/SKILL.md +2 -0
  130. package/skills/edit-docx-agreement/SKILL.md +2 -0
  131. package/skills/employment-contract/CONNECTORS.md +2 -2
  132. package/skills/employment-contract/SKILL.md +2 -0
  133. package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
  134. package/skills/iso-27001-internal-audit/SKILL.md +2 -0
  135. package/skills/nda/CONNECTORS.md +2 -2
  136. package/skills/nda/SKILL.md +45 -1
  137. package/skills/nda/template-filling-execution.md +12 -6
  138. package/skills/non-compete-contract-explainer/SKILL.md +107 -0
  139. package/skills/non-compete-contract-explainer/content/wyoming.md +286 -0
  140. package/skills/non-compete-contract-explainer/manifest.json +18 -0
  141. package/skills/open-agreements/CONNECTORS.md +2 -2
  142. package/skills/open-agreements/SKILL.md +165 -67
  143. package/skills/open-agreements/template-filling-execution.md +2 -2
  144. package/skills/recipe-quality-audit/SKILL.md +2 -0
  145. package/skills/safe/CONNECTORS.md +2 -2
  146. package/skills/safe/SKILL.md +38 -1
  147. package/skills/safe/template-filling-execution.md +2 -2
  148. package/skills/services-agreement/CONNECTORS.md +2 -2
  149. package/skills/services-agreement/SKILL.md +40 -1
  150. package/skills/services-agreement/template-filling-execution.md +81 -0
  151. package/skills/shared/template-filling-execution.md +2 -2
  152. package/skills/soc2-readiness/SKILL.md +2 -0
  153. package/skills/unit-test-philosophy/SKILL.md +3 -0
  154. package/skills/venture-financing/CONNECTORS.md +2 -2
  155. package/skills/venture-financing/SKILL.md +2 -0
  156. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
  157. package/node_modules/@xmldom/xmldom/CHANGELOG.md +0 -939
  158. package/node_modules/@xmldom/xmldom/LICENSE +0 -8
  159. package/node_modules/@xmldom/xmldom/SECURITY.md +0 -50
  160. package/node_modules/@xmldom/xmldom/index.d.ts +0 -1664
  161. package/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +0 -3
  162. package/node_modules/@xmldom/xmldom/lib/conventions.js +0 -429
  163. package/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -586
  164. package/node_modules/@xmldom/xmldom/lib/dom.js +0 -3192
  165. package/node_modules/@xmldom/xmldom/lib/entities.js +0 -2171
  166. package/node_modules/@xmldom/xmldom/lib/errors.js +0 -202
  167. package/node_modules/@xmldom/xmldom/lib/grammar.js +0 -533
  168. package/node_modules/@xmldom/xmldom/lib/index.js +0 -41
  169. package/node_modules/@xmldom/xmldom/lib/sax.js +0 -929
  170. package/node_modules/@xmldom/xmldom/package.json +0 -74
  171. package/node_modules/@xmldom/xmldom/readme.md +0 -364
  172. package/node_modules/core-util-is/LICENSE +0 -19
  173. package/node_modules/core-util-is/README.md +0 -3
  174. package/node_modules/core-util-is/lib/util.js +0 -107
  175. package/node_modules/core-util-is/package.json +0 -38
  176. package/node_modules/immediate/LICENSE.txt +0 -20
  177. package/node_modules/immediate/README.md +0 -93
  178. package/node_modules/immediate/dist/immediate.js +0 -75
  179. package/node_modules/immediate/dist/immediate.min.js +0 -1
  180. package/node_modules/immediate/lib/browser.js +0 -69
  181. package/node_modules/immediate/lib/index.js +0 -73
  182. package/node_modules/immediate/package.json +0 -42
  183. package/node_modules/inherits/LICENSE +0 -16
  184. package/node_modules/inherits/README.md +0 -42
  185. package/node_modules/inherits/inherits.js +0 -9
  186. package/node_modules/inherits/inherits_browser.js +0 -27
  187. package/node_modules/inherits/package.json +0 -29
  188. package/node_modules/isarray/.npmignore +0 -1
  189. package/node_modules/isarray/.travis.yml +0 -4
  190. package/node_modules/isarray/Makefile +0 -6
  191. package/node_modules/isarray/README.md +0 -60
  192. package/node_modules/isarray/component.json +0 -19
  193. package/node_modules/isarray/index.js +0 -5
  194. package/node_modules/isarray/package.json +0 -45
  195. package/node_modules/isarray/test.js +0 -20
  196. package/node_modules/jszip/.codeclimate.yml +0 -16
  197. package/node_modules/jszip/.editorconfig +0 -8
  198. package/node_modules/jszip/.eslintrc.js +0 -43
  199. package/node_modules/jszip/.github/workflows/pr.yaml +0 -58
  200. package/node_modules/jszip/.jekyll-metadata +0 -0
  201. package/node_modules/jszip/.travis.yml +0 -17
  202. package/node_modules/jszip/CHANGES.md +0 -204
  203. package/node_modules/jszip/LICENSE.markdown +0 -651
  204. package/node_modules/jszip/README.markdown +0 -33
  205. package/node_modules/jszip/deps.js +0 -37
  206. package/node_modules/jszip/dist/jszip.js +0 -11577
  207. package/node_modules/jszip/dist/jszip.min.js +0 -13
  208. package/node_modules/jszip/graph.svg +0 -601
  209. package/node_modules/jszip/index.d.ts +0 -330
  210. package/node_modules/jszip/lib/base64.js +0 -106
  211. package/node_modules/jszip/lib/compressedObject.js +0 -74
  212. package/node_modules/jszip/lib/compressions.js +0 -14
  213. package/node_modules/jszip/lib/crc32.js +0 -77
  214. package/node_modules/jszip/lib/defaults.js +0 -11
  215. package/node_modules/jszip/lib/external.js +0 -18
  216. package/node_modules/jszip/lib/flate.js +0 -85
  217. package/node_modules/jszip/lib/generate/ZipFileWorker.js +0 -539
  218. package/node_modules/jszip/lib/generate/index.js +0 -57
  219. package/node_modules/jszip/lib/index.js +0 -55
  220. package/node_modules/jszip/lib/license_header.js +0 -11
  221. package/node_modules/jszip/lib/load.js +0 -88
  222. package/node_modules/jszip/lib/nodejs/NodejsStreamInputAdapter.js +0 -74
  223. package/node_modules/jszip/lib/nodejs/NodejsStreamOutputAdapter.js +0 -42
  224. package/node_modules/jszip/lib/nodejsUtils.js +0 -57
  225. package/node_modules/jszip/lib/object.js +0 -384
  226. package/node_modules/jszip/lib/readable-stream-browser.js +0 -10
  227. package/node_modules/jszip/lib/reader/ArrayReader.js +0 -57
  228. package/node_modules/jszip/lib/reader/DataReader.js +0 -116
  229. package/node_modules/jszip/lib/reader/NodeBufferReader.js +0 -19
  230. package/node_modules/jszip/lib/reader/StringReader.js +0 -38
  231. package/node_modules/jszip/lib/reader/Uint8ArrayReader.js +0 -22
  232. package/node_modules/jszip/lib/reader/readerFor.js +0 -28
  233. package/node_modules/jszip/lib/signature.js +0 -7
  234. package/node_modules/jszip/lib/stream/ConvertWorker.js +0 -26
  235. package/node_modules/jszip/lib/stream/Crc32Probe.js +0 -24
  236. package/node_modules/jszip/lib/stream/DataLengthProbe.js +0 -29
  237. package/node_modules/jszip/lib/stream/DataWorker.js +0 -116
  238. package/node_modules/jszip/lib/stream/GenericWorker.js +0 -263
  239. package/node_modules/jszip/lib/stream/StreamHelper.js +0 -214
  240. package/node_modules/jszip/lib/support.js +0 -38
  241. package/node_modules/jszip/lib/utf8.js +0 -275
  242. package/node_modules/jszip/lib/utils.js +0 -501
  243. package/node_modules/jszip/lib/zipEntries.js +0 -261
  244. package/node_modules/jszip/lib/zipEntry.js +0 -293
  245. package/node_modules/jszip/lib/zipObject.js +0 -133
  246. package/node_modules/jszip/package.json +0 -67
  247. package/node_modules/jszip/sponsors.md +0 -21
  248. package/node_modules/jszip/tsconfig.json +0 -101
  249. package/node_modules/jszip/vendor/FileSaver.js +0 -247
  250. package/node_modules/lie/README.md +0 -62
  251. package/node_modules/lie/dist/lie.js +0 -350
  252. package/node_modules/lie/dist/lie.min.js +0 -1
  253. package/node_modules/lie/dist/lie.polyfill.js +0 -358
  254. package/node_modules/lie/dist/lie.polyfill.min.js +0 -1
  255. package/node_modules/lie/lib/browser.js +0 -273
  256. package/node_modules/lie/lib/index.js +0 -298
  257. package/node_modules/lie/license.md +0 -7
  258. package/node_modules/lie/lie.d.ts +0 -244
  259. package/node_modules/lie/package.json +0 -69
  260. package/node_modules/lie/polyfill.js +0 -4
  261. package/node_modules/pako/LICENSE +0 -21
  262. package/node_modules/pako/README.md +0 -191
  263. package/node_modules/pako/dist/pako.js +0 -6818
  264. package/node_modules/pako/dist/pako.min.js +0 -1
  265. package/node_modules/pako/dist/pako_deflate.js +0 -3997
  266. package/node_modules/pako/dist/pako_deflate.min.js +0 -1
  267. package/node_modules/pako/dist/pako_inflate.js +0 -3300
  268. package/node_modules/pako/dist/pako_inflate.min.js +0 -1
  269. package/node_modules/pako/index.js +0 -14
  270. package/node_modules/pako/lib/deflate.js +0 -400
  271. package/node_modules/pako/lib/inflate.js +0 -423
  272. package/node_modules/pako/lib/utils/common.js +0 -105
  273. package/node_modules/pako/lib/utils/strings.js +0 -187
  274. package/node_modules/pako/lib/zlib/README +0 -59
  275. package/node_modules/pako/lib/zlib/adler32.js +0 -51
  276. package/node_modules/pako/lib/zlib/constants.js +0 -68
  277. package/node_modules/pako/lib/zlib/crc32.js +0 -59
  278. package/node_modules/pako/lib/zlib/deflate.js +0 -1874
  279. package/node_modules/pako/lib/zlib/gzheader.js +0 -58
  280. package/node_modules/pako/lib/zlib/inffast.js +0 -345
  281. package/node_modules/pako/lib/zlib/inflate.js +0 -1556
  282. package/node_modules/pako/lib/zlib/inftrees.js +0 -343
  283. package/node_modules/pako/lib/zlib/messages.js +0 -32
  284. package/node_modules/pako/lib/zlib/trees.js +0 -1222
  285. package/node_modules/pako/lib/zlib/zstream.js +0 -47
  286. package/node_modules/pako/package.json +0 -44
  287. package/node_modules/process-nextick-args/index.js +0 -45
  288. package/node_modules/process-nextick-args/license.md +0 -19
  289. package/node_modules/process-nextick-args/package.json +0 -25
  290. package/node_modules/process-nextick-args/readme.md +0 -18
  291. package/node_modules/readable-stream/.travis.yml +0 -34
  292. package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  293. package/node_modules/readable-stream/GOVERNANCE.md +0 -136
  294. package/node_modules/readable-stream/LICENSE +0 -47
  295. package/node_modules/readable-stream/README.md +0 -58
  296. package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  297. package/node_modules/readable-stream/duplex-browser.js +0 -1
  298. package/node_modules/readable-stream/duplex.js +0 -1
  299. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
  300. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
  301. package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
  302. package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
  303. package/node_modules/readable-stream/lib/_stream_writable.js +0 -685
  304. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
  305. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
  306. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  307. package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  308. package/node_modules/readable-stream/package.json +0 -52
  309. package/node_modules/readable-stream/passthrough.js +0 -1
  310. package/node_modules/readable-stream/readable-browser.js +0 -7
  311. package/node_modules/readable-stream/readable.js +0 -19
  312. package/node_modules/readable-stream/transform.js +0 -1
  313. package/node_modules/readable-stream/writable-browser.js +0 -1
  314. package/node_modules/readable-stream/writable.js +0 -8
  315. package/node_modules/safe-buffer/LICENSE +0 -21
  316. package/node_modules/safe-buffer/README.md +0 -584
  317. package/node_modules/safe-buffer/index.d.ts +0 -187
  318. package/node_modules/safe-buffer/index.js +0 -62
  319. package/node_modules/safe-buffer/package.json +0 -37
  320. package/node_modules/setimmediate/LICENSE.txt +0 -20
  321. package/node_modules/setimmediate/package.json +0 -30
  322. package/node_modules/setimmediate/setImmediate.js +0 -186
  323. package/node_modules/string_decoder/.travis.yml +0 -50
  324. package/node_modules/string_decoder/LICENSE +0 -48
  325. package/node_modules/string_decoder/README.md +0 -47
  326. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  327. package/node_modules/string_decoder/package.json +0 -31
  328. package/node_modules/util-deprecate/History.md +0 -16
  329. package/node_modules/util-deprecate/LICENSE +0 -24
  330. package/node_modules/util-deprecate/README.md +0 -53
  331. package/node_modules/util-deprecate/browser.js +0 -67
  332. package/node_modules/util-deprecate/node.js +0 -6
  333. package/node_modules/util-deprecate/package.json +0 -27
@@ -0,0 +1,318 @@
1
+ # Legal Due Diligence Request List
2
+
3
+ OpenAgreements Legal Due Diligence Request List (v1.0). Free to use under CC BY 4.0.
4
+
5
+ ## Cover Sheet
6
+
7
+ | Term | Value |
8
+ |------|-------|
9
+ | **Requesting Firm** | {requesting_firm_name} |
10
+ | **Target Company** | {target_company_name} |
11
+ | **Project Code Name** | {project_code_name} |
12
+ | **Request Date** | {request_date} |
13
+ | **Response Due Date** | {response_due_date} |
14
+ | **Lead Buyer Counsel** | {lead_buyer_counsel_name} ({lead_buyer_counsel_email}) |
15
+ | **Primary Target Contact** | {primary_target_contact_name} |
16
+ | **Currency** | {currency} |
17
+ | **Data Room** | {data_room_url} |
18
+ | **Deal Type** | {deal_type} |
19
+ | **Transaction Stage** | {transaction_stage} |
20
+ | **Materiality Threshold (Dollar)** | {materiality_threshold_usd} |
21
+ | **Materiality Threshold (% of Revenue)** | {materiality_threshold_revenue_pct} |
22
+ | **Default Lookback** | {lookback_years} years |
23
+
24
+ ## Engagement Scope and Instructions
25
+
26
+ This request list opens the legal due diligence phase of the contemplated transaction. The target should populate a virtual data room with responsive documents and complete the response columns as set out below.
27
+
28
+ **Response columns.** For each numbered request, indicate one of:
29
+ - **Provided** — with file path or VDR link.
30
+ - **Does Not Exist** — with brief basis.
31
+ - **Not Applicable** — with brief basis.
32
+ - **Privileged / Withheld** — flag if attorney-client-privileged material is responsive but withheld or produced in redacted form.
33
+
34
+ **Materiality.** Where a request is qualified by "material," "material" means the lower of (a) {materiality_threshold_usd} per item or annual aggregate, or (b) {materiality_threshold_revenue_pct} of the target's gross revenue for the most recent completed fiscal year. The materiality qualifier is dollar-based unless the request specifies otherwise. Qualitative materiality (anti-assignment, change-of-control, exclusivity, MFN, IP encumbrance) governs regardless of the dollar threshold.
35
+
36
+ **Lookback.** Unless a section specifies otherwise, the lookback period is {lookback_years} years. Section-specific lookbacks may be longer (litigation, tax, regulatory correspondence). Regulatory investigations, settlements, and consent decrees should be produced regardless of date.
37
+
38
+ **Foldering.** The data room should be foldered to match the section structure of this request list, with sub-folders per request. Each file should be named to identify the responsive request.
39
+
40
+ **Iteration.** This is the first round of an iterative production project. Follow-up rounds typically run 5–7 business days after each prior production. Substantive completion typically requires 2–3 rounds.
41
+
42
+ ## Section A — Corporate Organization, Authority, and Governance
43
+
44
+ A.1 Certificate of Incorporation, all amendments, and the current certified or filed version.
45
+
46
+ A.2 Bylaws or operating agreement, all amendments, and the current operative version.
47
+
48
+ A.3 Complete minute books for the past {lookback_years} years, including board minutes, written consents, and committee minutes.
49
+
50
+ A.4 Stockholder or member meeting minutes and written consents for the past {lookback_years} years.
51
+
52
+ A.5 Certificates of good standing from the state of formation and from each state where the target is qualified to do business.
53
+
54
+ A.6 Officer and director list, including titles, dates of service, and any departures within the past {lookback_years} years.
55
+
56
+ A.7 Beneficial Ownership Information (BOI) reports filed pursuant to the Corporate Transparency Act, and any updates, if applicable. Note: FinCEN's March 26, 2025 interim final rule exempts U.S.-formed entities and U.S. persons; only foreign reporting companies remain subject.
57
+
58
+ ## Section B — Capitalization and Securities
59
+
60
+ B.1 Capitalization table as of the most recent month-end, showing authorized, issued, outstanding, and treasury securities by class.
61
+
62
+ B.2 Stock ledger, option ledger, warrant ledger, SAFE ledger, and convertible-note ledger.
63
+
64
+ B.3 Equity incentive plan documents, all amendments, and forms of grant agreement (option, RSU, restricted stock).
65
+
66
+ B.4 All 83(b) election filings and proof of timely IRS submission within the 30-day statutory window.
67
+
68
+ B.5 409A valuation reports for the past {lookback_years} years.
69
+
70
+ B.6 All stockholder agreements, voting agreements, registration rights agreements, side letters, and similar arrangements.
71
+
72
+ B.7 SAFE and convertible-note conversion mechanics, valuation caps, discount rates, and MFN provisions for outstanding instruments.
73
+
74
+ ## Section C — Subsidiaries and Affiliates
75
+
76
+ C.1 Organizational chart showing the target and all subsidiaries and affiliates, with ownership percentages.
77
+
78
+ C.2 Formation documents, certificates of good standing, and material governing documents for each subsidiary.
79
+
80
+ C.3 Intercompany agreements (services, IP, leases, financing) currently in effect.
81
+
82
+ ## Section D — Financial and Tax
83
+
84
+ D.1 Audited financial statements for the past three fiscal years; unaudited interim financials for periods since the last audit.
85
+
86
+ D.2 Federal tax returns for the past 6 years (or {tax_lookback_years} years if specified above).
87
+
88
+ D.3 State and local tax returns for the past 6 years in each jurisdiction of meaningful operation.
89
+
90
+ D.4 All tax audit correspondence, examination findings, and ongoing examinations regardless of date.
91
+
92
+ D.5 Tax-sharing agreements, tax-indemnification agreements, and any tax-related schedules from prior acquisitions.
93
+
94
+ D.6 Sales-and-use tax economic-nexus analysis under *Wayfair*, including registration status by state.
95
+
96
+ D.7 Material correspondence with the IRS or state tax authorities regarding rulings, settlements, or contested matters.
97
+
98
+ ## Section E — Indebtedness, Liens, and Security Interests
99
+
100
+ E.1 All loan agreements, credit agreements, indentures, and instruments governing material indebtedness.
101
+
102
+ E.2 Schedule of guarantees, letters of credit, and other contingent obligations.
103
+
104
+ E.3 UCC searches and lien releases for material assets.
105
+
106
+ E.4 Lender consent requirements triggered by change of control.
107
+
108
+ ## Section F — Material Contracts
109
+
110
+ F.1 All contracts with annual revenue or expenditure exceeding {materiality_threshold_usd} or {materiality_threshold_revenue_pct} of gross revenue.
111
+
112
+ F.2 Top 20 customer contracts by revenue, regardless of dollar amount.
113
+
114
+ F.3 Top 20 supplier and vendor contracts by spend, regardless of dollar amount.
115
+
116
+ F.4 All contracts containing exclusivity, most-favored-nation pricing, non-compete, or similar restrictive covenants binding on the target.
117
+
118
+ F.5 All contracts with change-of-control, anti-assignment, or termination-on-acquisition provisions.
119
+
120
+ F.6 All material distribution, reseller, channel, or sales-representative agreements.
121
+
122
+ F.7 All material partnership, joint venture, alliance, or collaboration agreements.
123
+
124
+ F.8 All material settlement and release agreements with ongoing obligations.
125
+
126
+ F.9 Forms of standard customer contract, supplier contract, NDA, and any other contract regularly used by the target.
127
+
128
+ ## Section G — Real and Personal Property
129
+
130
+ G.1 Schedule of all owned real property with title reports and material correspondence; if none, a written confirmation that the target owns no real property.
131
+
132
+ G.2 All real property leases, subleases, licenses, and material correspondence; if none, a written confirmation that the target leases no real property.
133
+
134
+ G.3 Schedule of material personal property (servers, manufacturing equipment, vehicles); for cloud-native targets, a written confirmation identifying the cloud infrastructure provider in lieu of owned hardware.
135
+
136
+ G.4 Equipment leases and material personal property leases.
137
+
138
+ G.5 Service-provider arrangements (coworking, virtual-office, residential-address service) used in lieu of a physical headquarters.
139
+
140
+ ## Section H — Intellectual Property — Core
141
+
142
+ H.1 Schedules of all U.S. and foreign patents, patent applications, and provisionals, including title, application/patent number, filing/issue date, status, and beneficial owner.
143
+
144
+ H.2 Schedule of all registered and material unregistered trademarks, including registration number, jurisdiction, and goods/services description.
145
+
146
+ H.3 Schedule of all material copyrights and copyright registrations.
147
+
148
+ H.4 Schedule of all domain names owned or registered to the target.
149
+
150
+ H.5 Form of, and complete executed copies of, all Proprietary Information and Inventions Agreements (or equivalent invention-assignment, work-for-hire, and confidentiality agreements) for all current and former employees, founders, officers, contractors, consultants, and advisors who contributed to the development of any material intellectual property. Identify any individuals who contributed material IP and did not execute such an agreement, and describe any subsequent assignments or remediation.
151
+
152
+ H.6 All inbound and outbound IP licenses, technology licenses, and material commercial-software agreements, with each agreement marked or annotated to identify any change-of-control, anti-assignment, termination-on-acquisition, or consent-required provisions. Identify any agreements where third-party consent will be required to consummate the transaction.
153
+
154
+ ## Section I — Privacy and Cybersecurity — Core
155
+
156
+ I.1 Public-facing privacy notices, terms of use, and cookie policies.
157
+
158
+ I.2 Internal data-protection and information-security policies, including incident response plan and access-control policies.
159
+
160
+ I.3 Schedule of personal-data processing activities, categories of data subjects and personal data, and any DPAs with material processors.
161
+
162
+ I.4 Cybersecurity-incident history for the past {lookback_years} years, including breach notifications to regulators, customers, or employees.
163
+
164
+ I.5 GDPR / CCPA / state-privacy-law compliance documentation, including data-subject-request handling procedures and any DPIA / TIA records.
165
+
166
+ ## Section J — Employment, Compensation, and Benefits
167
+
168
+ J.1 Organizational chart with reporting lines and material compensation tiers.
169
+
170
+ J.2 Standard form employment agreement, contractor agreement, and PIIA executed by all employees and material contractors.
171
+
172
+ J.3 All employee benefit plans, including 401(k), health, welfare, severance, and any defined-benefit plans, with IRS Form 5500 filings for the past {lookback_years} years.
173
+
174
+ J.4 Equity incentive plan documents and forms of grant agreement (cross-reference Section B).
175
+
176
+ J.5 Worker-classification analysis distinguishing exempt vs. non-exempt and employee vs. independent contractor; identify any reclassification reviews.
177
+
178
+ J.6 Labor disputes, collective-bargaining agreements, and union activity, if applicable.
179
+
180
+ J.7 Severance and retention arrangements with key employees, including any single-trigger or double-trigger acceleration.
181
+
182
+ ## Section K — Litigation, Disputes, Investigations
183
+
184
+ K.1 Schedule of all pending and threatened claims, lawsuits, administrative proceedings, arbitrations, and investigations within the past {litigation_lookback_years} years (or {lookback_years} years if no override specified). Include the parties, forum, claim summary, status, and amount in controversy.
185
+
186
+ K.2 All settlement and release agreements with ongoing obligations regardless of date.
187
+
188
+ K.3 All consent decrees, judgments, injunctions, and similar orders binding on the target regardless of date.
189
+
190
+ K.4 All correspondence with regulatory bodies, government agencies, or self-regulatory organizations regarding investigations, inquiries, settlements, or consent decrees, regardless of date.
191
+
192
+ K.5 Audit response letters from the target's outside counsel for the past {lookback_years} years.
193
+
194
+ ## Section L — Compliance with Laws, Permits, Licenses
195
+
196
+ L.1 Schedule of material licenses, permits, registrations, and authorizations required to operate the target's business.
197
+
198
+ L.2 Routine regulatory filings and compliance certifications for the past {compliance_lookback_years} years (or {lookback_years} years if no override specified).
199
+
200
+ L.3 Internal compliance program documentation, including code of conduct, training records, and whistleblower hotline records.
201
+
202
+ L.4 Any prior compliance investigations, internal audits, or third-party allegations relating to the target's regulated operations.
203
+
204
+ ## Section M — Insurance
205
+
206
+ M.1 Schedule of all material insurance policies, including commercial general liability, D&O, E&O, cyber, employment-practices liability, and any industry-specific policies.
207
+
208
+ M.2 Claims history for the past {lookback_years} years for each policy type.
209
+
210
+ M.3 Tail-coverage status and renewal terms for any claims-made policies.
211
+
212
+ ## Section N — Related-Party Transactions
213
+
214
+ N.1 Schedule of all transactions, agreements, or relationships between the target and any officer, director, founder, beneficial owner exceeding 5%, or family member of any of the foregoing.
215
+
216
+ N.2 Indebtedness owed by or to insiders.
217
+
218
+ N.3 Special-purpose-entity arrangements and any pass-through revenue or expense accounts.
219
+
220
+ ## Section O — Tech / SaaS Rider [include if tech_rider_enabled]
221
+
222
+ The following requests apply only if the target operates a software, SaaS, platform, marketplace, or data-heavy business.
223
+
224
+ O.1 Complete open-source-software (OSS) inventory by component, with the license governing each component, whether each component is statically linked, dynamically linked, or used as a service, and whether the resulting product is distributed externally. Include any output from automated OSS-scan tools (e.g., Black Duck, FOSSA, Snyk).
225
+
226
+ O.2 OSS-policy documentation including approval workflows, copyleft / viral-license screening procedures, and any prior OSS license violations or remediation actions.
227
+
228
+ O.3 Source-code escrow arrangements with customers or escrow agents, including triggers, release conditions, and current escrow contents.
229
+
230
+ O.4 All material hosted-services and IT agreements (cloud hosting, CDN, monitoring, observability, identity, payments), with change-of-control / assignment provisions identified.
231
+
232
+ O.5 Most recent SOC 2 Type II report and ISO 27001 audit results, plus any internal vulnerability scan or penetration test reports for the past {lookback_years} years.
233
+
234
+ O.6 Data-flow architecture diagrams showing how customer data moves through the target's systems and sub-processors.
235
+
236
+ O.7 Customer-facing Service Level Agreements (SLAs), including uptime commitments and credit / refund mechanics for SLA breaches.
237
+
238
+ O.8 Security-incident history for the past {lookback_years} years (cross-reference Section I.4 for breaches with regulatory reporting obligations).
239
+
240
+ O.9 GDPR / CCPA / cross-border data-transfer mechanisms (Standard Contractual Clauses, adequacy decisions, BCRs) where applicable.
241
+
242
+ ## Section P — Life Sciences Rider [include if life_sciences_rider_enabled]
243
+
244
+ The following requests apply only if the target has an FDA-regulated R&D pipeline or manufacturing footprint.
245
+
246
+ P.1 Schedule of all clinical trials (current and past), with phase, indication, enrollment, and current status.
247
+
248
+ P.2 Investigator's Brochures and clinical-trial protocols for active trials.
249
+
250
+ P.3 Serious Adverse Event (SAE) reports filed with the FDA or foreign regulators in the past {lookback_years} years.
251
+
252
+ P.4 Investigational New Drug (IND), New Drug Application (NDA), Biologics License Application (BLA), and 510(k) / PMA filings, including current status.
253
+
254
+ P.5 All correspondence with the FDA, EMA, or other applicable regulatory authorities, including Form 483 observations and Warning Letters, regardless of date.
255
+
256
+ P.6 Manufacturing-site inspection history, including 21 CFR Part 211 / Part 820 compliance records.
257
+
258
+ P.7 Controlled-substance registrations with the DEA and any state controlled-substance authorities.
259
+
260
+ P.8 CRO (Contract Research Organization) and CMO (Contract Manufacturing Organization) agreements.
261
+
262
+ P.9 R&D collaboration, licensing, and partnering agreements (university, government, or industry).
263
+
264
+ P.10 Any Corporate Integrity Agreement (CIA) with HHS-OIG, DOJ, or other federal authorities.
265
+
266
+ ## Section Q — Healthcare Provider Rider [include if healthcare_provider_rider_enabled]
267
+
268
+ The following requests apply only if the target's business model includes provider-side reimbursement risk (clinics, hospitals, physician groups, telehealth providers, lab services).
269
+
270
+ Q.1 Provider licensure for each state of operation, including any prior licensure actions, suspensions, or restrictions.
271
+
272
+ Q.2 Billing and coding compliance audit results for the past {lookback_years} years, including any external audits and any internal RAC / ZPIC review preparation.
273
+
274
+ Q.3 Malpractice claims history for the past {lookback_years} years, including tail-coverage status for departing providers.
275
+
276
+ Q.4 HIPAA breach logs, OCR correspondence, and any corrective-action plans stemming from privacy or security incidents.
277
+
278
+ Q.5 Payer-audit history (Medicare, Medicaid, commercial), recoupment exposure, and current open audits.
279
+
280
+ Q.6 Anti-Kickback Statute, Stark Law, and Physician Payment Sunshine Act compliance documentation, including transfer-of-value reporting.
281
+
282
+ Q.7 Telehealth state-licensure compliance, including any reliance on cross-state compacts (e.g., IMLC).
283
+
284
+ Q.8 Provider compensation arrangements that could implicate fair-market-value or commercial-reasonableness analysis.
285
+
286
+ ## Section R — Cross-Border / Trade Compliance Rider [include if cross_border_rider_enabled]
287
+
288
+ The following requests apply only if the target has foreign operations, foreign customers, foreign manufacturing, government customers, or material exposure to controlled jurisdictions.
289
+
290
+ R.1 Foreign-subsidiary and branch documentation, including formation documents, governance, and intercompany agreements.
291
+
292
+ R.2 Sanctions / OFAC screening procedures, screening tool documentation, and any historical hits or escalations.
293
+
294
+ R.3 Export-control classifications (ECCN, USML) for material technologies and products, plus any export licenses or commodity classification rulings.
295
+
296
+ R.4 AML / KYC program documentation (where applicable to the target's industry), including written policies and procedures, training records, regulator examination findings, and non-privileged audit/correspondence files. Do not produce any SARs or materials that would reveal a SAR's existence (FinCEN confidentiality rules at 31 CFR 1020.320(e) bar disclosure to counterparties).
297
+
298
+ R.5 FCPA compliance program documentation, including risk assessments, training records, third-party-intermediary diligence, and any prior internal investigations or third-party allegations.
299
+
300
+ R.6 Government-customer relationships (federal, state, local, or foreign), including contract terms with flow-down compliance obligations and any audit history. Include any GSA Schedule contracts, FAR-flowdown analysis, and SBA representations.
301
+
302
+ R.7 Operations or sales in higher-risk corruption-index jurisdictions; specify each country in `{countries_of_operation}`.
303
+
304
+ R.8 Foreign-investment-screening filings (CFIUS, foreign FDI regimes), including any prior CFIUS reviews of the target or its subsidiaries.
305
+
306
+ ## Closing — Response Protocol
307
+
308
+ This request list is the first round of an iterative diligence production project. The target should:
309
+
310
+ 1. Populate the data room with responsive documents foldered to match this list's section structure.
311
+ 2. Complete the response columns ("Provided / Does Not Exist / Not Applicable / Privileged") for each numbered request.
312
+ 3. Identify any responses that require additional time and provide an expected completion date.
313
+ 4. Identify any documents or information that the target intends to withhold on privilege or confidentiality grounds, with the basis for withholding.
314
+ 5. Provide a single point of contact for clarification questions and follow-up rounds.
315
+
316
+ Follow-up rounds typically run 5–7 business days after each prior production. Substantive completion typically requires 2–3 rounds. The buyer's diligence team will provide written follow-up requests after each round.
317
+
318
+ Confidentiality and privilege are governed by the parties' executed confidentiality agreement.
@@ -0,0 +1,230 @@
1
+ {
2
+ "template_id": "openagreements-employee-ip-inventions-assignment",
3
+ "layout_id": "cover-standard-signature-v1",
4
+ "style_id": "openagreements-default-v1",
5
+ "output_docx_path": "content/templates/openagreements-employee-ip-inventions-assignment/template.docx",
6
+ "document": {
7
+ "title": "Employee IP and Inventions Assignment Agreement",
8
+ "label": "OpenAgreements Employee IP and Inventions Assignment",
9
+ "version": "1.1",
10
+ "license": "Free to use under CC BY 4.0",
11
+ "include_cloud_doc_line": true,
12
+ "defined_term_highlight_mode": "definition_site_only",
13
+ "cover_row_height": 700
14
+ },
15
+ "sections": {
16
+ "cover_terms": {
17
+ "section_label": "Cover Terms",
18
+ "heading_title": "Cover Terms",
19
+ "subtitle": "The key business terms of this assignment agreement are as follows.",
20
+ "rows": [
21
+ {
22
+ "kind": "row",
23
+ "label": "Company",
24
+ "value": "{company_name}",
25
+ "sub": false
26
+ },
27
+ {
28
+ "kind": "row",
29
+ "label": "Employee",
30
+ "value": "{employee_name}",
31
+ "sub": false
32
+ },
33
+ {
34
+ "kind": "row",
35
+ "label": "Effective Date",
36
+ "value": "{effective_date}",
37
+ "sub": false
38
+ },
39
+ {
40
+ "kind": "row",
41
+ "label": "Prior Inventions Disclosure",
42
+ "value": "{prior_inventions_disclosure}",
43
+ "sub": false
44
+ },
45
+ {
46
+ "kind": "row",
47
+ "label": "Excluded Inventions Statement",
48
+ "value": "{excluded_inventions_statement}",
49
+ "sub": false
50
+ },
51
+ {
52
+ "kind": "row",
53
+ "label": "Confidential Information Definition",
54
+ "value": "{confidential_information_definition}",
55
+ "sub": false
56
+ },
57
+ {
58
+ "kind": "row",
59
+ "label": "Return of Materials Timing",
60
+ "value": "{return_of_materials_timing}",
61
+ "sub": false
62
+ },
63
+ {
64
+ "kind": "row",
65
+ "label": "Post-Termination Assistance",
66
+ "value": "{post_termination_assistance}",
67
+ "sub": false
68
+ },
69
+ {
70
+ "kind": "row",
71
+ "label": "Governing Law",
72
+ "value": "{governing_law}",
73
+ "sub": false
74
+ },
75
+ {
76
+ "kind": "row",
77
+ "label": "Venue",
78
+ "value": "{venue}",
79
+ "sub": false
80
+ }
81
+ ]
82
+ },
83
+ "standard_terms": {
84
+ "section_label": "Standard Terms",
85
+ "heading_title": "Standard Terms",
86
+ "clauses": [
87
+ {
88
+ "id": "defined-terms",
89
+ "type": "definitions",
90
+ "heading": "Defined Terms",
91
+ "terms": [
92
+ {
93
+ "term": "Covered Inventions",
94
+ "definition": "means inventions, software, works of authorship, discoveries, designs, data models, and related intellectual property created during employment that arise from Company work, use Company resources, or relate to Company business or actual or demonstrably anticipated research or development."
95
+ },
96
+ {
97
+ "term": "Confidential Information",
98
+ "definition": "means non-public information that Employee learns, accesses, or develops during employment, including business strategies, customer and prospect data, trade secrets, source code, algorithms, security credentials, technical and product information, financial information, personnel information, and any additional information described in Cover Terms under Confidential Information Definition. Confidential Information does not include information that (a) was publicly known when Employee learned it, (b) becomes publicly known through no fault of Employee, (c) was lawfully known to Employee before employment without confidentiality restriction, (d) Employee rightfully receives from a third party without confidentiality restriction, or (e) Employee independently develops outside the scope of employment without using Confidential Information or Company equipment, supplies, facilities, or other resources."
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "id": "assignment-of-inventions",
104
+ "heading": "Assignment of Inventions",
105
+ "body": "Employee hereby assigns and agrees to assign to Company all right, title, and interest in Covered Inventions, to the extent permitted by law."
106
+ },
107
+ {
108
+ "id": "work-made-for-hire-and-further-assurances",
109
+ "heading": "Work Made for Hire and Further Assurances",
110
+ "body": "To the extent legally permitted, copyrightable works prepared within the scope of employment are works made for hire for Company. If any rights do not automatically vest in Company, Employee hereby assigns those rights and will sign additional documents reasonably requested to confirm ownership and record assignments."
111
+ },
112
+ {
113
+ "id": "disclosure-and-documentation",
114
+ "heading": "Disclosure and Documentation",
115
+ "body": "Employee will promptly disclose Covered Inventions and maintain reasonably complete records of their conception, authorship, development, and transfer, consistent with Company's written policies communicated to Employee and Employee's confidentiality obligations."
116
+ },
117
+ {
118
+ "id": "prior-and-excluded-inventions",
119
+ "heading": "Prior and Excluded Inventions",
120
+ "body": "The Prior Inventions and Excluded Inventions identified in Cover Terms remain carved out. This agreement does not apply to an invention that Employee develops entirely on Employee's own time without using Company equipment, supplies, facilities, or trade secret information, except to the extent applicable law permits assignment because the invention relates to Company business or actual or demonstrably anticipated research or development, or results from work performed for Company. Employee represents that the Prior Inventions disclosure in Cover Terms is complete to Employee's knowledge as of the Effective Date."
121
+ },
122
+ {
123
+ "id": "confidential-information-and-trade-secrets",
124
+ "heading": "Confidential Information and Trade Secrets",
125
+ "body": "Employee will use and protect Confidential Information solely for authorized Company purposes, will not misuse or disclose Confidential Information except as permitted by this agreement, Company's written policies communicated to Employee, or law, and will follow the Confidential Information definition in this agreement, as supplemented in Cover Terms."
126
+ },
127
+ {
128
+ "id": "protected-disclosures-and-protected-activity",
129
+ "heading": "Protected Disclosures and Protected Activity",
130
+ "body": "Nothing in this agreement restricts Employee from reporting possible violations of law to a government agency or attorney, making disclosures protected by whistleblower laws, or discussing wages, hours, or working conditions as protected by law. Employee does not need Company's prior approval to make those disclosures or to notify Company that they were made. Pursuant to the Defend Trade Secrets Act (18 U.S.C. § 1833(b)), Employee will not be held criminally or civilly liable under federal or state trade secret law for disclosing a trade secret in confidence to a government official or attorney solely to report or investigate a suspected violation of law, or in a court filing made under seal. Employee may also disclose a trade secret to Employee's attorney and use it in a retaliation lawsuit if any filing containing the trade secret is made under seal and the trade secret is not otherwise disclosed except by court order."
131
+ },
132
+ {
133
+ "id": "no-conflicting-obligations",
134
+ "heading": "No Conflicting Obligations",
135
+ "body": "Employee represents that performing duties for Company does not knowingly conflict with binding obligations to another person or entity. Employee will not bring third-party Confidential Information into Company systems or use it in Company work without written authorization."
136
+ },
137
+ {
138
+ "id": "records-cooperation-and-post-termination-assistance",
139
+ "heading": "Records, Cooperation, and Post-Termination Assistance",
140
+ "body": "Employee will provide the post-termination assistance listed in Cover Terms, including reasonable cooperation with filings, declarations, and assignments needed to confirm or protect Company rights in Covered Inventions. Company will request that assistance only at reasonable times and on reasonable notice and will reimburse Employee's reasonable out-of-pocket expenses."
141
+ },
142
+ {
143
+ "id": "return-and-deletion-of-materials",
144
+ "heading": "Return and Deletion of Materials",
145
+ "body": "Employee will return, and where permitted delete, Company materials within the timing listed in Cover Terms, including devices, documents, credentials, and confidential files, except for records Employee is required to retain by law."
146
+ },
147
+ {
148
+ "id": "survival-and-limited-scope",
149
+ "heading": "Survival and Limited Scope",
150
+ "body": "Sections addressing assignment, confidentiality, return of materials, and assistance survive termination to the extent needed to enforce rights that arose during employment. Confidentiality obligations relating to trade secrets survive for so long as the information remains a trade secret under applicable law. This agreement does not transfer ownership of inventions that applicable law requires to remain with Employee."
151
+ },
152
+ {
153
+ "id": "severability",
154
+ "heading": "Severability",
155
+ "body": "If any provision of this agreement is unenforceable, the rest of the agreement remains effective to the fullest extent permitted by law."
156
+ },
157
+ {
158
+ "id": "successors-and-assigns",
159
+ "heading": "Successors and Assigns",
160
+ "body": "Employee may not assign this agreement. Company may assign it to an affiliate, successor, or acquirer of all or substantially all of Company's business or assets. This agreement binds and benefits the parties and their permitted successors and assigns."
161
+ },
162
+ {
163
+ "id": "governing-law-and-venue",
164
+ "heading": "Governing Law and Venue",
165
+ "body": "This agreement is governed by the law listed in Cover Terms, and disputes will be resolved in the venue listed in Cover Terms, subject to non-waivable rights under applicable law."
166
+ }
167
+ ]
168
+ },
169
+ "signature": {
170
+ "mode": "signers",
171
+ "arrangement": "entity-plus-individual",
172
+ "section_label": "Signature Page",
173
+ "heading_title": "Signatures",
174
+ "preamble": "In consideration of Employee's employment or continued employment by Company, each party acknowledges and agrees to the assignment and confidentiality obligations above.",
175
+ "signers": [
176
+ {
177
+ "id": "company",
178
+ "label": "Company",
179
+ "kind": "entity",
180
+ "capacity": "through_representative",
181
+ "rows": [
182
+ {
183
+ "id": "signature",
184
+ "label": "Signature",
185
+ "value": ""
186
+ },
187
+ {
188
+ "id": "print-name",
189
+ "label": "Print Name",
190
+ "value": "{company_name}"
191
+ },
192
+ {
193
+ "id": "title",
194
+ "label": "Title",
195
+ "value": ""
196
+ },
197
+ {
198
+ "id": "date",
199
+ "label": "Date",
200
+ "value": ""
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ "id": "employee",
206
+ "label": "Employee",
207
+ "kind": "individual",
208
+ "capacity": "personal",
209
+ "rows": [
210
+ {
211
+ "id": "signature",
212
+ "label": "Signature",
213
+ "value": ""
214
+ },
215
+ {
216
+ "id": "print-name",
217
+ "label": "Print Name",
218
+ "value": "{employee_name}"
219
+ },
220
+ {
221
+ "id": "date",
222
+ "label": "Date",
223
+ "value": ""
224
+ }
225
+ ]
226
+ }
227
+ ]
228
+ }
229
+ }
230
+ }
@@ -3,7 +3,7 @@ category: employment
3
3
  description: >-
4
4
  Employee proprietary information and inventions assignment agreement with
5
5
  explicit prior-inventions and personal-project carveout language placeholders.
6
- source_url: https://github.com/open-agreements/open-agreements/tree/main/templates/openagreements-employee-ip-inventions-assignment
6
+ source_url: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employee-ip-inventions-assignment
7
7
  version: '1.1'
8
8
  license: CC-BY-4.0
9
9
  allow_derivatives: true