export interface QuizQuestion { question: string; options: string[]; correctIndex: number; explanation: string; } export interface Mnemonic { name: string; letters: string[]; meaning: string; } export interface FAQ { question: string; answer: string; } export interface Chapter { slug: string; number: number; title: string; shortTitle: string; description: string; icon: string; content: string; keyTopics: string[]; quiz: QuizQuestion[]; mnemonics: Mnemonic[]; faqs: FAQ[]; metaTitle: string; metaDescription: string; } export const chapters: Chapter[] = [ { slug: "property-ownership", number: 1, title: "Property Ownership & Land Use Controls", shortTitle: "Property Ownership", description: "Learn about property rights, bundles of rights, land use regulations, zoning laws, and how the government controls what you can do with real estate.", icon: "🏠", content: ` When you own real estate, you don't just own dirt and bricks. You own a "bundle of rights" — a group of legal powers that come with the property. Think of it like a bundle of sticks. Each stick is a different right. You can use all of them, or you can give some away. The bundle of rights includes the right to: - **Possess** — Live in or use the property - **Control** — Decide how to use it within the law - **Enjoy** — Use it for pleasure and comfort - **Exclude** — Keep others out - **Dispose** — Sell, gift, or will it to someone You can give away some rights without losing ownership. For example, when you rent out an apartment, you give the tenant the right to possess it, but you still own the property. When you grant an easement, you let someone use part of your land, but the deed stays in your name. ## Freehold vs. Non-Freehold Estates A **freehold estate** means you own the property for an indefinite time. There are three main types: 1. **Fee Simple Absolute** — The most complete form of ownership. You own it forever, and you can do whatever you want with it (within the law). This is what most people mean when they say "I own my house." 2. **Fee Simple Defeasible** — You own the property, but with a condition. If the condition is broken, you could lose it. For example, a school might donate land with the condition that it must always be used for education. 3. **Life Estate** — You own the property only for the duration of someone's life (usually your own). When that person dies, the property passes to a **remainderman** — the person named to receive it next. A life tenant must maintain the property and pay taxes, but they can't do anything that would damage it for the remainderman. A **non-freehold estate** (also called a leasehold estate) is when you have the right to use the property but don't own it. This includes: - **Estate for Years** — A lease with a specific start and end date - **Periodic Estate** — A lease that renews automatically (month-to-month) - **Estate at Will** — Either party can end it at any time - **Estate at Sufferance** — A tenant stays after the lease ends without permission ## Government Powers Over Land Even when you own property, the government has four powers that can limit what you do with it. Remember the acronym **PETE**: - **P**olice Power — The government can regulate land use through zoning laws, building codes, and health regulations. This protects public health, safety, and welfare. - **E**minent Domain — The government can take private property for public use, but they must pay you **just compensation** (fair market value). This is called a **condemnation** proceeding. - **T**axation — The government can tax your property. If you don't pay, they can place a lien on it or even sell it at a tax sale. - **E**scheat — If you die without a will and no heirs can be found, the property goes to the state. ## Zoning and Land Use Controls Local governments use **zoning** to control what can be built where. Common zoning categories include: - **Residential** — Houses and apartments - **Commercial** — Stores and offices - **Industrial** — Factories and warehouses - **Agricultural** — Farms and ranches If a property owner wants to use their land in a way that doesn't match the zoning, they can apply for a **variance** (an exception to the rule) or a **special use permit** (permission for a specific use that the zone allows under special conditions). **Deed restrictions** (also called restrictive covenants) are private agreements that limit what you can do with your property. These are set by developers or previous owners, not the government. For example, a housing development might require all homes to be painted in certain colors or ban fences above a certain height. Building codes set standards for construction — things like electrical wiring, plumbing, and structural safety. These are different from zoning, which controls how land is used. Understanding these concepts is key for the exam. The bundle of rights, types of estates, and government powers are some of the most frequently tested topics. Make sure you know the difference between police power (regulation, no payment) and eminent domain (taking, with payment). `, keyTopics: [ "Bundle of Rights", "Freehold Estates (Fee Simple, Life Estate)", "Leasehold Estates", "Government Powers (PETE)", "Zoning & Land Use Controls", "Variances & Special Use Permits", "Deed Restrictions & Covenants", "Building Codes", ], quiz: [ { question: "Which right in the bundle of rights allows a property owner to keep others off the property?", options: [ "Right to possess", "Right to exclude", "Right to control", "Right to dispose", ], correctIndex: 1, explanation: "The right to exclude allows the owner to prevent others from entering or using the property. This is one of the key rights in the bundle of rights.", }, { question: "A life estate ends when what happens?", options: [ "The owner sells the property", "The measuring life dies", "The lease term expires", "The government takes the property", ], correctIndex: 1, explanation: "A life estate is based on the life of a person (the measuring life). When that person dies, the life estate ends and the property passes to the remainderman.", }, { question: "What is the difference between police power and eminent domain?", options: [ "Police power requires payment; eminent domain does not", "Police power regulates use; eminent domain takes property with compensation", "There is no difference; they are the same thing", "Police power only applies to commercial property", ], correctIndex: 1, explanation: "Police power is the government's right to regulate land use through zoning and codes — no payment is needed. Eminent domain is when the government actually takes property, and they must pay just compensation.", }, { question: "What happens to property when someone dies without a will and has no heirs?", options: [ "It goes to the neighbors", "It escheats to the state", "It becomes public domain", "It is sold at auction", ], correctIndex: 1, explanation: "Escheat is the process by which property reverts to the state when an owner dies without a will (intestate) and no legal heirs can be found.", }, { question: "A property owner wants to build a home office in a zone that only allows residential use. What should they apply for?", options: [ "Building permit only", "Variance", "Tax exemption", "Eminent domain", ], correctIndex: 1, explanation: "A variance is an exception to zoning rules. If the owner wants to use the property in a way that doesn't conform to the current zoning, they would apply for a variance.", }, ], mnemonics: [ { name: "PETE", letters: ["P", "E", "T", "E"], meaning: "Police Power, Eminent Domain, Taxation, Escheat — the four government powers over private property", }, { name: "PCEDD", letters: ["P", "C", "E", "D", "D"], meaning: "Possess, Control, Enjoy, Exclude, Dispose — the five rights in the bundle of rights", }, ], faqs: [ { question: "What is the bundle of rights in real estate?", answer: "The bundle of rights includes five key rights that come with property ownership: the right to possess, control, enjoy, exclude others, and dispose of the property. You can think of these as a bundle of sticks — you can keep all of them or give some away while still maintaining ownership.", }, { question: "What is the difference between fee simple and life estate?", answer: "Fee simple is the most complete form of ownership — you own the property forever and can do whatever you want with it (within the law). A life estate only lasts for the lifetime of a specific person. When that person dies, the property automatically transfers to the remainderman.", }, { question: "Can the government take my property?", answer: "Yes, through eminent domain, the government can take private property for public use. However, they must pay you just compensation (fair market value) for it. This is required by the Fifth Amendment of the U.S. Constitution.", }, ], metaTitle: "Property Ownership & Land Use Controls", metaDescription: "Master property rights, bundle of rights, freehold estates, government powers (PETE), and zoning laws. Free real estate exam prep with practice questions and mnemonics.", }, { slug: "agency-laws", number: 2, title: "Laws of Agency & Fiduciary Duties", shortTitle: "Agency Laws", description: "Understand how agency relationships work in real estate, the duties agents owe their clients, and the differences between buyers' and sellers' agents.", icon: "🤝", content: ` In real estate, an **agent** is someone who represents another person (the **principal**) in a transaction. The relationship between them is called an **agency relationship**. This is one of the most important topics on the real estate exam, and it shows up in many different forms. ## How Agency Is Created An agency relationship can be created in several ways: 1. **Express Agreement** — This is the most common way. The principal and agent sign a written or spoken agreement. In most states, a listing agreement between a seller and a broker is an express agency. 2. **Implied Agreement** — The actions of the parties show that an agency exists, even if nobody said it out loud. For example, if a broker starts showing your house to buyers and you go along with it, an implied agency may have formed. 3. **Ratification** — Someone acts as your agent without permission, and you later approve their actions. This is called ratification. For example, if an agent negotiates a deal without being hired, and the seller accepts it, the seller has ratified the agency. 4. **Estoppel** — If you make it look like someone is your agent, and another person relies on that appearance to their detriment, the law may treat it as an agency even if it wasn't intended. This protects innocent third parties. ## Types of Agency **Universal Agent** — Has the authority to do everything the principal could do. This is very rare. A power of attorney is an example. **General Agent** — Has authority to handle a broad range of tasks for the principal. A property manager who handles all aspects of renting and maintaining a building is a general agent. **Special Agent** — Has authority to do only one specific thing. A real estate agent hired to sell one property is a special agent. This is the most common type of agent in real estate transactions. ## Fiduciary Duties: OLD CAR When an agent represents a client, they owe that client **fiduciary duties** — legal obligations that require the agent to act in the client's best interest. Remember **OLD CAR**: - **O**bedience — Follow your client's lawful instructions - **L**oyalty — Put your client's interests above everyone else's, including your own - **D**isclosure — Tell your client about anything that might affect their decision - **C**onfidentiality — Keep your client's private information secret - **A**ccountability — Keep track of all money and documents entrusted to you - **R**easonable Care — Use your skills and knowledge competently These duties continue for as long as the agency relationship exists. Even after the transaction closes, the duties of confidentiality and accountability still apply. ## Types of Listing Agreements A listing agreement is the contract between a seller and a broker. There are four main types: 1. **Exclusive Right to Sell** — The broker gets a commission no matter who finds the buyer, even if the seller finds the buyer themselves. This is the most common type of listing. 2. **Exclusive Agency** — The broker gets a commission only if they find the buyer. If the seller finds the buyer on their own, no commission is owed. This is less common. 3. **Open Listing** — The seller can hire multiple brokers. Only the broker who brings the buyer gets a commission. The seller can also find the buyer themselves and owe no commission. 4. **Net Listing** — The seller sets a minimum price they want, and the broker keeps anything above that amount as commission. This is risky and illegal in many states because it can lead to the broker taking advantage of the seller. ## Agency Disclosure Most states require that agents disclose their agency relationship to all parties in a transaction. This means telling buyers and sellers who you represent. This disclosure should happen as early as possible — usually at the first substantive contact. **Dual agency** happens when one agent (or one brokerage) represents both the buyer and seller in the same transaction. This creates a conflict of interest because the agent can't fully serve both parties at the same time. Dual agency is legal in some states with full disclosure and consent, but it's illegal in others. **Designated agency** (also called appointed agency) is a solution used in some states. When a brokerage represents both sides, the broker assigns one agent to work for the buyer and a different agent to work for the seller. Each designated agent owes full fiduciary duties only to their own client. ## Termination of Agency An agency relationship can end in several ways: - The transaction is completed (the house is sold) - The listing agreement expires - The principal or agent cancels the agreement (with proper notice) - The property is destroyed - Either party dies or becomes incapacitated - By mutual agreement - Bankruptcy of the principal Understanding agency law is critical for the real estate exam. Questions about fiduciary duties, types of agency, and listing agreements appear on almost every test. Focus on OLD CAR and know the differences between the listing types. `, keyTopics: [ "Agency Relationship Types", "Fiduciary Duties (OLD CAR)", "Types of Listing Agreements", "Buyer Agency vs. Seller Agency", "Dual Agency & Designated Agency", "Agency Disclosure Requirements", "Termination of Agency", "Implied & Express Agency", ], quiz: [ { question: "What does the 'L' in OLD CAR stand for?", options: ["Listing", "Loyalty", "Legality", "Liability"], correctIndex: 1, explanation: "The 'L' in OLD CAR stands for Loyalty. An agent must put their client's interests above all others, including their own. This is one of the six fiduciary duties.", }, { question: "In an exclusive right to sell listing, when does the broker earn a commission?", options: [ "Only if the broker finds the buyer", "Only if the property sells above asking price", "No matter who finds the buyer", "Only if the seller accepts the first offer", ], sell listing, the broker earns a commission regardless of who finds the buyer — even if the seller finds the buyer on their own.", }, { question: "What type of agent is a real estate agent typically considered?", options: [ "Universal agent", "General agent", "Special agent", "Dual agent", ], correctIndex: 2, explanation: "A real estate agent is typically a special agent because they are authorized to perform only a specific task — selling or finding a particular property.", }, { question: "Which fiduciary duty requires an agent to keep the client's personal information private even after the deal closes?", options: [ "Obedience", "Disclosure", "Confidentiality", "Accountability", ], correctIndex: 2, explanation: "Confidentiality requires the agent to keep the client's private information secret, and this duty continues even after the transaction is completed.", }, { question: "What is dual agency?", options: [ "When an agent works for two different brokerages", "When one agent or brokerage represents both buyer and seller", "When a buyer works with two different agents", "When an agent lists two properties at once", ], correctIndex: 1, explanation: "Dual agency occurs when one agent or one brokerage represents both the buyer and the seller in the same transaction. This creates a potential conflict of interest.", }, ], mnemonics: [ { name: "OLD CAR", letters: ["O", "L", "D", "C", "A", "R"], meaning: "Obedience, Loyalty, Disclosure, Confidentiality, Accountability, Reasonable Care — the six fiduciary duties an agent owes a client", }, ], faqs: [ { question: "What are fiduciary duties in real estate?", answer: "Fiduciary duties are legal obligations that require an agent to act in their client's best interest. They are remembered by the acronym OLD CAR: Obedience, Loyalty, Disclosure, Confidentiality, Accountability, and Reasonable Care. These duties exist for the entire agency relationship and some continue even after the transaction closes.", }, { question: "What is the difference between exclusive right to sell and exclusive agency?", answer: "With an exclusive right to sell, the broker gets a commission no matter who finds the buyer. With an exclusive agency, the broker only gets a commission if they find the buyer. If the seller finds the buyer themselves in an exclusive agency listing, no commission is owed.", }, { question: "Is dual agency legal?", answer: "Dual agency is legal in some states but illegal in others. Where it is allowed, the agent must provide full disclosure and get consent from both parties. Some states use designated agency instead, where different agents within the same brokerage represent each side.", }, ], metaTitle: "Agency Laws & Fiduciary Duties", metaDescription: "Learn real estate agency relationships, fiduciary duties (OLD CAR), listing agreement types, and dual agency rules. Free exam prep with practice questions.", }, { slug: "property-valuation", number: 3, title: "Property Valuation & Financial Analysis", shortTitle: "Property Valuation", description: "Master the three approaches to property appraisal, depreciation methods, capitalization rates, and how to calculate property values for the exam.", icon: "📊", content: ` Knowing how to figure out what a property is worth is a big part of the real estate exam. Appraisers use different methods to estimate value, and you need to understand all three main approaches. ## The Three Appraisal Approaches ### 1. Sales Comparison Approach This is the most common method for residential properties. It works by comparing the subject property to similar properties that have recently sold — these are called **comparables** or **comps**. The appraiser looks at comps and makes adjustments for differences. If the subject property has a feature the comp doesn't (like a garage), the appraiser adds value. If the comp has something the subject doesn't, the appraiser subtracts value. Remember: adjustments are always made to the **comparable**, never to the subject property. If the comp is better than the subject, you subtract from the comp's sale price. If the comp is worse, you add to it. ### 2. Cost Approach This method estimates value by figuring out how much it would cost to build an identical property from scratch. The formula is: **Value = Cost of Land + Cost to Rebuild - Depreciation** The cost approach is most useful for special-purpose buildings like schools, churches, or new construction where there aren't good comps available. **Replacement cost** is what it would cost to build a similar structure with modern materials and standards. **Reproduction cost** is what it would cost to build an exact duplicate using the same materials and methods. The exam usually focuses on replacement cost. ### 3. Income Approach This method is used for investment properties — buildings that generate rental income. The key formula is: **Value = Net Operating Income / Capitalization Rate** Or rearranged: **Cap Rate = NOI / Value** For example, if a property has an NOI of $50,000 and comparable properties have a cap rate of 10%, the value would be: $50,000 / 0.10 = $500,000. **Net Operating Income (NOI)** is calculated as: **NOI = Effective Gross Income - Operating Expenses** Important: Mortgage payments are NOT included in operating expenses. NOI is before debt service. ## Depreciation Depreciation is a loss in value for any reason. There are three types: 1. **Physical Deterioration** — Wear and tear on the property. A leaky roof, peeling paint, or broken HVAC are examples. This is the only type of depreciation that is usually curable. 2. **Functional Obsolescence** — A design flaw that makes the property less useful or desirable. Examples include a house with only one bathroom, an outdated floor plan, or a bedroom that can only be reached by walking through another bedroom. This can be curable or incurable. 3. **External Obsolescence** — A loss in value caused by factors outside the property. Examples include a noisy highway nearby, a landfill next door, or declining neighborhood values. This is almost always incurable. ## Other Valuation Concepts **Gross Rent Multiplier (GRM)** — A simple way to estimate value for rental properties: **Value = Gross Monthly Rent x GRM** If comparable properties sell for about 120 times their monthly rent, and your property rents for $2,000/month: Value = $2,000 x 120 = $240,000. **Principle of Substitution** — A buyer will not pay more for a property than the cost of acquiring an equally desirable substitute. This is the foundation of the sales comparison approach. **Conformity** — Properties achieve their highest value when they are similar to others in the neighborhood. A mansion in a neighborhood of modest homes won't be worth as much as the same mansion in a luxury area. **Plottage** — When two or more adjacent lots are combined into one larger lot, the larger lot may be worth more than the sum of the individual lots. This increase in value is called **plottage value** or **assemblage**. Valuation questions require you to know the formulas and when to use each approach. Practice calculating cap rates, GRM, and depreciation until you can do them quickly. `, keyTopics: [ "Sales Comparison Approach", "Cost Approach", "Income Approach (Cap Rate)", "Depreciation Types", "Gross Rent Multiplier (GRM)", "Net Operating Income (NOI)", "Principle of Substitution", "Plottage & Assemblage", ], quiz: [ { question: "Which appraisal approach is most commonly used for residential properties?", options: [ "Cost approach", "Income approach", "Sales comparison approach", "Depreciation approach", ], correctIndex: 2, explanation: "The sales comparison approach is the most common method for residential properties because there are usually plenty of comparable sales to reference.", }, { question: "When using the sales comparison approach, adjustments are made to:", options: [ "The subject property", "The comparable property", "Both equally", "Neither — no adjustments are needed", ], correctIndex: 1, explanation: "Adjustments are always made to the comparable property, never to the subject. If the comp is better than the subject, you subtract from the comp. If the comp is worse, you add to it.", }, { question: "What is the formula for the income approach to value?", options: [ "Value = NOI x Cap Rate", "Value = NOI / Cap Rate", "Value = Gross Income x Cap Rate", "Value = Operating Expenses / Cap Rate", ], correctIndex: 1, explanation: "The income approach formula is Value = NOI / Cap Rate. For example, if NOI is $50,000 and the cap rate is 10%, the value is $500,000.", }, { question: "A loss in value due to a noisy highway nearby is an example of:", options: [ "Physical deterioration", "Functional obsolescence", "External obsolescence", "Economic depreciation", ], correctIndex: 2, explanation: "External obsolescence is caused by factors outside the property itself, like a noisy highway, pollution, or declining neighborhood values. It is almost always incurable.", }, { question: "Are mortgage payments included in the calculation of NOI?", options: [ "Yes, they are operating expenses", "No, NOI is calculated before debt service", "Only if the property is owner-occupied", "Only for commercial properties", ], correctIndex: 1, explanation: "NOI is calculated before debt service (mortgage payments). Operating expenses include things like property taxes, insurance, maintenance, and management fees — but NOT mortgage payments.", }, ], mnemonics: [ { name: "PFE", letters: ["P", "F", "E"], meaning: "Physical deterioration, Functional obsolescence, External obsolescence — the three types of depreciation", }, ], faqs: [ { question: "How do you calculate the capitalization rate?", answer: "The capitalization rate (cap rate) is calculated by dividing the Net Operating Income (NOI) by the property's value: Cap Rate = NOI / Value. For example, if a property has an NOI of $50,000 and is worth $500,000, the cap rate is 10%.", }, { question: "What is the principle of substitution?", answer: "The principle of substitution states that a buyer will not pay more for a property than the cost of acquiring an equally desirable substitute property. This is the foundation of the sales comparison approach to appraisal.", }, ], metaTitle: "Property Valuation & Appraisal", metaDescription: "Learn the three appraisal approaches, cap rate formulas, depreciation types, and GRM calculations. Free real estate exam prep with practice questions and mnemonics.", }, { slug: "real-estate-financing", number: 4, title: "Real Estate Financing", shortTitle: "Financing", description: "Explore mortgage types, loan programs, financing documents, and how interest rates affect real estate transactions. Essential for the financing portion of your exam.", icon: "💰", content: ` Most people don't buy real estate with cash — they borrow money. Understanding how financing works is critical for the real estate exam and for your career as an agent. ## Mortgage Basics A **mortgage** is a legal document that uses real estate as security for a loan. The borrower (mortgagor) gives the lender (mortgagee) a lien on the property. If the borrower doesn't repay the loan, the lender can foreclose and sell the property. Some states use **deeds of trust** instead of mortgages. With a deed of trust, a third party (the trustee) holds the title until the loan is paid off. The key difference is that a deed of trust allows **non-judicial foreclosure** (no court needed), which is faster and cheaper than the judicial foreclosure required with a mortgage. ## Types of Loans ### Conventional Loans These are loans that are not insured or guaranteed by the government. They typically require a higher credit score and a larger down payment (often 20% to avoid private mortgage insurance). **Private Mortgage Insurance (PMI)** is required on conventional loans when the buyer puts down less than 20%. PMI protects the lender, not the borrower. By law, PMI must be automatically canceled when the loan balance reaches 78% of the original value. ### Government-Backed Loans **FHA Loans** — Insured by the Federal Housing Administration. These loans have lower down payment requirements (as low as 3.5%) and more flexible credit standards. Borrowers must pay mortgage insurance premiums (MIP) for the life of the loan (in most cases). FHA loans have limits on the maximum loan amount. **VA Loans** — Guaranteed by the Department of Veterans Affairs. Available only to eligible veterans, active service members, and certain spouses. VA loans require **no down payment** and no PMI. Instead of PMI, borrowers pay a one-time **funding fee** (which can be rolled into the loan). VA loans can only be used for primary residences. **USDA Loans** — Offered by the U.S. Department of Agriculture for rural properties. These loans require no down payment and offer below-market interest rates, but the property must be in a qualifying rural area and the borrower must meet income limits. ## Fixed-Rate vs. Adjustable-Rate Mortgages **Fixed-Rate Mortgage** — The interest rate stays the same for the entire loan term. The most common is the 30-year fixed. This gives borrowers predictable payments but may start with a higher rate than an ARM. **Adjustable-Rate Mortgage (ARM)** — The interest rate can change over time. ARMs start with a lower initial rate (the teaser rate), then adjust based on a financial index plus a margin. Rate adjustments are capped: - **Initial cap** — Limits how much the rate can change at the first adjustment - **Periodic cap** — Limits how much the rate can change at each adjustment - **Lifetime cap** — Limits how high the rate can go over the life of the loan For example, a 5/1 ARM has a fixed rate for the first 5 years, then adjusts once per year after that. ## Key Financing Documents **Promissory Note** — The borrower's written promise to repay the loan. This is the personal obligation to pay. **Mortgage/Deed of Trust** — The security instrument that creates the lien on the property. If the borrower defaults, this document gives the lender the right to foreclose. **Truth in Lending Act (TILA)** — Requires lenders to disclose the **Annual Percentage Rate (APR)** and all finance charges before the borrower signs. The APR includes the interest rate plus other costs, so it's usually higher than the stated interest rate. **Real Estate Settlement Procedures Act (RESPA)** — Regulates closing procedures and prohibits kickbacks between settlement service providers. RESPA requires a Loan Estimate within 3 business days of application and a Closing Disclosure at least 3 business days before closing. ## Other Financing Concepts **Discount Points** — Fees paid to lower the interest rate. One point equals 1% of the loan amount. As a general rule, one discount point lowers the rate by about 0.25%. Points are paid by the buyer but can sometimes be paid by the seller. **Loan-to-Value Ratio (LTV)** — The loan amount divided by the property's value. If you borrow $180,000 on a $200,000 home, the LTV is 90%. A lower LTV means less risk for the lender. **Equity** — The difference between what the property is worth and what you owe. If your home is worth $300,000 and you owe $200,000, you have $100,000 in equity. **Amortization** — The process of paying off a loan through regular payments that cover both principal and interest. In the early years, most of the payment goes to interest. In the later years, most goes to principal. Financing questions make up a significant portion of the exam. Know the differences between loan types, understand how ARMs work, and be ready to calculate basic loan costs. `, keyTopics: [ "Mortgages vs. Deeds of Trust", "Conventional, FHA, VA, USDA Loans", "Fixed-Rate vs. Adjustable-Rate Mortgages", "Discount Points & APR", "Loan-to-Value Ratio (LTV)", "PMI and MIP", "TILA & RESPA", "Amortization & Equity", ], quiz: [ { question: "Who does private mortgage insurance (PMI) protect?", options: [ "The borrower", "The lender", "The seller", "The real estate agent", ], correctIndex: 1, explanation: "PMI protects the lender, not the borrower. If the borrower defaults and the foreclosure sale doesn't cover the loan, PMI reimburses the lender for the loss.", }, { question: "What is the main advantage of a VA loan?", options: [ "Lower interest rate than all other loans", "No down payment required", "No closing costs", "Available to all borrowers", ], correctIndex: 1, explanation: "The main advantage of a VA loan is that no down payment is required. VA loans also don't require PMI, but they are only available to eligible veterans and service members.", }, { question: "One discount point equals what percentage of the loan amount?", options: ["0.25%", "0.5%", "1%", "2%"], correctIndex: 2, explanation: "One discount point equals 1% of the loan amount. For example, one point on a $200,000 loan would cost $2,000.", }, { question: "What does RESPA require lenders to provide within 3 business days of receiving a loan application?", options: [ "Closing Disclosure", "Loan Estimate", "Appraisal report", "Title insurance policy", ], correctIndex: 1, explanation: "RESPA requires lenders to provide a Loan Estimate within 3 business days of receiving a loan application. The Closing Disclosure must be provided at least 3 business days before closing.", }, { question: "In the early years of an amortized loan, most of each payment goes toward:", options: ["Principal", "Interest", "Taxes", "Insurance"], correctIndex: 1, explanation: "In the early years of an amortized loan, most of each payment goes toward interest. As the loan is paid down, a larger portion goes toward principal.", }, ], mnemonics: [ { name: "FVU", letters: ["F", "V", "U"], meaning: "FHA (insured), VA (guaranteed), USDA (rural) — the three government-backed loan types", }, ], faqs: [ { question: "What is the difference between a mortgage and a deed of trust?", answer: "A mortgage involves two parties (borrower and lender) and typically requires judicial foreclosure through the courts. A deed of trust involves three parties (borrower, lender, and trustee) and allows non-judicial foreclosure, which is faster and doesn't require court involvement.", }, { question: "When can PMI be cancelled?", answer: "By federal law, PMI must be automatically canceled when the loan balance reaches 78% of the original property value, as long as the borrower is current on payments. Borrowers can also request cancellation when the balance reaches 80% of the current value.", }, { question: "What is the difference between APR and interest rate?", answer: "The interest rate is the cost of borrowing the principal amount. The APR (Annual Percentage Rate) includes the interest rate plus other costs like points, fees, and mortgage insurance. The APR gives a more complete picture of the total cost of the loan, so it's usually higher than the interest rate.", }, ], metaTitle: "Real Estate Financing & Mortgages", metaDescription: "Master mortgage types, FHA/VA loans, ARM caps, discount points, TILA, RESPA, and amortization. Free real estate exam prep with practice questions and mnemonics.", }, { slug: "transfer-of-property", number: 5, title: "Transfer of Property", shortTitle: "Transfer of Property", description: "Learn how property ownership is transferred, deed requirements, title insurance, closing procedures, and the escrow process.", icon: "📋", content: ` Transferring property from one person to another involves several legal steps. The real estate exam tests your knowledge of deeds, title issues, and the closing process. ## Types of Deeds A **deed** is the legal document that transfers ownership of real estate. The person giving the deed is the **grantor**; the person receiving it is the **grantee**. There are several types of deeds, each offering different levels of protection: ### General Warranty Deed This provides the **most protection** to the buyer. The grantor guarantees (warrants) that: - They have the right to sell the property - The title is clear of all liens and encumbrances (unless noted) - They will defend the title against any claims, even from before they owned the property This is the most common type of deed used in residential transactions. ### Special Warranty Deed The grantor only warrants the title during the time they owned the property. They won't defend against claims that arose before their ownership. This is often used in commercial transactions and by banks selling foreclosed properties. ### Bargain and Sale Deed This deed implies that the grantor has an interest in the property but makes no warranties about the title. It's often used in tax sales and foreclosures. ### Quitclaim Deed This provides the **least protection**. The grantor transfers whatever interest they have — if they have any — but makes no promises. If it turns out they don't own the property, the buyer has no recourse. Quitclaim deeds are commonly used to clear title defects, transfer property between family members, or add/remove a spouse from the deed. ## Deed Requirements For a deed to be valid, it must meet several requirements: 1. Be in writing 2. Identify the grantor and grantee 3. State the consideration (what was given in exchange) 4. Include an adequate description of the property 5. Be signed by the grantor 6. Be delivered and accepted A deed does **not** need to be recorded to be valid between the grantor and grantee. However, recording provides **constructive notice** to the world that the transfer happened. If the grantee doesn't record the deed and a later buyer purchases the property in good faith and records their deed first, the later buyer may have priority. This is why recording is so important. ## Title and Title Insurance **Title** is the legal right to own, use, and dispose of property. **Marketable title** is a title that is free from reasonable doubt or litigation risk — a buyer would accept it. A **title search** examines public records to find any issues with the property's ownership history. Common title problems include: - **Liens** — Claims against the property for unpaid debts - **Encumbrances** — Any claim that limits the owner's rights (easements, restrictions) - **Cloud on title** — Any condition that makes the title questionable **Title insurance** protects the buyer and lender against title defects that were not discovered during the title search. Unlike other insurance that protects against future events, title insurance protects against past events. The owner's policy protects the buyer, and the lender's policy protects the lender. ## The Closing Process Closing (also called settlement) is the final step in a real estate transaction. This is when the deed is delivered, the buyer pays, and the keys are handed over. Key closing documents include: - **Settlement Statement (Closing Disclosure)** — Shows all charges and credits for both buyer and seller - **Deed** — Transfers ownership - **Promissory note** — The buyer's promise to repay the loan - **Mortgage/Deed of trust** — Secures the loan with the property - **Title insurance policy** — Protects against title defects ### Prorations At closing, some expenses are **prorated** (divided) between buyer and seller based on who owes what for the time each party owns the property. Common prorations include: - Property taxes - Rents - Utility bills - Prepaid insurance Prorations are typically calculated using a 30-day month (banker's year) or the actual number of days in the month, depending on local custom. ### Closing Costs Buyer costs typically include: loan fees, appraisal fee, title insurance (lender's policy), inspection fees, prepaid interest, escrow deposits for taxes and insurance. Seller costs typically include: real estate commission, title insurance (owner's policy in some areas), transfer taxes, recording fees, and any agreed-upon repairs. Understanding the transfer process, deed types, and closing procedures is essential for the exam. Pay special attention to the differences between deed types and what each one guarantees. `, keyTopics: [ "Types of Deeds (Warranty, Quitclaim, etc.)", "Deed Requirements & Delivery", "Recording & Constructive Notice", "Title Search & Title Insurance", "Marketable Title", "Closing Process & Documents", "Prorations", "Closing Costs (Buyer vs. Seller)", ], quiz: [ { question: "Which type of deed provides the most protection to the buyer?", options: [ "Quitclaim deed", "Special warranty deed", "General warranty deed", "Bargain and sale deed", ], correctIndex: 2, explanation: "A general warranty deed provides the most protection because the grantor guarantees the title against all claims, including those from before they owned the property.", }, { question: "What is the main purpose of recording a deed?", options: [ "To make the deed valid between grantor and grantee", "To provide constructive notice to the public", "To transfer the property legally", "To get the deed notarized", ], correctIndex: 1, explanation: "Recording provides constructive notice to the world that the transfer occurred. A deed is valid between the parties without recording, but recording protects the grantee against later claims.", }, { question: "A quitclaim deed does which of the following?", options: [ "Guarantees the title is clear", "Transfers whatever interest the grantor has with no warranties", "Provides the same protection as a warranty deed", "Is only used for commercial properties", ], correctIndex: 1, explanation: "A quitclaim deed transfers whatever interest the grantor may have, with no warranties or guarantees. If the grantor has no interest, the buyer receives nothing and has no legal recourse.", }, { question: "What does title insurance protect against?", options: [ "Future damage to the property", "Past title defects not found in the search", "Changes in property value", "Natural disasters", ], correctIndex: 1, explanation: "Title insurance protects against title defects that existed before the policy was issued but were not discovered during the title search. Unlike other insurance, it covers past events, not future ones.", }, { question: "What are prorations at closing?", options: [ "Fees charged by the lender", "Expenses divided between buyer and seller based on their ownership period", "The real estate commission split", "Discount points paid by the buyer", ], correctIndex: 1, explanation: "Prorations are expenses like property taxes, rents, and utility bills that are divided between the buyer and seller based on the portion of time each party owns the property during the billing period.", }, ], mnemonics: [ { name: "WBSQ", letters: ["W", "B", "S", "Q"], meaning: "Warranty, Bargain & Sale, Special warranty, Quitclaim — deed types from most to least protection", }, ], faqs: [ { question: "What is the difference between a general warranty deed and a special warranty deed?", answer: "A general warranty deed guarantees the title against all claims, even those from before the grantor owned the property. A special warranty deed only guarantees the title against claims that arose during the time the grantor owned the property — they won't defend against earlier claims.", }, { question: "Do I need to record a deed for it to be valid?", answer: "No, a deed is valid between the grantor and grantee even without recording. However, recording is strongly recommended because it provides constructive notice to the public. If you don't record and someone else later buys the property in good faith and records their deed first, they may have priority over you.", }, { question: "Who typically pays for title insurance?", answer: "This varies by location and local custom. In some areas, the seller pays for the owner's policy, and in others, the buyer pays. The lender's policy is almost always paid by the buyer. Check your local customs or the purchase contract for specifics.", }, ], metaTitle: "Transfer of Property & Deeds", metaDescription: "Learn deed types, title insurance, closing procedures, prorations, and recording requirements. Free real estate exam prep with practice questions and mnemonics.", }, { slug: "real-estate-practice", number: 6, title: "Practice of Real Estate & Mandated Disclosures", shortTitle: "Real Estate Practice", description: "Study the rules that govern real estate practice, required disclosures, fair housing laws, and the ethical standards every agent must follow.", icon: "⚖️", content: ` Real estate agents must follow specific rules and laws. The exam tests your knowledge of these regulations, required disclosures, and fair housing protections. Understanding these is not just important for the test — it's essential for your career. ## Fair Housing Laws The **Fair Housing Act** (Title VIII of the Civil Rights Act of 1968) makes it illegal to discriminate in housing based on seven protected classes: Remember **FHECRRD** or simply know the seven: 1. **F**amilial status (families with children under 18) 2. **H**andicap (disability) 3. **E**thnicity (race) 4. **C**olor 5. **R**eligion 6. **R**ace 7. **D**isability (same as handicap) More commonly, remember the seven protected classes: **Race, Color, Religion, National Origin, Sex, Familial Status, Disability**. The Fair Housing Act prohibits discrimination in: - Selling or renting housing - Setting different terms or conditions - Providing different services or facilities - Making false statements about availability - Steering (directing people to or away from certain neighborhoods based on protected class) **Steering** is a major violation. It happens when an agent directs buyers toward or away from certain neighborhoods based on their race, religion, or any other protected class. Even if the agent thinks they're being helpful, it's illegal. **Blockbusting** (also called panic selling) is when an agent tries to scare homeowners into selling by suggesting that people of a certain race or group are moving into the neighborhood. This is illegal. **Redlining** is when lenders refuse to make loans in certain areas based on the racial or ethnic composition of the neighborhood. This is also illegal. ## Required Disclosures Most states require sellers to disclose known material facts about the property. A **material fact** is anything that could affect the buyer's decision to buy or the price they'd pay. Common required disclosures include: ### Lead-Based Paint Disclosure For any home built before 1978, federal law requires: - A disclosure form about known lead-based paint - A 10-day period for the buyer to conduct a lead inspection (can be waived) - An EPA pamphlet about lead hazards ### Property Condition Disclosure Many states require sellers to fill out a property condition disclosure form that covers: - Structural problems - Water damage or leaks - Roof condition - Pest damage - Environmental hazards - Mechanical system conditions ### Agency Disclosure As discussed in the Agency chapter, agents must disclose who they represent in a transaction. This should happen at the first meaningful contact. ### Other Disclosures - **Stigmatized property** — Some states require disclosure if a death or crime occurred on the property (laws vary by state) - **Natural hazards** — Flood zones, earthquake faults, wildfire risk - **HOA documents** — If the property is in a homeowners association ## License Law and Regulations Real estate agents must be licensed by their state. Key license law concepts: **Requirements for a license:** - Pre-licensing education (varies by state) - Passing the state exam - Background check - Continuing education for renewal **Activities that require a license:** - Listing property for sale - Negotiating transactions - Collecting rent for others - Auctioning real estate **Activities that do NOT require a license:** - Selling your own property (for sale by owner) - Acting as an attorney in a transaction - Working as a property manager (in some states) - Working for a government agency **Commission** can only be paid to a licensed broker. An unlicensed person cannot receive a commission for a real estate transaction. This is called a **net listing** prohibition and a kickback prohibition. ## Anti-Trust Laws Real estate agents must avoid anti-trust violations. The most common violations include: **Price-fixing** — Competing brokers agreeing to set the same commission rates. This is illegal. Each brokerage must independently set its own rates. **Allocation of markets** — Competing brokers agreeing to divide territories or customers. Also illegal. **Group boycotting** — Competing brokers agreeing not to do business with a certain company or person. Anti-trust violations can result in both criminal and civil penalties, including fines up to $1 million for individuals and $100 million for corporations. Knowing these rules and regulations is not optional — they form the ethical and legal foundation of real estate practice. The exam will test your understanding of fair housing, disclosures, and license law in detail. `, keyTopics: [ "Fair Housing Act & Protected Classes", "Steering, Blockbusting, Redlining", "Lead-Based Paint Disclosure", "Property Condition Disclosures", "Agency Disclosure Requirements", "Real Estate License Law", "Anti-Trust Violations", "Stigmatized Property Laws", ], quiz: [ { question: "How many protected classes are covered by the Fair Housing Act?", options: ["5", "6", "7", "8"], correctIndex: 2, explanation: "The Fair Housing Act covers 7 protected classes: Race, Color, Religion, National Origin, Sex, Familial Status, and Disability.", }, { question: "What is steering in real estate?", options: [ "Driving clients to see properties", "Directing buyers to or away from neighborhoods based on protected class", "Guiding clients through the closing process", "Negot