# Corporate Actions and Security Master Data — fintech-algorithms > 20 algorithms in 4 families, sliced out of the > fintech-algorithms reference. Zero-dependency TypeScript: plain arrays and objects in, > plain values out. This file covers D02 only. D02 · 20 topics · 4 families · 19 verified Install: npm install fintech-algorithms Agent skill (install it rather than re-deriving this file): npx skills add IslamBaraka90/Fintech-Algorithms-Library what it is: https://docs.thefintechbuilder.com/guides/agent-skill/ Source: fintech-algorithms@0.12.0 · payload schema 2.0.0 Reference payload: https://docs.thefintechbuilder.com/reference/payload.json Version endpoint: https://docs.thefintechbuilder.com/version.json Domain page: https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/ Full index (324 topics across 13 domains): https://docs.thefintechbuilder.com/llms.txt Verification tiers: - verified — the worked example is the figure published in the algorithm's article, replayed and asserted by the test suite on every run. The arithmetic cannot drift without the build failing. Treat the numbers as reproducible. - contract — the module loads, the entry point is callable and its declared signature matches the compiled code. The example is real captured output, but no independently published figure asserts it. Treat the shape as reliable and the numbers as unattested. Full explanation: https://docs.thefintechbuilder.com/guides/verification/ Each entry: name — signature — archetype — verification tier — docs URL From the docs URL, mechanically: import subpath — swap the https://docs.thefintechbuilder.com/ prefix for fintech-algorithms/ and drop the trailing slash markdown page — append index.md; same contract as the HTML page, a fraction of the bytes ## D02-F01 — Adjustment Factors https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/adjustment-factors/ - Backward Split Adjustment — `calculate(input)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/adjustment-factors/backward-split-adjustment/ - Forward Split Adjustment — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/adjustment-factors/forward-split-adjustment/ - Cash-Dividend Total-Return Adjustment — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/adjustment-factors/cash-dividend-total-return-adjustment/ - CRSP Cumulative Price Adjustment — `calculate(input)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/adjustment-factors/crsp-cumulative-price-adjustment/ - CRSP Cumulative Share/Volume Adjustment — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/adjustment-factors/crsp-cumulative-share-volume-adjustment/ ## D02-F02 — Complex Distributions https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/complex-distributions/ - Rights-Issue TERP Adjustment — `calculate(input)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/complex-distributions/rights-issue-terp-adjustment/ - Spin-Off Price Adjustment — `calculate(input)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/complex-distributions/spin-off-price-adjustment/ - Stock-Dividend Adjustment — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/complex-distributions/stock-dividend-adjustment/ - Special-Dividend Adjustment — `calculate(rawData)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/complex-distributions/special-dividend-adjustment/ - Return-of-Capital Adjustment — `calculate(payload)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/complex-distributions/return-of-capital-adjustment/ ## D02-F03 — Identity Continuity https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/identity-continuity/ - Permanent Security Identifier Mapping — `resolveIdentifier(data)` — row-classify — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/identity-continuity/permanent-security-identifier-mapping/ - Ticker-Change Chain Resolution — `resolveTickerChain(input)` — row-classify — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/identity-continuity/ticker-change-chain-resolution/ - Share-Class Relationship Mapping — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/identity-continuity/share-class-relationship-mapping/ - Merger Predecessor/Successor Mapping — `resolveMerger(payload)` — row-classify — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/identity-continuity/merger-predecessor-successor-mapping/ - Delisting Return Reconstruction — `calculate(input)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/identity-continuity/delisting-return-reconstruction/ ## D02-F04 — Point-in-Time Universe https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/point-in-time-universe/ - Historical Constituent Reconstruction — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/point-in-time-universe/historical-constituent-reconstruction/ - Survivorship-Bias Guard — `guardSurvivorship(input)` — row-classify — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/point-in-time-universe/survivorship-bias-guard/ - IPO Availability Timestamping — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/point-in-time-universe/ipo-availability-timestamping/ - Filing-Revision Versioning — `calculate(data)` — record-transform — verified — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/point-in-time-universe/filing-revision-versioning/ - Corporate-Action Status and Effective-Date Reconciliation — `reconcileCorporateAction(input)` — record-transform — contract — https://docs.thefintechbuilder.com/corporate-actions-and-security-master-data/point-in-time-universe/corporate-action-status-and-effective-date-reconciliation/