By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
A trust is a fiduciary relationship in which one party (the trustee) holds or manages property or assets for the benefit of another party (the beneficiary). An express trust is a trust that is created by a clear and specific agreement between the parties involved.
Express trusts are commonly used to manage and distribute assets in a way that is consistent with the settlor's intentions, and they can be used to achieve a wide range of goals, from tax planning to estate planning.
Express trusts are an essential tool for individuals and organizations looking to manage and distribute assets in a way that is consistent with their goals and objectives. They can be used to:
When creating an express trust, the settlor transfers assets to the trustee, who then manages and distributes the assets in accordance with the settlor's intentions. The trustee has a fiduciary duty to act in the best interests of the beneficiary and to manage the assets held in the trust in a way that is consistent with the settlor's intentions.
Here is a simple example of how an express trust might be created:
# Example of an express trust creation class Trust: def __init__(self, settlor, trustee, beneficiary, res, intent): self.settlor = settlor self.trustee = trustee self.beneficiary = beneficiary self.res = res self.intent = intent def manage_res(self): # The trustee manages and distributes the assets held in the trust print("The trustee is managing and distributing the assets held in the trust.") # Create an express trust trust = Trust("John Doe", "Jane Smith", "John Doe Jr.", ["asset1", "asset2"], "to benefit John Doe Jr.") # The trustee manages and distributes the assets held in the trust trust.manage_res()
What is the primary purpose of an express trust?
A) To manage and distribute assets after death B) To minimize tax liabilities C) To protect assets from creditors and lawsuits D) To create a structure for managing and distributing assets that is consistent with the settlor's values and goals
Who is responsible for managing and distributing the assets held in an express trust?
A) The settlor B) The trustee C) The beneficiary D) The attorney
What is the fiduciary duty of the trustee?
A) To act in the best interests of the settlor B) To act in the best interests of the beneficiary C) To manage the assets held in the trust for personal gain D) To ignore the settlor's intentions and manage the assets as desired
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.