@@ -8,13 +8,13 @@ Import with `IMPORT actus` to get all modules, or import individual modules sele
88
99| File | Purpose |
1010| ------------------------------------------------------------------------------------------------------ | ----------------------------------------- |
11- | [ actus.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus.l4 ) | Main entry point (re-exports all modules) |
12- | [ actus-core.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus-core.l4 ) | Core types (contract types, roles, enums) |
13- | [ actus-terms.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus-terms.l4 ) | Contract term definitions |
14- | [ actus-state.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus-state.l4 ) | Contract state variables |
15- | [ actus-events.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus-events.l4 ) | Event types and operations |
16- | [ actus-daycount.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus-daycount.l4 ) | Day count conventions and year fractions |
17- | [ actus-schedule.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus-schedule.l4 ) | Schedule generation |
11+ | [ actus.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus.l4 ) | Main entry point (re-exports all modules) |
12+ | [ actus-core.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus-core.l4 ) | Core types (contract types, roles, enums) |
13+ | [ actus-terms.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus-terms.l4 ) | Contract term definitions |
14+ | [ actus-state.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus-state.l4 ) | Contract state variables |
15+ | [ actus-events.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus-events.l4 ) | Event types and operations |
16+ | [ actus-daycount.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus-daycount.l4 ) | Day count conventions and year fractions |
17+ | [ actus-schedule.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus-schedule.l4 ) | Schedule generation |
1818
1919### Core Types (` actus-core ` )
2020
@@ -113,4 +113,4 @@ Import with `IMPORT actus` to get all modules, or import individual modules sele
113113
114114- `` `net cash flow` `` — sum all cash flows from a list of events
115115
116- ** See the [ actus.l4] ( https://github.com/smucclaw /l4-ide/blob/main/jl4-core/libraries/actus.l4 ) source and sub-modules for full details.**
116+ ** See the [ actus.l4] ( https://github.com/legalese /l4-ide/blob/main/jl4-core/libraries/actus.l4 ) source and sub-modules for full details.**
0 commit comments