-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
197 lines (185 loc) · 8.67 KB
/
education.html
File metadata and controls
197 lines (185 loc) · 8.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Understanding Your Trust — Sovereign Trust</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/main.css">
<script src="/js/auth.js"></script>
</head>
<body>
<nav>
<a class="nav-logo" href="/">
<div class="nav-logo-mark">S</div>
<div class="nav-logo-text">Sovereign Trust</div>
</a>
<div class="nav-links" id="navLinks">
<a class="nav-link" href="/education.html">Education</a>
<a class="nav-link" href="/dashboard.html">Dashboard</a>
<a class="nav-link" href="/login.html">Sign in</a>
<a class="nav-cta" href="/register.html">Create Account</a>
</div>
<button class="nav-hamburger" onclick="toggleMobileMenu()" aria-label="Open menu">
<span></span><span></span><span></span>
</button>
</nav>
<div class="edu-hero">
<h1>Understanding Your Trust</h1>
<p>Before you begin building your trust deed, take a few minutes to understand the key concepts. This will help you complete the form with confidence.</p>
</div>
<div class="edu-grid">
<div class="edu-card">
<div class="edu-card-header" onclick="toggleEdu(this)">
<div>
<div class="edu-term">What is an Express Private Trust?</div>
<div class="edu-def">The foundation of your documentation</div>
</div>
<div class="edu-chevron">⌄</div>
</div>
<div class="edu-body">
<div class="edu-body-inner">
<div>
<div class="edu-section-label">Definition</div>
<p>An express private trust is a legal arrangement in which one party (the Settlor) transfers property to another party (the Trustee) to hold and manage for the benefit of specified persons (the Beneficiaries), as expressly declared in a trust deed.</p>
</div>
<div>
<div class="edu-section-label">Example</div>
<p>James transfers his investment portfolio to his sister Sarah, as Trustee, to hold for the benefit of his two children — creating an express private family trust with a formal deed.</p>
</div>
<div class="edu-note">Important: An express private trust is constituted by clear, intentional declaration. It is not a tax avoidance tool, and proper professional advice should be sought before establishing any trust.</div>
</div>
</div>
</div>
<div class="edu-card">
<div class="edu-card-header" onclick="toggleEdu(this)">
<div>
<div class="edu-term">The Settlor</div>
<div class="edu-def">The person who establishes and funds the trust</div>
</div>
<div class="edu-chevron">⌄</div>
</div>
<div class="edu-body">
<div class="edu-body-inner">
<div>
<div class="edu-section-label">Definition</div>
<p>The Settlor is the individual who creates the trust by settling property into it. The Settlor declares the trust, defines its purpose, and transfers the initial trust property to the Trustee.</p>
</div>
<div>
<div class="edu-section-label">Purpose</div>
<p>The Settlor establishes the terms under which the trust operates. Once assets are transferred, the Settlor generally ceases to be the legal owner of those assets.</p>
</div>
<div class="edu-note">The Settlor must have legal capacity and be the rightful owner of any property transferred into the trust at the time of settlement.</div>
</div>
</div>
</div>
<div class="edu-card">
<div class="edu-card-header" onclick="toggleEdu(this)">
<div>
<div class="edu-term">The Trustee</div>
<div class="edu-def">The legal holder and manager of trust assets</div>
</div>
<div class="edu-chevron">⌄</div>
</div>
<div class="edu-body">
<div class="edu-body-inner">
<div>
<div class="edu-section-label">Definition</div>
<p>The Trustee holds legal title to the trust property and administers it according to the terms of the trust deed, always acting in the best interests of the Beneficiaries.</p>
</div>
<div>
<div class="edu-section-label">Duties</div>
<p>Trustees have strict legal duties including the duty of care, duty of loyalty, duty to act impartially, and duty to follow the terms of the trust deed.</p>
</div>
<div class="edu-note">Trustees carry legal responsibility for the trust. Appointment should be considered carefully. Professional trustees may be used for complex arrangements.</div>
</div>
</div>
</div>
<div class="edu-card">
<div class="edu-card-header" onclick="toggleEdu(this)">
<div>
<div class="edu-term">The Beneficiary</div>
<div class="edu-def">Those who benefit from the trust</div>
</div>
<div class="edu-chevron">⌄</div>
</div>
<div class="edu-body">
<div class="edu-body-inner">
<div>
<div class="edu-section-label">Definition</div>
<p>Beneficiaries are the persons or entities who receive the benefit of the trust property. They may receive income, capital, or both, depending on the trust terms.</p>
</div>
<div>
<div class="edu-section-label">Types</div>
<p>Beneficiaries may be fixed (entitled to specified shares), discretionary (at Trustee discretion), or a combination. They may be individuals, charities, or other entities.</p>
</div>
<div class="edu-note">Beneficiaries must be identifiable. For discretionary trusts, a class of potential beneficiaries must be defined with sufficient certainty.</div>
</div>
</div>
</div>
<div class="edu-card">
<div class="edu-card-header" onclick="toggleEdu(this)">
<div>
<div class="edu-term">The Protector</div>
<div class="edu-def">Optional oversight role for the trust</div>
</div>
<div class="edu-chevron">⌄</div>
</div>
<div class="edu-body">
<div class="edu-body-inner">
<div>
<div class="edu-section-label">Definition</div>
<p>A Protector is an optional appointee who holds defined powers of oversight over the Trustees — such as the power to remove and replace Trustees or consent to certain transactions.</p>
</div>
<div>
<div class="edu-section-label">Purpose</div>
<p>The Protector role provides an additional layer of governance, often used in long-term or complex trusts to ensure the Settlor's original intentions are maintained over time.</p>
</div>
<div class="edu-note">Including a Protector is entirely optional in this document set. Not all trust deeds require one. Seek professional advice if uncertain.</div>
</div>
</div>
</div>
<div class="edu-card">
<div class="edu-card-header" onclick="toggleEdu(this)">
<div>
<div class="edu-term">Signing & Execution</div>
<div class="edu-def">How a trust deed becomes legally valid</div>
</div>
<div class="edu-chevron">⌄</div>
</div>
<div class="edu-body">
<div class="edu-body-inner">
<div>
<div class="edu-section-label">Process</div>
<p>A trust deed is typically executed as a deed — signed by the Settlor and Trustee(s) in the presence of independent witnesses, who also sign the document.</p>
</div>
<div>
<div class="edu-section-label">Important Note</div>
<p>The requirements for valid execution vary by jurisdiction. Always obtain independent legal advice before signing any trust deed to ensure proper execution in your jurisdiction.</p>
</div>
<div class="edu-note">The documents generated by this platform are templates only. They must be reviewed by a qualified legal professional before execution.</div>
</div>
</div>
</div>
</div>
<div class="edu-proceed">
<p style="font-size:15px; color:var(--text-muted); margin-bottom:20px; font-weight:300;">Ready to begin building your trust documentation?</p>
<a class="btn-navy" style="padding:14px 36px; font-size:16px;" href="/builder.html">Begin Trust Builder →</a>
</div>
<script src="/js/app.js"></script>
<script>
function toggleEdu(header) {
const isOpen = header.classList.contains('open');
document.querySelectorAll('.edu-card-header').forEach(h => {
h.classList.remove('open');
h.nextElementSibling.classList.remove('open');
});
if (!isOpen) {
header.classList.add('open');
header.nextElementSibling.classList.add('open');
}
}
</script>
</body>
</html>