prompt
stringlengths
1.92k
9.98k
response
stringlengths
714
11k
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-AFFECT-2023-480 This serves as a summary of the commercial lease executed on 2023-12-16 between the Lessor, Huffman Ltd, and Lessee, Smith LLC. The subject of this agreement is the Medical Office property at 604 Karen Lock Apt. 023, Suite 2028, Johnshire, Oregon 47333, comprising approximately 2,277 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-01-20 and concluding on 2029-01-19. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $7,290.00, payable on a quarterly basis. A security deposit of $7,290.00 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 7.34% taking effect on 2025-01-19. Additional rents include Operating Expenses (CAM) (Pass-through), Operating Expenses (CAM) (Pro-rata share (8%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in West Madelinefort. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-AFFECT-2023-480", "document_date": "2023-12-16", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Huffman Ltd", "entity_address": "596 Allen Glens Suite 248\nHamiltonland, NJ 60781", "contact_person": "Mark Cummings" }, { "party_type": "Lessee", "entity_name": "Smith LLC", "entity_address": "49113 Fernandez River\nFranciscoside, TX 65238" } ], "property_details": { "property_address": "604 Karen Lock Apt. 023, Suite 2028, Johnshire, Oregon 47333", "square_footage": 2277, "property_type": "Medical Office", "unit_identifier": "Suite 2028" }, "lease_term": { "start_date": "2024-01-20", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-01-19" }, "financial_terms": { "base_rent_initial": 7290.0, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-01-19", "increase_value": 7.34, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-01-19", "increase_value": 9.85, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-01-19", "increase_value": 6.84, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (8%)" } ], "security_deposit_amount": 7290.0 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Binding arbitration in West Madelinefort" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SECOND-2023-720 This serves as a summary of the commercial lease executed on 2023-12-27 between the Lessor, Kennedy, Pierce and Pearson, and Lessee, Torres, Thomas and Peterson. The subject of this agreement is the Retail property at 8797 Vickie Creek Apt. 415, Suite 1668, North Cynthia, Indiana 31559, comprising approximately 23,493 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-05-23 and concluding on 2031-05-23. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $5,895.56, payable on a monthly basis. A security deposit of $5,895.56 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 7.05 $/sf taking effect on 2025-05-23. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Insurance (Pass-through), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: Interior non-structural maintenance; Pest control within the unit; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No structural alterations without Lessor approval. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SECOND-2023-720", "document_date": "2023-12-27", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Kennedy, Pierce and Pearson", "contact_person": "Peter Rodriguez" }, { "party_type": "Lessee", "entity_name": "Torres, Thomas and Peterson" } ], "property_details": { "property_address": "8797 Vickie Creek Apt. 415, Suite 1668, North Cynthia, Indiana 31559", "square_footage": 23493, "property_type": "Retail", "unit_identifier": "Suite 1668" }, "lease_term": { "start_date": "2024-05-23", "term_duration_months": 84, "renewal_options": [], "end_date": "2031-05-23" }, "financial_terms": { "base_rent_initial": 5895.56, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-05-23", "increase_value": 7.05, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-05-23", "increase_value": 4.32, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-05-23", "increase_value": 0.33, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-05-22", "increase_value": 0.15, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1681.23 }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 4428.54 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 6849.34 } ], "security_deposit_amount": 5895.56 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Pest control within the unit", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No structural alterations without Lessor approval.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-ACCOUNT-2023-767 This serves as a summary of the commercial lease executed on 2023-02-02 between the Lessor, Adkins, Burns and Johnson, and Lessee, Hernandez LLC. The subject of this agreement is the Retail property at 2240 Dorothy Station, Suite 1705, Douglasland, Arizona 61830, comprising approximately 5,975 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-04-04 and concluding on 2030-04-03. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $8,989.70, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 3.22% taking effect on 2024-04-03. Additional rents include Management Fee (Fixed annual contribution), Insurance (Pro-rata share (8%)), Management Fee (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); HVAC system maintenance and replacement; Structural repairs to building exterior and roof. The Lessee's duties include: Interior non-structural maintenance; Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-ACCOUNT-2023-767", "document_date": "2023-02-02", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Adkins, Burns and Johnson", "contact_person": "Tracy Casey" }, { "party_type": "Lessee", "entity_name": "Hernandez LLC", "entity_address": "8459 Potter Lane Suite 905\nEast Renee, OH 16725" } ], "property_details": { "property_address": "2240 Dorothy Station, Suite 1705, Douglasland, Arizona 61830", "square_footage": 5975, "property_type": "Retail", "unit_identifier": "Suite 1705" }, "lease_term": { "start_date": "2023-04-04", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2030-04-03" }, "financial_terms": { "base_rent_initial": 8989.7, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-04-03", "increase_value": 3.22, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-04-03", "increase_value": 8.89, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-04-03", "increase_value": 5.7, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1716.24 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (8%)", "estimated_annual_cost": 7827.33 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-HERE-2022-135 This serves as a summary of the commercial lease executed on 2022-11-13 between the Lessor, Santos-Hammond, and Lessee, Reed Group. The subject of this agreement is the Retail property at 20431 Todd Plains Apt. 160, Suite 773, Madisonport, West Virginia 41753, comprising approximately 12,971 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-03-16 and concluding on 2029-03-15. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $8,074.81, payable on a monthly basis. A security deposit of $8,074.81 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 3.55 $/sf taking effect on 2024-03-15. Additional rents include Real Estate Taxes (Pass-through), Management Fee (Pro-rata share (14%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance. The Lessee's duties include: Interior non-structural maintenance; Pest control within the unit; Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Washington. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-HERE-2022-135", "document_date": "2022-11-13", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Santos-Hammond", "contact_person": "Holly Thornton" }, { "party_type": "Lessee", "entity_name": "Reed Group", "entity_address": "234 Joseph Harbor Apt. 044\nLake Michelle, VT 90806" } ], "property_details": { "property_address": "20431 Todd Plains Apt. 160, Suite 773, Madisonport, West Virginia 41753", "square_footage": 12971, "property_type": "Retail", "unit_identifier": "Suite 773" }, "lease_term": { "start_date": "2023-03-16", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2029-03-15" }, "financial_terms": { "base_rent_initial": 8074.81, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-03-15", "increase_value": 3.55, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-03-15", "increase_value": 4.06, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-03-15", "increase_value": 8.69, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-03-15", "increase_value": 7.37, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 2354.55 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (14%)" } ], "security_deposit_amount": 8074.81 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Pest control within the unit", "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Mediation followed by litigation in the State of Washington" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-TRADE-2023-531 This serves as a summary of the commercial lease executed on 2023-03-03 between the Lessor, Taylor Ltd, and Lessee, Cobb-Clark. The subject of this agreement is the Industrial property at 26872 Natalie Oval, Suite 2015, Davidton, Connecticut 01400, comprising approximately 7,137 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-05-18 and concluding on 2033-05-17. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $5,789.54, payable on a monthly basis. A security deposit of $11,579.08 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.44 $/sf taking effect on 2024-05-17. Additional rents include Management Fee (Pass-through), Management Fee (Pro-rata share (12%)). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance; HVAC system maintenance and replacement. The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit; Interior non-structural maintenance; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-TRADE-2023-531", "document_date": "2023-03-03", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Taylor Ltd", "entity_address": "83800 Zimmerman Radial\nSouth Collin, MP 44689", "contact_person": "Laura Maxwell" }, { "party_type": "Lessee", "entity_name": "Cobb-Clark" } ], "property_details": { "property_address": "26872 Natalie Oval, Suite 2015, Davidton, Connecticut 01400", "square_footage": 7137, "property_type": "Industrial" }, "lease_term": { "start_date": "2023-05-18", "term_duration_months": 120, "renewal_options": [], "end_date": "2033-05-17" }, "financial_terms": { "base_rent_initial": 5789.54, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-05-17", "increase_value": 8.44, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-05-17", "increase_value": 5.74, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-05-17", "increase_value": 0.34, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 1906.73 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (12%)" } ], "security_deposit_amount": 11579.08 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit", "Interior non-structural maintenance", "All utility payments for the premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-POSSIBLE-2023-850 This serves as a summary of the commercial lease executed on 2023-08-04 between the Lessor, Carter-Perez, and Lessee, Curtis Group. The subject of this agreement is the Warehouse property at 4540 Wanda Flats, Suite 1557, Lake Stacy, Utah 54025, comprising approximately 12,201 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-10-23 and concluding on 2029-10-22. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $52,643.13, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 1.24% taking effect on 2024-10-22. Additional rents include Real Estate Taxes (Pro-rata share (10%)), Insurance (Pass-through), Common Area Utilities (Pro-rata share (5%)), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Landscaping and snow removal. The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-POSSIBLE-2023-850", "document_date": "2023-08-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Carter-Perez", "entity_address": "1822 Hoover Brook Suite 573\nEast Amberbury, RI 55941", "contact_person": "Melissa Coffey" }, { "party_type": "Lessee", "entity_name": "Curtis Group" } ], "property_details": { "property_address": "4540 Wanda Flats, Suite 1557, Lake Stacy, Utah 54025", "square_footage": 12201, "property_type": "Warehouse" }, "lease_term": { "start_date": "2023-10-23", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-10-22" }, "financial_terms": { "base_rent_initial": 52643.13, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-10-22", "increase_value": 1.24, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-10-22", "increase_value": 7.48, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-10-22", "increase_value": 6.39, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-10-22", "increase_value": 8.61, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 7319.38 }, { "component_name": "Insurance", "payment_structure": "Pass-through" }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 2071.31 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2357.39 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-DEVELOP-2024-929 This serves as a summary of the commercial lease executed on 2024-06-26 between the Lessor, Sharp, Morgan and Strickland, and Lessee, Torres-Lee. The subject of this agreement is the Medical Office property at 78308 Jessica Inlet Apt. 495, Suite 554, Tylerberg, Ohio 70531, comprising approximately 2,682 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-07-08 and concluding on 2029-07-08. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $4,165.24, payable on a monthly basis. A security deposit of $4,165.24 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.84% taking effect on 2025-07-08. Additional rents include Common Area Utilities (Pro-rata share (8%)), Management Fee (Pro-rata share (10%)), Management Fee (Pass-through), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-DEVELOP-2024-929", "document_date": "2024-06-26", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Sharp, Morgan and Strickland", "entity_address": "6673 Sandra Wells Apt. 533\nAlbertville, VT 79913", "contact_person": "Bianca Butler" }, { "party_type": "Lessee", "entity_name": "Torres-Lee" } ], "property_details": { "property_address": "78308 Jessica Inlet Apt. 495, Suite 554, Tylerberg, Ohio 70531", "square_footage": 2682, "property_type": "Medical Office" }, "lease_term": { "start_date": "2024-07-08", "term_duration_months": 60, "renewal_options": [], "end_date": "2029-07-08" }, "financial_terms": { "base_rent_initial": 4165.24, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-07-08", "increase_value": 6.84, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-07-08", "increase_value": 2.91, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-07-08", "increase_value": 4.08, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-07-07", "increase_value": 3.78, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (8%)", "estimated_annual_cost": 9604.49 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (10%)" }, { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 9611.7 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6849.9 } ], "security_deposit_amount": 4165.24 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BELIEVE-2024-580 This serves as a summary of the commercial lease executed on 2024-04-23 between the Lessor, Long-Walsh, and Lessee, Rivera Inc. The subject of this agreement is the Industrial property at 359 Anna Extension Apt. 769, Suite 2489, East Carlos, Hawaii 69498, comprising approximately 16,308 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-06-20 and concluding on 2029-06-20. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $6,621.43, payable on a monthly basis. A security deposit of $13,242.86 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.23 $/sf taking effect on 2025-06-20. Additional rents include Common Area Utilities (Fixed annual contribution), Common Area Utilities (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (15%)), Management Fee (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Lake Lesliestad. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BELIEVE-2024-580", "document_date": "2024-04-23", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Long-Walsh", "entity_address": "445 Derrick Meadow Apt. 350\nHeathermouth, VA 31578" }, { "party_type": "Lessee", "entity_name": "Rivera Inc" } ], "property_details": { "property_address": "359 Anna Extension Apt. 769, Suite 2489, East Carlos, Hawaii 69498", "square_footage": 16308, "property_type": "Industrial", "unit_identifier": "Suite 2489" }, "lease_term": { "start_date": "2024-06-20", "term_duration_months": 60, "renewal_options": [], "end_date": "2029-06-20" }, "financial_terms": { "base_rent_initial": 6621.43, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-06-20", "increase_value": 2.23, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-06-20", "increase_value": 6.52, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-06-20", "increase_value": 2.22, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-06-19", "increase_value": 8.22, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3026.82 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (15%)" }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2499.24 } ], "security_deposit_amount": 13242.86 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Binding arbitration in Lake Lesliestad" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-FRONT-2022-943 This serves as a summary of the commercial lease executed on 2022-10-08 between the Lessor, Diaz, Scott and Manning, and Lessee, Richardson and Sons. The subject of this agreement is the Industrial property at 1655 Graham Circles, Suite 1918, New Douglas, Ohio 08060, comprising approximately 13,965 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2022-12-29 and concluding on 2032-12-28. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $9,560.42, payable on a quarterly basis. A security deposit of $19,120.84 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.56 $/sf taking effect on 2023-12-29. Additional rents include Common Area Utilities (Pro-rata share (14%)), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: Pest control within the unit; All utility payments for the premises; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-FRONT-2022-943", "document_date": "2022-10-08", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Diaz, Scott and Manning", "entity_address": "23796 Lisa Forest Suite 624\nWest Tomborough, DE 86036" }, { "party_type": "Lessee", "entity_name": "Richardson and Sons" } ], "property_details": { "property_address": "1655 Graham Circles, Suite 1918, New Douglas, Ohio 08060", "square_footage": 13965, "property_type": "Industrial", "unit_identifier": "Suite 1918" }, "lease_term": { "start_date": "2022-12-29", "term_duration_months": 120, "renewal_options": [], "end_date": "2032-12-28" }, "financial_terms": { "base_rent_initial": 9560.42, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2023-12-29", "increase_value": 2.56, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-12-28", "increase_value": 2.44, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (14%)" }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9824.13 } ], "security_deposit_amount": 19120.84 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-QUITE-2024-956 This serves as a summary of the commercial lease executed on 2024-06-29 between the Lessor, Burnett and Sons, and Lessee, Tate, Riley and Dunn. The subject of this agreement is the Retail property at 38528 Tonya Well, Suite 372, West Amandaland, Rhode Island 88143, comprising approximately 4,688 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-11-13. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $2,997.71, payable on a annually basis. A security deposit of $2,997.71 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.53% taking effect on 2025-11-13. Additional rents include Management Fee (Pro-rata share (10%)), Common Area Utilities (Pro-rata share (6%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); HVAC system maintenance and replacement. The Lessee's duties include: All utility payments for the premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-QUITE-2024-956", "document_date": "2024-06-29", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Burnett and Sons", "contact_person": "Sara Goodman" }, { "party_type": "Lessee", "entity_name": "Tate, Riley and Dunn", "entity_address": "3635 Nicole Summit\nRobinsonside, CA 19304" } ], "property_details": { "property_address": "38528 Tonya Well, Suite 372, West Amandaland, Rhode Island 88143", "square_footage": 4688, "property_type": "Retail" }, "lease_term": { "start_date": "2024-11-13", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 2997.71, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-11-13", "increase_value": 2.53, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-11-13", "increase_value": 7.03, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-11-13", "increase_value": 5.26, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2028-11-12", "increase_value": 1.17, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pro-rata share (10%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (6%)" } ], "security_deposit_amount": 2997.71 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "All utility payments for the premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MAYBE-2022-844 This serves as a summary of the commercial lease executed on 2022-10-07 between the Lessor, Sawyer-Erickson, and Lessee, Elliott Ltd. The subject of this agreement is the Retail property at 99421 Robinson Mills Apt. 316, Suite 1912, Lake Jason, California 09273, comprising approximately 4,075 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2022-10-12 and concluding on 2027-10-12. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $5,446.08, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 7.77 $/sf taking effect on 2023-10-12. Additional rents include Insurance (Pro-rata share (2%)), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Landscaping and snow removal; Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; Interior non-structural maintenance; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MAYBE-2022-844", "document_date": "2022-10-07", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Sawyer-Erickson", "entity_address": "72297 Heidi Port Suite 436\nJacobchester, MT 85493", "contact_person": "Virginia Jackson" }, { "party_type": "Lessee", "entity_name": "Elliott Ltd" } ], "property_details": { "property_address": "99421 Robinson Mills Apt. 316, Suite 1912, Lake Jason, California 09273", "square_footage": 4075, "property_type": "Retail" }, "lease_term": { "start_date": "2022-10-12", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2027-10-12" }, "financial_terms": { "base_rent_initial": 5446.08, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2023-10-12", "increase_value": 7.77, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-10-11", "increase_value": 8.92, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (2%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Landscaping and snow removal", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Interior non-structural maintenance", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MOTHER-2023-145 This serves as a summary of the commercial lease executed on 2023-07-10 between the Lessor, Johnson Group, and Lessee, Fisher Ltd. The subject of this agreement is the Industrial property at 83219 Edwin Falls Suite 398, Suite 1996, North Johnmouth, South Dakota 48902, comprising approximately 1,651 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-09-06. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $1,036.00, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 2.96 $/sf taking effect on 2024-09-05. Additional rents include Management Fee (Pro-rata share (7%)), Common Area Utilities (Pro-rata share (13%)), Operating Expenses (CAM) (Fixed annual contribution), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; Interior non-structural maintenance; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Port Amy. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MOTHER-2023-145", "document_date": "2023-07-10", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Johnson Group", "entity_address": "1855 Henry Well\nCynthiamouth, KS 87907", "contact_person": "Christina Mitchell" }, { "party_type": "Lessee", "entity_name": "Fisher Ltd", "entity_address": "162 Osborne Place Suite 909\nSouth Suzanne, NM 46988" } ], "property_details": { "property_address": "83219 Edwin Falls Suite 398, Suite 1996, North Johnmouth, South Dakota 48902", "square_footage": 1651, "property_type": "Industrial", "unit_identifier": "Suite 1996" }, "lease_term": { "start_date": "2023-09-06", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 1036.0, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-09-05", "increase_value": 2.96, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-09-05", "increase_value": 6.42, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 4787.29 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (13%)" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6069.27 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7793.63 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Interior non-structural maintenance", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Binding arbitration in Port Amy" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-DINNER-2023-568 This serves as a summary of the commercial lease executed on 2023-06-30 between the Lessor, Goodman, Fletcher and Ramos, and Lessee, Williams-Cooper. The subject of this agreement is the Industrial property at 05602 Harris Branch, Suite 625, West Cindybury, Rhode Island 25269, comprising approximately 2,037 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2023-07-26 and concluding on 2028-07-25. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $24,890.58, payable on a quarterly basis. A security deposit of $49,781.16 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.49% taking effect on 2024-07-25. Additional rents include Operating Expenses (CAM) (Pro-rata share (15%)), Management Fee (Pass-through), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof. The Lessee's duties include: Minor repairs to plumbing and electrical; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-DINNER-2023-568", "document_date": "2023-06-30", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Goodman, Fletcher and Ramos", "contact_person": "Michele Norton" }, { "party_type": "Lessee", "entity_name": "Williams-Cooper", "entity_address": "792 Mcmahon Row\nNew Mariatown, FL 56973" } ], "property_details": { "property_address": "05602 Harris Branch, Suite 625, West Cindybury, Rhode Island 25269", "square_footage": 2037, "property_type": "Industrial" }, "lease_term": { "start_date": "2023-07-26", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2028-07-25" }, "financial_terms": { "base_rent_initial": 24890.58, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-07-25", "increase_value": 2.49, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-07-25", "increase_value": 4.1, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-07-25", "increase_value": 7.96, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-07-25", "increase_value": 1.69, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (15%)", "estimated_annual_cost": 8642.68 }, { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 8573.14 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3739.1 } ], "security_deposit_amount": 49781.16 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-WANT-2023-664 This serves as a summary of the commercial lease executed on 2023-03-08 between the Lessor, Barker-Odonnell, and Lessee, Kim Group. The subject of this agreement is the Office property at 912 Lisa Burg, Suite 935, Gilbertview, Florida 80836, comprising approximately 11,923 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-07-23 and concluding on 2029-07-22. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $6,604.79, payable on a annually basis. A security deposit of $13,209.58 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.7% taking effect on 2024-07-22. Additional rents include Insurance (Pro-rata share (7%)), Management Fee (Pro-rata share (13%)). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Landscaping and snow removal. The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Indiana. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-WANT-2023-664", "document_date": "2023-03-08", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Barker-Odonnell", "entity_address": "974 Foley Rapids\nLake Tristan, TN 97174", "contact_person": "Stephen Shaffer" }, { "party_type": "Lessee", "entity_name": "Kim Group", "entity_address": "79512 Ramirez Land Apt. 306\nPetersonside, NM 56230" } ], "property_details": { "property_address": "912 Lisa Burg, Suite 935, Gilbertview, Florida 80836", "square_footage": 11923, "property_type": "Office", "unit_identifier": "Suite 935" }, "lease_term": { "start_date": "2023-07-23", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2029-07-22" }, "financial_terms": { "base_rent_initial": 6604.79, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-07-22", "increase_value": 8.7, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-07-22", "increase_value": 3.69, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 5892.18 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (13%)" } ], "security_deposit_amount": 13209.58 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Mediation followed by litigation in the State of Indiana" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SING-2023-442 This serves as a summary of the commercial lease executed on 2023-08-02 between the Lessor, Edwards LLC, and Lessee, Riley Inc. The subject of this agreement is the Warehouse property at 9383 Boyd Fort, Suite 858, East Christinaville, Alabama 46840, comprising approximately 10,559 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-11-06 and concluding on 2029-11-05. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $8,546.44, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 9.31% taking effect on 2024-11-05. Additional rents include Real Estate Taxes (Fixed annual contribution), Insurance (Pass-through), Insurance (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement. The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Parkerton. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SING-2023-442", "document_date": "2023-08-02", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Edwards LLC", "contact_person": "Michael Rodriguez" }, { "party_type": "Lessee", "entity_name": "Riley Inc" } ], "property_details": { "property_address": "9383 Boyd Fort, Suite 858, East Christinaville, Alabama 46840", "square_footage": 10559, "property_type": "Warehouse", "unit_identifier": "Suite 858" }, "lease_term": { "start_date": "2023-11-06", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-11-05" }, "financial_terms": { "base_rent_initial": 8546.44, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-11-05", "increase_value": 9.31, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-11-05", "increase_value": 7.88, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution" }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 3775.56 }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 3320.99 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance", "Pest control within the unit" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Parkerton" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-CHARGE-2023-944 This serves as a summary of the commercial lease executed on 2023-10-31 between the Lessor, Nelson Inc, and Lessee, Perry, Williams and Coffey. The subject of this agreement is the Medical Office property at 576 Ann Trace, Suite 1624, New Ryanbury, Texas 15360, comprising approximately 9,118 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-03-07. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $61,497.87, payable on a quarterly basis. A security deposit of $122,995.74 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.3 $/sf taking effect on 2025-03-07. Additional rents include Management Fee (Pass-through), Management Fee (Pro-rata share (4%)), Management Fee (Pro-rata share (10%)), Management Fee (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance; Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-CHARGE-2023-944", "document_date": "2023-10-31", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Nelson Inc", "entity_address": "125 Jared Prairie Suite 203\nWest Marciabury, GA 40057", "contact_person": "Sean Nelson" }, { "party_type": "Lessee", "entity_name": "Perry, Williams and Coffey" } ], "property_details": { "property_address": "576 Ann Trace, Suite 1624, New Ryanbury, Texas 15360", "square_footage": 9118, "property_type": "Medical Office", "unit_identifier": "Suite 1624" }, "lease_term": { "start_date": "2024-03-07", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ] }, "financial_terms": { "base_rent_initial": 61497.87, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-03-07", "increase_value": 9.3, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-03-07", "increase_value": 4.17, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 7116.44 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (4%)" }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (10%)" }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" } ], "security_deposit_amount": 122995.74 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance", "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-FINALLY-2024-728 This serves as a summary of the commercial lease executed on 2024-03-31 between the Lessor, Reed and Sons, and Lessee, Anderson, Reyes and Black. The subject of this agreement is the Office property at 729 Alexandra Mall Apt. 046, Suite 1928, Kellyland, Pennsylvania 34687, comprising approximately 14,947 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-07-17 and concluding on 2030-07-17. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $46,841.80, payable on a monthly basis. A security deposit of $46,841.80 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 3.73% taking effect on 2025-07-17. Additional rents include Real Estate Taxes (Fixed annual contribution), Operating Expenses (CAM) (Pass-through), Management Fee (Pro-rata share (7%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: Interior non-structural maintenance; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-FINALLY-2024-728", "document_date": "2024-03-31", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Reed and Sons", "entity_address": "98655 Marcus Harbors\nEast Amanda, MT 52075", "contact_person": "Barbara Ellis" }, { "party_type": "Lessee", "entity_name": "Anderson, Reyes and Black", "entity_address": "1838 Paul Via Suite 472\nCarolynside, SC 56461" } ], "property_details": { "property_address": "729 Alexandra Mall Apt. 046, Suite 1928, Kellyland, Pennsylvania 34687", "square_footage": 14947, "property_type": "Office", "unit_identifier": "Suite 1928" }, "lease_term": { "start_date": "2024-07-17", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2030-07-17" }, "financial_terms": { "base_rent_initial": 46841.8, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-07-17", "increase_value": 3.73, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-07-17", "increase_value": 6.93, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 8459.25 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 3958.21 } ], "security_deposit_amount": 46841.8 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-HE-2022-535 This serves as a summary of the commercial lease executed on 2022-10-24 between the Lessor, Weaver, Salinas and Fowler, and Lessee, Villarreal, Moss and Miller. The subject of this agreement is the Warehouse property at 401 Crystal Knoll Apt. 500, Suite 1397, New Ashley, South Carolina 56750, comprising approximately 8,644 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-01-14. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $11,935.68, payable on a monthly basis. A security deposit of $23,871.36 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 4.22 $/sf taking effect on 2024-01-14. Additional rents include Real Estate Taxes (Pass-through), Common Area Utilities (Pass-through), Operating Expenses (CAM) (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: Pest control within the unit; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Kansas. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-HE-2022-535", "document_date": "2022-10-24", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Weaver, Salinas and Fowler", "entity_address": "7362 Bailey Mission\nEast Timothy, NE 69162", "contact_person": "Rebecca Ford" }, { "party_type": "Lessee", "entity_name": "Villarreal, Moss and Miller", "entity_address": "78084 Craig River\nSouth Anthonyberg, CA 90848" } ], "property_details": { "property_address": "401 Crystal Knoll Apt. 500, Suite 1397, New Ashley, South Carolina 56750", "square_footage": 8644, "property_type": "Warehouse", "unit_identifier": "Suite 1397" }, "lease_term": { "start_date": "2023-01-14", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 11935.68, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-01-14", "increase_value": 4.22, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-01-13", "increase_value": 5.56, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-01-13", "increase_value": 8.55, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 8898.67 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 7751.44 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution" } ], "security_deposit_amount": 23871.36 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Pest control within the unit", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Mediation followed by litigation in the State of Kansas" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-THREE-2023-399 This serves as a summary of the commercial lease executed on 2023-12-05 between the Lessor, Cook, Perkins and Cole, and Lessee, Thompson-Smith. The subject of this agreement is the Medical Office property at 78806 Baldwin Canyon, Suite 182, West Joshua, South Dakota 67378, comprising approximately 9,026 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-05-17 and concluding on 2031-05-17. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $6,996.58, payable on a monthly basis. A security deposit of $6,996.58 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.06 $/sf taking effect on 2025-05-17. Additional rents include Common Area Utilities (Fixed annual contribution), Management Fee (Pro-rata share (15%)), Management Fee (Fixed annual contribution), Common Area Utilities (Pro-rata share (5%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: All utility payments for the premises; Janitorial services within leased premises; Minor repairs to plumbing and electrical; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-THREE-2023-399", "document_date": "2023-12-05", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Cook, Perkins and Cole", "contact_person": "Justin Williams" }, { "party_type": "Lessee", "entity_name": "Thompson-Smith" } ], "property_details": { "property_address": "78806 Baldwin Canyon, Suite 182, West Joshua, South Dakota 67378", "square_footage": 9026, "property_type": "Medical Office", "unit_identifier": "Suite 182" }, "lease_term": { "start_date": "2024-05-17", "term_duration_months": 84, "renewal_options": [], "end_date": "2031-05-17" }, "financial_terms": { "base_rent_initial": 6996.58, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-05-17", "increase_value": 8.06, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-05-17", "increase_value": 0.4, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8103.91 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (15%)", "estimated_annual_cost": 9460.99 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9734.56 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 4418.44 } ], "security_deposit_amount": 6996.58 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "All utility payments for the premises", "Janitorial services within leased premises", "Minor repairs to plumbing and electrical", "Pest control within the unit" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-CONFERENCE-2022-723 This serves as a summary of the commercial lease executed on 2022-11-16 between the Lessor, Hernandez Ltd, and Lessee, Chen, Hill and Ayers. The subject of this agreement is the Retail property at 74353 Kayla Land, Suite 701, South Dale, Utah 76547, comprising approximately 8,498 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2022-11-23 and concluding on 2028-11-22. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $75,138.50, payable on a annually basis. A security deposit of $75,138.50 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 7.2% taking effect on 2023-11-23. Additional rents include Common Area Utilities (Fixed annual contribution), Insurance (Pass-through). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance; HVAC system maintenance and replacement. The Lessee's duties include: Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Oklahoma. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-CONFERENCE-2022-723", "document_date": "2022-11-16", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Hernandez Ltd", "contact_person": "Andrew Brown" }, { "party_type": "Lessee", "entity_name": "Chen, Hill and Ayers" } ], "property_details": { "property_address": "74353 Kayla Land, Suite 701, South Dale, Utah 76547", "square_footage": 8498, "property_type": "Retail", "unit_identifier": "Suite 701" }, "lease_term": { "start_date": "2022-11-23", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2028-11-22" }, "financial_terms": { "base_rent_initial": 75138.5, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2023-11-23", "increase_value": 7.2, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2024-11-22", "increase_value": 2.63, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" }, { "component_name": "Insurance", "payment_structure": "Pass-through" } ], "security_deposit_amount": 75138.5 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Oklahoma" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-IMPACT-2023-111 This serves as a summary of the commercial lease executed on 2023-03-19 between the Lessor, Brown PLC, and Lessee, Morton-Ritter. The subject of this agreement is the Medical Office property at 3177 Kevin Brook, Suite 1191, Joshuachester, Mississippi 33373, comprising approximately 2,321 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-08-22. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $16,494.29, payable on a annually basis. A security deposit of $16,494.29 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.7% taking effect on 2024-08-21. Additional rents include Real Estate Taxes (Pro-rata share (7%)), Operating Expenses (CAM) (Pass-through), Common Area Utilities (Fixed annual contribution), Real Estate Taxes (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM). The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Tennessee. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-IMPACT-2023-111", "document_date": "2023-03-19", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Brown PLC", "entity_address": "552 Davis Brooks Suite 690\nEast Jessicafurt, TX 26785", "contact_person": "Stephen Dean" }, { "party_type": "Lessee", "entity_name": "Morton-Ritter" } ], "property_details": { "property_address": "3177 Kevin Brook, Suite 1191, Joshuachester, Mississippi 33373", "square_footage": 2321, "property_type": "Medical Office", "unit_identifier": "Suite 1191" }, "lease_term": { "start_date": "2023-08-22", "term_duration_months": 120, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 16494.29, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-08-21", "increase_value": 8.7, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-08-21", "increase_value": 4.1, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 8773.52 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 4541.21 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2046.72 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 7007.77 } ], "security_deposit_amount": 16494.29 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Tennessee" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-KNOWLEDGE-2022-349 This serves as a summary of the commercial lease executed on 2022-08-19 between the Lessor, Lowery Group, and Lessee, Dixon, Pacheco and Allison. The subject of this agreement is the Warehouse property at 94796 Brandon Meadow, Suite 2084, Danielsmouth, Maine 70964, comprising approximately 7,063 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2022-10-12 and concluding on 2032-10-11. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $68,432.58, payable on a annually basis. A security deposit of $68,432.58 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.97 $/sf taking effect on 2023-10-12. Additional rents include Real Estate Taxes (Pass-through), Operating Expenses (CAM) (Pro-rata share (11%)). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: Interior non-structural maintenance; Pest control within the unit; Janitorial services within leased premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No structural alterations without Lessor approval. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Arkansas. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-KNOWLEDGE-2022-349", "document_date": "2022-08-19", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Lowery Group", "entity_address": "PSC 9647, Box 7131\nAPO AE 80955" }, { "party_type": "Lessee", "entity_name": "Dixon, Pacheco and Allison", "entity_address": "859 Casey Key\nPort Michelle, CA 40551" } ], "property_details": { "property_address": "94796 Brandon Meadow, Suite 2084, Danielsmouth, Maine 70964", "square_footage": 7063, "property_type": "Warehouse" }, "lease_term": { "start_date": "2022-10-12", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2032-10-11" }, "financial_terms": { "base_rent_initial": 68432.58, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2023-10-12", "increase_value": 1.97, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2024-10-11", "increase_value": 1.45, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 8374.57 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 1265.66 } ], "security_deposit_amount": 68432.58 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Pest control within the unit", "Janitorial services within leased premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No structural alterations without Lessor approval.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Arkansas" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-IMPORTANT-2024-821 This serves as a summary of the commercial lease executed on 2024-05-25 between the Lessor, Floyd and Sons, and Lessee, Anderson-Mills. The subject of this agreement is the Warehouse property at 375 Justin Ford Suite 702, Suite 294, Willieshire, New Jersey 96711, comprising approximately 16,077 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-09-08 and concluding on 2029-09-08. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $6,781.54, payable on a annually basis. A security deposit of $13,563.08 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 4.9% taking effect on 2025-09-08. Additional rents include Management Fee (Pass-through), Real Estate Taxes (Fixed annual contribution), Operating Expenses (CAM) (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Norristown. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-IMPORTANT-2024-821", "document_date": "2024-05-25", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Floyd and Sons", "entity_address": "23201 Rose Parks Apt. 699\nJohnsonfurt, CO 20315", "contact_person": "Christina Chavez" }, { "party_type": "Lessee", "entity_name": "Anderson-Mills" } ], "property_details": { "property_address": "375 Justin Ford Suite 702, Suite 294, Willieshire, New Jersey 96711", "square_footage": 16077, "property_type": "Warehouse", "unit_identifier": "Suite 294" }, "lease_term": { "start_date": "2024-09-08", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2029-09-08" }, "financial_terms": { "base_rent_initial": 6781.54, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-09-08", "increase_value": 4.9, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-09-08", "increase_value": 0.48, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-09-08", "increase_value": 2.3, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 4598.05 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9583.6 } ], "security_deposit_amount": 13563.08 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Norristown" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BROTHER-2022-289 This serves as a summary of the commercial lease executed on 2022-11-04 between the Lessor, Escobar, Lewis and Jordan, and Lessee, Benjamin, Williams and Mullins. The subject of this agreement is the Warehouse property at 52919 Katelyn Brooks, Suite 755, New Kimberly, Massachusetts 96912, comprising approximately 20,911 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2022-12-27. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $11,604.98, payable on a quarterly basis. A security deposit of $23,209.96 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 5.15% taking effect on 2023-12-27. Additional rents include Insurance (Pro-rata share (5%)), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BROTHER-2022-289", "document_date": "2022-11-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Escobar, Lewis and Jordan", "contact_person": "Marissa Rice" }, { "party_type": "Lessee", "entity_name": "Benjamin, Williams and Mullins" } ], "property_details": { "property_address": "52919 Katelyn Brooks, Suite 755, New Kimberly, Massachusetts 96912", "square_footage": 20911, "property_type": "Warehouse", "unit_identifier": "Suite 755" }, "lease_term": { "start_date": "2022-12-27", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 11604.98, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2023-12-27", "increase_value": 5.15, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2024-12-26", "increase_value": 8.66, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 9545.15 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 8710.05 } ], "security_deposit_amount": 23209.96 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-ENVIRONMENT-2023-171 This serves as a summary of the commercial lease executed on 2023-11-26 between the Lessor, Davis-Brown, and Lessee, Andersen-Hansen. The subject of this agreement is the Office property at 5582 Miller Via, Suite 740, Port Kimberly, Massachusetts 52455, comprising approximately 8,599 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2024-01-16. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $15,198.65, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 5.99% taking effect on 2025-01-15. Additional rents include Operating Expenses (CAM) (Pro-rata share (10%)), Insurance (Pro-rata share (15%)), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement. The Lessee's duties include: Interior non-structural maintenance; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Maryland. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-ENVIRONMENT-2023-171", "document_date": "2023-11-26", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Davis-Brown", "entity_address": "161 Michael Road Apt. 723\nGriffinberg, MN 55209" }, { "party_type": "Lessee", "entity_name": "Andersen-Hansen", "entity_address": "4528 Gary Drives\nEast Christopherborough, OH 20857" } ], "property_details": { "property_address": "5582 Miller Via, Suite 740, Port Kimberly, Massachusetts 52455", "square_footage": 8599, "property_type": "Office", "unit_identifier": "Suite 740" }, "lease_term": { "start_date": "2024-01-16", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ] }, "financial_terms": { "base_rent_initial": 15198.65, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-01-15", "increase_value": 5.99, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-01-15", "increase_value": 4.53, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 3847.97 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (15%)", "estimated_annual_cost": 2391.56 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7301.01 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Pest control within the unit" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Mediation followed by litigation in the State of Maryland" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-TREAT-2023-813 This serves as a summary of the commercial lease executed on 2023-05-23 between the Lessor, Hawkins and Sons, and Lessee, Garcia-White. The subject of this agreement is the Office property at 3137 Keith Summit, Suite 580, Sarahshire, Minnesota 79079, comprising approximately 3,017 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2023-10-03 and concluding on 2028-10-02. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $3,814.81, payable on a annually basis. A security deposit of $7,629.62 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.55 $/sf taking effect on 2024-10-02. Additional rents include Operating Expenses (CAM) (Pro-rata share (7%)), Insurance (Pro-rata share (7%)), Operating Expenses (CAM) (Fixed annual contribution), Real Estate Taxes (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof; HVAC system maintenance and replacement. The Lessee's duties include: All utility payments for the premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Delaware. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-TREAT-2023-813", "document_date": "2023-05-23", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Hawkins and Sons" }, { "party_type": "Lessee", "entity_name": "Garcia-White", "entity_address": "223 Henderson Centers\nNorth Michaela, MA 63587" } ], "property_details": { "property_address": "3137 Keith Summit, Suite 580, Sarahshire, Minnesota 79079", "square_footage": 3017, "property_type": "Office" }, "lease_term": { "start_date": "2023-10-03", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Market Rate" } ], "end_date": "2028-10-02" }, "financial_terms": { "base_rent_initial": 3814.81, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-10-02", "increase_value": 9.55, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-10-02", "increase_value": 4.06, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-10-02", "increase_value": 6.72, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (7%)" }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (7%)" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7594.98 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through" } ], "security_deposit_amount": 7629.62 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "All utility payments for the premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Delaware" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-LITTLE-2024-459 This serves as a summary of the commercial lease executed on 2024-02-13 between the Lessor, Hernandez, Eaton and Clark, and Lessee, Sandoval-Henry. The subject of this agreement is the Industrial property at 9396 Kelly Mountain, Suite 737, Lake Jamieshire, West Virginia 53783, comprising approximately 2,955 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-08-09. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $19,454.79, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 8.22 $/sf taking effect on 2025-08-09. Additional rents include Operating Expenses (CAM) (Pass-through), Operating Expenses (CAM) (Pro-rata share (3%)), Real Estate Taxes (Pass-through), Real Estate Taxes (Pro-rata share (5%)). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement. The Lessee's duties include: Janitorial services within leased premises; Interior non-structural maintenance; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Port Elizabethchester. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-LITTLE-2024-459", "document_date": "2024-02-13", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Hernandez, Eaton and Clark", "contact_person": "Mary Buck" }, { "party_type": "Lessee", "entity_name": "Sandoval-Henry", "entity_address": "88442 Hart Land Apt. 842\nSouth Richardside, CO 14058" } ], "property_details": { "property_address": "9396 Kelly Mountain, Suite 737, Lake Jamieshire, West Virginia 53783", "square_footage": 2955, "property_type": "Industrial" }, "lease_term": { "start_date": "2024-08-09", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 19454.79, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-08-09", "increase_value": 8.22, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-08-09", "increase_value": 1.17, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-08-09", "increase_value": 6.56, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 1971.21 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 5978.99 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 9309.11 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 2539.92 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Interior non-structural maintenance", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Binding arbitration in Port Elizabethchester" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SIMILAR-2023-935 This serves as a summary of the commercial lease executed on 2023-09-21 between the Lessor, Burns-Rich, and Lessee, Barber, Herrera and Myers. The subject of this agreement is the Retail property at 393 Gonzales Wells, Suite 160, Nicolemouth, Missouri 25494, comprising approximately 20,414 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-02-23 and concluding on 2029-02-22. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $1,133.63, payable on a annually basis. A security deposit of $1,133.63 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.36% taking effect on 2025-02-22. Additional rents include Real Estate Taxes (Pass-through), Management Fee (Pro-rata share (7%)), Common Area Utilities (Pro-rata share (4%)), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: All utility payments for the premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in New Catherine. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SIMILAR-2023-935", "document_date": "2023-09-21", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Burns-Rich", "contact_person": "Diana Maynard" }, { "party_type": "Lessee", "entity_name": "Barber, Herrera and Myers", "entity_address": "954 Mayo Via Suite 812\nPort Matthew, ME 29820" } ], "property_details": { "property_address": "393 Gonzales Wells, Suite 160, Nicolemouth, Missouri 25494", "square_footage": 20414, "property_type": "Retail", "unit_identifier": "Suite 160" }, "lease_term": { "start_date": "2024-02-23", "term_duration_months": 60, "renewal_options": [], "end_date": "2029-02-22" }, "financial_terms": { "base_rent_initial": 1133.63, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-02-22", "increase_value": 9.36, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-02-22", "increase_value": 8.4, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-02-22", "increase_value": 7.71, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-02-22", "increase_value": 6.52, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 5651.11 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 6909.35 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (4%)", "estimated_annual_cost": 5084.65 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 3402.72 } ], "security_deposit_amount": 1133.63 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "All utility payments for the premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in New Catherine" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-NOTICE-2024-911 This serves as a summary of the commercial lease executed on 2024-05-18 between the Lessor, Hutchinson and Sons, and Lessee, Mcbride, Hughes and Silva. The subject of this agreement is the Medical Office property at 52614 Crystal Plaza, Suite 2413, South Christophertown, Wyoming 20572, comprising approximately 24,791 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-10-13. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $60,836.53, payable on a monthly basis. A security deposit of $60,836.53 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 0.78% taking effect on 2025-10-13. Additional rents include Operating Expenses (CAM) (Pass-through), Operating Expenses (CAM) (Pro-rata share (9%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Mississippi. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-NOTICE-2024-911", "document_date": "2024-05-18", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Hutchinson and Sons", "entity_address": "4746 Miller Mission Apt. 761\nPort Timothy, WA 40788", "contact_person": "Ricky Davis" }, { "party_type": "Lessee", "entity_name": "Mcbride, Hughes and Silva", "entity_address": "6010 Tran Port\nHuntview, FM 32790" } ], "property_details": { "property_address": "52614 Crystal Plaza, Suite 2413, South Christophertown, Wyoming 20572", "square_footage": 24791, "property_type": "Medical Office" }, "lease_term": { "start_date": "2024-10-13", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 60836.53, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-10-13", "increase_value": 0.78, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-10-13", "increase_value": 4.28, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 3363.12 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (9%)", "estimated_annual_cost": 6155.43 } ], "security_deposit_amount": 60836.53 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Mediation followed by litigation in the State of Mississippi" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-CIVIL-2024-337 This serves as a summary of the commercial lease executed on 2024-06-26 between the Lessor, Jennings-Taylor, and Lessee, Shaffer, Crawford and Williams. The subject of this agreement is the Retail property at 8533 Shannon Mountains Apt. 747, Suite 2318, Gallegosview, Connecticut 33187, comprising approximately 11,407 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2024-10-10 and concluding on 2027-10-10. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $50,796.13, payable on a annually basis. A security deposit of $50,796.13 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.32% taking effect on 2025-10-10. Additional rents include Common Area Utilities (Pro-rata share (3%)), Management Fee (Fixed annual contribution), Real Estate Taxes (Pass-through), Real Estate Taxes (Pass-through). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Landscaping and snow removal. The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance; All utility payments for the premises; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Signage must be approved by Lessor. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-CIVIL-2024-337", "document_date": "2024-06-26", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Jennings-Taylor", "contact_person": "Carlos Allen" }, { "party_type": "Lessee", "entity_name": "Shaffer, Crawford and Williams" } ], "property_details": { "property_address": "8533 Shannon Mountains Apt. 747, Suite 2318, Gallegosview, Connecticut 33187", "square_footage": 11407, "property_type": "Retail" }, "lease_term": { "start_date": "2024-10-10", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2027-10-10" }, "financial_terms": { "base_rent_initial": 50796.13, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-10-10", "increase_value": 6.32, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-10-10", "increase_value": 3.22, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-10-10", "increase_value": 7.33, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 6949.62 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4841.39 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 5089.3 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through" } ], "security_deposit_amount": 50796.13 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance", "All utility payments for the premises", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-PREVENT-2023-984 This serves as a summary of the commercial lease executed on 2023-07-04 between the Lessor, Sharp Group, and Lessee, Hall, Morris and Ferguson. The subject of this agreement is the Industrial property at 04480 Williams Mission Apt. 933, Suite 2193, North Nicholasmouth, Delaware 17079, comprising approximately 3,023 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-08-12 and concluding on 2029-08-11. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $1,117.81, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 9.6% taking effect on 2024-08-11. Additional rents include Common Area Utilities (Pro-rata share (7%)), Common Area Utilities (Fixed annual contribution), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Landscaping and snow removal. The Lessee's duties include: All utility payments for the premises; Interior non-structural maintenance; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-PREVENT-2023-984", "document_date": "2023-07-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Sharp Group", "entity_address": "378 Eugene Crescent\nWest Christina, VA 76706", "contact_person": "Beth Herrera" }, { "party_type": "Lessee", "entity_name": "Hall, Morris and Ferguson", "entity_address": "69809 Amber Hills Apt. 275\nKennethmouth, NM 39195" } ], "property_details": { "property_address": "04480 Williams Mission Apt. 933, Suite 2193, North Nicholasmouth, Delaware 17079", "square_footage": 3023, "property_type": "Industrial", "unit_identifier": "Suite 2193" }, "lease_term": { "start_date": "2023-08-12", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2029-08-11" }, "financial_terms": { "base_rent_initial": 1117.81, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-08-11", "increase_value": 9.6, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-08-11", "increase_value": 8.96, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-08-11", "increase_value": 9.7, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 1600.88 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6837.68 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Landscaping and snow removal" ], "lessee_responsibilities": [ "All utility payments for the premises", "Interior non-structural maintenance", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-COMMUNITY-2024-448 This serves as a summary of the commercial lease executed on 2024-04-28 between the Lessor, Daniels and Sons, and Lessee, Williams, Lopez and Chen. The subject of this agreement is the Industrial property at 89941 Waller Dale, Suite 552, Lake Corey, Indiana 30913, comprising approximately 14,175 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-06-09 and concluding on 2029-06-09. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $60,450.18, payable on a quarterly basis. A security deposit of $120,900.36 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 4.59 $/sf taking effect on 2025-06-09. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance; Landscaping and snow removal. The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-COMMUNITY-2024-448", "document_date": "2024-04-28", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Daniels and Sons", "entity_address": "603 Karen Light\nHodgehaven, MH 58999", "contact_person": "Melanie Davis" }, { "party_type": "Lessee", "entity_name": "Williams, Lopez and Chen", "entity_address": "PSC 2590, Box 9550\nAPO AA 95193" } ], "property_details": { "property_address": "89941 Waller Dale, Suite 552, Lake Corey, Indiana 30913", "square_footage": 14175, "property_type": "Industrial" }, "lease_term": { "start_date": "2024-06-09", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-06-09" }, "financial_terms": { "base_rent_initial": 60450.18, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-06-09", "increase_value": 4.59, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-06-09", "increase_value": 1.7, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-06-09", "increase_value": 4.83, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution" }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3522.38 } ], "security_deposit_amount": 120900.36 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-PREVENT-2024-930 This serves as a summary of the commercial lease executed on 2024-02-16 between the Lessor, Rosales Inc, and Lessee, Michael Ltd. The subject of this agreement is the Retail property at 58915 Tate Plain Suite 271, Suite 1773, Lake Nathan, Florida 88325, comprising approximately 17,515 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2024-03-18 and concluding on 2027-03-18. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $2,374.17, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 9.9 $/sf taking effect on 2025-03-18. Additional rents include Insurance (Pass-through), Common Area Utilities (Fixed annual contribution), Management Fee (Pro-rata share (12%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance. The Lessee's duties include: All utility payments for the premises; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Morrisonshire. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-PREVENT-2024-930", "document_date": "2024-02-16", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Rosales Inc" }, { "party_type": "Lessee", "entity_name": "Michael Ltd", "entity_address": "2727 Gabrielle Isle\nRoachfurt, FM 09504" } ], "property_details": { "property_address": "58915 Tate Plain Suite 271, Suite 1773, Lake Nathan, Florida 88325", "square_footage": 17515, "property_type": "Retail", "unit_identifier": "Suite 1773" }, "lease_term": { "start_date": "2024-03-18", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2027-03-18" }, "financial_terms": { "base_rent_initial": 2374.17, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-03-18", "increase_value": 9.9, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-03-18", "increase_value": 3.3, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-03-18", "increase_value": 8.4, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2028-03-17", "increase_value": 0.41, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pass-through" }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7873.42 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (12%)", "estimated_annual_cost": 8962.39 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance" ], "lessee_responsibilities": [ "All utility payments for the premises", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Morrisonshire" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-THEN-2024-338 This serves as a summary of the commercial lease executed on 2024-02-10 between the Lessor, Maddox, Mason and Carey, and Lessee, Miller, Jones and Lopez. The subject of this agreement is the Retail property at 8328 Tara Lodge, Suite 1618, Williamberg, Ohio 78857, comprising approximately 8,543 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2024-03-14 and concluding on 2027-03-14. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $1,962.44, payable on a annually basis. A security deposit of $3,924.88 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.45% taking effect on 2025-03-14. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Real Estate Taxes (Pro-rata share (4%)), Real Estate Taxes (Fixed annual contribution), Real Estate Taxes (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-THEN-2024-338", "document_date": "2024-02-10", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Maddox, Mason and Carey", "entity_address": "0166 Guerrero Walks Suite 899\nWuchester, IL 49220", "contact_person": "Rebecca Underwood" }, { "party_type": "Lessee", "entity_name": "Miller, Jones and Lopez", "entity_address": "14533 Anthony Motorway\nPort Mario, NV 12846" } ], "property_details": { "property_address": "8328 Tara Lodge, Suite 1618, Williamberg, Ohio 78857", "square_footage": 8543, "property_type": "Retail", "unit_identifier": "Suite 1618" }, "lease_term": { "start_date": "2024-03-14", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2027-03-14" }, "financial_terms": { "base_rent_initial": 1962.44, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-03-14", "increase_value": 2.45, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-03-14", "increase_value": 5.46, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-03-14", "increase_value": 5.13, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2028-03-13", "increase_value": 4.35, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution" }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (4%)" }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3471.01 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 9176.27 } ], "security_deposit_amount": 3924.88 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SUCH-2022-372 This serves as a summary of the commercial lease executed on 2022-12-13 between the Lessor, Myers PLC, and Lessee, Smith and Sons. The subject of this agreement is the Office property at 587 Billy Ferry, Suite 1806, East Deborahville, Montana 51531, comprising approximately 11,571 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-04-25. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $17,533.30, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 1.0 $/sf taking effect on 2024-04-24. Additional rents include Insurance (Pro-rata share (5%)), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. No hazardous materials permitted on the premises without prior written consent. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Martinshire. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SUCH-2022-372", "document_date": "2022-12-13", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Myers PLC" }, { "party_type": "Lessee", "entity_name": "Smith and Sons" } ], "property_details": { "property_address": "587 Billy Ferry, Suite 1806, East Deborahville, Montana 51531", "square_footage": 11571, "property_type": "Office" }, "lease_term": { "start_date": "2023-04-25", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 17533.3, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-04-24", "increase_value": 1.0, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-04-24", "increase_value": 4.31, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-04-24", "increase_value": 2.4, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-04-24", "increase_value": 0.8, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (5%)" }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2014.3 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises", "Pest control within the unit" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "No hazardous materials permitted on the premises without prior written consent.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Binding arbitration in Martinshire" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MEET-2024-567 This serves as a summary of the commercial lease executed on 2024-03-25 between the Lessor, Hall, Sullivan and Robinson, and Lessee, Rosario, Johnson and Jenkins. The subject of this agreement is the Warehouse property at 9443 Lisa Green Suite 014, Suite 2202, Anthonyville, Wyoming 94999, comprising approximately 11,717 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-06-11 and concluding on 2030-06-11. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $6,105.95, payable on a quarterly basis. A security deposit of $6,105.95 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.24 $/sf taking effect on 2025-06-11. Additional rents include Insurance (Pass-through), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement; Structural repairs to building exterior and roof. The Lessee's duties include: Minor repairs to plumbing and electrical; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MEET-2024-567", "document_date": "2024-03-25", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Hall, Sullivan and Robinson", "entity_address": "222 Tina Shoals\nFisherton, PA 84665", "contact_person": "Bryan Foster" }, { "party_type": "Lessee", "entity_name": "Rosario, Johnson and Jenkins" } ], "property_details": { "property_address": "9443 Lisa Green Suite 014, Suite 2202, Anthonyville, Wyoming 94999", "square_footage": 11717, "property_type": "Warehouse", "unit_identifier": "Suite 2202" }, "lease_term": { "start_date": "2024-06-11", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2030-06-11" }, "financial_terms": { "base_rent_initial": 6105.95, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-06-11", "increase_value": 1.24, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-06-11", "increase_value": 7.74, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-06-11", "increase_value": 1.26, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-06-10", "increase_value": 4.86, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 4340.81 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution" } ], "security_deposit_amount": 6105.95 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SHE-2022-836 This serves as a summary of the commercial lease executed on 2022-11-12 between the Lessor, Brennan, Hansen and Beck, and Lessee, Weber-Boyd. The subject of this agreement is the Office property at 6524 Dominguez Ports Apt. 505, Suite 401, Port Shannon, New Hampshire 64660, comprising approximately 11,900 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2022-12-19 and concluding on 2028-12-18. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $7,073.82, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 4.38 $/sf taking effect on 2023-12-19. Additional rents include Operating Expenses (CAM) (Pass-through), Insurance (Fixed annual contribution), Common Area Utilities (Pro-rata share (13%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Hollyfurt. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SHE-2022-836", "document_date": "2022-11-12", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Brennan, Hansen and Beck", "entity_address": "209 Audrey Isle\nGonzaleztown, KS 43992" }, { "party_type": "Lessee", "entity_name": "Weber-Boyd" } ], "property_details": { "property_address": "6524 Dominguez Ports Apt. 505, Suite 401, Port Shannon, New Hampshire 64660", "square_footage": 11900, "property_type": "Office", "unit_identifier": "Suite 401" }, "lease_term": { "start_date": "2022-12-19", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2028-12-18" }, "financial_terms": { "base_rent_initial": 7073.82, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2023-12-19", "increase_value": 4.38, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-12-18", "increase_value": 0.56, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-12-18", "increase_value": 8.7, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-12-18", "increase_value": 1.74, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 5088.31 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (13%)", "estimated_annual_cost": 2334.03 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Binding arbitration in Hollyfurt" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-PUT-2023-147 This serves as a summary of the commercial lease executed on 2023-06-17 between the Lessor, Carroll Inc, and Lessee, Gillespie LLC. The subject of this agreement is the Retail property at 42977 Kim Underpass, Suite 2425, Blaketon, Oregon 19295, comprising approximately 19,872 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2023-06-19 and concluding on 2028-06-18. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $8,651.55, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 8.86 $/sf taking effect on 2024-06-18. Additional rents include Management Fee (Pass-through), Common Area Utilities (Pro-rata share (14%)), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Structural repairs to building exterior and roof; HVAC system maintenance and replacement. The Lessee's duties include: Pest control within the unit; Minor repairs to plumbing and electrical; All utility payments for the premises; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Kansas. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-PUT-2023-147", "document_date": "2023-06-17", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Carroll Inc", "entity_address": "62060 Randall Track Suite 992\nLake Michaelburgh, IN 54584", "contact_person": "Monique Lambert" }, { "party_type": "Lessee", "entity_name": "Gillespie LLC" } ], "property_details": { "property_address": "42977 Kim Underpass, Suite 2425, Blaketon, Oregon 19295", "square_footage": 19872, "property_type": "Retail", "unit_identifier": "Suite 2425" }, "lease_term": { "start_date": "2023-06-19", "term_duration_months": 60, "renewal_options": [], "end_date": "2028-06-18" }, "financial_terms": { "base_rent_initial": 8651.55, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-06-18", "increase_value": 8.86, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-06-18", "increase_value": 5.41, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 5654.43 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (14%)", "estimated_annual_cost": 3568.02 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 2742.34 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Structural repairs to building exterior and roof", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Pest control within the unit", "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Mediation followed by litigation in the State of Kansas" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-EXPERT-2024-837 This serves as a summary of the commercial lease executed on 2024-05-31 between the Lessor, Carter-Mccormick, and Lessee, Fuentes-Jones. The subject of this agreement is the Industrial property at 312 Mcbride Gardens, Suite 1553, Markland, Massachusetts 46955, comprising approximately 23,088 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-06-10 and concluding on 2029-06-10. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $71,958.86, payable on a annually basis. A security deposit of $143,917.72 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.09 $/sf taking effect on 2025-06-10. Additional rents include Insurance (Pro-rata share (11%)), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: Interior non-structural maintenance; Janitorial services within leased premises; Pest control within the unit; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-EXPERT-2024-837", "document_date": "2024-05-31", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Carter-Mccormick" }, { "party_type": "Lessee", "entity_name": "Fuentes-Jones", "entity_address": "49658 Gray Parkway\nStaceyville, CO 09645" } ], "property_details": { "property_address": "312 Mcbride Gardens, Suite 1553, Markland, Massachusetts 46955", "square_footage": 23088, "property_type": "Industrial", "unit_identifier": "Suite 1553" }, "lease_term": { "start_date": "2024-06-10", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2029-06-10" }, "financial_terms": { "base_rent_initial": 71958.86, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-06-10", "increase_value": 6.09, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-06-10", "increase_value": 8.99, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-06-10", "increase_value": 7.89, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 9685.82 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2926.92 } ], "security_deposit_amount": 143917.72 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Janitorial services within leased premises", "Pest control within the unit", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-WRITER-2023-287 This serves as a summary of the commercial lease executed on 2023-11-19 between the Lessor, Martin-Vazquez, and Lessee, Good-Ross. The subject of this agreement is the Office property at 62242 Brian Radial Apt. 175, Suite 1696, South Elizabethside, Alaska 01737, comprising approximately 15,886 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-01-17 and concluding on 2031-01-16. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $5,575.17, payable on a quarterly basis. A security deposit of $11,150.34 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.92 $/sf taking effect on 2025-01-16. Additional rents include Management Fee (Fixed annual contribution), Insurance (Pro-rata share (3%)), Common Area Utilities (Pro-rata share (12%)), Operating Expenses (CAM) (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises; Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Alabama. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-WRITER-2023-287", "document_date": "2023-11-19", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Martin-Vazquez", "entity_address": "28036 Joseph Center Apt. 064\nWest Jesseville, MP 71406", "contact_person": "Gabriel Phillips" }, { "party_type": "Lessee", "entity_name": "Good-Ross", "entity_address": "1445 Brown Fort Suite 564\nSouth Emma, FL 50212" } ], "property_details": { "property_address": "62242 Brian Radial Apt. 175, Suite 1696, South Elizabethside, Alaska 01737", "square_footage": 15886, "property_type": "Office", "unit_identifier": "Suite 1696" }, "lease_term": { "start_date": "2024-01-17", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2031-01-16" }, "financial_terms": { "base_rent_initial": 5575.17, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-01-16", "increase_value": 6.92, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-01-16", "increase_value": 3.17, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7800.61 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (3%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (12%)", "estimated_annual_cost": 2537.04 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9689.38 } ], "security_deposit_amount": 11150.34 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Alabama" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-HUNDRED-2023-157 This serves as a summary of the commercial lease executed on 2023-02-20 between the Lessor, Guerra Group, and Lessee, Moody, Walsh and Lane. The subject of this agreement is the Industrial property at 07918 Deanna Ridges, Suite 497, Lake Sallybury, Washington 04073, comprising approximately 5,481 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-02-24 and concluding on 2029-02-23. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $36,608.05, payable on a monthly basis. A security deposit of $73,216.10 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.26 $/sf taking effect on 2024-02-24. Additional rents include Common Area Utilities (Fixed annual contribution), Insurance (Pro-rata share (11%)). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Thomasview. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-HUNDRED-2023-157", "document_date": "2023-02-20", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Guerra Group", "contact_person": "Stephen Williamson" }, { "party_type": "Lessee", "entity_name": "Moody, Walsh and Lane" } ], "property_details": { "property_address": "07918 Deanna Ridges, Suite 497, Lake Sallybury, Washington 04073", "square_footage": 5481, "property_type": "Industrial", "unit_identifier": "Suite 497" }, "lease_term": { "start_date": "2023-02-24", "term_duration_months": 72, "renewal_options": [], "end_date": "2029-02-23" }, "financial_terms": { "base_rent_initial": 36608.05, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-02-24", "increase_value": 1.26, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-02-23", "increase_value": 3.39, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-02-23", "increase_value": 9.76, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-02-23", "increase_value": 1.7, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8471.64 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 7608.12 } ], "security_deposit_amount": 73216.1 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Thomasview" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SHOW-2022-543 This serves as a summary of the commercial lease executed on 2022-08-16 between the Lessor, Duncan Ltd, and Lessee, Brown, Rogers and Morris. The subject of this agreement is the Warehouse property at 3552 Douglas Lodge, Suite 2020, Pierceport, Tennessee 12687, comprising approximately 19,752 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2022-10-13 and concluding on 2029-10-12. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $3,820.25, payable on a quarterly basis. A security deposit of $3,820.25 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 0.57% taking effect on 2023-10-13. Additional rents include Common Area Utilities (Fixed annual contribution), Insurance (Pass-through), Insurance (Pass-through). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance; Structural repairs to building exterior and roof. The Lessee's duties include: Pest control within the unit; All utility payments for the premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. No hazardous materials permitted on the premises without prior written consent. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in East Julie. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SHOW-2022-543", "document_date": "2022-08-16", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Duncan Ltd", "entity_address": "4334 Vasquez Court\nWesleystad, NV 49885" }, { "party_type": "Lessee", "entity_name": "Brown, Rogers and Morris", "entity_address": "6398 Ryan Cliffs\nNorth Susanberg, DC 15848" } ], "property_details": { "property_address": "3552 Douglas Lodge, Suite 2020, Pierceport, Tennessee 12687", "square_footage": 19752, "property_type": "Warehouse" }, "lease_term": { "start_date": "2022-10-13", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2029-10-12" }, "financial_terms": { "base_rent_initial": 3820.25, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2023-10-13", "increase_value": 0.57, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2024-10-12", "increase_value": 2.36, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-10-12", "increase_value": 3.21, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-10-12", "increase_value": 2.86, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4277.0 }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 1042.54 }, { "component_name": "Insurance", "payment_structure": "Pass-through" } ], "security_deposit_amount": 3820.25 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "No hazardous materials permitted on the premises without prior written consent.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in East Julie" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-AMERICAN-2023-377 This serves as a summary of the commercial lease executed on 2023-11-07 between the Lessor, Lawson Ltd, and Lessee, Ayala-Rodriguez. The subject of this agreement is the Retail property at 0433 Davis River Apt. 281, Suite 1235, New Cheyennemouth, Rhode Island 11694, comprising approximately 10,149 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2023-12-11 and concluding on 2028-12-10. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $17,153.83, payable on a annually basis. A security deposit of $17,153.83 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.98 $/sf taking effect on 2024-12-10. Additional rents include Insurance (Pass-through), Insurance (Pass-through). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); HVAC system maintenance and replacement; Structural repairs to building exterior and roof. The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of North Carolina. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-AMERICAN-2023-377", "document_date": "2023-11-07", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Lawson Ltd", "entity_address": "95309 Snyder Islands\nNorth Marthamouth, ME 49732", "contact_person": "Colleen Gibson" }, { "party_type": "Lessee", "entity_name": "Ayala-Rodriguez", "entity_address": "7042 John Spring Apt. 183\nWest Vanessastad, HI 22828" } ], "property_details": { "property_address": "0433 Davis River Apt. 281, Suite 1235, New Cheyennemouth, Rhode Island 11694", "square_footage": 10149, "property_type": "Retail" }, "lease_term": { "start_date": "2023-12-11", "term_duration_months": 60, "renewal_options": [], "end_date": "2028-12-10" }, "financial_terms": { "base_rent_initial": 17153.83, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-12-10", "increase_value": 9.98, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-12-10", "increase_value": 7.86, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-12-10", "increase_value": 5.47, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pass-through" }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 2448.93 } ], "security_deposit_amount": 17153.83 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Mediation followed by litigation in the State of North Carolina" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SENSE-2022-453 This serves as a summary of the commercial lease executed on 2022-12-19 between the Lessor, Williams, Johnson and Black, and Lessee, Heath, Simpson and Case. The subject of this agreement is the Office property at 959 Susan Pines Suite 752, Suite 1158, Danielleview, Louisiana 34790, comprising approximately 9,731 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-01-05 and concluding on 2030-01-04. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $70,608.39, payable on a annually basis. A security deposit of $70,608.39 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.95 $/sf taking effect on 2024-01-05. Additional rents include Common Area Utilities (Pro-rata share (4%)), Insurance (Pro-rata share (11%)), Common Area Utilities (Pro-rata share (13%)), Common Area Utilities (Pro-rata share (8%)). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Colorado. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SENSE-2022-453", "document_date": "2022-12-19", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Williams, Johnson and Black", "entity_address": "907 Wells Roads\nLake Brian, SC 27659", "contact_person": "Leslie Wells" }, { "party_type": "Lessee", "entity_name": "Heath, Simpson and Case", "entity_address": "161 Chandler Street Apt. 044\nLongton, MI 12651" } ], "property_details": { "property_address": "959 Susan Pines Suite 752, Suite 1158, Danielleview, Louisiana 34790", "square_footage": 9731, "property_type": "Office", "unit_identifier": "Suite 1158" }, "lease_term": { "start_date": "2023-01-05", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2030-01-04" }, "financial_terms": { "base_rent_initial": 70608.39, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-01-05", "increase_value": 6.95, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-01-04", "increase_value": 1.57, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-01-04", "increase_value": 0.77, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (4%)" }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 3643.25 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (13%)", "estimated_annual_cost": 3540.83 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (8%)", "estimated_annual_cost": 3202.52 } ], "security_deposit_amount": 70608.39 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Mediation followed by litigation in the State of Colorado" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-ACCORDING-2023-315 This serves as a summary of the commercial lease executed on 2023-12-21 between the Lessor, Jordan-Dixon, and Lessee, Brown Group. The subject of this agreement is the Medical Office property at 31587 Angela Pines, Suite 1913, South Jade, California 20848, comprising approximately 6,075 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-01-28 and concluding on 2029-01-27. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $1,958.84, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 3.68% taking effect on 2025-01-27. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Management Fee (Fixed annual contribution), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement. The Lessee's duties include: Interior non-structural maintenance; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-ACCORDING-2023-315", "document_date": "2023-12-21", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Jordan-Dixon", "contact_person": "Robert Lane" }, { "party_type": "Lessee", "entity_name": "Brown Group", "entity_address": "Unit 2311 Box 6471\nDPO AA 67120" } ], "property_details": { "property_address": "31587 Angela Pines, Suite 1913, South Jade, California 20848", "square_footage": 6075, "property_type": "Medical Office" }, "lease_term": { "start_date": "2024-01-28", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-01-27" }, "financial_terms": { "base_rent_initial": 1958.84, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-01-27", "increase_value": 3.68, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-01-27", "increase_value": 0.73, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-01-27", "increase_value": 2.19, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2028-01-27", "increase_value": 2.41, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4430.52 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6802.06 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2291.99 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-CIVIL-2022-167 This serves as a summary of the commercial lease executed on 2022-11-10 between the Lessor, Spears PLC, and Lessee, Wolf, Robertson and Horne. The subject of this agreement is the Industrial property at 946 Jones Estate Suite 106, Suite 491, Sandyport, Delaware 66190, comprising approximately 24,785 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2023-04-26. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $5,126.71, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 8.45% taking effect on 2024-04-25. Additional rents include Management Fee (Pass-through), Operating Expenses (CAM) (Pass-through), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Common area maintenance (CAM); HVAC system maintenance and replacement. The Lessee's duties include: Pest control within the unit; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Lake Scotthaven. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-CIVIL-2022-167", "document_date": "2022-11-10", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Spears PLC", "entity_address": "14223 Bobby Mill\nAnnemouth, GA 55372", "contact_person": "Kathryn Miller" }, { "party_type": "Lessee", "entity_name": "Wolf, Robertson and Horne", "entity_address": "061 Johnson Orchard\nMelissafort, ID 07983" } ], "property_details": { "property_address": "946 Jones Estate Suite 106, Suite 491, Sandyport, Delaware 66190", "square_footage": 24785, "property_type": "Industrial" }, "lease_term": { "start_date": "2023-04-26", "term_duration_months": 60, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 5126.71, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-04-25", "increase_value": 8.45, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-04-25", "increase_value": 0.67, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-04-25", "increase_value": 7.58, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 2737.94 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution" } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Common area maintenance (CAM)", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Pest control within the unit", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Lake Scotthaven" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BEAUTIFUL-2024-940 This serves as a summary of the commercial lease executed on 2024-06-06 between the Lessor, Montgomery PLC, and Lessee, Grimes Ltd. The subject of this agreement is the Office property at 9522 Patricia Islands, Suite 116, Derrickhaven, Delaware 63596, comprising approximately 10,977 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-07-07 and concluding on 2031-07-07. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $64,081.98, payable on a quarterly basis. A security deposit of $128,163.96 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.01 $/sf taking effect on 2025-07-07. Additional rents include Real Estate Taxes (Pass-through), Insurance (Fixed annual contribution), Management Fee (Fixed annual contribution), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM). The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No structural alterations without Lessor approval. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BEAUTIFUL-2024-940", "document_date": "2024-06-06", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Montgomery PLC", "contact_person": "Randy Nelson" }, { "party_type": "Lessee", "entity_name": "Grimes Ltd", "entity_address": "4920 Benson Corners\nChristopherport, MN 36758" } ], "property_details": { "property_address": "9522 Patricia Islands, Suite 116, Derrickhaven, Delaware 63596", "square_footage": 10977, "property_type": "Office", "unit_identifier": "Suite 116" }, "lease_term": { "start_date": "2024-07-07", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2031-07-07" }, "financial_terms": { "base_rent_initial": 64081.98, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-07-07", "increase_value": 9.01, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-07-07", "increase_value": 5.76, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2027-07-07", "increase_value": 6.18, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 1782.55 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9780.57 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through" } ], "security_deposit_amount": 128163.96 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical", "All utility payments for the premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No structural alterations without Lessor approval.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-ALSO-2023-330 This serves as a summary of the commercial lease executed on 2023-07-26 between the Lessor, Santos Group, and Lessee, Chavez-Stewart. The subject of this agreement is the Retail property at 51887 Mitchell Harbors, Suite 479, Robinville, Arizona 31783, comprising approximately 13,482 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2023-10-26 and concluding on 2026-10-25. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $1,264.91, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 1.4 $/sf taking effect on 2024-10-25. Additional rents include Management Fee (Pro-rata share (9%)), Operating Expenses (CAM) (Pro-rata share (13%)), Insurance (Pro-rata share (10%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Landscaping and snow removal. The Lessee's duties include: All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-ALSO-2023-330", "document_date": "2023-07-26", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Santos Group", "contact_person": "Heather Mills" }, { "party_type": "Lessee", "entity_name": "Chavez-Stewart", "entity_address": "686 Perez Glen\nNancyville, HI 47633" } ], "property_details": { "property_address": "51887 Mitchell Harbors, Suite 479, Robinville, Arizona 31783", "square_footage": 13482, "property_type": "Retail", "unit_identifier": "Suite 479" }, "lease_term": { "start_date": "2023-10-26", "term_duration_months": 36, "renewal_options": [], "end_date": "2026-10-25" }, "financial_terms": { "base_rent_initial": 1264.91, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-10-25", "increase_value": 1.4, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-10-25", "increase_value": 0.17, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-10-25", "increase_value": 4.78, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pro-rata share (9%)", "estimated_annual_cost": 6891.57 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (13%)", "estimated_annual_cost": 6478.53 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 4047.71 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Landscaping and snow removal" ], "lessee_responsibilities": [ "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-ENTER-2024-990 This serves as a summary of the commercial lease executed on 2024-01-23 between the Lessor, Peterson-Morgan, and Lessee, Duarte-Martin. The subject of this agreement is the Retail property at 2162 Vaughn Neck Apt. 242, Suite 2383, Hayesmouth, Indiana 63165, comprising approximately 20,635 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-02-28 and concluding on 2030-02-27. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $61,028.51, payable on a annually basis. A security deposit of $122,057.02 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 5.99 $/sf taking effect on 2025-02-27. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (5%)), Management Fee (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Landscaping and snow removal; Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; All utility payments for the premises; Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-ENTER-2024-990", "document_date": "2024-01-23", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Peterson-Morgan", "contact_person": "Rebecca Hodge" }, { "party_type": "Lessee", "entity_name": "Duarte-Martin" } ], "property_details": { "property_address": "2162 Vaughn Neck Apt. 242, Suite 2383, Hayesmouth, Indiana 63165", "square_footage": 20635, "property_type": "Retail", "unit_identifier": "Suite 2383" }, "lease_term": { "start_date": "2024-02-28", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2030-02-27" }, "financial_terms": { "base_rent_initial": 61028.51, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-02-27", "increase_value": 5.99, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-02-27", "increase_value": 5.57, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-02-27", "increase_value": 1.5, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2028-02-27", "increase_value": 2.32, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1478.26 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (5%)" }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" } ], "security_deposit_amount": 122057.02 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Landscaping and snow removal", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "All utility payments for the premises", "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SIMPLY-2023-399 This serves as a summary of the commercial lease executed on 2023-02-03 between the Lessor, Hall, Peterson and Roberson, and Lessee, Martinez-Moore. The subject of this agreement is the Retail property at 8499 Benjamin Plaza Apt. 551, Suite 930, Lake Max, Virginia 73582, comprising approximately 15,473 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-03-16 and concluding on 2029-03-15. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $42,535.07, payable on a annually basis. A security deposit of $85,070.14 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 0.8% taking effect on 2024-03-15. Additional rents include Insurance (Pro-rata share (10%)), Operating Expenses (CAM) (Fixed annual contribution), Operating Expenses (CAM) (Pass-through), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: Interior non-structural maintenance; Janitorial services within leased premises; Pest control within the unit; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Nevada. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SIMPLY-2023-399", "document_date": "2023-02-03", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Hall, Peterson and Roberson", "entity_address": "8813 Angel Landing Apt. 552\nWest Melanie, WA 42448", "contact_person": "Samuel Taylor" }, { "party_type": "Lessee", "entity_name": "Martinez-Moore", "entity_address": "5421 Bass Forge\nMikeborough, KY 15456" } ], "property_details": { "property_address": "8499 Benjamin Plaza Apt. 551, Suite 930, Lake Max, Virginia 73582", "square_footage": 15473, "property_type": "Retail", "unit_identifier": "Suite 930" }, "lease_term": { "start_date": "2023-03-16", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2029-03-15" }, "financial_terms": { "base_rent_initial": 42535.07, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-03-15", "increase_value": 0.8, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-03-15", "increase_value": 8.67, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (10%)" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7987.71 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 7345.64 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8956.55 } ], "security_deposit_amount": 85070.14 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Janitorial services within leased premises", "Pest control within the unit", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Mediation followed by litigation in the State of Nevada" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-FAR-2022-585 This serves as a summary of the commercial lease executed on 2022-10-03 between the Lessor, Walker Inc, and Lessee, Lewis Inc. The subject of this agreement is the Retail property at 69093 Gregory Parks, Suite 583, East Lori, Mississippi 29986, comprising approximately 3,223 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-01-12. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $8,362.34, payable on a quarterly basis. A security deposit of $8,362.34 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 3.77% taking effect on 2024-01-12. Additional rents include Real Estate Taxes (Pro-rata share (14%)), Common Area Utilities (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (9%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; All utility payments for the premises; Pest control within the unit; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in East Kevin. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-FAR-2022-585", "document_date": "2022-10-03", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Walker Inc", "entity_address": "7703 Grace Lights\nRyanshire, PR 22871", "contact_person": "Jimmy Manning" }, { "party_type": "Lessee", "entity_name": "Lewis Inc", "entity_address": "32209 Beck Village Suite 306\nCindyshire, MS 75940" } ], "property_details": { "property_address": "69093 Gregory Parks, Suite 583, East Lori, Mississippi 29986", "square_footage": 3223, "property_type": "Retail", "unit_identifier": "Suite 583" }, "lease_term": { "start_date": "2023-01-12", "term_duration_months": 72, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 8362.34, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-01-12", "increase_value": 3.77, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-01-11", "increase_value": 5.49, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (14%)", "estimated_annual_cost": 3113.27 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (9%)", "estimated_annual_cost": 4261.91 } ], "security_deposit_amount": 8362.34 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "All utility payments for the premises", "Pest control within the unit", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Binding arbitration in East Kevin" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-WONDER-2022-722 This serves as a summary of the commercial lease executed on 2022-11-19 between the Lessor, Fitzgerald-Sawyer, and Lessee, Patterson-Black. The subject of this agreement is the Retail property at 06567 Mcbride Garden Apt. 826, Suite 789, South Susan, Delaware 66216, comprising approximately 7,619 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-04-05. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $66,643.12, payable on a monthly basis. A security deposit of $66,643.12 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 3.83% taking effect on 2024-04-04. Additional rents include Common Area Utilities (Pro-rata share (12%)), Insurance (Pro-rata share (8%)), Real Estate Taxes (Pro-rata share (4%)), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Landscaping and snow removal; Parking lot maintenance. The Lessee's duties include: Pest control within the unit; Minor repairs to plumbing and electrical; Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Rogerston. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-WONDER-2022-722", "document_date": "2022-11-19", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Fitzgerald-Sawyer" }, { "party_type": "Lessee", "entity_name": "Patterson-Black" } ], "property_details": { "property_address": "06567 Mcbride Garden Apt. 826, Suite 789, South Susan, Delaware 66216", "square_footage": 7619, "property_type": "Retail", "unit_identifier": "Suite 789" }, "lease_term": { "start_date": "2023-04-05", "term_duration_months": 120, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 66643.12, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-04-04", "increase_value": 3.83, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-04-04", "increase_value": 9.17, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (12%)" }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (8%)", "estimated_annual_cost": 2656.67 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (4%)", "estimated_annual_cost": 4504.16 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 5673.4 } ], "security_deposit_amount": 66643.12 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Landscaping and snow removal", "Parking lot maintenance" ], "lessee_responsibilities": [ "Pest control within the unit", "Minor repairs to plumbing and electrical", "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Binding arbitration in Rogerston" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MORNING-2022-733 This serves as a summary of the commercial lease executed on 2022-09-02 between the Lessor, Anderson Group, and Lessee, Johnston Inc. The subject of this agreement is the Industrial property at 174 Chavez Avenue, Suite 2109, Samanthamouth, Idaho 96032, comprising approximately 22,710 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2022-09-11 and concluding on 2028-09-10. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $7,891.99, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 9.95% taking effect on 2023-09-11. Additional rents include Management Fee (Fixed annual contribution), Management Fee (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof; HVAC system maintenance and replacement. The Lessee's duties include: Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Ohio. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MORNING-2022-733", "document_date": "2022-09-02", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Anderson Group", "entity_address": "163 James Pass Suite 430\nPort John, WI 94119", "contact_person": "Tammy Johnson" }, { "party_type": "Lessee", "entity_name": "Johnston Inc", "entity_address": "91432 Martinez Brook\nAlexanderberg, AS 79295" } ], "property_details": { "property_address": "174 Chavez Avenue, Suite 2109, Samanthamouth, Idaho 96032", "square_footage": 22710, "property_type": "Industrial", "unit_identifier": "Suite 2109" }, "lease_term": { "start_date": "2022-09-11", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2028-09-10" }, "financial_terms": { "base_rent_initial": 7891.99, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2023-09-11", "increase_value": 9.95, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2024-09-10", "increase_value": 5.54, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-09-10", "increase_value": 7.4, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 5567.0 }, { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 5351.24 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Mediation followed by litigation in the State of Ohio" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SERVICE-2023-116 This serves as a summary of the commercial lease executed on 2023-12-04 between the Lessor, George-Nunez, and Lessee, Garcia, Clark and Myers. The subject of this agreement is the Industrial property at 8328 April Underpass, Suite 745, Lake Dominic, Vermont 37633, comprising approximately 3,254 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-04-14 and concluding on 2031-04-14. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $35,432.95, payable on a annually basis. A security deposit of $70,865.90 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.86 $/sf taking effect on 2025-04-14. Additional rents include Insurance (Fixed annual contribution), Common Area Utilities (Pro-rata share (12%)), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical; Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SERVICE-2023-116", "document_date": "2023-12-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "George-Nunez", "entity_address": "5771 Megan Ferry\nYoungside, UT 14228" }, { "party_type": "Lessee", "entity_name": "Garcia, Clark and Myers" } ], "property_details": { "property_address": "8328 April Underpass, Suite 745, Lake Dominic, Vermont 37633", "square_footage": 3254, "property_type": "Industrial", "unit_identifier": "Suite 745" }, "lease_term": { "start_date": "2024-04-14", "term_duration_months": 84, "renewal_options": [], "end_date": "2031-04-14" }, "financial_terms": { "base_rent_initial": 35432.95, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-04-14", "increase_value": 8.86, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-04-14", "increase_value": 5.94, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-04-14", "increase_value": 9.05, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4056.91 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (12%)", "estimated_annual_cost": 2982.67 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" } ], "security_deposit_amount": 70865.9 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical", "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-CIVIL-2023-196 This serves as a summary of the commercial lease executed on 2023-07-24 between the Lessor, Roman, Martinez and Erickson, and Lessee, Monroe, Stewart and Pace. The subject of this agreement is the Warehouse property at 19957 Green Fords, Suite 548, Port Royton, Arkansas 50126, comprising approximately 1,690 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-11-23 and concluding on 2030-11-22. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $3,145.18, payable on a annually basis. A security deposit of $3,145.18 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.5% taking effect on 2024-11-22. Additional rents include Real Estate Taxes (Pass-through), Common Area Utilities (Pro-rata share (14%)), Management Fee (Pass-through), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Landscaping and snow removal; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises; Pest control within the unit; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-CIVIL-2023-196", "document_date": "2023-07-24", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Roman, Martinez and Erickson", "entity_address": "195 Reyes Throughway\nSouth Jerryport, MH 66960" }, { "party_type": "Lessee", "entity_name": "Monroe, Stewart and Pace", "entity_address": "706 Miller Glens Suite 607\nPort Kayla, NC 74711" } ], "property_details": { "property_address": "19957 Green Fords, Suite 548, Port Royton, Arkansas 50126", "square_footage": 1690, "property_type": "Warehouse", "unit_identifier": "Suite 548" }, "lease_term": { "start_date": "2023-11-23", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2030-11-22" }, "financial_terms": { "base_rent_initial": 3145.18, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-11-22", "increase_value": 6.5, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-11-22", "increase_value": 8.89, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-11-22", "increase_value": 0.3, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 3269.77 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (14%)" }, { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 7679.16 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" } ], "security_deposit_amount": 3145.18 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Landscaping and snow removal", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Pest control within the unit", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-PROPERTY-2024-764 This serves as a summary of the commercial lease executed on 2024-02-01 between the Lessor, Mckinney PLC, and Lessee, Stark, Marshall and Medina. The subject of this agreement is the Industrial property at 5120 Jackson Ports, Suite 1372, Blackburgh, Illinois 36336, comprising approximately 23,871 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2024-04-20 and concluding on 2027-04-20. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $42,894.69, payable on a annually basis. A security deposit of $42,894.69 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.39% taking effect on 2025-04-20. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Common Area Utilities (Pro-rata share (10%)). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement; Structural repairs to building exterior and roof. The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit; Interior non-structural maintenance; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-PROPERTY-2024-764", "document_date": "2024-02-01", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Mckinney PLC", "entity_address": "66247 Austin Forge Suite 728\nGarnerton, UT 85417", "contact_person": "Bryan Alexander" }, { "party_type": "Lessee", "entity_name": "Stark, Marshall and Medina", "entity_address": "25800 Darrell Street Suite 388\nSouth Kristen, KS 91789" } ], "property_details": { "property_address": "5120 Jackson Ports, Suite 1372, Blackburgh, Illinois 36336", "square_footage": 23871, "property_type": "Industrial" }, "lease_term": { "start_date": "2024-04-20", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2027-04-20" }, "financial_terms": { "base_rent_initial": 42894.69, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-04-20", "increase_value": 2.39, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-04-20", "increase_value": 1.13, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-04-20", "increase_value": 8.65, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8905.71 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 8339.22 } ], "security_deposit_amount": 42894.69 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit", "Interior non-structural maintenance", "All utility payments for the premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-RULE-2023-153 This serves as a summary of the commercial lease executed on 2023-10-04 between the Lessor, Lewis, Baker and Manning, and Lessee, Obrien and Sons. The subject of this agreement is the Retail property at 828 Whitney Way Suite 647, Suite 2276, Lake Jennifertown, Idaho 95143, comprising approximately 18,535 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-12-08. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $1,737.94, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 5.98% taking effect on 2024-12-07. Additional rents include Management Fee (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (3%)). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-RULE-2023-153", "document_date": "2023-10-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Lewis, Baker and Manning", "contact_person": "Joy Castillo" }, { "party_type": "Lessee", "entity_name": "Obrien and Sons" } ], "property_details": { "property_address": "828 Whitney Way Suite 647, Suite 2276, Lake Jennifertown, Idaho 95143", "square_footage": 18535, "property_type": "Retail", "unit_identifier": "Suite 2276" }, "lease_term": { "start_date": "2023-12-08", "term_duration_months": 120, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 1737.94, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-12-07", "increase_value": 5.98, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-12-07", "increase_value": 2.77, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-12-07", "increase_value": 5.57, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4369.71 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 5153.75 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-LEVEL-2022-609 This serves as a summary of the commercial lease executed on 2022-11-23 between the Lessor, Horton PLC, and Lessee, May, Smith and Brown. The subject of this agreement is the Medical Office property at 2917 Kristie Viaduct, Suite 1803, Port Emmabury, Florida 29248, comprising approximately 6,433 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-04-28. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $78,152.48, payable on a quarterly basis. A security deposit of $78,152.48 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 4.03 $/sf taking effect on 2024-04-27. Additional rents include Operating Expenses (CAM) (Pass-through), Real Estate Taxes (Pro-rata share (4%)), Real Estate Taxes (Pro-rata share (2%)), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: All utility payments for the premises; Minor repairs to plumbing and electrical; Interior non-structural maintenance; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in East Jeffreyshire. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-LEVEL-2022-609", "document_date": "2022-11-23", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Horton PLC", "entity_address": "9056 Wright Road Apt. 158\nMaymouth, KS 47018", "contact_person": "Gwendolyn Hale" }, { "party_type": "Lessee", "entity_name": "May, Smith and Brown", "entity_address": "2560 James Forest Suite 011\nMartinland, GU 67349" } ], "property_details": { "property_address": "2917 Kristie Viaduct, Suite 1803, Port Emmabury, Florida 29248", "square_footage": 6433, "property_type": "Medical Office", "unit_identifier": "Suite 1803" }, "lease_term": { "start_date": "2023-04-28", "term_duration_months": 72, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 78152.48, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-04-27", "increase_value": 4.03, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-04-27", "increase_value": 4.11, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-04-27", "increase_value": 6.19, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 1425.87 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (4%)", "estimated_annual_cost": 5201.05 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (2%)", "estimated_annual_cost": 3340.26 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 4636.81 } ], "security_deposit_amount": 78152.48 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "All utility payments for the premises", "Minor repairs to plumbing and electrical", "Interior non-structural maintenance", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Binding arbitration in East Jeffreyshire" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-WITHIN-2024-859 This serves as a summary of the commercial lease executed on 2024-06-28 between the Lessor, Howard-Rodriguez, and Lessee, Watkins, Gordon and Brown. The subject of this agreement is the Medical Office property at 6286 Ramos Squares Suite 670, Suite 1146, Pierceberg, Alaska 65303, comprising approximately 6,063 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2024-11-18 and concluding on 2034-11-18. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $23,701.01, payable on a annually basis. A security deposit of $47,402.02 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 4.41% taking effect on 2025-11-18. Additional rents include Operating Expenses (CAM) (Pass-through), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-WITHIN-2024-859", "document_date": "2024-06-28", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Howard-Rodriguez", "entity_address": "79540 Charles Prairie Apt. 232\nJacksonborough, ND 36230", "contact_person": "Larry Hays" }, { "party_type": "Lessee", "entity_name": "Watkins, Gordon and Brown", "entity_address": "2040 Porter Extensions Apt. 504\nWest Elizabethton, NC 74052" } ], "property_details": { "property_address": "6286 Ramos Squares Suite 670, Suite 1146, Pierceberg, Alaska 65303", "square_footage": 6063, "property_type": "Medical Office", "unit_identifier": "Suite 1146" }, "lease_term": { "start_date": "2024-11-18", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2034-11-18" }, "financial_terms": { "base_rent_initial": 23701.01, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-11-18", "increase_value": 4.41, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-11-18", "increase_value": 7.08, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 3959.92 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution" } ], "security_deposit_amount": 47402.02 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-SITE-2022-575 This serves as a summary of the commercial lease executed on 2022-10-16 between the Lessor, Ramirez-Case, and Lessee, Cuevas, Taylor and Garrett. The subject of this agreement is the Warehouse property at 02830 David Underpass, Suite 1501, Lake Bradleyville, California 60012, comprising approximately 13,460 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-01-07 and concluding on 2030-01-06. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $34,001.58, payable on a annually basis. A security deposit of $34,001.58 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 0.42% taking effect on 2024-01-07. Additional rents include Management Fee (Fixed annual contribution), Real Estate Taxes (Pro-rata share (11%)), Common Area Utilities (Pro-rata share (7%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Parking lot maintenance; Structural repairs to building exterior and roof. The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises; Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-SITE-2022-575", "document_date": "2022-10-16", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Ramirez-Case", "contact_person": "Sarah Sandoval" }, { "party_type": "Lessee", "entity_name": "Cuevas, Taylor and Garrett", "entity_address": "67232 Elizabeth Springs Apt. 884\nLake Brenda, MI 03897" } ], "property_details": { "property_address": "02830 David Underpass, Suite 1501, Lake Bradleyville, California 60012", "square_footage": 13460, "property_type": "Warehouse", "unit_identifier": "Suite 1501" }, "lease_term": { "start_date": "2023-01-07", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2030-01-06" }, "financial_terms": { "base_rent_initial": 34001.58, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-01-07", "increase_value": 0.42, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-01-06", "increase_value": 2.2, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-01-06", "increase_value": 4.59, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (11%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 7799.15 } ], "security_deposit_amount": 34001.58 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Parking lot maintenance", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-PERSONAL-2024-128 This serves as a summary of the commercial lease executed on 2024-04-21 between the Lessor, Prince-Wyatt, and Lessee, Powers-Gonzalez. The subject of this agreement is the Warehouse property at 2225 Murphy Fords Apt. 807, Suite 2217, Kerriland, Connecticut 76057, comprising approximately 22,852 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-09-17 and concluding on 2031-09-17. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $4,276.14, payable on a annually basis. A security deposit of $4,276.14 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.43% taking effect on 2025-09-17. Additional rents include Common Area Utilities (Fixed annual contribution), Insurance (Pro-rata share (5%)). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Common area maintenance (CAM); HVAC system maintenance and replacement. The Lessee's duties include: Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-PERSONAL-2024-128", "document_date": "2024-04-21", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Prince-Wyatt" }, { "party_type": "Lessee", "entity_name": "Powers-Gonzalez" } ], "property_details": { "property_address": "2225 Murphy Fords Apt. 807, Suite 2217, Kerriland, Connecticut 76057", "square_footage": 22852, "property_type": "Warehouse" }, "lease_term": { "start_date": "2024-09-17", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2031-09-17" }, "financial_terms": { "base_rent_initial": 4276.14, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-09-17", "increase_value": 2.43, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-09-17", "increase_value": 3.5, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1604.87 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 3157.99 } ], "security_deposit_amount": 4276.14 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Common area maintenance (CAM)", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BUSINESS-2023-128 This serves as a summary of the commercial lease executed on 2023-08-18 between the Lessor, Johnson, Estes and Lopez, and Lessee, Payne and Sons. The subject of this agreement is the Industrial property at 350 Wagner Highway, Suite 1715, New Monica, North Dakota 02750, comprising approximately 21,142 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-08-24 and concluding on 2033-08-23. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $1,160.87, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 1.11% taking effect on 2024-08-23. Additional rents include Insurance (Pro-rata share (15%)), Insurance (Fixed annual contribution), Insurance (Pass-through), Real Estate Taxes (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Pest control within the unit; Janitorial services within leased premises; All utility payments for the premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BUSINESS-2023-128", "document_date": "2023-08-18", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Johnson, Estes and Lopez", "entity_address": "73429 Daniel Highway Apt. 076\nSouth Sarah, GU 98341" }, { "party_type": "Lessee", "entity_name": "Payne and Sons", "entity_address": "799 Ingram Junction\nMaddoxstad, UT 54765" } ], "property_details": { "property_address": "350 Wagner Highway, Suite 1715, New Monica, North Dakota 02750", "square_footage": 21142, "property_type": "Industrial", "unit_identifier": "Suite 1715" }, "lease_term": { "start_date": "2023-08-24", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2033-08-23" }, "financial_terms": { "base_rent_initial": 1160.87, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-08-23", "increase_value": 1.11, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-08-23", "increase_value": 3.21, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-08-23", "increase_value": 3.34, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (15%)", "estimated_annual_cost": 7337.8 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8197.51 }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 5964.79 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 3068.36 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Pest control within the unit", "Janitorial services within leased premises", "All utility payments for the premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-APPEAR-2024-594 This serves as a summary of the commercial lease executed on 2024-07-14 between the Lessor, Gilbert, Riley and Vargas, and Lessee, Knight-Kane. The subject of this agreement is the Office property at 05759 Michelle Plaza Suite 993, Suite 1231, Brownland, New Hampshire 01997, comprising approximately 16,051 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2024-09-17 and concluding on 2027-09-17. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $4,632.78, payable on a annually basis. A security deposit of $4,632.78 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.48 $/sf taking effect on 2025-09-17. Additional rents include Common Area Utilities (Pass-through), Real Estate Taxes (Fixed annual contribution), Management Fee (Pro-rata share (3%)). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Structural repairs to building exterior and roof. The Lessee's duties include: All utility payments for the premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-APPEAR-2024-594", "document_date": "2024-07-14", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Gilbert, Riley and Vargas", "entity_address": "653 Christopher Station Apt. 301\nWest Donna, DC 85226", "contact_person": "Kristen Smith" }, { "party_type": "Lessee", "entity_name": "Knight-Kane", "entity_address": "23742 Brandon Valley\nOlivertown, DE 22727" } ], "property_details": { "property_address": "05759 Michelle Plaza Suite 993, Suite 1231, Brownland, New Hampshire 01997", "square_footage": 16051, "property_type": "Office" }, "lease_term": { "start_date": "2024-09-17", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2027-09-17" }, "financial_terms": { "base_rent_initial": 4632.78, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-09-17", "increase_value": 1.48, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-09-17", "increase_value": 8.75, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-09-17", "increase_value": 9.69, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-09-16", "increase_value": 7.57, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 8722.04 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4652.77 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 2768.59 } ], "security_deposit_amount": 4632.78 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "All utility payments for the premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-POWER-2023-622 This serves as a summary of the commercial lease executed on 2023-08-11 between the Lessor, Carey, Carrillo and Brown, and Lessee, Franco and Sons. The subject of this agreement is the Warehouse property at 05691 Morton Prairie Suite 083, Suite 2106, Kimberlybury, Maine 84655, comprising approximately 14,603 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-12-05. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $61,402.18, payable on a monthly basis. A security deposit of $122,804.36 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 5.81 $/sf taking effect on 2024-12-04. Additional rents include Operating Expenses (CAM) (Pro-rata share (5%)), Common Area Utilities (Fixed annual contribution), Common Area Utilities (Fixed annual contribution), Real Estate Taxes (Pro-rata share (11%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement; Parking lot maintenance. The Lessee's duties include: Pest control within the unit; Minor repairs to plumbing and electrical; Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-POWER-2023-622", "document_date": "2023-08-11", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Carey, Carrillo and Brown", "entity_address": "8977 Klein Flats\nLake Timothy, TX 40968", "contact_person": "Mary Dominguez" }, { "party_type": "Lessee", "entity_name": "Franco and Sons", "entity_address": "499 Glenn Stream\nCurtisstad, DC 57040" } ], "property_details": { "property_address": "05691 Morton Prairie Suite 083, Suite 2106, Kimberlybury, Maine 84655", "square_footage": 14603, "property_type": "Warehouse", "unit_identifier": "Suite 2106" }, "lease_term": { "start_date": "2023-12-05", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 61402.18, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-12-04", "increase_value": 5.81, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-12-04", "increase_value": 4.2, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 3700.06 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3074.0 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9857.95 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 9513.25 } ], "security_deposit_amount": 122804.36 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement", "Parking lot maintenance" ], "lessee_responsibilities": [ "Pest control within the unit", "Minor repairs to plumbing and electrical", "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-NEARLY-2024-216 This serves as a summary of the commercial lease executed on 2024-04-14 between the Lessor, Kirk Ltd, and Lessee, Dean LLC. The subject of this agreement is the Warehouse property at 0376 Paul Isle, Suite 2405, South Susanchester, New Hampshire 51838, comprising approximately 10,899 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-08-14 and concluding on 2029-08-14. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $5,172.23, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 2.38% taking effect on 2025-08-14. Additional rents include Real Estate Taxes (Pro-rata share (15%)), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); HVAC system maintenance and replacement. The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Deckerton. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-NEARLY-2024-216", "document_date": "2024-04-14", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Kirk Ltd", "entity_address": "917 Michelle River Suite 012\nLake Brianna, IA 89990", "contact_person": "Christie Gonzalez" }, { "party_type": "Lessee", "entity_name": "Dean LLC", "entity_address": "4339 Hall Hills\nSouth Lisaville, MT 49032" } ], "property_details": { "property_address": "0376 Paul Isle, Suite 2405, South Susanchester, New Hampshire 51838", "square_footage": 10899, "property_type": "Warehouse" }, "lease_term": { "start_date": "2024-08-14", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-08-14" }, "financial_terms": { "base_rent_initial": 5172.23, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-08-14", "increase_value": 2.38, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-08-14", "increase_value": 1.59, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-08-14", "increase_value": 8.2, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (15%)", "estimated_annual_cost": 5295.9 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 7553.09 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Binding arbitration in Deckerton" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-HEART-2023-640 This serves as a summary of the commercial lease executed on 2023-05-15 between the Lessor, Orr, Callahan and Taylor, and Lessee, Peterson-Cooper. The subject of this agreement is the Industrial property at 8242 Garrett Ramp Apt. 117, Suite 1780, South Emilyfurt, Hawaii 40827, comprising approximately 24,754 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-08-15 and concluding on 2033-08-14. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $6,861.01, payable on a quarterly basis. A security deposit of $13,722.02 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 3.26% taking effect on 2024-08-14. Additional rents include Common Area Utilities (Fixed annual contribution), Insurance (Pro-rata share (9%)), Management Fee (Fixed annual contribution), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-HEART-2023-640", "document_date": "2023-05-15", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Orr, Callahan and Taylor", "contact_person": "Jason Davis" }, { "party_type": "Lessee", "entity_name": "Peterson-Cooper", "entity_address": "02753 Li Alley\nNorth Kellystad, DE 33676" } ], "property_details": { "property_address": "8242 Garrett Ramp Apt. 117, Suite 1780, South Emilyfurt, Hawaii 40827", "square_footage": 24754, "property_type": "Industrial", "unit_identifier": "Suite 1780" }, "lease_term": { "start_date": "2023-08-15", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2033-08-14" }, "financial_terms": { "base_rent_initial": 6861.01, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-08-14", "increase_value": 3.26, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-08-14", "increase_value": 2.93, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 9692.35 }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (9%)", "estimated_annual_cost": 8341.25 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2410.46 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3569.49 } ], "security_deposit_amount": 13722.02 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BUSINESS-2024-352 This serves as a summary of the commercial lease executed on 2024-01-24 between the Lessor, Anderson-Williams, and Lessee, Riley, Williams and Thomas. The subject of this agreement is the Industrial property at 729 Stephen Summit Apt. 608, Suite 347, Jackchester, Missouri 58172, comprising approximately 8,157 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-03-28 and concluding on 2031-03-28. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $6,442.13, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 5.55 $/sf taking effect on 2025-03-28. Additional rents include Insurance (Pass-through), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement; Structural repairs to building exterior and roof. The Lessee's duties include: Pest control within the unit; All utility payments for the premises; Interior non-structural maintenance; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BUSINESS-2024-352", "document_date": "2024-01-24", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Anderson-Williams" }, { "party_type": "Lessee", "entity_name": "Riley, Williams and Thomas", "entity_address": "5573 Stacey View Suite 899\nMosesfort, DC 61371" } ], "property_details": { "property_address": "729 Stephen Summit Apt. 608, Suite 347, Jackchester, Missouri 58172", "square_footage": 8157, "property_type": "Industrial" }, "lease_term": { "start_date": "2024-03-28", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2031-03-28" }, "financial_terms": { "base_rent_initial": 6442.13, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-03-28", "increase_value": 5.55, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-03-28", "increase_value": 3.17, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-03-28", "increase_value": 1.76, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 1578.36 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 1806.89 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises", "Interior non-structural maintenance", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-NEED-2024-171 This serves as a summary of the commercial lease executed on 2024-03-17 between the Lessor, Blackwell, Anderson and Stanton, and Lessee, Brown, Gallagher and Thomas. The subject of this agreement is the Retail property at 173 Michael Point, Suite 2018, Mariaside, Wisconsin 43597, comprising approximately 8,929 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2024-05-28 and concluding on 2034-05-28. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $2,407.04, payable on a quarterly basis. A security deposit of $2,407.04 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.41 $/sf taking effect on 2025-05-28. Additional rents include Operating Expenses (CAM) (Pro-rata share (14%)), Real Estate Taxes (Fixed annual contribution), Management Fee (Fixed annual contribution), Operating Expenses (CAM) (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Structural repairs to building exterior and roof. The Lessee's duties include: All utility payments for the premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-NEED-2024-171", "document_date": "2024-03-17", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Blackwell, Anderson and Stanton", "entity_address": "70593 Knight Ridge Apt. 072\nSheltonshire, VA 36603" }, { "party_type": "Lessee", "entity_name": "Brown, Gallagher and Thomas" } ], "property_details": { "property_address": "173 Michael Point, Suite 2018, Mariaside, Wisconsin 43597", "square_footage": 8929, "property_type": "Retail", "unit_identifier": "Suite 2018" }, "lease_term": { "start_date": "2024-05-28", "term_duration_months": 120, "renewal_options": [], "end_date": "2034-05-28" }, "financial_terms": { "base_rent_initial": 2407.04, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-05-28", "increase_value": 1.41, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-05-28", "increase_value": 7.99, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-05-28", "increase_value": 5.83, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-05-27", "increase_value": 6.67, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (14%)", "estimated_annual_cost": 4804.45 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6587.14 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4271.07 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1072.87 } ], "security_deposit_amount": 2407.04 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "All utility payments for the premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-UP-2022-635 This serves as a summary of the commercial lease executed on 2022-11-16 between the Lessor, Clark LLC, and Lessee, Blair, Long and Anderson. The subject of this agreement is the Retail property at 550 Williams Haven, Suite 1081, Longville, Illinois 12371, comprising approximately 3,385 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2022-12-29 and concluding on 2032-12-28. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $2,408.85, payable on a monthly basis. A security deposit of $4,817.70 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 4.85 $/sf taking effect on 2023-12-29. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Insurance (Fixed annual contribution), Management Fee (Pro-rata share (8%)), Operating Expenses (CAM) (Pro-rata share (9%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Parking lot maintenance. The Lessee's duties include: Janitorial services within leased premises; Interior non-structural maintenance; All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Missouri. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-UP-2022-635", "document_date": "2022-11-16", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Clark LLC", "contact_person": "Mitchell Dunn" }, { "party_type": "Lessee", "entity_name": "Blair, Long and Anderson" } ], "property_details": { "property_address": "550 Williams Haven, Suite 1081, Longville, Illinois 12371", "square_footage": 3385, "property_type": "Retail", "unit_identifier": "Suite 1081" }, "lease_term": { "start_date": "2022-12-29", "term_duration_months": 120, "renewal_options": [], "end_date": "2032-12-28" }, "financial_terms": { "base_rent_initial": 2408.85, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2023-12-29", "increase_value": 4.85, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-12-28", "increase_value": 8.87, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution" }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution" }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (8%)", "estimated_annual_cost": 7550.71 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (9%)", "estimated_annual_cost": 7027.83 } ], "security_deposit_amount": 4817.7 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Parking lot maintenance" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Interior non-structural maintenance", "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Missouri" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-ROAD-2024-761 This serves as a summary of the commercial lease executed on 2024-03-13 between the Lessor, Martin Group, and Lessee, Jones PLC. The subject of this agreement is the Retail property at 914 Branch Expressway Apt. 714, Suite 1056, Jamesside, Colorado 26413, comprising approximately 3,335 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-04-01. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $93,993.45, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 5.67 $/sf taking effect on 2025-04-01. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof; HVAC system maintenance and replacement. The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No structural alterations without Lessor approval. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-ROAD-2024-761", "document_date": "2024-03-13", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Martin Group", "entity_address": "6210 Molly Points Apt. 970\nNorth Kennethmouth, MH 90079" }, { "party_type": "Lessee", "entity_name": "Jones PLC", "entity_address": "3699 Willis Underpass Suite 460\nLake Kelly, WI 76895" } ], "property_details": { "property_address": "914 Branch Expressway Apt. 714, Suite 1056, Jamesside, Colorado 26413", "square_footage": 3335, "property_type": "Retail", "unit_identifier": "Suite 1056" }, "lease_term": { "start_date": "2024-04-01", "term_duration_months": 60, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 93993.45, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-04-01", "increase_value": 5.67, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-04-01", "increase_value": 1.18, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution" }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 9724.25 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MEASURE-2022-971 This serves as a summary of the commercial lease executed on 2022-11-30 between the Lessor, Sanchez, Nunez and Keller, and Lessee, Lewis Inc. The subject of this agreement is the Office property at 4461 Robert Parkway, Suite 1293, Kennethberg, Idaho 81956, comprising approximately 5,824 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-03-26 and concluding on 2029-03-25. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $17,041.22, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 1.18% taking effect on 2024-03-25. Additional rents include Management Fee (Pass-through), Operating Expenses (CAM) (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical; All utility payments for the premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MEASURE-2022-971", "document_date": "2022-11-30", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Sanchez, Nunez and Keller", "entity_address": "67745 Christian River\nPort Valerieton, VT 16282" }, { "party_type": "Lessee", "entity_name": "Lewis Inc" } ], "property_details": { "property_address": "4461 Robert Parkway, Suite 1293, Kennethberg, Idaho 81956", "square_footage": 5824, "property_type": "Office", "unit_identifier": "Suite 1293" }, "lease_term": { "start_date": "2023-03-26", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2029-03-25" }, "financial_terms": { "base_rent_initial": 17041.22, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-03-25", "increase_value": 1.18, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-03-25", "increase_value": 0.67, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-03-25", "increase_value": 4.4, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 3722.08 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8670.78 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical", "All utility payments for the premises", "Pest control within the unit" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-TEAM-2024-827 This serves as a summary of the commercial lease executed on 2024-05-05 between the Lessor, Harris, Maynard and Cortez, and Lessee, Frank-Cross. The subject of this agreement is the Industrial property at 1109 Allen Street, Suite 1978, Natashaland, Pennsylvania 27872, comprising approximately 12,224 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-09-26. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $9,148.32, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 4.73 $/sf taking effect on 2025-09-26. Additional rents include Real Estate Taxes (Pro-rata share (8%)), Insurance (Pro-rata share (11%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); Structural repairs to building exterior and roof. The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No structural alterations without Lessor approval. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in North Christopherburgh. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-TEAM-2024-827", "document_date": "2024-05-05", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Harris, Maynard and Cortez", "entity_address": "PSC 2339, Box 4598\nAPO AP 66244" }, { "party_type": "Lessee", "entity_name": "Frank-Cross", "entity_address": "98574 Smith Burg Suite 353\nWest Latoya, HI 25835" } ], "property_details": { "property_address": "1109 Allen Street, Suite 1978, Natashaland, Pennsylvania 27872", "square_footage": 12224, "property_type": "Industrial", "unit_identifier": "Suite 1978" }, "lease_term": { "start_date": "2024-09-26", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 9148.32, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-09-26", "increase_value": 4.73, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-09-26", "increase_value": 3.52, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2027-09-26", "increase_value": 5.94, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (8%)" }, { "component_name": "Insurance", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 4032.99 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No structural alterations without Lessor approval.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Binding arbitration in North Christopherburgh" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-NETWORK-2023-231 This serves as a summary of the commercial lease executed on 2023-01-04 between the Lessor, Elliott-Crane, and Lessee, Wiley, Walker and Ballard. The subject of this agreement is the Medical Office property at 5028 Brian Pike Apt. 677, Suite 1488, West Cody, Missouri 66461, comprising approximately 6,182 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-04-22 and concluding on 2029-04-21. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $6,067.70, payable on a annually basis. A security deposit of $12,135.40 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 7.5% taking effect on 2024-04-21. Additional rents include Insurance (Fixed annual contribution), Common Area Utilities (Pro-rata share (6%)), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Pest control within the unit; Janitorial services within leased premises; All utility payments for the premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-NETWORK-2023-231", "document_date": "2023-01-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Elliott-Crane", "contact_person": "Richard Johnson" }, { "party_type": "Lessee", "entity_name": "Wiley, Walker and Ballard", "entity_address": "609 Williams Cliff Apt. 996\nRichardport, AL 92749" } ], "property_details": { "property_address": "5028 Brian Pike Apt. 677, Suite 1488, West Cody, Missouri 66461", "square_footage": 6182, "property_type": "Medical Office" }, "lease_term": { "start_date": "2023-04-22", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-04-21" }, "financial_terms": { "base_rent_initial": 6067.7, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-04-21", "increase_value": 7.5, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-04-21", "increase_value": 9.11, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8880.99 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (6%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 7458.88 } ], "security_deposit_amount": 12135.4 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Pest control within the unit", "Janitorial services within leased premises", "All utility payments for the premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BIG-2023-772 This serves as a summary of the commercial lease executed on 2023-10-04 between the Lessor, Taylor, Johnson and Sims, and Lessee, Johnson, Stokes and Alvarez. The subject of this agreement is the Medical Office property at 007 Perez Mews Apt. 188, Suite 1829, Port Scott, Texas 47137, comprising approximately 14,902 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-12-23 and concluding on 2029-12-22. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $6,475.05, payable on a annually basis. A security deposit of $6,475.05 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.57 $/sf taking effect on 2024-12-22. Additional rents include Management Fee (Fixed annual contribution), Management Fee (Pro-rata share (15%)), Common Area Utilities (Pro-rata share (3%)), Management Fee (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Interior non-structural maintenance; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in New Amandafurt. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BIG-2023-772", "document_date": "2023-10-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Taylor, Johnson and Sims", "entity_address": "46525 Mccarthy Circles Suite 079\nMicheleberg, ID 09488" }, { "party_type": "Lessee", "entity_name": "Johnson, Stokes and Alvarez" } ], "property_details": { "property_address": "007 Perez Mews Apt. 188, Suite 1829, Port Scott, Texas 47137", "square_footage": 14902, "property_type": "Medical Office", "unit_identifier": "Suite 1829" }, "lease_term": { "start_date": "2023-12-23", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2029-12-22" }, "financial_terms": { "base_rent_initial": 6475.05, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-12-22", "increase_value": 2.57, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-12-22", "increase_value": 5.99, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6214.38 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (15%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 5598.34 }, { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 2078.1 } ], "security_deposit_amount": 6475.05 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Binding arbitration in New Amandafurt" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-WAR-2024-262 This serves as a summary of the commercial lease executed on 2024-05-21 between the Lessor, Murphy-Hampton, and Lessee, Ferguson-Williams. The subject of this agreement is the Retail property at 339 Brittany Meadow Apt. 822, Suite 856, Port Feliciaburgh, Ohio 49765, comprising approximately 15,219 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2024-08-31. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $35,324.58, payable on a quarterly basis. A security deposit of $70,649.16 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.18% taking effect on 2025-08-31. Additional rents include Common Area Utilities (Pro-rata share (5%)), Management Fee (Pro-rata share (7%)). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Structural repairs to building exterior and roof. The Lessee's duties include: Minor repairs to plumbing and electrical; Pest control within the unit; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-WAR-2024-262", "document_date": "2024-05-21", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Murphy-Hampton", "entity_address": "34959 Carol Track Suite 478\nBrentton, ID 25491", "contact_person": "Susan Bell" }, { "party_type": "Lessee", "entity_name": "Ferguson-Williams" } ], "property_details": { "property_address": "339 Brittany Meadow Apt. 822, Suite 856, Port Feliciaburgh, Ohio 49765", "square_footage": 15219, "property_type": "Retail" }, "lease_term": { "start_date": "2024-08-31", "term_duration_months": 120, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 35324.58, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-08-31", "increase_value": 6.18, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-08-31", "increase_value": 2.52, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-08-31", "increase_value": 5.2, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2028-08-30", "increase_value": 1.78, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (5%)", "estimated_annual_cost": 2544.13 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (7%)", "estimated_annual_cost": 4822.0 } ], "security_deposit_amount": 70649.16 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Pest control within the unit", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-GROUP-2022-505 This serves as a summary of the commercial lease executed on 2022-10-21 between the Lessor, Robinson-Mathis, and Lessee, Herman Ltd. The subject of this agreement is the Office property at 1783 Tammy Spur Suite 376, Suite 1309, South Christopherton, Rhode Island 89591, comprising approximately 13,712 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-03-01. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $8,111.52, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 7.67 $/sf taking effect on 2024-02-29. Additional rents include Management Fee (Pro-rata share (10%)), Operating Expenses (CAM) (Pro-rata share (8%)), Operating Expenses (CAM) (Fixed annual contribution), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Common area maintenance (CAM); Landscaping and snow removal. The Lessee's duties include: Janitorial services within leased premises; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of North Carolina. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-GROUP-2022-505", "document_date": "2022-10-21", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Robinson-Mathis", "contact_person": "Heidi Diaz" }, { "party_type": "Lessee", "entity_name": "Herman Ltd", "entity_address": "5748 Watkins Springs\nNew Lesliefort, WI 59537" } ], "property_details": { "property_address": "1783 Tammy Spur Suite 376, Suite 1309, South Christopherton, Rhode Island 89591", "square_footage": 13712, "property_type": "Office", "unit_identifier": "Suite 1309" }, "lease_term": { "start_date": "2023-03-01", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 8111.52, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-02-29", "increase_value": 7.67, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-02-28", "increase_value": 5.34, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 6646.39 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (8%)" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution" }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 5545.27 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Common area maintenance (CAM)", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of North Carolina" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-TAX-2023-384 This serves as a summary of the commercial lease executed on 2023-11-07 between the Lessor, Tyler, Watkins and Webster, and Lessee, Mccormick, James and Miller. The subject of this agreement is the Retail property at 2530 Devin Loaf, Suite 1346, Benjaminport, Colorado 39549, comprising approximately 3,671 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-03-16 and concluding on 2030-03-16. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $7,489.21, payable on a quarterly basis. A security deposit of $14,978.42 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.8% taking effect on 2025-03-16. Additional rents include Real Estate Taxes (Pass-through), Operating Expenses (CAM) (Pass-through), Insurance (Pass-through), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-TAX-2023-384", "document_date": "2023-11-07", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Tyler, Watkins and Webster", "entity_address": "437 Jill Ferry\nWest Haleyborough, NJ 84450", "contact_person": "Harry Valencia" }, { "party_type": "Lessee", "entity_name": "Mccormick, James and Miller", "entity_address": "3644 Walters Pines Suite 866\nAustinfort, AS 79838" } ], "property_details": { "property_address": "2530 Devin Loaf, Suite 1346, Benjaminport, Colorado 39549", "square_footage": 3671, "property_type": "Retail", "unit_identifier": "Suite 1346" }, "lease_term": { "start_date": "2024-03-16", "term_duration_months": 72, "renewal_options": [], "end_date": "2030-03-16" }, "financial_terms": { "base_rent_initial": 7489.21, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2025-03-16", "increase_value": 6.8, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-03-16", "increase_value": 9.28, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2027-03-16", "increase_value": 7.2, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2028-03-15", "increase_value": 4.69, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 2458.85 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" }, { "component_name": "Insurance", "payment_structure": "Pass-through" }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3984.42 } ], "security_deposit_amount": 14978.42 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-EMPLOYEE-2022-885 This serves as a summary of the commercial lease executed on 2022-09-30 between the Lessor, Johnson, Doyle and Ray, and Lessee, Turner, Henderson and Tucker. The subject of this agreement is the Office property at 28447 Andrea Streets Suite 845, Suite 1940, North Jennifer, Nevada 36401, comprising approximately 18,263 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2022-10-29 and concluding on 2025-10-28. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $7,239.56, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 7.41% taking effect on 2023-10-29. Additional rents include Common Area Utilities (Fixed annual contribution), Common Area Utilities (Fixed annual contribution), Common Area Utilities (Pro-rata share (13%)). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); HVAC system maintenance and replacement. The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical; Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-EMPLOYEE-2022-885", "document_date": "2022-09-30", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Johnson, Doyle and Ray", "entity_address": "05042 Tiffany Point Suite 384\nPort Raven, AL 02175", "contact_person": "Patricia Hall" }, { "party_type": "Lessee", "entity_name": "Turner, Henderson and Tucker", "entity_address": "11117 Cruz Run Suite 604\nLake Shawn, ID 73231" } ], "property_details": { "property_address": "28447 Andrea Streets Suite 845, Suite 1940, North Jennifer, Nevada 36401", "square_footage": 18263, "property_type": "Office", "unit_identifier": "Suite 1940" }, "lease_term": { "start_date": "2022-10-29", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2025-10-28" }, "financial_terms": { "base_rent_initial": 7239.56, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2023-10-29", "increase_value": 7.41, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2024-10-28", "increase_value": 9.93, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7759.7 }, { "component_name": "Common Area Utilities", "payment_structure": "Pro-rata share (13%)", "estimated_annual_cost": 7734.19 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical", "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-INSTEAD-2024-823 This serves as a summary of the commercial lease executed on 2024-04-02 between the Lessor, Phillips, Hernandez and Smith, and Lessee, Mccullough-Sanchez. The subject of this agreement is the Office property at 7245 Nathaniel Summit Suite 363, Suite 304, West Kathryn, Georgia 14102, comprising approximately 10,265 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-05-28. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $8,345.92, payable on a annually basis. A security deposit of $16,691.84 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.94 $/sf taking effect on 2025-05-28. Additional rents include Common Area Utilities (Pass-through), Management Fee (Pro-rata share (3%)), Operating Expenses (CAM) (Pass-through), Operating Expenses (CAM) (Pro-rata share (3%)). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: Interior non-structural maintenance; Minor repairs to plumbing and electrical; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Nebraska. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-INSTEAD-2024-823", "document_date": "2024-04-02", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Phillips, Hernandez and Smith", "entity_address": "29982 Stephanie Rapid\nTammyport, WA 32176" }, { "party_type": "Lessee", "entity_name": "Mccullough-Sanchez", "entity_address": "1788 David Parkway Apt. 145\nPort Jamesshire, ID 07220" } ], "property_details": { "property_address": "7245 Nathaniel Summit Suite 363, Suite 304, West Kathryn, Georgia 14102", "square_footage": 10265, "property_type": "Office", "unit_identifier": "Suite 304" }, "lease_term": { "start_date": "2024-05-28", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 8345.92, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-05-28", "increase_value": 9.94, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-05-28", "increase_value": 7.3, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 2508.36 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (3%)" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 5611.4 } ], "security_deposit_amount": 16691.84 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Minor repairs to plumbing and electrical", "All utility payments for the premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Mediation followed by litigation in the State of Nebraska" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-EMPLOYEE-2024-622 This serves as a summary of the commercial lease executed on 2024-04-17 between the Lessor, Jones, Griffin and Rogers, and Lessee, Elliott-Williams. The subject of this agreement is the Retail property at 4133 Jackson Causeway Apt. 671, Suite 1278, Robinsonmouth, Louisiana 18516, comprising approximately 14,500 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-07-20 and concluding on 2030-07-20. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $9,325.22, payable on a annually basis. The lease includes a structured rent escalation schedule, with the first increase of 4.85% taking effect on 2025-07-20. Additional rents include Management Fee (Pass-through), Insurance (Fixed annual contribution), Real Estate Taxes (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Florida. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-EMPLOYEE-2024-622", "document_date": "2024-04-17", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Jones, Griffin and Rogers", "entity_address": "0064 Lindsey Spurs Apt. 915\nPort Spencerbury, CT 46584", "contact_person": "Jose Garcia" }, { "party_type": "Lessee", "entity_name": "Elliott-Williams" } ], "property_details": { "property_address": "4133 Jackson Causeway Apt. 671, Suite 1278, Robinsonmouth, Louisiana 18516", "square_footage": 14500, "property_type": "Retail", "unit_identifier": "Suite 1278" }, "lease_term": { "start_date": "2024-07-20", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2030-07-20" }, "financial_terms": { "base_rent_initial": 9325.22, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-07-20", "increase_value": 4.85, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-07-20", "increase_value": 9.12, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through" }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4521.23 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 5701.95 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Mediation followed by litigation in the State of Florida" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-WHERE-2023-545 This serves as a summary of the commercial lease executed on 2023-01-29 between the Lessor, Jackson PLC, and Lessee, Morgan, Snow and Logan. The subject of this agreement is the Medical Office property at 8082 Stephen Lodge, Suite 2127, North Kristen, Utah 44298, comprising approximately 22,682 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-06-27. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $29,114.87, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 3.46% taking effect on 2024-06-26. Additional rents include Operating Expenses (CAM) (Pro-rata share (10%)), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of West Virginia. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-WHERE-2023-545", "document_date": "2023-01-29", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Jackson PLC", "entity_address": "96519 Chase Points Suite 760\nNorth Robin, AZ 46045", "contact_person": "Denise Reynolds" }, { "party_type": "Lessee", "entity_name": "Morgan, Snow and Logan" } ], "property_details": { "property_address": "8082 Stephen Lodge, Suite 2127, North Kristen, Utah 44298", "square_footage": 22682, "property_type": "Medical Office" }, "lease_term": { "start_date": "2023-06-27", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ] }, "financial_terms": { "base_rent_initial": 29114.87, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-06-26", "increase_value": 3.46, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-06-26", "increase_value": 7.9, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 5926.78 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2980.08 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Mediation followed by litigation in the State of West Virginia" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-TEND-2022-760 This serves as a summary of the commercial lease executed on 2022-12-13 between the Lessor, Ross-Owens, and Lessee, Thomas-Clark. The subject of this agreement is the Office property at 531 Brian Plaza Suite 926, Suite 1739, Port Jasontown, Texas 18522, comprising approximately 7,024 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2023-02-01. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $40,042.34, payable on a monthly basis. A security deposit of $40,042.34 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.97% taking effect on 2024-02-01. Additional rents include Management Fee (Pass-through), Common Area Utilities (Pass-through), Common Area Utilities (Pass-through), Operating Expenses (CAM) (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Parking lot maintenance. The Lessee's duties include: Pest control within the unit; All utility payments for the premises; Minor repairs to plumbing and electrical; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Indiana. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-TEND-2022-760", "document_date": "2022-12-13", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Ross-Owens", "entity_address": "0384 Black Roads Apt. 623\nNew Brandon, NM 64630", "contact_person": "Michael Robinson" }, { "party_type": "Lessee", "entity_name": "Thomas-Clark", "entity_address": "5656 Ellis Islands Apt. 840\nLake Victoria, MS 97533" } ], "property_details": { "property_address": "531 Brian Plaza Suite 926, Suite 1739, Port Jasontown, Texas 18522", "square_footage": 7024, "property_type": "Office" }, "lease_term": { "start_date": "2023-02-01", "term_duration_months": 72, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 270, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 40042.34, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-02-01", "increase_value": 1.97, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-01-31", "increase_value": 9.08, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-01-31", "increase_value": 9.17, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-01-31", "increase_value": 3.1, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pass-through", "estimated_annual_cost": 1591.09 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 2486.14 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 1896.67 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7081.24 } ], "security_deposit_amount": 40042.34 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Parking lot maintenance" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises", "Minor repairs to plumbing and electrical", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Indiana" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-VARIOUS-2024-279 This serves as a summary of the commercial lease executed on 2024-07-04 between the Lessor, Williams-King, and Lessee, Bowers, Wells and Flores. The subject of this agreement is the Medical Office property at 61065 Madeline Crossing Apt. 633, Suite 1912, Jasonland, West Virginia 58443, comprising approximately 23,680 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2024-10-18 and concluding on 2029-10-18. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $23,073.71, payable on a monthly basis. A security deposit of $23,073.71 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 6.21% taking effect on 2025-10-18. Additional rents include Insurance (Pro-rata share (3%)), Real Estate Taxes (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (11%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Structural repairs to building exterior and roof. The Lessee's duties include: All utility payments for the premises; Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Johnbury. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-VARIOUS-2024-279", "document_date": "2024-07-04", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Williams-King", "entity_address": "PSC 0152, Box 8723\nAPO AP 60599" }, { "party_type": "Lessee", "entity_name": "Bowers, Wells and Flores" } ], "property_details": { "property_address": "61065 Madeline Crossing Apt. 633, Suite 1912, Jasonland, West Virginia 58443", "square_footage": 23680, "property_type": "Medical Office", "unit_identifier": "Suite 1912" }, "lease_term": { "start_date": "2024-10-18", "term_duration_months": 60, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Market Rate" } ], "end_date": "2029-10-18" }, "financial_terms": { "base_rent_initial": 23073.71, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-10-18", "increase_value": 6.21, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-10-18", "increase_value": 6.49, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2027-10-18", "increase_value": 2.48, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (3%)", "estimated_annual_cost": 9936.45 }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 5321.34 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (11%)", "estimated_annual_cost": 7833.7 } ], "security_deposit_amount": 23073.71 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Structural repairs to building exterior and roof" ], "lessee_responsibilities": [ "All utility payments for the premises", "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Binding arbitration in Johnbury" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-TREAT-2023-200 This serves as a summary of the commercial lease executed on 2023-12-30 between the Lessor, Gomez-Garner, and Lessee, Mcbride Group. The subject of this agreement is the Medical Office property at 55927 Cook Bridge Apt. 647, Suite 1131, New Kathleen, Mississippi 59362, comprising approximately 22,959 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2024-04-21. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $21,124.32, payable on a monthly basis. A security deposit of $21,124.32 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.53% taking effect on 2025-04-21. Additional rents include Management Fee (Fixed annual contribution), Management Fee (Pro-rata share (2%)). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Landscaping and snow removal; HVAC system maintenance and replacement. The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Maine. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-TREAT-2023-200", "document_date": "2023-12-30", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Gomez-Garner", "entity_address": "383 Haley Lock\nBrittanyfurt, NY 68415", "contact_person": "Maria Gomez" }, { "party_type": "Lessee", "entity_name": "Mcbride Group" } ], "property_details": { "property_address": "55927 Cook Bridge Apt. 647, Suite 1131, New Kathleen, Mississippi 59362", "square_footage": 22959, "property_type": "Medical Office", "unit_identifier": "Suite 1131" }, "lease_term": { "start_date": "2024-04-21", "term_duration_months": 84, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 21124.32, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-04-21", "increase_value": 1.53, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-04-21", "increase_value": 3.63, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8488.87 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (2%)", "estimated_annual_cost": 8927.66 } ], "security_deposit_amount": 21124.32 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Landscaping and snow removal", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of Maine" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-LAUGH-2023-543 This serves as a summary of the commercial lease executed on 2023-10-03 between the Lessor, Snyder and Sons, and Lessee, Lewis-Parker. The subject of this agreement is the Warehouse property at 530 Hernandez Square Apt. 341, Suite 971, North Apriltown, New Jersey 65636, comprising approximately 20,587 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2023-11-20. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $55,493.17, payable on a monthly basis. A security deposit of $110,986.34 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 7.05 $/sf taking effect on 2024-11-19. Additional rents include Management Fee (Pro-rata share (6%)), Insurance (Fixed annual contribution), Management Fee (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Landscaping and snow removal. The Lessee's duties include: All utility payments for the premises; Pest control within the unit; Janitorial services within leased premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-LAUGH-2023-543", "document_date": "2023-10-03", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Snyder and Sons", "entity_address": "219 Noah Road\nPort Jeannestad, SD 95062", "contact_person": "Gina Hendricks" }, { "party_type": "Lessee", "entity_name": "Lewis-Parker", "entity_address": "3681 Peterson Islands Apt. 759\nWest Paul, CO 43555" } ], "property_details": { "property_address": "530 Hernandez Square Apt. 341, Suite 971, North Apriltown, New Jersey 65636", "square_footage": 20587, "property_type": "Warehouse", "unit_identifier": "Suite 971" }, "lease_term": { "start_date": "2023-11-20", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "Fixed Percentage" } ] }, "financial_terms": { "base_rent_initial": 55493.17, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-11-19", "increase_value": 7.05, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-11-19", "increase_value": 5.75, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pro-rata share (6%)", "estimated_annual_cost": 3204.35 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution" }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" } ], "security_deposit_amount": 110986.34 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Landscaping and snow removal" ], "lessee_responsibilities": [ "All utility payments for the premises", "Pest control within the unit", "Janitorial services within leased premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-EXPLAIN-2022-245 This serves as a summary of the commercial lease executed on 2022-12-15 between the Lessor, Ramirez, Hall and White, and Lessee, Ross, Hughes and Martinez. The subject of this agreement is the Office property at 4093 Kelly Shore, Suite 869, Michaelchester, Florida 94456, comprising approximately 13,082 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2022-12-26. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $11,994.34, payable on a annually basis. A security deposit of $23,988.68 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 7.94% taking effect on 2023-12-26. Additional rents include Real Estate Taxes (Pass-through), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Common area maintenance (CAM); Parking lot maintenance. The Lessee's duties include: Interior non-structural maintenance; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-EXPLAIN-2022-245", "document_date": "2022-12-15", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Ramirez, Hall and White", "entity_address": "40135 Andrade Parkways Apt. 819\nSextonland, MN 40693", "contact_person": "Mary Butler" }, { "party_type": "Lessee", "entity_name": "Ross, Hughes and Martinez", "entity_address": "37571 Kelly Loop Suite 426\nJaredville, SC 41226" } ], "property_details": { "property_address": "4093 Kelly Shore, Suite 869, Michaelchester, Florida 94456", "square_footage": 13082, "property_type": "Office", "unit_identifier": "Suite 869" }, "lease_term": { "start_date": "2022-12-26", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 11994.34, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2023-12-26", "increase_value": 7.94, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2024-12-25", "increase_value": 3.14, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-12-25", "increase_value": 7.3, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through" }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4793.48 } ], "security_deposit_amount": 23988.68 }, "maintenance_obligations": { "lessor_responsibilities": [ "Common area maintenance (CAM)", "Parking lot maintenance" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "All utility payments for the premises" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-HEAD-2024-398 This serves as a summary of the commercial lease executed on 2024-03-11 between the Lessor, Richard, Garza and Moore, and Lessee, Thompson LLC. The subject of this agreement is the Warehouse property at 98133 Owens Road, Suite 380, West Austinview, Arkansas 33539, comprising approximately 13,368 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2024-04-15 and concluding on 2034-04-15. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $54,706.44, payable on a monthly basis. The lease includes a structured rent escalation schedule, with the first increase of 2.18% taking effect on 2025-04-15. Additional rents include Insurance (Fixed annual contribution), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Landscaping and snow removal. The Lessee's duties include: All utility payments for the premises; Minor repairs to plumbing and electrical; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Petersshire. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-HEAD-2024-398", "document_date": "2024-03-11", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Richard, Garza and Moore", "entity_address": "57661 Jack Fields Apt. 291\nRyanfurt, GU 09230" }, { "party_type": "Lessee", "entity_name": "Thompson LLC", "entity_address": "024 Joshua Square Apt. 820\nNew Austin, NC 41205" } ], "property_details": { "property_address": "98133 Owens Road, Suite 380, West Austinview, Arkansas 33539", "square_footage": 13368, "property_type": "Warehouse" }, "lease_term": { "start_date": "2024-04-15", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2034-04-15" }, "financial_terms": { "base_rent_initial": 54706.44, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-04-15", "increase_value": 2.18, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-04-15", "increase_value": 6.72, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2254.16 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Landscaping and snow removal" ], "lessee_responsibilities": [ "All utility payments for the premises", "Minor repairs to plumbing and electrical", "Pest control within the unit" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Petersshire" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MAJORITY-2023-953 This serves as a summary of the commercial lease executed on 2023-06-02 between the Lessor, Chase-Brown, and Lessee, Quinn, Hess and Collier. The subject of this agreement is the Warehouse property at 573 Cook Green, Suite 2255, Bellview, Connecticut 79145, comprising approximately 4,875 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-06-18 and concluding on 2033-06-17. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $6,734.43, payable on a annually basis. A security deposit of $13,468.86 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.02 $/sf taking effect on 2024-06-17. Additional rents include Operating Expenses (CAM) (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (4%)), Insurance (Pass-through). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Common area maintenance (CAM); HVAC system maintenance and replacement. The Lessee's duties include: All utility payments for the premises; Janitorial services within leased premises; Pest control within the unit. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of Michigan. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MAJORITY-2023-953", "document_date": "2023-06-02", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Chase-Brown", "entity_address": "4822 Robles Burg Suite 718\nKristihaven, NE 29006", "contact_person": "Justin Taylor" }, { "party_type": "Lessee", "entity_name": "Quinn, Hess and Collier", "entity_address": "18164 Rachel Ford Suite 604\nNew James, PR 57786" } ], "property_details": { "property_address": "573 Cook Green, Suite 2255, Bellview, Connecticut 79145", "square_footage": 4875, "property_type": "Warehouse", "unit_identifier": "Suite 2255" }, "lease_term": { "start_date": "2023-06-18", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2033-06-17" }, "financial_terms": { "base_rent_initial": 6734.43, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-06-17", "increase_value": 1.02, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-06-17", "increase_value": 0.1, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-06-17", "increase_value": 8.94, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-06-17", "increase_value": 2.86, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8565.03 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (4%)", "estimated_annual_cost": 4523.83 }, { "component_name": "Insurance", "payment_structure": "Pass-through" } ], "security_deposit_amount": 13468.86 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Common area maintenance (CAM)", "HVAC system maintenance and replacement" ], "lessee_responsibilities": [ "All utility payments for the premises", "Janitorial services within leased premises", "Pest control within the unit" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Mediation followed by litigation in the State of Michigan" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-COMMON-2023-358 This serves as a summary of the commercial lease executed on 2023-07-10 between the Lessor, Tran and Sons, and Lessee, Woodward Ltd. The subject of this agreement is the Medical Office property at 70229 Matthew Club, Suite 570, North Lindseyland, Georgia 87340, comprising approximately 5,422 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-11-12. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $45,247.66, payable on a quarterly basis. A security deposit of $45,247.66 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 5.13% taking effect on 2024-11-11. Additional rents include Common Area Utilities (Fixed annual contribution), Management Fee (Pro-rata share (6%)), Common Area Utilities (Pass-through), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Landscaping and snow removal; Common area maintenance (CAM). The Lessee's duties include: Pest control within the unit; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. Signage must be approved by Lessor. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-COMMON-2023-358", "document_date": "2023-07-10", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Tran and Sons" }, { "party_type": "Lessee", "entity_name": "Woodward Ltd", "entity_address": "937 Smith Union\nAllenberg, FL 17306" } ], "property_details": { "property_address": "70229 Matthew Club, Suite 570, North Lindseyland, Georgia 87340", "square_footage": 5422, "property_type": "Medical Office", "unit_identifier": "Suite 570" }, "lease_term": { "start_date": "2023-11-12", "term_duration_months": 84, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 45247.66, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-11-11", "increase_value": 5.13, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-11-11", "increase_value": 8.8, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-11-11", "increase_value": 7.12, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution" }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (6%)" }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 4273.73 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" } ], "security_deposit_amount": 45247.66 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Landscaping and snow removal", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Pest control within the unit", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-COMPARE-2022-135 This serves as a summary of the commercial lease executed on 2022-10-17 between the Lessor, Fuller-Gray, and Lessee, Greene PLC. The subject of this agreement is the Office property at 6169 Julie Burgs Suite 762, Suite 1138, North Saraton, Alabama 93625, comprising approximately 22,056 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 60 months, commencing on 2023-03-06. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $54,177.12, payable on a annually basis. A security deposit of $108,354.24 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.32 $/sf taking effect on 2024-03-05. Additional rents include Management Fee (Fixed annual contribution), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Landscaping and snow removal; Common area maintenance (CAM). The Lessee's duties include: Pest control within the unit; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Signage must be approved by Lessor. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of West Virginia. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-COMPARE-2022-135", "document_date": "2022-10-17", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Fuller-Gray", "entity_address": "USNS Cameron\nFPO AA 38192", "contact_person": "Christopher Mahoney" }, { "party_type": "Lessee", "entity_name": "Greene PLC", "entity_address": "067 Kyle Pine\nNorth Anita, TX 08977" } ], "property_details": { "property_address": "6169 Julie Burgs Suite 762, Suite 1138, North Saraton, Alabama 93625", "square_footage": 22056, "property_type": "Office", "unit_identifier": "Suite 1138" }, "lease_term": { "start_date": "2023-03-06", "term_duration_months": 60, "renewal_options": [] }, "financial_terms": { "base_rent_initial": 54177.12, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-03-05", "increase_value": 1.32, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-03-05", "increase_value": 7.68, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-03-05", "increase_value": 1.35, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-03-05", "increase_value": 2.2, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1375.48 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 5171.25 } ], "security_deposit_amount": 108354.24 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Landscaping and snow removal", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Pest control within the unit", "All utility payments for the premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause.", "dispute_resolution_method": "Mediation followed by litigation in the State of West Virginia" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-COLOR-2022-228 This serves as a summary of the commercial lease executed on 2022-12-27 between the Lessor, Cantrell-Brown, and Lessee, Contreras PLC. The subject of this agreement is the Medical Office property at 7177 Webb Parkways, Suite 1469, Gravesville, New Mexico 43072, comprising approximately 8,938 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-04-29. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $82,467.02, payable on a annually basis. A security deposit of $164,934.04 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.7% taking effect on 2024-04-28. Additional rents include Real Estate Taxes (Fixed annual contribution), Operating Expenses (CAM) (Pass-through). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Landscaping and snow removal. The Lessee's duties include: All utility payments for the premises; Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. Signage must be approved by Lessor. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-COLOR-2022-228", "document_date": "2022-12-27", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Cantrell-Brown", "entity_address": "59963 Gary Bypass Apt. 774\nLake Ashleyport, PW 29653", "contact_person": "Pamela Wells" }, { "party_type": "Lessee", "entity_name": "Contreras PLC" } ], "property_details": { "property_address": "7177 Webb Parkways, Suite 1469, Gravesville, New Mexico 43072", "square_footage": 8938, "property_type": "Medical Office", "unit_identifier": "Suite 1469" }, "lease_term": { "start_date": "2023-04-29", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ] }, "financial_terms": { "base_rent_initial": 82467.02, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-04-28", "increase_value": 2.7, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-04-28", "increase_value": 8.2, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-04-28", "increase_value": 2.75, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2027-04-28", "increase_value": 1.76, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution" }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through" } ], "security_deposit_amount": 164934.04 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Landscaping and snow removal" ], "lessee_responsibilities": [ "All utility payments for the premises", "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "Signage must be approved by Lessor.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-PRODUCTION-2023-602 This serves as a summary of the commercial lease executed on 2023-07-15 between the Lessor, Cook, Miller and Hunt, and Lessee, Lozano-Weaver. The subject of this agreement is the Warehouse property at 68908 James Spring Suite 748, Suite 830, New Anthony, Hawaii 54899, comprising approximately 18,355 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2023-10-16 and concluding on 2026-10-15. The tenant holds 1 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 270 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $74,203.33, payable on a annually basis. A security deposit of $148,406.66 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.51% taking effect on 2024-10-15. Additional rents include Management Fee (Fixed annual contribution), Real Estate Taxes (Pass-through), Operating Expenses (CAM) (Fixed annual contribution), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance; Landscaping and snow removal. The Lessee's duties include: Pest control within the unit; Janitorial services within leased premises; Minor repairs to plumbing and electrical. Use of the premises is specifically limited. Key restrictions include: Premises to be used solely for general office purposes. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-PRODUCTION-2023-602", "document_date": "2023-07-15", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Cook, Miller and Hunt", "contact_person": "Catherine Thompson" }, { "party_type": "Lessee", "entity_name": "Lozano-Weaver", "entity_address": "401 Luis Key Apt. 262\nTerrystad, SC 60713" } ], "property_details": { "property_address": "68908 James Spring Suite 748, Suite 830, New Anthony, Hawaii 54899", "square_footage": 18355, "property_type": "Warehouse", "unit_identifier": "Suite 830" }, "lease_term": { "start_date": "2023-10-16", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 270, "rent_escalation_method": "CPI Adjustment" } ], "end_date": "2026-10-15" }, "financial_terms": { "base_rent_initial": 74203.33, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-10-15", "increase_value": 8.51, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-10-15", "increase_value": 9.85, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-10-15", "increase_value": 3.88, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 3428.01 }, { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 8245.57 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6504.27 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6528.47 } ], "security_deposit_amount": 148406.66 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Pest control within the unit", "Janitorial services within leased premises", "Minor repairs to plumbing and electrical" ] }, "use_restrictions": [ "Premises to be used solely for general office purposes.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BOTH-2023-682 This serves as a summary of the commercial lease executed on 2023-06-13 between the Lessor, Wheeler-Franklin, and Lessee, Williams, Estrada and Anderson. The subject of this agreement is the Medical Office property at 79855 Melissa Gardens Suite 748, Suite 383, New William, Mississippi 40702, comprising approximately 14,845 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-08-02. The tenant holds 2 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $69,864.21, payable on a annually basis. A security deposit of $69,864.21 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.77% taking effect on 2024-08-01. Additional rents include Common Area Utilities (Pass-through), Operating Expenses (CAM) (Pass-through), Management Fee (Pro-rata share (10%)), Operating Expenses (CAM) (Pro-rata share (6%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance. The Lessee's duties include: Interior non-structural maintenance; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: Signage must be approved by Lessor. Premises to be used solely for general office purposes. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BOTH-2023-682", "document_date": "2023-06-13", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Wheeler-Franklin", "contact_person": "Lori Chambers" }, { "party_type": "Lessee", "entity_name": "Williams, Estrada and Anderson", "entity_address": "3164 Brian Curve Suite 917\nLittlefurt, MO 95622" } ], "property_details": { "property_address": "79855 Melissa Gardens Suite 748, Suite 383, New William, Mississippi 40702", "square_footage": 14845, "property_type": "Medical Office", "unit_identifier": "Suite 383" }, "lease_term": { "start_date": "2023-08-02", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 60, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 69864.21, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-08-01", "increase_value": 8.77, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-08-01", "increase_value": 8.64, "increase_unit": "percentage" }, { "escalation_type": "Annual Fixed", "effective_date": "2026-08-01", "increase_value": 7.65, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2027-08-01", "increase_value": 6.75, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 5579.64 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 3057.39 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (10%)", "estimated_annual_cost": 8491.87 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (6%)", "estimated_annual_cost": 4376.62 } ], "security_deposit_amount": 69864.21 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "All utility payments for the premises" ] }, "use_restrictions": [ "Signage must be approved by Lessor.", "Premises to be used solely for general office purposes.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-HOME-2023-710 This serves as a summary of the commercial lease executed on 2023-03-24 between the Lessor, Serrano-Sanford, and Lessee, Buchanan-Diaz. The subject of this agreement is the Industrial property at 315 Heather Freeway Apt. 219, Suite 141, Mcintyreberg, Iowa 19180, comprising approximately 14,532 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-05-18 and concluding on 2030-05-17. The tenant holds 1 option(s) to renew, with the first being for a 36-month extension. To exercise this, a notice period of 180 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $61,590.97, payable on a annually basis. A security deposit of $61,590.97 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.5 $/sf taking effect on 2024-05-17. Additional rents include Real Estate Taxes (Pass-through), Management Fee (Fixed annual contribution), Insurance (Pass-through), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; All utility payments for the premises. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Business operations restricted to 8:00 AM to 10:00 PM. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Strictly prohibited under all circumstances. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-HOME-2023-710", "document_date": "2023-03-24", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Serrano-Sanford", "entity_address": "0777 Gutierrez Harbors\nEast Douglas, WY 16952", "contact_person": "Michael Wilson" }, { "party_type": "Lessee", "entity_name": "Buchanan-Diaz", "entity_address": "USCGC Monroe\nFPO AE 27632" } ], "property_details": { "property_address": "315 Heather Freeway Apt. 219, Suite 141, Mcintyreberg, Iowa 19180", "square_footage": 14532, "property_type": "Industrial", "unit_identifier": "Suite 141" }, "lease_term": { "start_date": "2023-05-18", "term_duration_months": 84, "renewal_options": [ { "option_number": 1, "renewal_period_months": 36, "notice_period_days": 180, "rent_escalation_method": "Market Rate" } ], "end_date": "2030-05-17" }, "financial_terms": { "base_rent_initial": 61590.97, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2024-05-17", "increase_value": 2.5, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-05-17", "increase_value": 3.5, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pass-through", "estimated_annual_cost": 5328.58 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution" }, { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 2647.51 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 2546.79 } ], "security_deposit_amount": 61590.97 }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "All utility payments for the premises" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Business operations restricted to 8:00 AM to 10:00 PM.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Strictly prohibited under all circumstances.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MILLION-2022-533 This serves as a summary of the commercial lease executed on 2022-09-20 between the Lessor, Heath Group, and Lessee, Gentry, Walker and Fowler. The subject of this agreement is the Medical Office property at 8596 Graham Ranch Suite 614, Suite 617, East Michael, Iowa 25706, comprising approximately 11,131 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2022-11-01 and concluding on 2029-10-31. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $6,188.49, payable on a quarterly basis. The lease includes a structured rent escalation schedule, with the first increase of 7.69% taking effect on 2023-11-01. Additional rents include Operating Expenses (CAM) (Pass-through), Common Area Utilities (Pass-through). Regarding property maintenance, the Lessor is responsible for: Structural repairs to building exterior and roof; Common area maintenance (CAM). The Lessee's duties include: All utility payments for the premises; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. Business operations restricted to 8:00 AM to 10:00 PM. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted only to an affiliate entity with 30 days prior notice. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MILLION-2022-533", "document_date": "2022-09-20", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Heath Group", "entity_address": "PSC 3908, Box 7938\nAPO AA 88724" }, { "party_type": "Lessee", "entity_name": "Gentry, Walker and Fowler", "entity_address": "USNS Wise\nFPO AP 93602" } ], "property_details": { "property_address": "8596 Graham Ranch Suite 614, Suite 617, East Michael, Iowa 25706", "square_footage": 11131, "property_type": "Medical Office", "unit_identifier": "Suite 617" }, "lease_term": { "start_date": "2022-11-01", "term_duration_months": 84, "renewal_options": [], "end_date": "2029-10-31" }, "financial_terms": { "base_rent_initial": 6188.49, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2023-11-01", "increase_value": 7.69, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2024-10-31", "increase_value": 6.5, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2025-10-31", "increase_value": 1.6, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pass-through", "estimated_annual_cost": 2055.94 }, { "component_name": "Common Area Utilities", "payment_structure": "Pass-through", "estimated_annual_cost": 7546.55 } ] }, "maintenance_obligations": { "lessor_responsibilities": [ "Structural repairs to building exterior and roof", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "All utility payments for the premises", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "Business operations restricted to 8:00 AM to 10:00 PM." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted only to an affiliate entity with 30 days prior notice." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-FIRE-2023-199 This serves as a summary of the commercial lease executed on 2023-01-24 between the Lessor, Watkins, Davies and Hernandez, and Lessee, Garcia-Barron. The subject of this agreement is the Warehouse property at 579 Nunez Rapids, Suite 2183, Edwinberg, Indiana 97767, comprising approximately 9,976 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-01-24. The tenant holds 1 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on CPI Adjustment. Financial obligations begin with an initial base rent of $5,647.62, payable on a monthly basis. A security deposit of $11,295.24 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 2.58 $/sf taking effect on 2024-01-24. Additional rents include Real Estate Taxes (Pro-rata share (6%)), Management Fee (Pass-through), Real Estate Taxes (Fixed annual contribution), Management Fee (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Parking lot maintenance; Common area maintenance (CAM). The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit; Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: No structural alterations without Lessor approval. Business operations restricted to 8:00 AM to 10:00 PM. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Mediation followed by litigation in the State of California. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-FIRE-2023-199", "document_date": "2023-01-24", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Watkins, Davies and Hernandez", "entity_address": "5603 Richardson Plains\nWoodsberg, VT 66717", "contact_person": "David Reyes" }, { "party_type": "Lessee", "entity_name": "Garcia-Barron", "entity_address": "64919 Stark Dale\nWest Johnberg, LA 82529" } ], "property_details": { "property_address": "579 Nunez Rapids, Suite 2183, Edwinberg, Indiana 97767", "square_footage": 9976, "property_type": "Warehouse", "unit_identifier": "Suite 2183" }, "lease_term": { "start_date": "2023-01-24", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 5647.62, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-01-24", "increase_value": 2.58, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2025-01-23", "increase_value": 0.1, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-01-23", "increase_value": 6.0, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (6%)" }, { "component_name": "Management Fee", "payment_structure": "Pass-through" }, { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2683.62 }, { "component_name": "Management Fee", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 1580.13 } ], "security_deposit_amount": 11295.24 }, "maintenance_obligations": { "lessor_responsibilities": [ "Parking lot maintenance", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit", "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "No structural alterations without Lessor approval.", "Business operations restricted to 8:00 AM to 10:00 PM.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Mediation followed by litigation in the State of California" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-MANAGE-2024-371 This serves as a summary of the commercial lease executed on 2024-03-12 between the Lessor, Griffin-Ortiz, and Lessee, Duarte-Dennis. The subject of this agreement is the Industrial property at 2580 Andrew Manors, Suite 1757, Grahambury, Rhode Island 58155, comprising approximately 8,606 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 72 months, commencing on 2024-03-14 and concluding on 2030-03-14. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $5,611.55, payable on a monthly basis. A security deposit of $5,611.55 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.31% taking effect on 2025-03-14. Additional rents include Insurance (Pass-through), Operating Expenses (CAM) (Fixed annual contribution), Insurance (Fixed annual contribution), Operating Expenses (CAM) (Pro-rata share (6%)). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Parking lot maintenance; Landscaping and snow removal. The Lessee's duties include: Interior non-structural maintenance; Pest control within the unit; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Binding arbitration in Lauramouth. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-MANAGE-2024-371", "document_date": "2024-03-12", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Griffin-Ortiz", "entity_address": "6322 Michelle Creek Apt. 014\nLake Diamondfort, MO 12009", "contact_person": "Richard Hammond" }, { "party_type": "Lessee", "entity_name": "Duarte-Dennis", "entity_address": "746 Yu Plain\nWestshire, NJ 84504" } ], "property_details": { "property_address": "2580 Andrew Manors, Suite 1757, Grahambury, Rhode Island 58155", "square_footage": 8606, "property_type": "Industrial", "unit_identifier": "Suite 1757" }, "lease_term": { "start_date": "2024-03-14", "term_duration_months": 72, "renewal_options": [], "end_date": "2030-03-14" }, "financial_terms": { "base_rent_initial": 5611.55, "rent_frequency": "monthly", "escalation_schedule": [ { "escalation_type": "Annual Fixed", "effective_date": "2025-03-14", "increase_value": 8.31, "increase_unit": "percentage" }, { "escalation_type": "Step-Up", "effective_date": "2026-03-14", "increase_value": 4.99, "increase_unit": "percentage" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pass-through", "estimated_annual_cost": 1985.44 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 8127.12 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 4358.22 }, { "component_name": "Operating Expenses (CAM)", "payment_structure": "Pro-rata share (6%)", "estimated_annual_cost": 4941.14 } ], "security_deposit_amount": 5611.55 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Parking lot maintenance", "Landscaping and snow removal" ], "lessee_responsibilities": [ "Interior non-structural maintenance", "Pest control within the unit", "Janitorial services within leased premises" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Lauramouth" } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-BEFORE-2022-229 This serves as a summary of the commercial lease executed on 2022-12-15 between the Lessor, Walsh, Hernandez and Moody, and Lessee, Ellis, Nelson and Padilla. The subject of this agreement is the Medical Office property at 071 Richard Stream Suite 763, Suite 2242, Delacruzville, Tennessee 64164, comprising approximately 3,960 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 36 months, commencing on 2022-12-20 and concluding on 2025-12-19. The tenant holds 2 option(s) to renew, with the first being for a 24-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Fixed Percentage. Financial obligations begin with an initial base rent of $4,888.70, payable on a annually basis. A security deposit of $9,777.40 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 9.22 $/sf taking effect on 2023-12-20. Additional rents include Real Estate Taxes (Fixed annual contribution), Insurance (Fixed annual contribution), Management Fee (Pro-rata share (15%)), Insurance (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: HVAC system maintenance and replacement; Landscaping and snow removal; Common area maintenance (CAM). The Lessee's duties include: Janitorial services within leased premises; Pest control within the unit; Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. Signage must be approved by Lessor. No hazardous materials permitted on the premises without prior written consent. From a legal perspective, the terms regarding subleasing or assignment are as follows: Permitted, subject to Lessor's right of first refusal and a profit-sharing clause. A force majeure clause is notably absent in the agreement. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-BEFORE-2022-229", "document_date": "2022-12-15", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Walsh, Hernandez and Moody", "entity_address": "69139 Webb Oval\nEdwardsfurt, WA 56275", "contact_person": "Matthew Green" }, { "party_type": "Lessee", "entity_name": "Ellis, Nelson and Padilla", "entity_address": "152 Oconnell Crossing\nLambport, UT 91746" } ], "property_details": { "property_address": "071 Richard Stream Suite 763, Suite 2242, Delacruzville, Tennessee 64164", "square_footage": 3960, "property_type": "Medical Office", "unit_identifier": "Suite 2242" }, "lease_term": { "start_date": "2022-12-20", "term_duration_months": 36, "renewal_options": [ { "option_number": 1, "renewal_period_months": 24, "notice_period_days": 365, "rent_escalation_method": "Fixed Percentage" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 270, "rent_escalation_method": "Fixed Percentage" } ], "end_date": "2025-12-19" }, "financial_terms": { "base_rent_initial": 4888.7, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2023-12-20", "increase_value": 9.22, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2024-12-19", "increase_value": 7.55, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Annual Fixed", "effective_date": "2025-12-19", "increase_value": 0.81, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-12-19", "increase_value": 4.26, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Real Estate Taxes", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 6989.33 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2106.67 }, { "component_name": "Management Fee", "payment_structure": "Pro-rata share (15%)", "estimated_annual_cost": 1139.32 }, { "component_name": "Insurance", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 2966.87 } ], "security_deposit_amount": 9777.4 }, "maintenance_obligations": { "lessor_responsibilities": [ "HVAC system maintenance and replacement", "Landscaping and snow removal", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Janitorial services within leased premises", "Pest control within the unit", "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "Signage must be approved by Lessor.", "No hazardous materials permitted on the premises without prior written consent." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Permitted, subject to Lessor's right of first refusal and a profit-sharing clause." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-YOU-2023-559 This serves as a summary of the commercial lease executed on 2023-03-23 between the Lessor, Smith, Mcgee and Bishop, and Lessee, Mora Ltd. The subject of this agreement is the Warehouse property at 470 Klein Lodge Suite 330, Suite 1660, Benjaminside, Colorado 10986, comprising approximately 15,286 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 84 months, commencing on 2023-06-09 and concluding on 2030-06-08. No renewal options were specified in the agreement. Financial obligations begin with an initial base rent of $5,372.84, payable on a quarterly basis. A security deposit of $10,745.68 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 1.01 $/sf taking effect on 2024-06-08. Additional rents include Management Fee (Pro-rata share (7%)), Real Estate Taxes (Pro-rata share (8%)). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; HVAC system maintenance and replacement; Common area maintenance (CAM). The Lessee's duties include: Minor repairs to plumbing and electrical; Interior non-structural maintenance. Use of the premises is specifically limited. Key restrictions include: Business operations restricted to 8:00 AM to 10:00 PM. No structural alterations without Lessor approval. Premises to be used solely for general office purposes. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is present in the agreement. Any potential disputes are to be resolved via Litigation in the jurisdiction of the property location.. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-YOU-2023-559", "document_date": "2023-03-23", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Smith, Mcgee and Bishop" }, { "party_type": "Lessee", "entity_name": "Mora Ltd", "entity_address": "4584 Hoffman Center\nMayberg, NH 51304" } ], "property_details": { "property_address": "470 Klein Lodge Suite 330, Suite 1660, Benjaminside, Colorado 10986", "square_footage": 15286, "property_type": "Warehouse" }, "lease_term": { "start_date": "2023-06-09", "term_duration_months": 84, "renewal_options": [], "end_date": "2030-06-08" }, "financial_terms": { "base_rent_initial": 5372.84, "rent_frequency": "quarterly", "escalation_schedule": [ { "escalation_type": "CPI-U Adjustment", "effective_date": "2024-06-08", "increase_value": 1.01, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-06-08", "increase_value": 8.28, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2026-06-08", "increase_value": 2.41, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Management Fee", "payment_structure": "Pro-rata share (7%)" }, { "component_name": "Real Estate Taxes", "payment_structure": "Pro-rata share (8%)", "estimated_annual_cost": 4599.16 } ], "security_deposit_amount": 10745.68 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "HVAC system maintenance and replacement", "Common area maintenance (CAM)" ], "lessee_responsibilities": [ "Minor repairs to plumbing and electrical", "Interior non-structural maintenance" ] }, "use_restrictions": [ "Business operations restricted to 8:00 AM to 10:00 PM.", "No structural alterations without Lessor approval.", "Premises to be used solely for general office purposes." ], "legal_provisions": { "force_majeure_clause_present": true, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Litigation in the jurisdiction of the property location." } }
<format type="json">{agreement_id: string, document_date: date, lease_parties: list[{party_type: string, entity_name: string, entity_address: string optional, contact_person: string optional}], property_details: {property_address: string, unit_identifier: string optional, square_footage: number, property_type: string}, lease_term: {start_date: date, end_date: date optional, term_duration_months: number, renewal_options: list[{option_number: number, renewal_period_months: number, notice_period_days: number, rent_escalation_method: string}]}, financial_terms: {base_rent_initial: number, rent_frequency: string, security_deposit_amount: number optional, escalation_schedule: list[{escalation_type: string, effective_date: date, increase_value: number, increase_unit: string}], additional_rent_components: list[{component_name: string, payment_structure: string, estimated_annual_cost: number optional}]}, maintenance_obligations: {lessor_responsibilities: list[string], lessee_responsibilities: list[string]}, use_restrictions: list[string], legal_provisions: {force_majeure_clause_present: boolean, sublease_assignment_terms: string, dispute_resolution_method: string optional}}</format> <data>**INTERNAL MEMORANDUM - LEASE ABSTRACT** **TO:** Portfolio Management Team **FROM:** Legal & Compliance Dept. **DATE:** 2025-08-13 **RE: Summary of Executed Lease Agreement: LEASE-CAMERA-2023-857 This serves as a summary of the commercial lease executed on 2023-08-21 between the Lessor, Collier, Galvan and Gregory, and Lessee, Baker, Barnett and Barton. The subject of this agreement is the Industrial property at 52365 Lisa Meadow Suite 397, Suite 1747, Reynoldshaven, Michigan 07530, comprising approximately 5,194 square feet. All relevant documentation has been filed under our standard procedures, and the original document is stored in the main vault. The lease term is set for 120 months, commencing on 2023-11-10. The tenant holds 2 option(s) to renew, with the first being for a 60-month extension. To exercise this, a notice period of 365 days is required, with rent adjustment based on Market Rate. Financial obligations begin with an initial base rent of $8,456.03, payable on a annually basis. A security deposit of $8,456.03 has been secured. The lease includes a structured rent escalation schedule, with the first increase of 8.15 $/sf taking effect on 2024-11-09. Additional rents include Insurance (Pro-rata share (13%)), Common Area Utilities (Fixed annual contribution). Regarding property maintenance, the Lessor is responsible for: Landscaping and snow removal; Structural repairs to building exterior and roof; Parking lot maintenance. The Lessee's duties include: All utility payments for the premises; Pest control within the unit; Janitorial services within leased premises. Use of the premises is specifically limited. Key restrictions include: No hazardous materials permitted on the premises without prior written consent. No structural alterations without Lessor approval. From a legal perspective, the terms regarding subleasing or assignment are as follows: Requires prior written consent from Lessor, not to be unreasonably withheld. A force majeure clause is notably absent in the agreement. Any potential disputes are to be resolved via Binding arbitration in Fordmouth. Please review this abstract against your portfolio records and advise of any discrepancies.</data>
{ "agreement_id": "LEASE-CAMERA-2023-857", "document_date": "2023-08-21", "lease_parties": [ { "party_type": "Lessor", "entity_name": "Collier, Galvan and Gregory", "entity_address": "2724 William Hollow Apt. 676\nEast Rebeccamouth, AZ 93781", "contact_person": "William Phillips" }, { "party_type": "Lessee", "entity_name": "Baker, Barnett and Barton" } ], "property_details": { "property_address": "52365 Lisa Meadow Suite 397, Suite 1747, Reynoldshaven, Michigan 07530", "square_footage": 5194, "property_type": "Industrial", "unit_identifier": "Suite 1747" }, "lease_term": { "start_date": "2023-11-10", "term_duration_months": 120, "renewal_options": [ { "option_number": 1, "renewal_period_months": 60, "notice_period_days": 365, "rent_escalation_method": "Market Rate" }, { "option_number": 2, "renewal_period_months": 24, "notice_period_days": 180, "rent_escalation_method": "CPI Adjustment" } ] }, "financial_terms": { "base_rent_initial": 8456.03, "rent_frequency": "annually", "escalation_schedule": [ { "escalation_type": "Step-Up", "effective_date": "2024-11-09", "increase_value": 8.15, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2025-11-09", "increase_value": 8.95, "increase_unit": "dollar_per_sqft" }, { "escalation_type": "Step-Up", "effective_date": "2026-11-09", "increase_value": 3.43, "increase_unit": "percentage" }, { "escalation_type": "CPI-U Adjustment", "effective_date": "2027-11-09", "increase_value": 7.27, "increase_unit": "dollar_per_sqft" } ], "additional_rent_components": [ { "component_name": "Insurance", "payment_structure": "Pro-rata share (13%)", "estimated_annual_cost": 2022.42 }, { "component_name": "Common Area Utilities", "payment_structure": "Fixed annual contribution", "estimated_annual_cost": 7145.79 } ], "security_deposit_amount": 8456.03 }, "maintenance_obligations": { "lessor_responsibilities": [ "Landscaping and snow removal", "Structural repairs to building exterior and roof", "Parking lot maintenance" ], "lessee_responsibilities": [ "All utility payments for the premises", "Pest control within the unit", "Janitorial services within leased premises" ] }, "use_restrictions": [ "No hazardous materials permitted on the premises without prior written consent.", "No structural alterations without Lessor approval." ], "legal_provisions": { "force_majeure_clause_present": false, "sublease_assignment_terms": "Requires prior written consent from Lessor, not to be unreasonably withheld.", "dispute_resolution_method": "Binding arbitration in Fordmouth" } }