[{"data":1,"prerenderedAt":300},["ShallowReactive",2],{"blog-\u002Fblog\u002Fsegregation-of-duties-in-treasury-systems":3,"blog-surround-\u002Fblog\u002Fsegregation-of-duties-in-treasury-systems":281,"blog-related-\u002Fblog\u002Fsegregation-of-duties-in-treasury-systems":290},{"id":4,"title":5,"audience":6,"body":10,"cluster":246,"date":247,"description":248,"draft":249,"extension":250,"factCheckedAt":251,"faq":252,"featured":249,"language":251,"meta":262,"navigation":263,"order":264,"originalAsset":251,"path":265,"pillar":266,"primaryKeyword":267,"relatedProject":251,"releaseScope":251,"reviewCycle":268,"reviewStatus":269,"reviewedBy":270,"searchIntent":271,"seo":272,"sources":251,"stem":273,"tags":274,"type":279,"updated":247,"__hash__":280},"blog\u002Fblog\u002Fsegregation-of-duties-in-treasury-systems.md","Segregation of Duties in Treasury Systems",[7,8,9],"treasury-system-lead","solution-architect","internal-audit",{"type":11,"value":12,"toc":235},"minimark",[13,37,42,54,60,64,67,106,110,125,129,140,144,155,159,166,170,202,209,212],[14,15,16,20,21,25,26,31,32,36],"p",{},[17,18,19],"strong",{},"Segregation of duties (SoD) means no single person can initiate, approve and release a payment or trade alone."," The powers are deliberately split, so that fraud or a serious error requires ",[22,23,24],"em",{},"collusion"," between people rather than the act of one — a far higher bar to clear. In a treasury system, which exists to move money, SoD is not one control among many; it's the foundational one. Combined with approval workflows, ",[27,28,30],"a",{"href":29},"\u002Fblog\u002Faccess-management-and-user-provisioning-treasury","access control"," and ",[27,33,35],{"href":34},"\u002Fblog\u002Faudit-trails-and-logging-treasury-systems","audit trails",", it's what keeps the system's power to move funds always subject to a second pair of eyes.",[38,39,41],"h2",{"id":40},"why-treasury-specifically","Why treasury specifically",[14,43,44,45,48,49,53],{},"Most systems hold data; a treasury system ",[22,46,47],{},"moves money out of the company",". It executes payments, releases trades, and settles obligations. That makes it a prime target for both external fraud (",[27,50,52],{"href":51},"\u002Fblog\u002Fpayment-fraud-prevention-in-treasury","business email compromise, payment redirection",") and internal fraud — and it makes ordinary errors expensive in a way that a wrong report never is. The whole point of treasury controls is that no individual should be able to move company funds on their own authority.",[55,56,57],"pull-quote",{},[14,58,59],{},"A treasury system's defining feature — it moves money — is also its defining risk. Segregation of duties is what stops that feature from being a single point of failure.",[38,61,63],{"id":62},"the-key-separations","The key separations",[14,65,66],{},"Three separations matter most:",[68,69,70,85,91],"ul",{},[71,72,73,76,77,80,81,84],"li",{},[17,74,75],{},"Initiate vs approve\u002Frelease."," The person who ",[22,78,79],{},"creates"," a payment or trade cannot be the one who ",[22,82,83],{},"approves and releases"," it. This is the classic four-eyes control on outgoing money.",[71,86,87,90],{},[17,88,89],{},"Deal vs settle\u002Fconfirm."," The person who strikes a deal shouldn't also confirm and settle it — otherwise a fictitious or off-market trade can be booked and settled by one hand.",[71,92,93,96,97,100,101,105],{},[17,94,95],{},"Transact vs maintain static data."," The person who processes payments shouldn't also be able to change ",[17,98,99],{},"master data"," — beneficiary bank details, ",[27,102,104],{"href":103},"\u002Fblog\u002Freference-architecture-for-corporate-treasury","standing settlement instructions",", approval limits — unchecked.",[38,107,109],{"id":108},"four-eyes-approval-workflows","Four-eyes approval workflows",[14,111,112,113,116,117,120,121,124],{},"SoD is enforced through ",[17,114,115],{},"approval workflows",": a payment or trade moves through defined states — created, approved, released — each requiring a ",[22,118,119],{},"different"," user with the right authority, often with limits (larger amounts need higher or additional approvers). The system must ",[22,122,123],{},"enforce"," this, not rely on people remembering. A workflow that can be bypassed, or where one person holds every role, is SoD on paper only.",[38,126,128],{"id":127},"the-static-data-blind-spot","The static-data blind spot",[14,130,131,132,135,136,139],{},"The most under-controlled risk isn't the payment — it's the ",[17,133,134],{},"bank details behind it",". Changing a beneficiary's account number is functionally identical to redirecting a payment, but it often lives outside the payment approval flow. So a change to ",[17,137,138],{},"standing settlement instructions or beneficiary bank data must itself be a four-eyes, audited action."," Many real payment frauds are a quiet master-data change, not a fraudulent transaction — the payment then looks perfectly normal.",[38,141,143],{"id":142},"access-control","Access control",[14,145,146,147,150,151,154],{},"SoD depends on ",[17,148,149],{},"roles"," that actually restrict what each user can do — and on there being ",[22,152,153],{},"no super-user"," who quietly holds all of them. Access should be least-privilege (only what the role needs), reviewed periodically (people change jobs; access lingers), and free of the accumulation where someone ends up able to both create and release because two old roles were never removed.",[38,156,158],{"id":157},"audit-trail","Audit trail",[14,160,161,162,165],{},"Every sensitive action — a payment approved, a rate overridden, a bank detail changed — must leave an ",[17,163,164],{},"immutable record of who did what, when."," The audit trail is both a deterrent and the means of investigation. A control you can't evidence after the fact is a control you can't prove you had.",[38,167,169],{"id":168},"what-usually-goes-wrong","What usually goes wrong",[68,171,172,178,184,190,196],{},[71,173,174,177],{},[17,175,176],{},"SoD on paper only."," The policy exists but the system doesn't enforce it, or one person holds every role in practice.",[71,179,180,183],{},[17,181,182],{},"Super-users."," An admin account that bypasses every separation \"for convenience.\"",[71,185,186,189],{},[17,187,188],{},"Unguarded static data."," Payment approvals are locked down, but changing beneficiary bank details isn't — the actual fraud path.",[71,191,192,195],{},[17,193,194],{},"Access creep."," Old roles never revoked, so individuals accumulate conflicting powers.",[71,197,198,201],{},[17,199,200],{},"Uncontrolled emergency access."," \"Break-glass\" access used routinely, unlogged, defeating the whole model.",[14,203,204,205,208],{},"Split initiate from approve, deal from settle, and transacting from maintaining master data; enforce it in workflow, not policy; guard static data as tightly as payments; and make every sensitive action auditable. That's what lets a system move money safely — the entire reason ",[27,206,207],{"href":103},"treasury architecture"," treats controls as a first-class design concern, not a bolt-on.",[210,211],"hr",{},[14,213,214],{},[22,215,216,217,221,222,31,225,229,230,234],{},"Part of the ",[27,218,220],{"href":219},"\u002Ftopics\u002Ftreasury-systems-architecture","Treasury Systems Architecture guide",". See also the ",[27,223,224],{"href":103},"reference architecture",[27,226,228],{"href":227},"\u002Fblog\u002Fmarket-data-in-treasury-systems","market data in treasury systems",". The ",[27,231,233],{"href":232},"\u002Fnewsletter","newsletter"," sends one finance-systems pattern, product decision or build lesson every two weeks.",{"title":236,"searchDepth":237,"depth":237,"links":238},"",2,[239,240,241,242,243,244,245],{"id":40,"depth":237,"text":41},{"id":62,"depth":237,"text":63},{"id":108,"depth":237,"text":109},{"id":127,"depth":237,"text":128},{"id":142,"depth":237,"text":143},{"id":157,"depth":237,"text":158},{"id":168,"depth":237,"text":169},"controls","2026-07-23","Treasury moves money, so it's a prime fraud target. Segregation of duties means no one person can initiate, approve and release a payment or trade alone.",false,"md",null,[253,256,259],{"question":254,"answer":255},"What is segregation of duties in treasury?","Segregation of duties (SoD) is the control principle that no single person should be able to complete a sensitive end-to-end process alone — most importantly, that the person who initiates a payment or trade cannot also approve and release it. Splitting these powers means fraud or a serious error requires collusion between people rather than the action of one, which is a far higher bar. In treasury, where the system moves real money, SoD is the foundational control.",{"question":257,"answer":258},"Why is segregation of duties critical in treasury systems?","Because treasury systems execute payments and trades — they move money out of the company — which makes them a prime target for both fraud and costly error. A single person able to create a payment, approve it, and change the beneficiary bank details unchecked can divert funds. SoD, combined with approval workflows and audit trails, ensures no individual has that unchecked power, so the system's ability to move money is always subject to a second pair of eyes.",{"question":260,"answer":261},"What duties should be separated in a treasury system?","The key separations are: initiating a payment or trade versus approving and releasing it (four-eyes); dealing versus settlement and confirmation; and transacting versus maintaining static\u002Fmaster data such as bank account details and standing settlement instructions. The static-data separation matters as much as the payment one, because changing a beneficiary's bank details is functionally the same as redirecting a payment.",{},true,8,"\u002Fblog\u002Fsegregation-of-duties-in-treasury-systems","treasury-systems-architecture","segregation of duties treasury","annual","reviewed","Tan Gravam","informational",{"title":5,"description":248},"blog\u002Fsegregation-of-duties-in-treasury-systems",[275,276,246,277,278],"treasury","architecture","security","segregation-of-duties","text","_M3UlbZJbdElQ_nN3zkXUtq42A-lATAMffWw48v0TC8",[282,286],{"title":283,"path":284,"stem":285,"type":279,"language":251,"draft":249,"children":-1},"SAP TRM Position Management and Valuation","\u002Fblog\u002Fsap-trm-position-management-and-valuation","blog\u002Fsap-trm-position-management-and-valuation",{"title":287,"path":288,"stem":289,"type":279,"language":251,"draft":249,"children":-1},"Solution Design and Blueprint for Finance Systems","\u002Fblog\u002Fsolution-design-and-blueprint-for-finance-systems","blog\u002Fsolution-design-and-blueprint-for-finance-systems",[291,294,297],{"path":51,"title":292,"description":293},"Payment Fraud Prevention and Controls in Treasury","Payment fraud prevention in treasury: the main threats are BEC, invoice redirection, insider diversion and standing-data tampering — and how to stop them.",{"path":29,"title":295,"description":296},"Access Management and User Provisioning in Treasury Systems","A treasury system can move money, so who can do what inside it is a first-order control. Access management is the foundation segregation of duties stands on.",{"path":34,"title":298,"description":299},"Audit Trails and Logging in Treasury Systems","A treasury audit trail must capture who did what, when, and to what — the tamper-evident record that proves segregation of duties and approvals actually worked.",1785182342218]