prompt
stringlengths
1.92k
9.98k
response
stringlengths
714
11k
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5553 Status: Under Review Governing Jurisdiction: Maryland This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Carroll, Kelly and Aguilar Properties, and the Tenant, Gill and Sons. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-02. The subject of this lease concerns the Partial suite 21B in Building 1 at the property located at 6931 Paul Mountains Suite 727 West James, MI 62702. This Mixed-Use facility consists of approximately 2454 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-31, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $5,957.08. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $11,914.16 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Gill and Sons is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Carroll, Kelly and Aguilar Properties. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 8 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5553", "parties": { "lessor_details": { "name": "Carroll, Kelly and Aguilar Properties", "entity_type": "LLC", "address": "7946 Christine Dale Suite 095\nMillsberg, ME 59348" }, "lessee_details": { "name": "Gill and Sons", "entity_type": "Corporation", "address": "073 Campbell Road\nDavisview, OR 18368" } }, "property_details": { "address": "6931 Paul Mountains Suite 727\nWest James, MI 62702", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 21B in Building 1", "square_footage_sqft": 2454 }, "lease_terms": { "effective_date": "2023-12-02", "commencement_date": "2023-12-31", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "8 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 5957.08, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (16.00%)", "estimated_monthly_amount_usd": 893.56 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.83%)", "estimated_monthly_amount_usd": 595.71 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 11914.16 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Maryland", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Carroll, Kelly and Aguilar Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Carroll, Kelly and Aguilar Properties", "Schultz Ltd Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-5955 Status: Under Review Governing Jurisdiction: Oklahoma This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hayes LLC Properties, and the Tenant, Thomas Ltd. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-14. The subject of this lease concerns the Entire floor 49B in Building 1 at the property located at 63261 Washington Summit Sarahtown, SD 74486. This Industrial facility consists of approximately 24493 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-07, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $72,254.35. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $72,254.35 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 18.0% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 180 days' notice and involves a penalty structured as 3 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-5955", "parties": { "lessor_details": { "name": "Hayes LLC Properties", "entity_type": "LLC", "address": "5558 Hannah Rapid Suite 004\nPort Ryan, UT 80357" }, "lessee_details": { "name": "Thomas Ltd", "entity_type": "S-Corp", "address": "56723 Reynolds Way Apt. 444\nAndersonview, DE 25022" } }, "property_details": { "address": "63261 Washington Summit\nSarahtown, SD 74486", "property_type": "Industrial", "lease_area_description": "Entire floor 49B in Building 1", "square_footage_sqft": 24493 }, "lease_terms": { "effective_date": "2024-06-14", "commencement_date": "2024-08-07", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 72254.35, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (7.29%)", "estimated_monthly_amount_usd": 10838.15 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (7.72%)", "estimated_monthly_amount_usd": 7225.44 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 72254.35, "late_payment_interest_rate_percent": 18.0 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Oklahoma", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2313 Status: Amended Governing Jurisdiction: Washington This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Morgan Group Holdings, and the Tenant, Chan, White and Goodman. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-10. The subject of this lease concerns the Entire suite 48 in Building 5 at the property located at USS Johnson FPO AA 53004. This Industrial facility consists of the specified area and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-14, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $111,569.77. This figure is scheduled for an annual increase based on a 2.9% escalation rate. A security deposit of $223,139.54 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Chan, White and Goodman is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Morgan Group Holdings. Late payments of rent will accrue interest at a rate of 14.7% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 90 days' notice and involves a penalty structured as 10 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2313", "parties": { "lessor_details": { "name": "Morgan Group Holdings", "entity_type": "Corporation", "address": "33639 Larry Street\nStevenburgh, PR 84820" }, "lessee_details": { "name": "Chan, White and Goodman", "entity_type": "LLC" } }, "property_details": { "address": "USS Johnson\nFPO AA 53004", "property_type": "Industrial", "lease_area_description": "Entire suite 48 in Building 5" }, "lease_terms": { "effective_date": "2024-06-10", "commencement_date": "2024-08-14", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "10 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 111569.77, "annual_escalation_rate_percent": 2.9, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (17.26%)", "estimated_monthly_amount_usd": 16735.47 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.32%)", "estimated_monthly_amount_usd": 11156.98 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 223139.54, "late_payment_interest_rate_percent": 14.7 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Washington", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Morgan Group Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Morgan Group Holdings", "Levy, Johnson and Thompson Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1521 Status: Under Review Governing Jurisdiction: Vermont This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Perez, Golden and Williams Properties, and the Tenant, Williamson, Willis and Morgan. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-05. The subject of this lease concerns the Partial floor 21B in Building 2 at the property located at 477 Lane Plaza Jonesland, MO 24289. This Warehouse facility consists of approximately 5905 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-24, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $21,356.42. This figure is scheduled for an annual increase based on a 1.89% escalation rate. A security deposit of $42,712.84 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Williamson, Willis and Morgan is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Perez, Golden and Williams Properties. Late payments of rent will accrue interest at a rate of 18.0% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1521", "parties": { "lessor_details": { "name": "Perez, Golden and Williams Properties", "entity_type": "LLC", "address": "98310 Smith Ports\nErictown, SC 90572" }, "lessee_details": { "name": "Williamson, Willis and Morgan", "entity_type": "Corporation" } }, "property_details": { "address": "477 Lane Plaza\nJonesland, MO 24289", "property_type": "Warehouse", "lease_area_description": "Partial floor 21B in Building 2", "square_footage_sqft": 5905 }, "lease_terms": { "effective_date": "2024-03-05", "commencement_date": "2024-03-24", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 21356.42, "annual_escalation_rate_percent": 1.89, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (17.31%)", "estimated_monthly_amount_usd": 3203.46 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (11.19%)", "estimated_monthly_amount_usd": 2135.64 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 42712.84, "late_payment_interest_rate_percent": 18.0 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Vermont", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Perez, Golden and Williams Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Perez, Golden and Williams Properties", "Cook, Serrano and Mercado Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5484 Status: Under Review Governing Jurisdiction: Maine This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Green, Morales and Scott LLC, and the Tenant, Walsh LLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-08-26. The subject of this lease concerns the Partial floor 17B in Building 1 at the property located at PSC 2811, Box 5172 APO AE 47249. This Warehouse facility consists of approximately 29926 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2023-09-04, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $75,039.44. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $75,039.44 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Walsh LLC is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Green, Morales and Scott LLC. Late payments of rent will accrue interest at a rate of 8.5% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5484", "parties": { "lessor_details": { "name": "Green, Morales and Scott LLC", "entity_type": "Limited Partnership", "address": "5967 Kenneth Coves\nLake Krystalshire, NJ 57379" }, "lessee_details": { "name": "Walsh LLC", "entity_type": "S-Corp" } }, "property_details": { "address": "PSC 2811, Box 5172\nAPO AE 47249", "property_type": "Warehouse", "lease_area_description": "Partial floor 17B in Building 1", "square_footage_sqft": 29926 }, "lease_terms": { "effective_date": "2023-08-26", "commencement_date": "2023-09-04", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 75039.44, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (22.83%)", "estimated_monthly_amount_usd": 11255.92 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (21.81%)", "estimated_monthly_amount_usd": 7503.94 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 75039.44, "late_payment_interest_rate_percent": 8.5 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Maine", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Green, Morales and Scott LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Green, Morales and Scott LLC", "Edwards and Sons Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3672 Status: Amended Governing Jurisdiction: Virginia This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hall Inc LLC, and the Tenant, Harrison, Salazar and Miller. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-13. The subject of this lease concerns the Partial suite 15 in Building 1 at the property located at USNS Ball FPO AE 25220. This Retail facility consists of approximately 29481 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-12, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $95,592.14. This figure is scheduled for an annual increase based on a 3.15% escalation rate. A security deposit of $191,184.28 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Harrison, Salazar and Miller is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Hall Inc LLC. Late payments of rent will accrue interest at a rate of 11.0% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 180 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3672", "parties": { "lessor_details": { "name": "Hall Inc LLC", "entity_type": "Corporation", "address": "USNS Spence\nFPO AP 62037" }, "lessee_details": { "name": "Harrison, Salazar and Miller", "entity_type": "Corporation" } }, "property_details": { "address": "USNS Ball\nFPO AE 25220", "property_type": "Retail", "lease_area_description": "Partial suite 15 in Building 1", "square_footage_sqft": 29481 }, "lease_terms": { "effective_date": "2024-03-13", "commencement_date": "2024-04-12", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 95592.14, "annual_escalation_rate_percent": 3.15, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (25.0%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (8.15%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 191184.28, "late_payment_interest_rate_percent": 11.0 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Virginia", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Hall Inc LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Hall Inc LLC", "Martinez, Howell and Morris Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-7444 Status: Draft Governing Jurisdiction: Montana This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Jones, Morales and Evans Properties, and the Tenant, Vaughn LLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-26. The subject of this lease concerns the Entire suite 5A in Building 3 at the property located at 121 Zhang Bypass Diazberg, LA 39078. This Warehouse facility consists of approximately 15482 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-03, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $60,637.83. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $60,637.83 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Vaughn LLC is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Jones, Morales and Evans Properties. Late payments of rent will accrue interest at a rate of 13.2% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 90 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-7444", "parties": { "lessor_details": { "name": "Jones, Morales and Evans Properties", "entity_type": "LLC" }, "lessee_details": { "name": "Vaughn LLC", "entity_type": "LLC" } }, "property_details": { "address": "121 Zhang Bypass\nDiazberg, LA 39078", "property_type": "Warehouse", "lease_area_description": "Entire suite 5A in Building 3", "square_footage_sqft": 15482 }, "lease_terms": { "effective_date": "2024-02-26", "commencement_date": "2024-04-03", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 60637.83, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (17.19%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (11.79%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 60637.83, "late_payment_interest_rate_percent": 13.2 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Montana", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Jones, Morales and Evans Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Jones, Morales and Evans Properties", "Nelson PLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-9441 Status: Draft Governing Jurisdiction: North Carolina This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Landry-Pittman Inc., and the Tenant, Graham PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-24. The subject of this lease concerns the Entire unit 34A in Building 7 at the property located at 932 Jones Plains Mcdanielview, WA 25662. This Mixed-Use facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-26, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $64,254.64. This figure is scheduled for an annual increase based on a 3.31% escalation rate. A security deposit of $64,254.64 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 17.1% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 180 days' notice and involves a penalty structured as 10 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-9441", "parties": { "lessor_details": { "name": "Landry-Pittman Inc.", "entity_type": "Corporation" }, "lessee_details": { "name": "Graham PLC", "entity_type": "LLC" } }, "property_details": { "address": "932 Jones Plains\nMcdanielview, WA 25662", "property_type": "Mixed-Use", "lease_area_description": "Entire unit 34A in Building 7" }, "lease_terms": { "effective_date": "2023-11-24", "commencement_date": "2023-12-26", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 64254.64, "annual_escalation_rate_percent": 3.31, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (15.49%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (19.08%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 64254.64, "late_payment_interest_rate_percent": 17.1 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "North Carolina", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-7702 Status: Draft Governing Jurisdiction: Kentucky This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Wood Ltd LLC, and the Tenant, Lee-Patel. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-13. The subject of this lease concerns the Entire suite 41 in Building 3 at the property located at 90404 Lewis Tunnel New Jenniferstad, NC 51035. This Office facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-07, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $143,724.68. This figure is scheduled for an annual increase based on a 2.3% escalation rate. A security deposit of $287,449.36 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 16.7% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-7702", "parties": { "lessor_details": { "name": "Wood Ltd LLC", "entity_type": "Limited Partnership", "address": "339 George Lodge\nNorth Amy, IA 85448" }, "lessee_details": { "name": "Lee-Patel", "entity_type": "LLC", "address": "30002 Cooper Valleys\nBrandontown, ME 60534" } }, "property_details": { "address": "90404 Lewis Tunnel\nNew Jenniferstad, NC 51035", "property_type": "Office", "lease_area_description": "Entire suite 41 in Building 3" }, "lease_terms": { "effective_date": "2024-02-13", "commencement_date": "2024-04-07", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 143724.68, "annual_escalation_rate_percent": 2.3, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 21558.7 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.83%)", "estimated_monthly_amount_usd": 14372.47 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 287449.36, "late_payment_interest_rate_percent": 16.7 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Kentucky", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-7424 Status: Amended Governing Jurisdiction: South Carolina This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Lopez, Mosley and Mitchell Inc., and the Tenant, Collins, Parker and Lopez. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-28. The subject of this lease concerns the Partial unit 24B in Building 1 at the property located at 8757 Andrew Mills Suite 612 Jacksonfort, IA 70788. This Industrial facility consists of approximately 17422 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-15, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $52,817.70. This figure is scheduled for an annual increase based on a 2.59% escalation rate. A security deposit of $52,817.70 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Collins, Parker and Lopez is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Lopez, Mosley and Mitchell Inc.. Late payments of rent will accrue interest at a rate of 11.9% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 10 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-7424", "parties": { "lessor_details": { "name": "Lopez, Mosley and Mitchell Inc.", "entity_type": "Corporation" }, "lessee_details": { "name": "Collins, Parker and Lopez", "entity_type": "S-Corp", "address": "PSC 1386, Box 0934\nAPO AP 76364" } }, "property_details": { "address": "8757 Andrew Mills Suite 612\nJacksonfort, IA 70788", "property_type": "Industrial", "lease_area_description": "Partial unit 24B in Building 1", "square_footage_sqft": 17422 }, "lease_terms": { "effective_date": "2024-05-28", "commencement_date": "2024-07-15", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 52817.7, "annual_escalation_rate_percent": 2.59, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (13.99%)", "estimated_monthly_amount_usd": 7922.66 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (18.52%)", "estimated_monthly_amount_usd": 5281.77 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 52817.7, "late_payment_interest_rate_percent": 11.9 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "South Carolina", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Lopez, Mosley and Mitchell Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Lopez, Mosley and Mitchell Inc.", "Armstrong Group Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-9300 Status: Amended Governing Jurisdiction: South Dakota This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Pena, Medina and Stevens Inc., and the Tenant, Wall-Graham. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-26. The subject of this lease concerns the Partial suite 22B in Building 1 at the property located at 1476 Brooks Springs Lake Alex, KS 11941. This Industrial facility consists of approximately 39402 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-21, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $182,989.45. This figure is scheduled for an annual increase based on a 2.0% escalation rate. A security deposit of $182,989.45 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 17.7% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 60 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-9300", "parties": { "lessor_details": { "name": "Pena, Medina and Stevens Inc.", "entity_type": "Corporation", "address": "629 Mccarthy Path\nMalonetown, WA 95435" }, "lessee_details": { "name": "Wall-Graham", "entity_type": "LLC" } }, "property_details": { "address": "1476 Brooks Springs\nLake Alex, KS 11941", "property_type": "Industrial", "lease_area_description": "Partial suite 22B in Building 1", "square_footage_sqft": 39402 }, "lease_terms": { "effective_date": "2024-02-26", "commencement_date": "2024-05-21", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "5 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "4 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 182989.45, "annual_escalation_rate_percent": 2.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (16.11%)", "estimated_monthly_amount_usd": 27448.42 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (15.75%)", "estimated_monthly_amount_usd": 18298.94 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 182989.45, "late_payment_interest_rate_percent": 17.7 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "South Dakota", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3440 Status: Executed Governing Jurisdiction: Montana This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Chen-Armstrong LLC, and the Tenant, Herrera, Watson and Matthews. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-08-06. The subject of this lease concerns the Entire floor 6B in Building 8 at the property located at 785 Figueroa Stream Jasminetown, CO 46139. This Industrial facility consists of approximately 48182 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-09-22, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $147,155.86. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $294,311.72 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Herrera, Watson and Matthews is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Chen-Armstrong LLC. Late payments of rent will accrue interest at a rate of 11.3% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3440", "parties": { "lessor_details": { "name": "Chen-Armstrong LLC", "entity_type": "LLC", "address": "756 Smith Viaduct\nMillerview, OK 74315" }, "lessee_details": { "name": "Herrera, Watson and Matthews", "entity_type": "LLC", "address": "234 Hudson Canyon\nNew Todd, ID 42951" } }, "property_details": { "address": "785 Figueroa Stream\nJasminetown, CO 46139", "property_type": "Industrial", "lease_area_description": "Entire floor 6B in Building 8", "square_footage_sqft": 48182 }, "lease_terms": { "effective_date": "2024-08-06", "commencement_date": "2024-09-22", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 147155.86, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (18.41%)", "estimated_monthly_amount_usd": 22073.38 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.95%)", "estimated_monthly_amount_usd": 14715.59 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 294311.72, "late_payment_interest_rate_percent": 11.3 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Montana", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Chen-Armstrong LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Chen-Armstrong LLC", "Simmons-Evans Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1173 Status: Executed Governing Jurisdiction: New Hampshire This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Reid, Miller and Lopez Properties, and the Tenant, Yates Ltd. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-28. The subject of this lease concerns the Partial unit 4B in Building 6 at the property located at 5001 Donald Streets Suite 266 Andersonland, AL 45473. This Office facility consists of approximately 37721 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-10, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $73,241.61. This figure is scheduled for an annual increase based on a 1.76% escalation rate. A security deposit of $73,241.61 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Yates Ltd is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Reid, Miller and Lopez Properties. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 3 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1173", "parties": { "lessor_details": { "name": "Reid, Miller and Lopez Properties", "entity_type": "Limited Partnership", "address": "39837 David Pine Apt. 367\nLewisfort, KS 23393" }, "lessee_details": { "name": "Yates Ltd", "entity_type": "S-Corp" } }, "property_details": { "address": "5001 Donald Streets Suite 266\nAndersonland, AL 45473", "property_type": "Office", "lease_area_description": "Partial unit 4B in Building 6", "square_footage_sqft": 37721 }, "lease_terms": { "effective_date": "2024-02-28", "commencement_date": "2024-03-10", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 73241.61, "annual_escalation_rate_percent": 1.76, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (11.61%)", "estimated_monthly_amount_usd": 10986.24 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.66%)", "estimated_monthly_amount_usd": 7324.16 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 73241.61 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "New Hampshire", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Reid, Miller and Lopez Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Reid, Miller and Lopez Properties", "Gomez Ltd Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8598 Status: Draft Governing Jurisdiction: Arkansas This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Cook Ltd Holdings, and the Tenant, Rojas, Sanders and Mendez. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-24. The subject of this lease concerns the Partial unit 3B in Building 2 at the property located at Unit 2689 Box 8606 DPO AA 85368. This Warehouse facility consists of approximately 10709 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-01, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $39,034.31. This figure is scheduled for an annual increase based on a 3.41% escalation rate. A security deposit of $39,034.31 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 6.2% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8598", "parties": { "lessor_details": { "name": "Cook Ltd Holdings", "entity_type": "LLC", "address": "276 Maurice Spurs\nMichaelstad, MD 98291" }, "lessee_details": { "name": "Rojas, Sanders and Mendez", "entity_type": "S-Corp" } }, "property_details": { "address": "Unit 2689 Box 8606\nDPO AA 85368", "property_type": "Warehouse", "lease_area_description": "Partial unit 3B in Building 2", "square_footage_sqft": 10709 }, "lease_terms": { "effective_date": "2023-12-24", "commencement_date": "2024-01-01", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 39034.31, "annual_escalation_rate_percent": 3.41, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (17.18%)", "estimated_monthly_amount_usd": 5855.15 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (23.41%)", "estimated_monthly_amount_usd": 3903.43 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 39034.31, "late_payment_interest_rate_percent": 6.2 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Arkansas", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2948 Status: Under Review Governing Jurisdiction: Massachusetts This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Castillo, Buchanan and Thompson Ventures, and the Tenant, Lee PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-18. The subject of this lease concerns the Entire suite 1B in Building 8 at the property located at 27044 Eileen Port Suite 034 Lake Alan, MT 42118. This Warehouse facility consists of approximately 49403 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-08, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $81,556.12. This figure is scheduled for an annual increase based on a 3.89% escalation rate. A security deposit of $81,556.12 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Lee PLC is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Castillo, Buchanan and Thompson Ventures. Late payments of rent will accrue interest at a rate of 15.1% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2948", "parties": { "lessor_details": { "name": "Castillo, Buchanan and Thompson Ventures", "entity_type": "Corporation" }, "lessee_details": { "name": "Lee PLC", "entity_type": "Corporation" } }, "property_details": { "address": "27044 Eileen Port Suite 034\nLake Alan, MT 42118", "property_type": "Warehouse", "lease_area_description": "Entire suite 1B in Building 8", "square_footage_sqft": 49403 }, "lease_terms": { "effective_date": "2024-02-18", "commencement_date": "2024-05-08", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "12 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 81556.12, "annual_escalation_rate_percent": 3.89, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (6.53%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (13.72%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 81556.12, "late_payment_interest_rate_percent": 15.1 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Massachusetts", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Castillo, Buchanan and Thompson Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Castillo, Buchanan and Thompson Ventures", "Hernandez Group Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1772 Status: Amended Governing Jurisdiction: New York This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Kelley Inc LLC, and the Tenant, Brown, Martinez and Holden. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-27. The subject of this lease concerns the Partial unit 10 in Building 3 at the property located at 4786 Danielle Squares East Ashley, DC 85766. This Mixed-Use facility consists of approximately 32089 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-10-13, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $81,853.69. This figure is scheduled for an annual increase based on a 3.42% escalation rate. A security deposit of $163,707.38 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 4 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1772", "parties": { "lessor_details": { "name": "Kelley Inc LLC", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Brown, Martinez and Holden", "entity_type": "Corporation", "address": "28134 Pacheco Drives Apt. 878\nNicholsview, MH 74537" } }, "property_details": { "address": "4786 Danielle Squares\nEast Ashley, DC 85766", "property_type": "Mixed-Use", "lease_area_description": "Partial unit 10 in Building 3", "square_footage_sqft": 32089 }, "lease_terms": { "effective_date": "2024-07-27", "commencement_date": "2024-10-13", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "4 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 81853.69, "annual_escalation_rate_percent": 3.42, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (18.95%)", "estimated_monthly_amount_usd": 12278.05 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (10.09%)", "estimated_monthly_amount_usd": 8185.37 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 163707.38 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "New York", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-6442 Status: Executed Governing Jurisdiction: New Hampshire This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Stark, Thompson and Arias Inc., and the Tenant, Hernandez, Brady and Orr. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-07. The subject of this lease concerns the Entire floor 46A in Building 5 at the property located at 80597 Jacob Lane Apt. 884 Floreshaven, IA 73294. This Office facility consists of approximately 11937 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-15, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $59,685.00. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $59,685.00 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Hernandez, Brady and Orr is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Stark, Thompson and Arias Inc.. Late payments of rent will accrue interest at a rate of 8.7% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-6442", "parties": { "lessor_details": { "name": "Stark, Thompson and Arias Inc.", "entity_type": "Limited Partnership", "address": "2918 Robin Locks Apt. 665\nRoberthaven, ME 58017" }, "lessee_details": { "name": "Hernandez, Brady and Orr", "entity_type": "Corporation", "address": "22749 Albert Village\nSweeneyview, NM 67922" } }, "property_details": { "address": "80597 Jacob Lane Apt. 884\nFloreshaven, IA 73294", "property_type": "Office", "lease_area_description": "Entire floor 46A in Building 5", "square_footage_sqft": 11937 }, "lease_terms": { "effective_date": "2024-05-07", "commencement_date": "2024-07-15", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "6 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 59685.0, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.71%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.24%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 59685.0, "late_payment_interest_rate_percent": 8.7 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "New Hampshire", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Stark, Thompson and Arias Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Stark, Thompson and Arias Inc.", "Sutton, Dalton and Smith Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1131 Status: Amended Governing Jurisdiction: Maine This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Martinez Ltd LLC, and the Tenant, Ball, Farley and Bishop. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-08-11. The subject of this lease concerns the Partial suite 28A in Building 8 at the property located at 327 Tracy Garden Suite 278 Michaelside, PR 59903. This Mixed-Use facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-10-22, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $21,955.90. This figure is scheduled for an annual increase based on a 2.7% escalation rate. A security deposit of $43,911.80 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Ball, Farley and Bishop is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Martinez Ltd LLC. Late payments of rent will accrue interest at a rate of 7.1% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1131", "parties": { "lessor_details": { "name": "Martinez Ltd LLC", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Ball, Farley and Bishop", "entity_type": "Corporation" } }, "property_details": { "address": "327 Tracy Garden Suite 278\nMichaelside, PR 59903", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 28A in Building 8" }, "lease_terms": { "effective_date": "2024-08-11", "commencement_date": "2024-10-22", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 21955.9, "annual_escalation_rate_percent": 2.7, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 3293.38 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 2195.59 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 43911.8, "late_payment_interest_rate_percent": 7.1 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Maine", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Martinez Ltd LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Martinez Ltd LLC", "Williams Group Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-6862 Status: Under Review Governing Jurisdiction: California This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Gonzalez-Shepard Ventures, and the Tenant, Dean, Smith and Reid. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-30. The subject of this lease concerns the Partial floor 38A in Building 2 at the property located at 584 Acosta Glens Suite 648 East Jessicashire, MH 25907. This Mixed-Use facility consists of approximately 16289 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-09, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $34,234.05. This figure is scheduled for an annual increase based on a 2.86% escalation rate. A security deposit of $34,234.05 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 60 days' notice and involves a penalty structured as 3 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-6862", "parties": { "lessor_details": { "name": "Gonzalez-Shepard Ventures", "entity_type": "Corporation", "address": "57218 Acosta Locks\nBenjamintown, SD 04805" }, "lessee_details": { "name": "Dean, Smith and Reid", "entity_type": "Corporation" } }, "property_details": { "address": "584 Acosta Glens Suite 648\nEast Jessicashire, MH 25907", "property_type": "Mixed-Use", "lease_area_description": "Partial floor 38A in Building 2", "square_footage_sqft": 16289 }, "lease_terms": { "effective_date": "2024-05-30", "commencement_date": "2024-08-09", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 34234.05, "annual_escalation_rate_percent": 2.86, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (10.03%)", "estimated_monthly_amount_usd": 5135.11 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.96%)", "estimated_monthly_amount_usd": 3423.4 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 34234.05 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "California", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-6448 Status: Executed Governing Jurisdiction: California This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Atkins, Roberts and Johnson Holdings, and the Tenant, Kaufman-Gonzalez. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-03. The subject of this lease concerns the Partial unit 44 in Building 9 at the property located at 7977 Dickson Drive Beckerburgh, MI 33316. This Office facility consists of approximately 9915 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-29, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $43,840.83. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $43,840.83 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Kaufman-Gonzalez is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Atkins, Roberts and Johnson Holdings. Late payments of rent will accrue interest at a rate of 17.5% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-6448", "parties": { "lessor_details": { "name": "Atkins, Roberts and Johnson Holdings", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Kaufman-Gonzalez", "entity_type": "Corporation", "address": "34185 Garcia Extension\nLake Zacharyshire, FL 03251" } }, "property_details": { "address": "7977 Dickson Drive\nBeckerburgh, MI 33316", "property_type": "Office", "lease_area_description": "Partial unit 44 in Building 9", "square_footage_sqft": 9915 }, "lease_terms": { "effective_date": "2023-11-03", "commencement_date": "2023-12-29", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 43840.83, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (16.07%)", "estimated_monthly_amount_usd": 6576.12 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (15.08%)", "estimated_monthly_amount_usd": 4384.08 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 43840.83, "late_payment_interest_rate_percent": 17.5 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "California", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Atkins, Roberts and Johnson Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Atkins, Roberts and Johnson Holdings", "Hawkins-Horn Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3301 Status: Draft Governing Jurisdiction: Tennessee This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hudson, Porter and Lucas Ventures, and the Tenant, Ramsey and Sons. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-13. The subject of this lease concerns the Partial suite 17 in Building 8 at the property located at 76022 Larry Creek North Robert, LA 60828. This Retail facility consists of approximately 3198 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-14, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $11,403.53. This figure is scheduled for an annual increase based on a 3.74% escalation rate. A security deposit of $22,807.06 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Ramsey and Sons is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Hudson, Porter and Lucas Ventures. Late payments of rent will accrue interest at a rate of 6.1% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3301", "parties": { "lessor_details": { "name": "Hudson, Porter and Lucas Ventures", "entity_type": "LLC", "address": "2941 Paul Fords\nSouth Kathleenchester, KS 81706" }, "lessee_details": { "name": "Ramsey and Sons", "entity_type": "Corporation", "address": "341 Tracy Greens\nWest Loristad, IN 21156" } }, "property_details": { "address": "76022 Larry Creek\nNorth Robert, LA 60828", "property_type": "Retail", "lease_area_description": "Partial suite 17 in Building 8", "square_footage_sqft": 3198 }, "lease_terms": { "effective_date": "2024-06-13", "commencement_date": "2024-08-14", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 11403.53, "annual_escalation_rate_percent": 3.74, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (20.37%)", "estimated_monthly_amount_usd": 1710.53 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (18.26%)", "estimated_monthly_amount_usd": 1140.35 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 22807.06, "late_payment_interest_rate_percent": 6.1 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Tennessee", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Hudson, Porter and Lucas Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Hudson, Porter and Lucas Ventures", "Mcneil-Rivera Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1687 Status: Draft Governing Jurisdiction: Vermont This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Livingston-Adams Inc., and the Tenant, Johnson, Dickson and Armstrong. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-01. The subject of this lease concerns the Entire unit 43 in Building 4 at the property located at 934 John Bridge Davidborough, PW 39217. This Mixed-Use facility consists of approximately 13169 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-02, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $49,855.64. This figure is scheduled for an annual increase based on a 3.24% escalation rate. A security deposit of $99,711.28 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Johnson, Dickson and Armstrong is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Livingston-Adams Inc.. Late payments of rent will accrue interest at a rate of 9.8% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1687", "parties": { "lessor_details": { "name": "Livingston-Adams Inc.", "entity_type": "LLC", "address": "361 Arias Corners\nSmithstad, MN 06643" }, "lessee_details": { "name": "Johnson, Dickson and Armstrong", "entity_type": "Corporation", "address": "994 Aaron Summit\nNorth Jamesland, UT 46769" } }, "property_details": { "address": "934 John Bridge\nDavidborough, PW 39217", "property_type": "Mixed-Use", "lease_area_description": "Entire unit 43 in Building 4", "square_footage_sqft": 13169 }, "lease_terms": { "effective_date": "2024-07-01", "commencement_date": "2024-07-02", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 49855.64, "annual_escalation_rate_percent": 3.24, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (17.52%)", "estimated_monthly_amount_usd": 7478.35 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (8.63%)", "estimated_monthly_amount_usd": 4985.56 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 99711.28, "late_payment_interest_rate_percent": 9.8 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Vermont", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Livingston-Adams Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Livingston-Adams Inc.", "Lee, Armstrong and Sloan Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8881 Status: Amended Governing Jurisdiction: Connecticut This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Rodriguez, Sawyer and Sanders Inc., and the Tenant, Marshall-Ramsey. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-14. The subject of this lease concerns the Partial suite 26B in Building 9 at the property located at 476 John Squares South Lisaton, WV 17529. This Retail facility consists of approximately 42390 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-28, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $147,658.50. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $295,317.00 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Marshall-Ramsey is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Rodriguez, Sawyer and Sanders Inc.. Late payments of rent will accrue interest at a rate of 17.2% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8881", "parties": { "lessor_details": { "name": "Rodriguez, Sawyer and Sanders Inc.", "entity_type": "LLC", "address": "5619 Erika Locks Apt. 982\nPriceton, IA 13148" }, "lessee_details": { "name": "Marshall-Ramsey", "entity_type": "S-Corp", "address": "4379 Barbara Shoal\nCarolineborough, UT 41125" } }, "property_details": { "address": "476 John Squares\nSouth Lisaton, WV 17529", "property_type": "Retail", "lease_area_description": "Partial suite 26B in Building 9", "square_footage_sqft": 42390 }, "lease_terms": { "effective_date": "2023-12-14", "commencement_date": "2024-01-28", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 147658.5, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 22148.78 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 14765.85 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 295317.0, "late_payment_interest_rate_percent": 17.2 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Connecticut", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Rodriguez, Sawyer and Sanders Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Rodriguez, Sawyer and Sanders Inc.", "Cole-White Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5821 Status: Amended Governing Jurisdiction: Maryland This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Bowen-Glenn Holdings, and the Tenant, Franklin Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-16. The subject of this lease concerns the Partial suite 43A in Building 8 at the property located at 41360 Perez Course Suite 778 Murrayville, NH 60597. This Mixed-Use facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-03, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $70,893.18. This figure is scheduled for an annual increase based on a 2.48% escalation rate. A security deposit of $70,893.18 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Franklin Inc is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Bowen-Glenn Holdings. Late payments of rent will accrue interest at a rate of 5.8% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5821", "parties": { "lessor_details": { "name": "Bowen-Glenn Holdings", "entity_type": "Corporation", "address": "553 Jason Mill Suite 275\nNorth Saraside, MN 60141" }, "lessee_details": { "name": "Franklin Inc", "entity_type": "S-Corp", "address": "7317 Garner Pines\nEast Michelle, FL 94934" } }, "property_details": { "address": "41360 Perez Course Suite 778\nMurrayville, NH 60597", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 43A in Building 8" }, "lease_terms": { "effective_date": "2023-10-16", "commencement_date": "2023-12-03", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 70893.18, "annual_escalation_rate_percent": 2.48, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (10.52%)", "estimated_monthly_amount_usd": 10633.98 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (19.66%)", "estimated_monthly_amount_usd": 7089.32 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 70893.18, "late_payment_interest_rate_percent": 5.8 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Maryland", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Bowen-Glenn Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Bowen-Glenn Holdings", "Young PLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-7540 Status: Under Review Governing Jurisdiction: California This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Jacobs, Sutton and Kelley Ventures, and the Tenant, Smith, Preston and Gonzalez. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-09-13. The subject of this lease concerns the Entire suite 9 in Building 7 at the property located at 46162 Davis Lights Lake Elizabeth, RI 28345. This Office facility consists of approximately 42548 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2023-10-17, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $138,068.26. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $276,136.52 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Smith, Preston and Gonzalez is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Jacobs, Sutton and Kelley Ventures. Late payments of rent will accrue interest at a rate of 9.4% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-7540", "parties": { "lessor_details": { "name": "Jacobs, Sutton and Kelley Ventures", "entity_type": "LLC", "address": "839 Simmons Stravenue\nChristinachester, MH 11611" }, "lessee_details": { "name": "Smith, Preston and Gonzalez", "entity_type": "LLC", "address": "PSC 2727, Box 4970\nAPO AA 97873" } }, "property_details": { "address": "46162 Davis Lights\nLake Elizabeth, RI 28345", "property_type": "Office", "lease_area_description": "Entire suite 9 in Building 7", "square_footage_sqft": 42548 }, "lease_terms": { "effective_date": "2023-09-13", "commencement_date": "2023-10-17", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 138068.26, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (8.04%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (19.79%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 276136.52, "late_payment_interest_rate_percent": 9.4 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "California", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Jacobs, Sutton and Kelley Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Jacobs, Sutton and Kelley Ventures", "Graves-Wells Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-7291 Status: Executed Governing Jurisdiction: Arkansas This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Gordon, Patrick and Wright LLC, and the Tenant, Williams, Nguyen and Willis. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-28. The subject of this lease concerns the Partial floor 41A in Building 8 at the property located at 99980 Larry View South Nicholas, NE 59101. This Warehouse facility consists of approximately 19992 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-26, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $71,604.68. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $143,209.36 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Williams, Nguyen and Willis is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Gordon, Patrick and Wright LLC. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 180 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-7291", "parties": { "lessor_details": { "name": "Gordon, Patrick and Wright LLC", "entity_type": "Limited Partnership", "address": "393 Randolph Union Suite 848\nSmithview, NV 02751" }, "lessee_details": { "name": "Williams, Nguyen and Willis", "entity_type": "Corporation", "address": "49601 Kathleen Mountain\nTylertown, MS 01348" } }, "property_details": { "address": "99980 Larry View\nSouth Nicholas, NE 59101", "property_type": "Warehouse", "lease_area_description": "Partial floor 41A in Building 8", "square_footage_sqft": 19992 }, "lease_terms": { "effective_date": "2023-12-28", "commencement_date": "2024-02-26", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 71604.68, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (18.09%)", "estimated_monthly_amount_usd": 10740.7 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.62%)", "estimated_monthly_amount_usd": 7160.47 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 143209.36 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Arkansas", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Gordon, Patrick and Wright LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Gordon, Patrick and Wright LLC", "Sanchez, Hill and Rodriguez Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-9885 Status: Draft Governing Jurisdiction: Missouri This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Romero, Harmon and Rodriguez Properties, and the Tenant, Lawrence Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-20. The subject of this lease concerns the Entire suite 18 in Building 5 at the property located at 9390 Evelyn Highway Apt. 253 Ryanmouth, VI 37836. This Warehouse facility consists of approximately 26950 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-10-04, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $115,413.38. This figure is scheduled for an annual increase based on a 3.04% escalation rate. A security deposit of $115,413.38 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Lawrence Inc is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Romero, Harmon and Rodriguez Properties. Late payments of rent will accrue interest at a rate of 5.6% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-9885", "parties": { "lessor_details": { "name": "Romero, Harmon and Rodriguez Properties", "entity_type": "LLC" }, "lessee_details": { "name": "Lawrence Inc", "entity_type": "LLC" } }, "property_details": { "address": "9390 Evelyn Highway Apt. 253\nRyanmouth, VI 37836", "property_type": "Warehouse", "lease_area_description": "Entire suite 18 in Building 5", "square_footage_sqft": 26950 }, "lease_terms": { "effective_date": "2024-07-20", "commencement_date": "2024-10-04", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "12 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 115413.38, "annual_escalation_rate_percent": 3.04, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (15.35%)", "estimated_monthly_amount_usd": 17312.01 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (5.55%)", "estimated_monthly_amount_usd": 11541.34 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 115413.38, "late_payment_interest_rate_percent": 5.6 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Missouri", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Romero, Harmon and Rodriguez Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Romero, Harmon and Rodriguez Properties", "Cook Group Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8263 Status: Under Review Governing Jurisdiction: Florida This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Nelson, Cummings and Booth Properties, and the Tenant, Alexander-George. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-04-23. The subject of this lease concerns the Partial unit 39B in Building 10 at the property located at USNS Cox FPO AE 36872. This Retail facility consists of approximately 27873 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-06-11, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $104,965.07. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $209,930.14 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 13.6% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 10 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8263", "parties": { "lessor_details": { "name": "Nelson, Cummings and Booth Properties", "entity_type": "Corporation", "address": "4108 Grant Lake\nWest Lindseymouth, WA 78389" }, "lessee_details": { "name": "Alexander-George", "entity_type": "S-Corp", "address": "554 Green Meadows\nSouth Cynthiaborough, LA 33825" } }, "property_details": { "address": "USNS Cox\nFPO AE 36872", "property_type": "Retail", "lease_area_description": "Partial unit 39B in Building 10", "square_footage_sqft": 27873 }, "lease_terms": { "effective_date": "2024-04-23", "commencement_date": "2024-06-11", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 104965.07, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.28%)", "estimated_monthly_amount_usd": 15744.76 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (8.01%)", "estimated_monthly_amount_usd": 10496.51 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 209930.14, "late_payment_interest_rate_percent": 13.6 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Florida", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-1986 Status: Draft Governing Jurisdiction: Washington This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Moore-Walsh Properties, and the Tenant, Payne Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-16. The subject of this lease concerns the Entire unit 46A in Building 1 at the property located at 70802 Frost Ports Suite 350 Port Morganmouth, NC 61372. This Industrial facility consists of approximately 18259 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-16, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $22,899.83. This figure is scheduled for an annual increase based on a 2.17% escalation rate. A security deposit of $45,799.66 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Payne Inc is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Moore-Walsh Properties. Late payments of rent will accrue interest at a rate of 9.7% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-1986", "parties": { "lessor_details": { "name": "Moore-Walsh Properties", "entity_type": "Limited Partnership", "address": "3076 Christian Square\nHeidiport, RI 78177" }, "lessee_details": { "name": "Payne Inc", "entity_type": "LLC", "address": "830 Brown Knoll\nNorth Kimberly, NE 97025" } }, "property_details": { "address": "70802 Frost Ports Suite 350\nPort Morganmouth, NC 61372", "property_type": "Industrial", "lease_area_description": "Entire unit 46A in Building 1", "square_footage_sqft": 18259 }, "lease_terms": { "effective_date": "2023-10-16", "commencement_date": "2023-12-16", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 22899.83, "annual_escalation_rate_percent": 2.17, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (19.67%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (5.05%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 45799.66, "late_payment_interest_rate_percent": 9.7 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Washington", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Moore-Walsh Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Moore-Walsh Properties", "Smith, Gray and Delacruz Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-6399 Status: Under Review Governing Jurisdiction: New Jersey This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Peterson and Sons Inc., and the Tenant, Bean, Anderson and Odonnell. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-08-23. The subject of this lease concerns the Partial suite 3B in Building 6 at the property located at 92639 Elizabeth Courts Apt. 403 Aaronland, PR 27624. This Mixed-Use facility consists of approximately 45446 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2023-09-15, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $193,789.32. This figure is scheduled for an annual increase based on a 3.49% escalation rate. A security deposit of $193,789.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 7.3% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 11 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-6399", "parties": { "lessor_details": { "name": "Peterson and Sons Inc.", "entity_type": "Limited Partnership", "address": "55773 Daniel Stream Apt. 380\nEricksonland, AS 53723" }, "lessee_details": { "name": "Bean, Anderson and Odonnell", "entity_type": "S-Corp", "address": "USNV Huber\nFPO AA 25200" } }, "property_details": { "address": "92639 Elizabeth Courts Apt. 403\nAaronland, PR 27624", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 3B in Building 6", "square_footage_sqft": 45446 }, "lease_terms": { "effective_date": "2023-08-23", "commencement_date": "2023-09-15", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "11 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 193789.32, "annual_escalation_rate_percent": 3.49, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (21.38%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (21.75%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 193789.32, "late_payment_interest_rate_percent": 7.3 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "New Jersey", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8075 Status: Draft Governing Jurisdiction: Alaska This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Reynolds, Parker and Smith Holdings, and the Tenant, Campbell-Robinson. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-15. The subject of this lease concerns the Entire suite 14A in Building 9 at the property located at 304 Jimenez Ramp Lake Baileystad, AR 21185. This Warehouse facility consists of approximately 27198 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-14, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $129,281.16. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $258,562.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Campbell-Robinson is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Reynolds, Parker and Smith Holdings. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 60 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8075", "parties": { "lessor_details": { "name": "Reynolds, Parker and Smith Holdings", "entity_type": "LLC", "address": "456 Mary Mall\nCookmouth, NY 32316" }, "lessee_details": { "name": "Campbell-Robinson", "entity_type": "S-Corp", "address": "6791 Hall Village\nSouth Markmouth, NH 50122" } }, "property_details": { "address": "304 Jimenez Ramp\nLake Baileystad, AR 21185", "property_type": "Warehouse", "lease_area_description": "Entire suite 14A in Building 9", "square_footage_sqft": 27198 }, "lease_terms": { "effective_date": "2024-07-15", "commencement_date": "2024-08-14", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "5 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 129281.16, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (16.76%)", "estimated_monthly_amount_usd": 19392.17 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.89%)", "estimated_monthly_amount_usd": 12928.12 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 258562.32 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Alaska", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Reynolds, Parker and Smith Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Reynolds, Parker and Smith Holdings", "Santiago-Thompson Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8683 Status: Under Review Governing Jurisdiction: Vermont This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Adams LLC Inc., and the Tenant, Dean-Browning. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-07. The subject of this lease concerns the Partial unit 5 in Building 9 at the property located at 103 Patrick Roads Suite 819 Port Alex, WY 69016. This Warehouse facility consists of approximately 31428 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-25, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $136,973.70. This figure is scheduled for an annual increase based on a 3.25% escalation rate. A security deposit of $273,947.40 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 3 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8683", "parties": { "lessor_details": { "name": "Adams LLC Inc.", "entity_type": "LLC", "address": "3003 Antonio Ramp\nDyerchester, RI 64679" }, "lessee_details": { "name": "Dean-Browning", "entity_type": "Corporation" } }, "property_details": { "address": "103 Patrick Roads Suite 819\nPort Alex, WY 69016", "property_type": "Warehouse", "lease_area_description": "Partial unit 5 in Building 9", "square_footage_sqft": 31428 }, "lease_terms": { "effective_date": "2023-12-07", "commencement_date": "2024-02-25", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 136973.7, "annual_escalation_rate_percent": 3.25, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (23.05%)", "estimated_monthly_amount_usd": 20546.06 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (21.96%)", "estimated_monthly_amount_usd": 13697.37 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 273947.4 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Vermont", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-9393 Status: Draft Governing Jurisdiction: California This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Brown-Sullivan Inc., and the Tenant, Roberts-Osborne. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-04. The subject of this lease concerns the Entire suite 15B in Building 5 at the property located at 324 Roberts Ford Suite 364 Wyatttown, WY 56715. This Industrial facility consists of approximately 37679 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-25, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $52,499.41. This figure is scheduled for an annual increase based on a 2.35% escalation rate. A security deposit of $52,499.41 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Roberts-Osborne is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Brown-Sullivan Inc.. Late payments of rent will accrue interest at a rate of 9.7% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 11 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-9393", "parties": { "lessor_details": { "name": "Brown-Sullivan Inc.", "entity_type": "Limited Partnership", "address": "670 Willie Mountain\nWest Heatherfurt, NC 46056" }, "lessee_details": { "name": "Roberts-Osborne", "entity_type": "S-Corp" } }, "property_details": { "address": "324 Roberts Ford Suite 364\nWyatttown, WY 56715", "property_type": "Industrial", "lease_area_description": "Entire suite 15B in Building 5", "square_footage_sqft": 37679 }, "lease_terms": { "effective_date": "2023-12-04", "commencement_date": "2024-02-25", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "11 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 52499.41, "annual_escalation_rate_percent": 2.35, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (9.19%)", "estimated_monthly_amount_usd": 7874.91 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (17.81%)", "estimated_monthly_amount_usd": 5249.94 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 52499.41, "late_payment_interest_rate_percent": 9.7 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "California", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Brown-Sullivan Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Brown-Sullivan Inc.", "Hansen, Aguilar and Stuart Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-6315 Status: Draft Governing Jurisdiction: South Dakota This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Bradley, Fuller and Wilkins LLC, and the Tenant, Adams, Campbell and Johnson. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-22. The subject of this lease concerns the Entire floor 43B in Building 2 at the property located at 0302 Carroll Valley Suite 924 New Hayleyland, MA 84728. This Warehouse facility consists of approximately 29194 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-30, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $108,771.98. This figure is scheduled for an annual increase based on a 3.09% escalation rate. A security deposit of $108,771.98 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Adams, Campbell and Johnson is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Bradley, Fuller and Wilkins LLC. Late payments of rent will accrue interest at a rate of 5.0% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 60 days' notice and involves a penalty structured as 4 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-6315", "parties": { "lessor_details": { "name": "Bradley, Fuller and Wilkins LLC", "entity_type": "Corporation", "address": "808 Parks Squares\nNew Jasonton, NV 50040" }, "lessee_details": { "name": "Adams, Campbell and Johnson", "entity_type": "LLC", "address": "71250 Skinner Turnpike\nEast Amandastad, MT 45826" } }, "property_details": { "address": "0302 Carroll Valley Suite 924\nNew Hayleyland, MA 84728", "property_type": "Warehouse", "lease_area_description": "Entire floor 43B in Building 2", "square_footage_sqft": 29194 }, "lease_terms": { "effective_date": "2024-06-22", "commencement_date": "2024-07-30", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "4 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 108771.98, "annual_escalation_rate_percent": 3.09, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (21.31%)", "estimated_monthly_amount_usd": 16315.8 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (15.87%)", "estimated_monthly_amount_usd": 10877.2 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 108771.98, "late_payment_interest_rate_percent": 5.0 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "South Dakota", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Bradley, Fuller and Wilkins LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Bradley, Fuller and Wilkins LLC", "Bean-Bush Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-9299 Status: Amended Governing Jurisdiction: Kentucky This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Carter Ltd Ventures, and the Tenant, Arnold Ltd. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-29. The subject of this lease concerns the Partial floor 11A in Building 1 at the property located at USCGC Byrd FPO AA 95621. This Industrial facility consists of approximately 34026 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-07, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $100,291.63. This figure is scheduled for an annual increase based on a 1.9% escalation rate. A security deposit of $100,291.63 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Arnold Ltd is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Carter Ltd Ventures. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 11 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-9299", "parties": { "lessor_details": { "name": "Carter Ltd Ventures", "entity_type": "Limited Partnership", "address": "880 Cassidy Summit\nHuertaside, NE 35530" }, "lessee_details": { "name": "Arnold Ltd", "entity_type": "Corporation", "address": "25920 Williams Parks Apt. 094\nSmithside, NJ 71269" } }, "property_details": { "address": "USCGC Byrd\nFPO AA 95621", "property_type": "Industrial", "lease_area_description": "Partial floor 11A in Building 1", "square_footage_sqft": 34026 }, "lease_terms": { "effective_date": "2023-11-29", "commencement_date": "2024-02-07", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "11 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 100291.63, "annual_escalation_rate_percent": 1.9, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (13.43%)", "estimated_monthly_amount_usd": 15043.74 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.57%)", "estimated_monthly_amount_usd": 10029.16 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 100291.63 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Kentucky", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Carter Ltd Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Carter Ltd Ventures", "Reed-Werner Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-5074 Status: Executed Governing Jurisdiction: Georgia This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Smith Inc LLC, and the Tenant, Walker-Lee. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-04-28. The subject of this lease concerns the Entire floor 4A in Building 7 at the property located at 165 Skinner Station Suite 696 Stewartville, AZ 82279. This Industrial facility consists of approximately 18167 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-01, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $45,795.98. This figure is scheduled for an annual increase based on a 3.95% escalation rate. A security deposit of $45,795.98 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Walker-Lee is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Smith Inc LLC. Late payments of rent will accrue interest at a rate of 17.0% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 3 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-5074", "parties": { "lessor_details": { "name": "Smith Inc LLC", "entity_type": "LLC", "address": "849 Villarreal Stravenue\nRamirezhaven, NY 32258" }, "lessee_details": { "name": "Walker-Lee", "entity_type": "S-Corp", "address": "438 Hale Parks Suite 044\nLaurenfurt, AZ 39518" } }, "property_details": { "address": "165 Skinner Station Suite 696\nStewartville, AZ 82279", "property_type": "Industrial", "lease_area_description": "Entire floor 4A in Building 7", "square_footage_sqft": 18167 }, "lease_terms": { "effective_date": "2024-04-28", "commencement_date": "2024-05-01", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 45795.98, "annual_escalation_rate_percent": 3.95, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (23.94%)", "estimated_monthly_amount_usd": 6869.4 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (23.18%)", "estimated_monthly_amount_usd": 4579.6 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 45795.98, "late_payment_interest_rate_percent": 17.0 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Georgia", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Smith Inc LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Smith Inc LLC", "Kelley-Tyler Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-9642 Status: Executed Governing Jurisdiction: Wisconsin This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Watson, Thomas and Carpenter Ventures, and the Tenant, Rodriguez-Collins. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-28. The subject of this lease concerns the Partial unit 13A in Building 7 at the property located at 98939 Duran Light Apt. 191 Lake Coryview, MP 39747. This Warehouse facility consists of approximately 8955 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-05, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $19,059.23. This figure is scheduled for an annual increase based on a 2.19% escalation rate. A security deposit of $19,059.23 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Rodriguez-Collins is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Watson, Thomas and Carpenter Ventures. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-9642", "parties": { "lessor_details": { "name": "Watson, Thomas and Carpenter Ventures", "entity_type": "Corporation", "address": "42837 Garrett Port Suite 796\nCoxtown, AK 53525" }, "lessee_details": { "name": "Rodriguez-Collins", "entity_type": "LLC" } }, "property_details": { "address": "98939 Duran Light Apt. 191\nLake Coryview, MP 39747", "property_type": "Warehouse", "lease_area_description": "Partial unit 13A in Building 7", "square_footage_sqft": 8955 }, "lease_terms": { "effective_date": "2024-06-28", "commencement_date": "2024-08-05", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 19059.23, "annual_escalation_rate_percent": 2.19, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.03%)", "estimated_monthly_amount_usd": 2858.88 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (9.80%)", "estimated_monthly_amount_usd": 1905.92 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 19059.23 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Wisconsin", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Watson, Thomas and Carpenter Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Watson, Thomas and Carpenter Ventures", "Drake, Huynh and Stevens Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2083 Status: Amended Governing Jurisdiction: Minnesota This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Keith, Velasquez and Freeman LLC, and the Tenant, Stone-Lambert. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-17. The subject of this lease concerns the Entire unit 46A in Building 8 at the property located at 3065 Flores Terrace Suite 284 Lake Mary, RI 34039. This Office facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-14, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $46,102.01. This figure is scheduled for an annual increase based on a 1.83% escalation rate. A security deposit of $46,102.01 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Stone-Lambert is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Keith, Velasquez and Freeman LLC. Late payments of rent will accrue interest at a rate of 5.8% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2083", "parties": { "lessor_details": { "name": "Keith, Velasquez and Freeman LLC", "entity_type": "Limited Partnership", "address": "77185 Daniel Roads\nAlexandermouth, RI 74215" }, "lessee_details": { "name": "Stone-Lambert", "entity_type": "S-Corp", "address": "2936 Hancock Ways Suite 029\nColemanside, MD 66691" } }, "property_details": { "address": "3065 Flores Terrace Suite 284\nLake Mary, RI 34039", "property_type": "Office", "lease_area_description": "Entire unit 46A in Building 8" }, "lease_terms": { "effective_date": "2024-01-17", "commencement_date": "2024-02-14", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "6 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 46102.01, "annual_escalation_rate_percent": 1.83, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (19.19%)", "estimated_monthly_amount_usd": 6915.3 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (22.39%)", "estimated_monthly_amount_usd": 4610.2 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 46102.01, "late_payment_interest_rate_percent": 5.8 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Minnesota", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Keith, Velasquez and Freeman LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Keith, Velasquez and Freeman LLC", "Smith-Rogers Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-9144 Status: Amended Governing Jurisdiction: Vermont This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Gutierrez-Flores Inc., and the Tenant, Richards Group. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-18. The subject of this lease concerns the Entire floor 31 in Building 3 at the property located at 79218 Parsons Path Port Brenda, MD 92987. This Industrial facility consists of approximately 42537 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-07, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $76,779.29. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $76,779.29 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Richards Group is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Gutierrez-Flores Inc.. Late payments of rent will accrue interest at a rate of 5.7% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 180 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-9144", "parties": { "lessor_details": { "name": "Gutierrez-Flores Inc.", "entity_type": "Corporation", "address": "513 Perez Lake Apt. 898\nMoralestown, TN 64590" }, "lessee_details": { "name": "Richards Group", "entity_type": "LLC" } }, "property_details": { "address": "79218 Parsons Path\nPort Brenda, MD 92987", "property_type": "Industrial", "lease_area_description": "Entire floor 31 in Building 3", "square_footage_sqft": 42537 }, "lease_terms": { "effective_date": "2023-12-18", "commencement_date": "2024-03-07", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 76779.29, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (23.46%)", "estimated_monthly_amount_usd": 11516.89 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (19.53%)", "estimated_monthly_amount_usd": 7677.93 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 76779.29, "late_payment_interest_rate_percent": 5.7 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Vermont", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Gutierrez-Flores Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Gutierrez-Flores Inc.", "Romero-Stanton Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8945 Status: Executed Governing Jurisdiction: West Virginia This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Miller-Warner Properties, and the Tenant, Castillo, Ramos and Preston. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-02. The subject of this lease concerns the Entire floor 45B in Building 7 at the property located at 162 Stevens Summit South Heather, AZ 52408. This Retail facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-13, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $101,566.03. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $101,566.03 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Castillo, Ramos and Preston is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Miller-Warner Properties. Late payments of rent will accrue interest at a rate of 15.8% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8945", "parties": { "lessor_details": { "name": "Miller-Warner Properties", "entity_type": "Limited Partnership", "address": "027 Melissa Crossroad\nFarrellshire, ID 30906" }, "lessee_details": { "name": "Castillo, Ramos and Preston", "entity_type": "S-Corp" } }, "property_details": { "address": "162 Stevens Summit\nSouth Heather, AZ 52408", "property_type": "Retail", "lease_area_description": "Entire floor 45B in Building 7" }, "lease_terms": { "effective_date": "2024-07-02", "commencement_date": "2024-08-13", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "5 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 101566.03, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (19.42%)", "estimated_monthly_amount_usd": 15234.9 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (18.82%)", "estimated_monthly_amount_usd": 10156.6 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 101566.03, "late_payment_interest_rate_percent": 15.8 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "West Virginia", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Miller-Warner Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Miller-Warner Properties", "Jenkins-Stokes Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-5029 Status: Executed Governing Jurisdiction: New Hampshire This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Mcdaniel, Long and Strickland Inc., and the Tenant, Lee Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-06. The subject of this lease concerns the Entire floor 18A in Building 3 at the property located at Unit 7808 Box 4690 DPO AA 83669. This Industrial facility consists of the specified area and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-01, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $80,646.69. This figure is scheduled for an annual increase based on a 3.24% escalation rate. A security deposit of $161,293.38 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Lee Inc is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Mcdaniel, Long and Strickland Inc.. Late payments of rent will accrue interest at a rate of 10.6% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 7 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-5029", "parties": { "lessor_details": { "name": "Mcdaniel, Long and Strickland Inc.", "entity_type": "Limited Partnership", "address": "01026 Zachary Ramp Suite 372\nBeverlyfurt, WY 64730" }, "lessee_details": { "name": "Lee Inc", "entity_type": "S-Corp" } }, "property_details": { "address": "Unit 7808 Box 4690\nDPO AA 83669", "property_type": "Industrial", "lease_area_description": "Entire floor 18A in Building 3" }, "lease_terms": { "effective_date": "2024-05-06", "commencement_date": "2024-08-01", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "7 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 80646.69, "annual_escalation_rate_percent": 3.24, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (20.87%)", "estimated_monthly_amount_usd": 12097.0 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (9.96%)", "estimated_monthly_amount_usd": 8064.67 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 161293.38, "late_payment_interest_rate_percent": 10.6 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "New Hampshire", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Mcdaniel, Long and Strickland Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Mcdaniel, Long and Strickland Inc.", "Miles PLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5445 Status: Executed Governing Jurisdiction: Nevada This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hull-Robbins LLC, and the Tenant, Landry-Taylor. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-10. The subject of this lease concerns the Entire floor 50A in Building 10 at the property located at 65609 Arthur Flat Wareberg, AK 98098. This Warehouse facility consists of approximately 23181 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-14, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $57,392.29. This figure is scheduled for an annual increase based on a 2.42% escalation rate. A security deposit of $114,784.58 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Note the existence of a Landlord Recapture Right clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5445", "parties": { "lessor_details": { "name": "Hull-Robbins LLC", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Landry-Taylor", "entity_type": "LLC" } }, "property_details": { "address": "65609 Arthur Flat\nWareberg, AK 98098", "property_type": "Warehouse", "lease_area_description": "Entire floor 50A in Building 10", "square_footage_sqft": 23181 }, "lease_terms": { "effective_date": "2023-11-10", "commencement_date": "2024-01-14", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 57392.29, "annual_escalation_rate_percent": 2.42, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (6.62%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.67%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 114784.58 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Nevada", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3072 Status: Draft Governing Jurisdiction: Washington This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Bell, Hart and Hall Properties, and the Tenant, Johnson Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-10. The subject of this lease concerns the Entire floor 9 in Building 2 at the property located at 00095 Joel Ridge Suite 433 Jonesburgh, WI 78499. This Mixed-Use facility consists of approximately 48502 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-15, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $88,354.48. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $176,708.96 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Johnson Inc is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Bell, Hart and Hall Properties. Late payments of rent will accrue interest at a rate of 16.5% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3072", "parties": { "lessor_details": { "name": "Bell, Hart and Hall Properties", "entity_type": "Limited Partnership", "address": "161 Justin Walk Suite 931\nNorth Ronnieborough, SC 11904" }, "lessee_details": { "name": "Johnson Inc", "entity_type": "LLC", "address": "2743 Vasquez Parkways\nPort Alexanderberg, PA 45850" } }, "property_details": { "address": "00095 Joel Ridge Suite 433\nJonesburgh, WI 78499", "property_type": "Mixed-Use", "lease_area_description": "Entire floor 9 in Building 2", "square_footage_sqft": 48502 }, "lease_terms": { "effective_date": "2024-01-10", "commencement_date": "2024-02-15", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 88354.48, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (20.58%)", "estimated_monthly_amount_usd": 13253.17 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (6.19%)", "estimated_monthly_amount_usd": 8835.45 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 176708.96, "late_payment_interest_rate_percent": 16.5 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Washington", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Bell, Hart and Hall Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Bell, Hart and Hall Properties", "Briggs, Cabrera and Hernandez Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3470 Status: Amended Governing Jurisdiction: South Dakota This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Luna Group Ventures, and the Tenant, Lang, Brown and Sanders. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-09. The subject of this lease concerns the Entire suite 20A in Building 5 at the property located at 82609 Bowman Trafficway Suite 739 West Daniel, GA 29517. This Office facility consists of approximately 21754 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-07, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $30,945.07. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $61,890.14 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3470", "parties": { "lessor_details": { "name": "Luna Group Ventures", "entity_type": "LLC" }, "lessee_details": { "name": "Lang, Brown and Sanders", "entity_type": "Corporation" } }, "property_details": { "address": "82609 Bowman Trafficway Suite 739\nWest Daniel, GA 29517", "property_type": "Office", "lease_area_description": "Entire suite 20A in Building 5", "square_footage_sqft": 21754 }, "lease_terms": { "effective_date": "2024-01-09", "commencement_date": "2024-02-07", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 30945.07, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (13.82%)", "estimated_monthly_amount_usd": 4641.76 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.92%)", "estimated_monthly_amount_usd": 3094.51 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 61890.14 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "South Dakota", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5092 Status: Executed Governing Jurisdiction: Alaska This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Gonzalez Inc Ventures, and the Tenant, Henderson, Burns and Walker. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-09-23. The subject of this lease concerns the Entire floor 7B in Building 5 at the property located at 3764 Robert Locks Natalieborough, TX 59749. This Retail facility consists of approximately 25716 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2023-10-18, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $127,979.96. This figure is scheduled for an annual increase based on a 3.14% escalation rate. A security deposit of $255,959.92 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5092", "parties": { "lessor_details": { "name": "Gonzalez Inc Ventures", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Henderson, Burns and Walker", "entity_type": "Corporation" } }, "property_details": { "address": "3764 Robert Locks\nNatalieborough, TX 59749", "property_type": "Retail", "lease_area_description": "Entire floor 7B in Building 5", "square_footage_sqft": 25716 }, "lease_terms": { "effective_date": "2023-09-23", "commencement_date": "2023-10-18", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "5 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 127979.96, "annual_escalation_rate_percent": 3.14, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (16.91%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (22.46%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 255959.92 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Alaska", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4070 Status: Amended Governing Jurisdiction: North Carolina This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Aguilar-Lara Holdings, and the Tenant, Smith, Howe and Stanley. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-23. The subject of this lease concerns the Entire suite 44B in Building 8 at the property located at 8935 Simmons Mountain North Zacharyville, IL 73422. This Office facility consists of approximately 18849 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-11, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $81,254.90. This figure is scheduled for an annual increase based on a 1.54% escalation rate. A security deposit of $81,254.90 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 11.4% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4070", "parties": { "lessor_details": { "name": "Aguilar-Lara Holdings", "entity_type": "LLC", "address": "USS Adams\nFPO AP 84148" }, "lessee_details": { "name": "Smith, Howe and Stanley", "entity_type": "LLC", "address": "276 Carol Light\nTylerchester, SD 09483" } }, "property_details": { "address": "8935 Simmons Mountain\nNorth Zacharyville, IL 73422", "property_type": "Office", "lease_area_description": "Entire suite 44B in Building 8", "square_footage_sqft": 18849 }, "lease_terms": { "effective_date": "2024-05-23", "commencement_date": "2024-08-11", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 81254.9, "annual_escalation_rate_percent": 1.54, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (23.48%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.39%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 81254.9, "late_payment_interest_rate_percent": 11.4 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "North Carolina", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3070 Status: Under Review Governing Jurisdiction: Hawaii This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Obrien, Sanchez and Brown Inc., and the Tenant, Sanchez, Pena and Nguyen. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-14. The subject of this lease concerns the Partial floor 18 in Building 10 at the property located at 18253 Deborah Walks Suite 066 Lake Daniellehaven, IL 38260. This Warehouse facility consists of approximately 12924 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-04, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $58,621.11. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $58,621.11 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Sanchez, Pena and Nguyen is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Obrien, Sanchez and Brown Inc.. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 8 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3070", "parties": { "lessor_details": { "name": "Obrien, Sanchez and Brown Inc.", "entity_type": "Corporation", "address": "USNS Johnson\nFPO AA 63499" }, "lessee_details": { "name": "Sanchez, Pena and Nguyen", "entity_type": "S-Corp" } }, "property_details": { "address": "18253 Deborah Walks Suite 066\nLake Daniellehaven, IL 38260", "property_type": "Warehouse", "lease_area_description": "Partial floor 18 in Building 10", "square_footage_sqft": 12924 }, "lease_terms": { "effective_date": "2024-06-14", "commencement_date": "2024-08-04", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "8 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 58621.11, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (13.54%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.57%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 58621.11 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Hawaii", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Obrien, Sanchez and Brown Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Obrien, Sanchez and Brown Inc.", "Lowe, Phillips and Christensen Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5470 Status: Amended Governing Jurisdiction: Mississippi This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Bryant Inc Ventures, and the Tenant, Horn-Campos. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-11. The subject of this lease concerns the Partial floor 46A in Building 4 at the property located at 5211 Paula Inlet Apt. 169 Williamview, NC 02968. This Warehouse facility consists of approximately 43651 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2023-11-13, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $181,078.90. This figure is scheduled for an annual increase based on a 3.68% escalation rate. A security deposit of $362,157.80 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 12.5% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 10 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5470", "parties": { "lessor_details": { "name": "Bryant Inc Ventures", "entity_type": "Limited Partnership", "address": "40565 Benjamin Common Suite 155\nRussellville, OK 00837" }, "lessee_details": { "name": "Horn-Campos", "entity_type": "Corporation", "address": "5534 David Inlet\nDenisechester, WA 22132" } }, "property_details": { "address": "5211 Paula Inlet Apt. 169\nWilliamview, NC 02968", "property_type": "Warehouse", "lease_area_description": "Partial floor 46A in Building 4", "square_footage_sqft": 43651 }, "lease_terms": { "effective_date": "2023-10-11", "commencement_date": "2023-11-13", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 181078.9, "annual_escalation_rate_percent": 3.68, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (21.63%)", "estimated_monthly_amount_usd": 27161.84 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.45%)", "estimated_monthly_amount_usd": 18107.89 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 362157.8, "late_payment_interest_rate_percent": 12.5 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Mississippi", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4668 Status: Executed Governing Jurisdiction: Iowa This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Fischer-Smith LLC, and the Tenant, Cruz Group. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-09. The subject of this lease concerns the Partial floor 28B in Building 4 at the property located at 90228 Russell Wall Suite 788 Georgeburgh, MT 36858. This Retail facility consists of approximately 4614 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-15, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $18,379.10. This figure is scheduled for an annual increase based on a 3.63% escalation rate. A security deposit of $18,379.10 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 6.0% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4668", "parties": { "lessor_details": { "name": "Fischer-Smith LLC", "entity_type": "LLC", "address": "61323 Bender Burg Apt. 845\nEast Erik, IA 08009" }, "lessee_details": { "name": "Cruz Group", "entity_type": "S-Corp" } }, "property_details": { "address": "90228 Russell Wall Suite 788\nGeorgeburgh, MT 36858", "property_type": "Retail", "lease_area_description": "Partial floor 28B in Building 4", "square_footage_sqft": 4614 }, "lease_terms": { "effective_date": "2024-02-09", "commencement_date": "2024-02-15", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 18379.1, "annual_escalation_rate_percent": 3.63, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (13.68%)", "estimated_monthly_amount_usd": 2756.86 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.30%)", "estimated_monthly_amount_usd": 1837.91 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 18379.1, "late_payment_interest_rate_percent": 6.0 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Iowa", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-9839 Status: Draft Governing Jurisdiction: Maryland This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hernandez, Mcpherson and Gray Ventures, and the Tenant, Hill, Watson and Davis. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-24. The subject of this lease concerns the Entire unit 9 in Building 8 at the property located at 1128 Andrea Lane Paulchester, WA 42987. This Retail facility consists of approximately 16656 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-10, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $61,266.32. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $61,266.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-9839", "parties": { "lessor_details": { "name": "Hernandez, Mcpherson and Gray Ventures", "entity_type": "Corporation", "address": "USCGC Noble\nFPO AP 17053" }, "lessee_details": { "name": "Hill, Watson and Davis", "entity_type": "Corporation", "address": "31795 Hart Passage\nCollinschester, AK 58201" } }, "property_details": { "address": "1128 Andrea Lane\nPaulchester, WA 42987", "property_type": "Retail", "lease_area_description": "Entire unit 9 in Building 8", "square_footage_sqft": 16656 }, "lease_terms": { "effective_date": "2024-02-24", "commencement_date": "2024-05-10", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 61266.32, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (11.90%)", "estimated_monthly_amount_usd": 9189.95 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (17.08%)", "estimated_monthly_amount_usd": 6126.63 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 61266.32 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Maryland", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2790 Status: Under Review Governing Jurisdiction: New Hampshire This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Myers, Bryant and Ward Holdings, and the Tenant, Ramirez and Sons. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-04. The subject of this lease concerns the Entire floor 7A in Building 7 at the property located at 38598 Ford Highway South Lesliefort, MN 56810. This Mixed-Use facility consists of approximately 38056 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-09-04, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $146,325.32. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $292,650.64 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Ramirez and Sons is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Myers, Bryant and Ward Holdings. Note the existence of a Landlord Recapture Right clause, which can be triggered with 90 days' notice and involves a penalty structured as 3 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2790", "parties": { "lessor_details": { "name": "Myers, Bryant and Ward Holdings", "entity_type": "LLC", "address": "9037 Montgomery Station Suite 925\nNorth Johnborough, TX 41510" }, "lessee_details": { "name": "Ramirez and Sons", "entity_type": "LLC", "address": "157 Rebecca Groves\nWest Nicoleport, VT 23208" } }, "property_details": { "address": "38598 Ford Highway\nSouth Lesliefort, MN 56810", "property_type": "Mixed-Use", "lease_area_description": "Entire floor 7A in Building 7", "square_footage_sqft": 38056 }, "lease_terms": { "effective_date": "2024-07-04", "commencement_date": "2024-09-04", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "3 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 146325.32, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (8.31%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (10.00%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 292650.64 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "New Hampshire", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Myers, Bryant and Ward Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Myers, Bryant and Ward Holdings", "Phillips PLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-7499 Status: Amended Governing Jurisdiction: South Dakota This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hull, Greer and Stewart LLC, and the Tenant, Allen PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-07. The subject of this lease concerns the Entire unit 20B in Building 4 at the property located at 318 Breanna Harbor North Kyleborough, ME 58029. This Industrial facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-16, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $103,182.28. This figure is scheduled for an annual increase based on a 3.76% escalation rate. A security deposit of $103,182.28 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 13.7% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 90 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-7499", "parties": { "lessor_details": { "name": "Hull, Greer and Stewart LLC", "entity_type": "Limited Partnership", "address": "8484 Reyes Alley\nSusanburgh, WA 82733" }, "lessee_details": { "name": "Allen PLC", "entity_type": "Corporation", "address": "51015 Mccarthy Meadow Suite 985\nLake Margaretmouth, TX 98232" } }, "property_details": { "address": "318 Breanna Harbor\nNorth Kyleborough, ME 58029", "property_type": "Industrial", "lease_area_description": "Entire unit 20B in Building 4" }, "lease_terms": { "effective_date": "2024-01-07", "commencement_date": "2024-01-16", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 103182.28, "annual_escalation_rate_percent": 3.76, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (9.82%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (6.90%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 103182.28, "late_payment_interest_rate_percent": 13.7 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "South Dakota", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-7744 Status: Draft Governing Jurisdiction: Georgia This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Ross, Curtis and Yang LLC, and the Tenant, Graves PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-20. The subject of this lease concerns the Partial unit 42B in Building 6 at the property located at 2386 Morgan Views Suite 330 Melissaburgh, ID 41750. This Office facility consists of approximately 13497 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-15, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $26,757.80. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $26,757.80 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Graves PLC is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Ross, Curtis and Yang LLC. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 60 days' notice and involves a penalty structured as 7 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-7744", "parties": { "lessor_details": { "name": "Ross, Curtis and Yang LLC", "entity_type": "Corporation", "address": "24884 Everett Vista Apt. 799\nAlexanderfort, OH 36944" }, "lessee_details": { "name": "Graves PLC", "entity_type": "Corporation", "address": "Unit 8708 Box 3149\nDPO AP 26649" } }, "property_details": { "address": "2386 Morgan Views Suite 330\nMelissaburgh, ID 41750", "property_type": "Office", "lease_area_description": "Partial unit 42B in Building 6", "square_footage_sqft": 13497 }, "lease_terms": { "effective_date": "2024-03-20", "commencement_date": "2024-04-15", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "7 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 26757.8, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.14%)", "estimated_monthly_amount_usd": 4013.67 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (9.45%)", "estimated_monthly_amount_usd": 2675.78 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 26757.8 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Georgia", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Ross, Curtis and Yang LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Ross, Curtis and Yang LLC", "Flores-Navarro Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8460 Status: Executed Governing Jurisdiction: Louisiana This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Wallace-Jones Ventures, and the Tenant, Barry-Carrillo. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-16. The subject of this lease concerns the Partial floor 25B in Building 7 at the property located at 746 Gutierrez Locks Warrenberg, LA 91286. This Office facility consists of approximately 49516 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-23, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $167,529.13. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $335,058.26 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Barry-Carrillo is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Wallace-Jones Ventures. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8460", "parties": { "lessor_details": { "name": "Wallace-Jones Ventures", "entity_type": "LLC", "address": "3798 Ana Lake\nPort Katieland, DC 30592" }, "lessee_details": { "name": "Barry-Carrillo", "entity_type": "LLC" } }, "property_details": { "address": "746 Gutierrez Locks\nWarrenberg, LA 91286", "property_type": "Office", "lease_area_description": "Partial floor 25B in Building 7", "square_footage_sqft": 49516 }, "lease_terms": { "effective_date": "2024-02-16", "commencement_date": "2024-03-23", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "12 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 167529.13, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (20.12%)", "estimated_monthly_amount_usd": 25129.37 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.60%)", "estimated_monthly_amount_usd": 16752.91 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 335058.26 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Louisiana", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Wallace-Jones Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Wallace-Jones Ventures", "Mills, Murphy and Williams Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4503 Status: Executed Governing Jurisdiction: New Mexico This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Smith and Sons Properties, and the Tenant, Richardson Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-14. The subject of this lease concerns the Entire suite 44A in Building 7 at the property located at 61409 Smith Vista Jamesstad, NH 44970. This Office facility consists of approximately 47329 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-20, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $128,774.32. This figure is scheduled for an annual increase based on a 3.03% escalation rate. A security deposit of $128,774.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Richardson Inc is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Smith and Sons Properties. Late payments of rent will accrue interest at a rate of 16.7% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4503", "parties": { "lessor_details": { "name": "Smith and Sons Properties", "entity_type": "Corporation", "address": "8571 Wells Key\nEast Alexander, MS 27418" }, "lessee_details": { "name": "Richardson Inc", "entity_type": "Corporation", "address": "721 Karen Mountains Suite 267\nPort Lorifurt, KY 43834" } }, "property_details": { "address": "61409 Smith Vista\nJamesstad, NH 44970", "property_type": "Office", "lease_area_description": "Entire suite 44A in Building 7", "square_footage_sqft": 47329 }, "lease_terms": { "effective_date": "2024-02-14", "commencement_date": "2024-03-20", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "12 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 128774.32, "annual_escalation_rate_percent": 3.03, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (24.72%)", "estimated_monthly_amount_usd": 19316.15 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (5.25%)", "estimated_monthly_amount_usd": 12877.43 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 128774.32, "late_payment_interest_rate_percent": 16.7 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "New Mexico", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Smith and Sons Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Smith and Sons Properties", "Sullivan, May and Jones Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-6355 Status: Draft Governing Jurisdiction: Ohio This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Terrell, Garcia and Miller Holdings, and the Tenant, Duke-Robinson. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-07. The subject of this lease concerns the Partial floor 43A in Building 1 at the property located at 1365 Stephanie Drive Lake Ernestberg, OK 43134. This Retail facility consists of approximately 32124 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-23, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $103,305.43. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $206,610.86 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Duke-Robinson is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Terrell, Garcia and Miller Holdings. Late payments of rent will accrue interest at a rate of 5.7% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 180 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-6355", "parties": { "lessor_details": { "name": "Terrell, Garcia and Miller Holdings", "entity_type": "Limited Partnership", "address": "5650 Anthony Harbors Suite 904\nJohnsonshire, OR 38090" }, "lessee_details": { "name": "Duke-Robinson", "entity_type": "LLC", "address": "74118 Kelly Island\nNorth Shellystad, WI 94634" } }, "property_details": { "address": "1365 Stephanie Drive\nLake Ernestberg, OK 43134", "property_type": "Retail", "lease_area_description": "Partial floor 43A in Building 1", "square_footage_sqft": 32124 }, "lease_terms": { "effective_date": "2023-12-07", "commencement_date": "2024-02-23", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "6 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 103305.43, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (5.48%)", "estimated_monthly_amount_usd": 15495.81 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (19.42%)", "estimated_monthly_amount_usd": 10330.54 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 206610.86, "late_payment_interest_rate_percent": 5.7 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Ohio", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Terrell, Garcia and Miller Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Terrell, Garcia and Miller Holdings", "Hill, Zuniga and Banks Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-7554 Status: Draft Governing Jurisdiction: Iowa This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Cooper PLC Inc., and the Tenant, Mcgee-Mcdonald. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-05. The subject of this lease concerns the Entire suite 37B in Building 10 at the property located at 021 Jacob Islands Robinsonshire, VA 42680. This Industrial facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-11-30, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $22,983.06. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $45,966.12 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Mcgee-Mcdonald is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Cooper PLC Inc.. Late payments of rent will accrue interest at a rate of 8.6% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-7554", "parties": { "lessor_details": { "name": "Cooper PLC Inc.", "entity_type": "LLC" }, "lessee_details": { "name": "Mcgee-Mcdonald", "entity_type": "Corporation", "address": "3773 Austin Garden\nStephaniechester, IN 46872" } }, "property_details": { "address": "021 Jacob Islands\nRobinsonshire, VA 42680", "property_type": "Industrial", "lease_area_description": "Entire suite 37B in Building 10" }, "lease_terms": { "effective_date": "2023-11-05", "commencement_date": "2023-11-30", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 22983.06, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (18.27%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (8.93%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 45966.12, "late_payment_interest_rate_percent": 8.6 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Iowa", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Cooper PLC Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Cooper PLC Inc.", "Smith, Johnson and Carson Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3111 Status: Draft Governing Jurisdiction: New York This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Peterson PLC Inc., and the Tenant, Jones-Scott. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-30. The subject of this lease concerns the Partial floor 5 in Building 3 at the property located at 67512 Howard View Port Tammy, OK 19749. This Mixed-Use facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-08, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $109,305.43. This figure is scheduled for an annual increase based on a 2.14% escalation rate. A security deposit of $109,305.43 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3111", "parties": { "lessor_details": { "name": "Peterson PLC Inc.", "entity_type": "Corporation", "address": "83856 Brian Route Apt. 269\nKevinview, TN 64118" }, "lessee_details": { "name": "Jones-Scott", "entity_type": "S-Corp" } }, "property_details": { "address": "67512 Howard View\nPort Tammy, OK 19749", "property_type": "Mixed-Use", "lease_area_description": "Partial floor 5 in Building 3" }, "lease_terms": { "effective_date": "2024-05-30", "commencement_date": "2024-07-08", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 109305.43, "annual_escalation_rate_percent": 2.14, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (7.79%)", "estimated_monthly_amount_usd": 16395.81 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.89%)", "estimated_monthly_amount_usd": 10930.54 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 109305.43 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "New York", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8792 Status: Draft Governing Jurisdiction: Mississippi This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Rubio, Sandoval and Price Ventures, and the Tenant, Blevins Ltd. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-21. The subject of this lease concerns the Partial suite 49 in Building 9 at the property located at 25280 Julie Run North Stevenhaven, MS 23575. This Mixed-Use facility consists of approximately 22533 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-23, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $54,905.41. This figure is scheduled for an annual increase based on a 3.63% escalation rate. A security deposit of $54,905.41 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 12.3% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8792", "parties": { "lessor_details": { "name": "Rubio, Sandoval and Price Ventures", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Blevins Ltd", "entity_type": "S-Corp", "address": "6415 Stokes Springs\nAvilaborough, HI 95614" } }, "property_details": { "address": "25280 Julie Run\nNorth Stevenhaven, MS 23575", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 49 in Building 9", "square_footage_sqft": 22533 }, "lease_terms": { "effective_date": "2024-01-21", "commencement_date": "2024-02-23", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 54905.41, "annual_escalation_rate_percent": 3.63, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (11.41%)", "estimated_monthly_amount_usd": 8235.81 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (13.18%)", "estimated_monthly_amount_usd": 5490.54 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 54905.41, "late_payment_interest_rate_percent": 12.3 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Mississippi", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8118 Status: Draft Governing Jurisdiction: Washington This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Dominguez-Parks LLC, and the Tenant, Johnson-Owens. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-04-19. The subject of this lease concerns the Partial unit 15 in Building 10 at the property located at 172 Kayla Club Apt. 790 Rogerhaven, IN 46749. This Mixed-Use facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-28, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $55,483.57. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $55,483.57 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Johnson-Owens is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Dominguez-Parks LLC. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 8 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8118", "parties": { "lessor_details": { "name": "Dominguez-Parks LLC", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Johnson-Owens", "entity_type": "S-Corp", "address": "6616 Joann Islands Suite 877\nLake Edwardport, GU 31171" } }, "property_details": { "address": "172 Kayla Club Apt. 790\nRogerhaven, IN 46749", "property_type": "Mixed-Use", "lease_area_description": "Partial unit 15 in Building 10" }, "lease_terms": { "effective_date": "2024-04-19", "commencement_date": "2024-05-28", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "8 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 55483.57, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (20.67%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (23.57%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 55483.57 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Washington", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Dominguez-Parks LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Dominguez-Parks LLC", "Black PLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5955 Status: Under Review Governing Jurisdiction: Connecticut This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Strong-Morgan Properties, and the Tenant, Vazquez, Odonnell and Ford. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-10. The subject of this lease concerns the Entire floor 33 in Building 4 at the property located at 14559 Pamela Groves Andreaville, MP 78486. This Office facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-09, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $75,171.67. This figure is scheduled for an annual increase based on a 2.18% escalation rate. A security deposit of $75,171.67 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Vazquez, Odonnell and Ford is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Strong-Morgan Properties. Late payments of rent will accrue interest at a rate of 14.8% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 180 days' notice and involves a penalty structured as 11 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5955", "parties": { "lessor_details": { "name": "Strong-Morgan Properties", "entity_type": "LLC", "address": "6561 Chelsea Canyon\nNew Patrick, AS 93402" }, "lessee_details": { "name": "Vazquez, Odonnell and Ford", "entity_type": "Corporation" } }, "property_details": { "address": "14559 Pamela Groves\nAndreaville, MP 78486", "property_type": "Office", "lease_area_description": "Entire floor 33 in Building 4" }, "lease_terms": { "effective_date": "2023-10-10", "commencement_date": "2023-12-09", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "11 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 75171.67, "annual_escalation_rate_percent": 2.18, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (20.85%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.62%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 75171.67, "late_payment_interest_rate_percent": 14.8 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Connecticut", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Strong-Morgan Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Strong-Morgan Properties", "Serrano-Cole Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-9493 Status: Draft Governing Jurisdiction: Massachusetts This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Rogers Group Ventures, and the Tenant, Smith-Craig. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-22. The subject of this lease concerns the Entire floor 20A in Building 1 at the property located at 122 Matthew Point Suite 560 Samanthaland, MN 87943. This Office facility consists of the specified area and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-24, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $128,198.63. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $128,198.63 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Smith-Craig is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Rogers Group Ventures. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-9493", "parties": { "lessor_details": { "name": "Rogers Group Ventures", "entity_type": "Limited Partnership", "address": "79672 Wolf Courts Apt. 476\nJosephchester, MT 11960" }, "lessee_details": { "name": "Smith-Craig", "entity_type": "LLC", "address": "736 Whitaker Keys Apt. 427\nRoytown, DC 21086" } }, "property_details": { "address": "122 Matthew Point Suite 560\nSamanthaland, MN 87943", "property_type": "Office", "lease_area_description": "Entire floor 20A in Building 1" }, "lease_terms": { "effective_date": "2024-03-22", "commencement_date": "2024-04-24", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 128198.63, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (22.98%)", "estimated_monthly_amount_usd": 19229.79 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (19.21%)", "estimated_monthly_amount_usd": 12819.86 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 128198.63 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Massachusetts", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Rogers Group Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Rogers Group Ventures", "Flynn LLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4304 Status: Under Review Governing Jurisdiction: New Mexico This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Henderson, Callahan and Olson LLC, and the Tenant, Peck-Jordan. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-28. The subject of this lease concerns the Entire unit 12B in Building 1 at the property located at 3718 Wilson Mount Suite 271 Hawkinsview, AS 91861. This Industrial facility consists of approximately 8644 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-12, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $12,966.00. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $25,932.00 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Peck-Jordan is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Henderson, Callahan and Olson LLC. Late payments of rent will accrue interest at a rate of 5.4% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4304", "parties": { "lessor_details": { "name": "Henderson, Callahan and Olson LLC", "entity_type": "Corporation" }, "lessee_details": { "name": "Peck-Jordan", "entity_type": "S-Corp", "address": "559 Emily Drives Suite 258\nGarrisonfurt, ME 24744" } }, "property_details": { "address": "3718 Wilson Mount Suite 271\nHawkinsview, AS 91861", "property_type": "Industrial", "lease_area_description": "Entire unit 12B in Building 1", "square_footage_sqft": 8644 }, "lease_terms": { "effective_date": "2024-03-28", "commencement_date": "2024-05-12", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 12966.0, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.12%)", "estimated_monthly_amount_usd": 1944.9 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.20%)", "estimated_monthly_amount_usd": 1296.6 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 25932.0, "late_payment_interest_rate_percent": 5.4 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "New Mexico", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Henderson, Callahan and Olson LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Henderson, Callahan and Olson LLC", "Thompson LLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8423 Status: Amended Governing Jurisdiction: Iowa This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Cruz and Sons Ventures, and the Tenant, Morris Group. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-04. The subject of this lease concerns the Entire floor 8B in Building 7 at the property located at 8291 Mendoza Terrace Port Cynthia, TX 40551. This Warehouse facility consists of approximately 40807 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-08, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $193,799.24. This figure is scheduled for an annual increase based on a 1.66% escalation rate. A security deposit of $193,799.24 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Morris Group is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Cruz and Sons Ventures. Late payments of rent will accrue interest at a rate of 9.9% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 4 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8423", "parties": { "lessor_details": { "name": "Cruz and Sons Ventures", "entity_type": "LLC" }, "lessee_details": { "name": "Morris Group", "entity_type": "S-Corp", "address": "86657 Johnson Hill Suite 358\nWest Bernardton, AK 42687" } }, "property_details": { "address": "8291 Mendoza Terrace\nPort Cynthia, TX 40551", "property_type": "Warehouse", "lease_area_description": "Entire floor 8B in Building 7", "square_footage_sqft": 40807 }, "lease_terms": { "effective_date": "2024-07-04", "commencement_date": "2024-07-08", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "4 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 193799.24, "annual_escalation_rate_percent": 1.66, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.05%)", "estimated_monthly_amount_usd": 29069.89 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.56%)", "estimated_monthly_amount_usd": 19379.92 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 193799.24, "late_payment_interest_rate_percent": 9.9 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Iowa", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Cruz and Sons Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Cruz and Sons Ventures", "Bond-Jones Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4293 Status: Draft Governing Jurisdiction: Hawaii This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Cherry, Hernandez and Ortiz Ventures, and the Tenant, Brown-Wiley. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-28. The subject of this lease concerns the Entire floor 49A in Building 10 at the property located at 85117 Martinez Mountains Suite 612 Larryside, MA 15763. This Mixed-Use facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-08, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $53,283.58. This figure is scheduled for an annual increase based on a 2.62% escalation rate. A security deposit of $53,283.58 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Brown-Wiley is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Cherry, Hernandez and Ortiz Ventures. Late payments of rent will accrue interest at a rate of 7.3% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4293", "parties": { "lessor_details": { "name": "Cherry, Hernandez and Ortiz Ventures", "entity_type": "Corporation", "address": "48601 Chapman Light\nLake Joeport, KS 51330" }, "lessee_details": { "name": "Brown-Wiley", "entity_type": "LLC", "address": "PSC 6894, Box 7945\nAPO AP 53244" } }, "property_details": { "address": "85117 Martinez Mountains Suite 612\nLarryside, MA 15763", "property_type": "Mixed-Use", "lease_area_description": "Entire floor 49A in Building 10" }, "lease_terms": { "effective_date": "2024-06-28", "commencement_date": "2024-08-08", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 53283.58, "annual_escalation_rate_percent": 2.62, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.04%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (17.87%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 53283.58, "late_payment_interest_rate_percent": 7.3 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Hawaii", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Cherry, Hernandez and Ortiz Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Cherry, Hernandez and Ortiz Ventures", "Young Inc Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8731 Status: Amended Governing Jurisdiction: Wisconsin This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Patel-Wright Properties, and the Tenant, Mcneil-Alexander. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-26. The subject of this lease concerns the Entire unit 30 in Building 7 at the property located at 27622 Sara Lane Apt. 151 Websterberg, IA 59335. This Office facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-24, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $29,215.28. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $29,215.28 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Mcneil-Alexander is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Patel-Wright Properties. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 7 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8731", "parties": { "lessor_details": { "name": "Patel-Wright Properties", "entity_type": "LLC" }, "lessee_details": { "name": "Mcneil-Alexander", "entity_type": "Corporation" } }, "property_details": { "address": "27622 Sara Lane Apt. 151\nWebsterberg, IA 59335", "property_type": "Office", "lease_area_description": "Entire unit 30 in Building 7" }, "lease_terms": { "effective_date": "2023-12-26", "commencement_date": "2024-02-24", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "7 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 29215.28, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (23.76%)", "estimated_monthly_amount_usd": 4382.29 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (18.82%)", "estimated_monthly_amount_usd": 2921.53 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 29215.28 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Wisconsin", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Patel-Wright Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Patel-Wright Properties", "Anderson Ltd Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-6713 Status: Amended Governing Jurisdiction: Ohio This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Shaw LLC Inc., and the Tenant, Parker, Bowman and Roth. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-09. The subject of this lease concerns the Partial unit 2A in Building 9 at the property located at USNV Thomas FPO AA 92268. This Warehouse facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-20, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $40,408.42. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $40,408.42 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 13.5% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 8 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-6713", "parties": { "lessor_details": { "name": "Shaw LLC Inc.", "entity_type": "Corporation", "address": "1249 Downs Lake\nLake Thomas, MS 61523" }, "lessee_details": { "name": "Parker, Bowman and Roth", "entity_type": "Corporation" } }, "property_details": { "address": "USNV Thomas\nFPO AA 92268", "property_type": "Warehouse", "lease_area_description": "Partial unit 2A in Building 9" }, "lease_terms": { "effective_date": "2024-01-09", "commencement_date": "2024-03-20", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "8 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 40408.42, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (17.90%)", "estimated_monthly_amount_usd": 6061.26 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.03%)", "estimated_monthly_amount_usd": 4040.84 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 40408.42, "late_payment_interest_rate_percent": 13.5 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Ohio", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-2011 Status: Draft Governing Jurisdiction: Arkansas This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Ramirez, Adams and Powell LLC, and the Tenant, Lopez, Randall and Caldwell. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-11. The subject of this lease concerns the Partial unit 28A in Building 6 at the property located at 10715 Susan Wall Apt. 218 Robertland, CO 96965. This Mixed-Use facility consists of approximately 25331 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-03, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $69,069.19. This figure is scheduled for an annual increase based on a 2.24% escalation rate. A security deposit of $138,138.38 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Lopez, Randall and Caldwell is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Ramirez, Adams and Powell LLC. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-2011", "parties": { "lessor_details": { "name": "Ramirez, Adams and Powell LLC", "entity_type": "Limited Partnership", "address": "2514 Dominique Mill\nWest Sean, MA 20848" }, "lessee_details": { "name": "Lopez, Randall and Caldwell", "entity_type": "S-Corp", "address": "76068 Fields View\nWendyburgh, DC 74661" } }, "property_details": { "address": "10715 Susan Wall Apt. 218\nRobertland, CO 96965", "property_type": "Mixed-Use", "lease_area_description": "Partial unit 28A in Building 6", "square_footage_sqft": 25331 }, "lease_terms": { "effective_date": "2023-10-11", "commencement_date": "2024-01-03", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 69069.19, "annual_escalation_rate_percent": 2.24, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (15.22%)", "estimated_monthly_amount_usd": 10360.38 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (22.95%)", "estimated_monthly_amount_usd": 6906.92 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 138138.38 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Arkansas", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Ramirez, Adams and Powell LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Ramirez, Adams and Powell LLC", "Jackson, Moss and Herrera Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-7853 Status: Under Review Governing Jurisdiction: Kentucky This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hawkins and Sons Inc., and the Tenant, Taylor Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-17. The subject of this lease concerns the Entire unit 34B in Building 1 at the property located at 81526 Jonathan Ville Lake Stevenberg, KS 09872. This Office facility consists of approximately 38184 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-25, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $120,629.62. This figure is scheduled for an annual increase based on a 3.12% escalation rate. A security deposit of $241,259.24 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Taylor Inc is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Hawkins and Sons Inc.. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-7853", "parties": { "lessor_details": { "name": "Hawkins and Sons Inc.", "entity_type": "Corporation" }, "lessee_details": { "name": "Taylor Inc", "entity_type": "Corporation", "address": "758 Jessica Ferry Suite 549\nAngelahaven, TN 68332" } }, "property_details": { "address": "81526 Jonathan Ville\nLake Stevenberg, KS 09872", "property_type": "Office", "lease_area_description": "Entire unit 34B in Building 1", "square_footage_sqft": 38184 }, "lease_terms": { "effective_date": "2023-12-17", "commencement_date": "2023-12-25", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 120629.62, "annual_escalation_rate_percent": 3.12, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (6.74%)", "estimated_monthly_amount_usd": 18094.44 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.10%)", "estimated_monthly_amount_usd": 12062.96 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 241259.24 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Kentucky", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Hawkins and Sons Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Hawkins and Sons Inc.", "Rodriguez-Scott Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3925 Status: Under Review Governing Jurisdiction: Delaware This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Jackson-Caldwell Ventures, and the Tenant, Lee-Crawford. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-24. The subject of this lease concerns the Entire suite 9B in Building 8 at the property located at 405 Karen Corner Apt. 419 Aliciamouth, WV 19980. This Industrial facility consists of approximately 15125 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-31, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $32,455.73. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $32,455.73 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 8.6% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3925", "parties": { "lessor_details": { "name": "Jackson-Caldwell Ventures", "entity_type": "Corporation", "address": "1563 Robinson Hills\nMatthewborough, NJ 94331" }, "lessee_details": { "name": "Lee-Crawford", "entity_type": "Corporation", "address": "491 Karina Groves Suite 092\nHuynhborough, AR 09220" } }, "property_details": { "address": "405 Karen Corner Apt. 419\nAliciamouth, WV 19980", "property_type": "Industrial", "lease_area_description": "Entire suite 9B in Building 8", "square_footage_sqft": 15125 }, "lease_terms": { "effective_date": "2024-01-24", "commencement_date": "2024-01-31", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value" }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 32455.73, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (24.34%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.75%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 32455.73, "late_payment_interest_rate_percent": 8.6 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Delaware", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-5694 Status: Amended Governing Jurisdiction: Kansas This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Stokes, Tucker and Brooks Ventures, and the Tenant, Bailey, Brown and Jones. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-23. The subject of this lease concerns the Partial suite 8 in Building 9 at the property located at 385 Stephanie Place Apt. 499 Greeneton, MT 02908. This Industrial facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-09-16, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $31,549.24. This figure is scheduled for an annual increase based on a 1.66% escalation rate. A security deposit of $31,549.24 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Bailey, Brown and Jones is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Stokes, Tucker and Brooks Ventures. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-5694", "parties": { "lessor_details": { "name": "Stokes, Tucker and Brooks Ventures", "entity_type": "Limited Partnership", "address": "5293 Christopher Via Suite 699\nWardfort, MS 38336" }, "lessee_details": { "name": "Bailey, Brown and Jones", "entity_type": "LLC" } }, "property_details": { "address": "385 Stephanie Place Apt. 499\nGreeneton, MT 02908", "property_type": "Industrial", "lease_area_description": "Partial suite 8 in Building 9" }, "lease_terms": { "effective_date": "2024-07-23", "commencement_date": "2024-09-16", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "4 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 31549.24, "annual_escalation_rate_percent": 1.66, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (7.57%)", "estimated_monthly_amount_usd": 4732.39 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.00%)", "estimated_monthly_amount_usd": 3154.92 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 31549.24 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Kansas", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Stokes, Tucker and Brooks Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Stokes, Tucker and Brooks Ventures", "Rios-Dodson Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2412 Status: Draft Governing Jurisdiction: Nebraska This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Harrison, Patel and Murphy Properties, and the Tenant, Burns and Sons. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-10. The subject of this lease concerns the Partial unit 25B in Building 10 at the property located at 389 Zamora Terrace Maryport, ND 83561. This Warehouse facility consists of approximately 25224 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-06-26, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $117,123.44. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $234,246.88 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Burns and Sons is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Harrison, Patel and Murphy Properties. Late payments of rent will accrue interest at a rate of 5.7% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2412", "parties": { "lessor_details": { "name": "Harrison, Patel and Murphy Properties", "entity_type": "Limited Partnership", "address": "PSC 2380, Box 5166\nAPO AE 25860" }, "lessee_details": { "name": "Burns and Sons", "entity_type": "S-Corp" } }, "property_details": { "address": "389 Zamora Terrace\nMaryport, ND 83561", "property_type": "Warehouse", "lease_area_description": "Partial unit 25B in Building 10", "square_footage_sqft": 25224 }, "lease_terms": { "effective_date": "2024-05-10", "commencement_date": "2024-06-26", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "6 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "12 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 117123.44, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (24.73%)", "estimated_monthly_amount_usd": 17568.52 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (22.04%)", "estimated_monthly_amount_usd": 11712.34 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 234246.88, "late_payment_interest_rate_percent": 5.7 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Nebraska", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Harrison, Patel and Murphy Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Harrison, Patel and Murphy Properties", "Douglas, Smith and Madden Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4834 Status: Under Review Governing Jurisdiction: Wyoming This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Watson-Alexander Ventures, and the Tenant, Moore PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-21. The subject of this lease concerns the Partial floor 3 in Building 3 at the property located at 216 Edwards Wells Port Micheal, VT 84286. This Retail facility consists of approximately 41299 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-10-13, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $65,768.66. This figure is scheduled for an annual increase based on a 3.15% escalation rate. A security deposit of $131,537.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Moore PLC is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Watson-Alexander Ventures. Late payments of rent will accrue interest at a rate of 12.7% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4834", "parties": { "lessor_details": { "name": "Watson-Alexander Ventures", "entity_type": "Corporation", "address": "369 Fischer Squares Suite 886\nRichardville, PW 08086" }, "lessee_details": { "name": "Moore PLC", "entity_type": "LLC", "address": "84372 Bradley Lane\nFordchester, MP 51641" } }, "property_details": { "address": "216 Edwards Wells\nPort Micheal, VT 84286", "property_type": "Retail", "lease_area_description": "Partial floor 3 in Building 3", "square_footage_sqft": 41299 }, "lease_terms": { "effective_date": "2024-07-21", "commencement_date": "2024-10-13", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 65768.66, "annual_escalation_rate_percent": 3.15, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.35%)", "estimated_monthly_amount_usd": 9865.3 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (9.60%)", "estimated_monthly_amount_usd": 6576.87 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 131537.32, "late_payment_interest_rate_percent": 12.7 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Wyoming", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Watson-Alexander Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Watson-Alexander Ventures", "Ryan LLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-1547 Status: Amended Governing Jurisdiction: Michigan This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Allen-Rogers LLC, and the Tenant, Anderson PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-20. The subject of this lease concerns the Partial suite 34B in Building 1 at the property located at 9692 King Cliffs Suite 585 Wattshaven, CO 81267. This Mixed-Use facility consists of approximately 47011 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-11-15, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $183,577.95. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $367,155.90 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Anderson PLC is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Allen-Rogers LLC. Late payments of rent will accrue interest at a rate of 16.9% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 8 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-1547", "parties": { "lessor_details": { "name": "Allen-Rogers LLC", "entity_type": "LLC", "address": "7613 Allen Villages\nNorth Cynthiaberg, SD 73508" }, "lessee_details": { "name": "Anderson PLC", "entity_type": "LLC", "address": "4522 Castillo Meadows\nSouth Valerieland, NY 36153" } }, "property_details": { "address": "9692 King Cliffs Suite 585\nWattshaven, CO 81267", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 34B in Building 1", "square_footage_sqft": 47011 }, "lease_terms": { "effective_date": "2023-10-20", "commencement_date": "2023-11-15", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "8 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "6 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 183577.95, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (15.34%)", "estimated_monthly_amount_usd": 27536.69 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.15%)", "estimated_monthly_amount_usd": 18357.8 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 367155.9, "late_payment_interest_rate_percent": 16.9 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Michigan", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Allen-Rogers LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Allen-Rogers LLC", "Caldwell, Nichols and Santiago Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-5661 Status: Draft Governing Jurisdiction: Texas This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Nelson, Pittman and Blackwell Properties, and the Tenant, Weber Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-08-10. The subject of this lease concerns the Entire floor 26B in Building 10 at the property located at 497 Colleen Flat Seanborough, ME 35855. This Industrial facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-09-16, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $94,557.32. This figure is scheduled for an annual increase based on a 2.81% escalation rate. A security deposit of $94,557.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Weber Inc is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Nelson, Pittman and Blackwell Properties. Late payments of rent will accrue interest at a rate of 18.0% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-5661", "parties": { "lessor_details": { "name": "Nelson, Pittman and Blackwell Properties", "entity_type": "Limited Partnership", "address": "USNV Krause\nFPO AP 98963" }, "lessee_details": { "name": "Weber Inc", "entity_type": "LLC", "address": "USNS Clark\nFPO AA 97402" } }, "property_details": { "address": "497 Colleen Flat\nSeanborough, ME 35855", "property_type": "Industrial", "lease_area_description": "Entire floor 26B in Building 10" }, "lease_terms": { "effective_date": "2024-08-10", "commencement_date": "2024-09-16", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 94557.32, "annual_escalation_rate_percent": 2.81, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (11.90%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (22.85%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 94557.32, "late_payment_interest_rate_percent": 18.0 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Texas", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Nelson, Pittman and Blackwell Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Nelson, Pittman and Blackwell Properties", "Mcgrath-Long Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-9474 Status: Executed Governing Jurisdiction: Mississippi This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Boyd-Robinson Holdings, and the Tenant, Becker, Hood and Mueller. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-27. The subject of this lease concerns the Partial unit 3A in Building 2 at the property located at 2331 Christopher Extensions North Douglasland, VT 30640. This Office facility consists of the specified area and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-07, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $51,883.23. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $51,883.23 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 6.8% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-9474", "parties": { "lessor_details": { "name": "Boyd-Robinson Holdings", "entity_type": "LLC", "address": "89175 David Gateway\nPort Thomasland, ME 63202" }, "lessee_details": { "name": "Becker, Hood and Mueller", "entity_type": "LLC", "address": "5989 Smith Garden\nAshleyside, MO 39513" } }, "property_details": { "address": "2331 Christopher Extensions\nNorth Douglasland, VT 30640", "property_type": "Office", "lease_area_description": "Partial unit 3A in Building 2" }, "lease_terms": { "effective_date": "2023-10-27", "commencement_date": "2024-01-07", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 51883.23, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (21.88%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (12.53%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 51883.23, "late_payment_interest_rate_percent": 6.8 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Mississippi", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-5809 Status: Amended Governing Jurisdiction: Idaho This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Anderson, Hill and Evans Properties, and the Tenant, Lopez-Meza. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-02-25. The subject of this lease concerns the Partial floor 12A in Building 9 at the property located at 481 Heather Parks Apt. 183 Calebberg, PR 36312. This Retail facility consists of approximately 43047 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-05, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $114,935.49. This figure is scheduled for an annual increase based on a 3.32% escalation rate. A security deposit of $114,935.49 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Lopez-Meza is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Anderson, Hill and Evans Properties. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 60 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-5809", "parties": { "lessor_details": { "name": "Anderson, Hill and Evans Properties", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Lopez-Meza", "entity_type": "Corporation", "address": "579 Pope Prairie Apt. 954\nParkertown, KY 93127" } }, "property_details": { "address": "481 Heather Parks Apt. 183\nCalebberg, PR 36312", "property_type": "Retail", "lease_area_description": "Partial floor 12A in Building 9", "square_footage_sqft": 43047 }, "lease_terms": { "effective_date": "2024-02-25", "commencement_date": "2024-04-05", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 60, "penalty_details": "12 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 114935.49, "annual_escalation_rate_percent": 3.32, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (6.75%)", "estimated_monthly_amount_usd": 17240.32 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (5.04%)", "estimated_monthly_amount_usd": 11493.55 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 114935.49 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Idaho", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Anderson, Hill and Evans Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Anderson, Hill and Evans Properties", "Luna-Ferguson Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-6187 Status: Draft Governing Jurisdiction: Wyoming This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Walton and Sons Ventures, and the Tenant, Payne, Griffith and Harris. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-07-28. The subject of this lease concerns the Partial suite 36 in Building 3 at the property located at 73976 Logan Turnpike Apt. 383 South Melissaland, MT 17454. This Warehouse facility consists of approximately 21214 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-05, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $76,547.18. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $76,547.18 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Payne, Griffith and Harris is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Walton and Sons Ventures. Late payments of rent will accrue interest at a rate of 15.4% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 180 days' notice and involves a penalty structured as 4 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-6187", "parties": { "lessor_details": { "name": "Walton and Sons Ventures", "entity_type": "Limited Partnership", "address": "4691 David Stream Suite 597\nGloverland, OH 14463" }, "lessee_details": { "name": "Payne, Griffith and Harris", "entity_type": "S-Corp", "address": "652 Ramos Street\nRichardchester, DE 03454" } }, "property_details": { "address": "73976 Logan Turnpike Apt. 383\nSouth Melissaland, MT 17454", "property_type": "Warehouse", "lease_area_description": "Partial suite 36 in Building 3", "square_footage_sqft": 21214 }, "lease_terms": { "effective_date": "2024-07-28", "commencement_date": "2024-08-05", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "4 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 90, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 76547.18, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.08%)", "estimated_monthly_amount_usd": 11482.08 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (6.44%)", "estimated_monthly_amount_usd": 7654.72 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 76547.18, "late_payment_interest_rate_percent": 15.4 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Wyoming", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Walton and Sons Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Walton and Sons Ventures", "Pugh, Pacheco and Nichols Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-5145 Status: Under Review Governing Jurisdiction: Tennessee This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Blanchard, Pitts and Moore Inc., and the Tenant, Fisher PLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-07. The subject of this lease concerns the Partial suite 44A in Building 6 at the property located at 467 Duke Loop West Brian, SD 59069. This Industrial facility consists of approximately 26126 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-11-14, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $55,561.29. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $55,561.29 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Fisher PLC is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Blanchard, Pitts and Moore Inc.. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-5145", "parties": { "lessor_details": { "name": "Blanchard, Pitts and Moore Inc.", "entity_type": "Corporation" }, "lessee_details": { "name": "Fisher PLC", "entity_type": "Corporation", "address": "670 Farley Knoll\nSaundersview, NC 33608" } }, "property_details": { "address": "467 Duke Loop\nWest Brian, SD 59069", "property_type": "Industrial", "lease_area_description": "Partial suite 44A in Building 6", "square_footage_sqft": 26126 }, "lease_terms": { "effective_date": "2023-10-07", "commencement_date": "2023-11-14", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 55561.29, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (7.40%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (15.02%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 55561.29 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Tennessee", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Blanchard, Pitts and Moore Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Blanchard, Pitts and Moore Inc.", "Armstrong LLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2547 Status: Executed Governing Jurisdiction: Utah This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Smith-Swanson LLC, and the Tenant, Hall-Henson. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-23. The subject of this lease concerns the Entire suite 44 in Building 3 at the property located at 56698 Williams Centers West Sharon, MH 24094. This Warehouse facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-09-14, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $65,860.74. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $131,721.48 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Hall-Henson is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Smith-Swanson LLC. Late payments of rent will accrue interest at a rate of 14.1% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 12 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2547", "parties": { "lessor_details": { "name": "Smith-Swanson LLC", "entity_type": "LLC", "address": "364 Torres Shoals\nHaynesshire, WV 58977" }, "lessee_details": { "name": "Hall-Henson", "entity_type": "Corporation", "address": "894 Mcconnell Center Apt. 184\nWesthaven, NC 09163" } }, "property_details": { "address": "56698 Williams Centers\nWest Sharon, MH 24094", "property_type": "Warehouse", "lease_area_description": "Entire suite 44 in Building 3" }, "lease_terms": { "effective_date": "2024-06-23", "commencement_date": "2024-09-14", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "12 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 65860.74, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (6.96%)", "estimated_monthly_amount_usd": 9879.11 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (15.09%)", "estimated_monthly_amount_usd": 6586.07 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 131721.48, "late_payment_interest_rate_percent": 14.1 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Utah", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Smith-Swanson LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Smith-Swanson LLC", "Jackson-Chapman Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1879 Status: Under Review Governing Jurisdiction: Tennessee This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Caldwell and Sons Properties, and the Tenant, Hunt and Sons. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-21. The subject of this lease concerns the Entire suite 43B in Building 2 at the property located at 1235 Doris Rest New Danielstad, AS 59729. This Mixed-Use facility consists of approximately 20168 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-04-18, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $37,008.28. This figure is scheduled for an annual increase based on a 2.23% escalation rate. A security deposit of $37,008.28 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Hunt and Sons is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Caldwell and Sons Properties. Late payments of rent will accrue interest at a rate of 10.1% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1879", "parties": { "lessor_details": { "name": "Caldwell and Sons Properties", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Hunt and Sons", "entity_type": "S-Corp" } }, "property_details": { "address": "1235 Doris Rest\nNew Danielstad, AS 59729", "property_type": "Mixed-Use", "lease_area_description": "Entire suite 43B in Building 2", "square_footage_sqft": 20168 }, "lease_terms": { "effective_date": "2024-01-21", "commencement_date": "2024-04-18", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 37008.28, "annual_escalation_rate_percent": 2.23, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (23.66%)", "estimated_monthly_amount_usd": 5551.24 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (16.33%)", "estimated_monthly_amount_usd": 3700.83 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 37008.28, "late_payment_interest_rate_percent": 10.1 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Tennessee", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Caldwell and Sons Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Caldwell and Sons Properties", "Arroyo-Keller Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-9858 Status: Draft Governing Jurisdiction: Minnesota This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Allen-Thompson Properties, and the Tenant, Martin-Taylor. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-08-05. The subject of this lease concerns the Partial unit 39A in Building 7 at the property located at 447 Christine Fall Apt. 064 East Angela, IN 40028. This Mixed-Use facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-10-16, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $65,588.76. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $131,177.52 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 7.5% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 4 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-9858", "parties": { "lessor_details": { "name": "Allen-Thompson Properties", "entity_type": "LLC", "address": "051 Frances Island Apt. 618\nCollinsport, NV 39074" }, "lessee_details": { "name": "Martin-Taylor", "entity_type": "S-Corp" } }, "property_details": { "address": "447 Christine Fall Apt. 064\nEast Angela, IN 40028", "property_type": "Mixed-Use", "lease_area_description": "Partial unit 39A in Building 7" }, "lease_terms": { "effective_date": "2024-08-05", "commencement_date": "2024-10-16", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "4 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "7 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 65588.76, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (22.22%)", "estimated_monthly_amount_usd": 9838.31 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.76%)", "estimated_monthly_amount_usd": 6558.88 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 131177.52, "late_payment_interest_rate_percent": 7.5 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Minnesota", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8887 Status: Amended Governing Jurisdiction: Oregon This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Hill, Barber and Reese Inc., and the Tenant, King Inc. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-25. The subject of this lease concerns the Partial suite 48A in Building 5 at the property located at 3094 Steven Inlet Apt. 882 Beckberg, WV 38377. This Retail facility consists of approximately 6241 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-03, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $15,337.26. This figure is scheduled for an annual increase based on a 1.82% escalation rate. A security deposit of $15,337.26 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, King Inc is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Hill, Barber and Reese Inc.. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8887", "parties": { "lessor_details": { "name": "Hill, Barber and Reese Inc.", "entity_type": "LLC", "address": "0152 Charles Estate\nGibsonburgh, ND 14358" }, "lessee_details": { "name": "King Inc", "entity_type": "LLC", "address": "17311 Elizabeth Prairie\nThomasville, TN 09666" } }, "property_details": { "address": "3094 Steven Inlet Apt. 882\nBeckberg, WV 38377", "property_type": "Retail", "lease_area_description": "Partial suite 48A in Building 5", "square_footage_sqft": 6241 }, "lease_terms": { "effective_date": "2024-03-25", "commencement_date": "2024-05-03", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 15337.26, "annual_escalation_rate_percent": 1.82, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (8.44%)", "estimated_monthly_amount_usd": 2300.59 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.68%)", "estimated_monthly_amount_usd": 1533.73 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 15337.26 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Oregon", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Hill, Barber and Reese Inc." ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Hill, Barber and Reese Inc.", "Fields Inc Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3473 Status: Amended Governing Jurisdiction: Tennessee This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Anderson-Vasquez Holdings, and the Tenant, Dawson-Perry. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-16. The subject of this lease concerns the Partial unit 45 in Building 5 at the property located at 12378 Margaret Islands Port Nicolefort, NY 87345. This Industrial facility consists of approximately 33430 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-31, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $95,386.93. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $95,386.93 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 18.0% per annum. Note the existence of a Tenant Early Termination Option clause, which can be triggered with 90 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3473", "parties": { "lessor_details": { "name": "Anderson-Vasquez Holdings", "entity_type": "Limited Partnership", "address": "818 Katelyn Hollow Apt. 438\nNorth Chelsea, MH 21387" }, "lessee_details": { "name": "Dawson-Perry", "entity_type": "LLC", "address": "9572 Simon Grove Suite 968\nCynthiatown, IN 54417" } }, "property_details": { "address": "12378 Margaret Islands\nPort Nicolefort, NY 87345", "property_type": "Industrial", "lease_area_description": "Partial unit 45 in Building 5", "square_footage_sqft": 33430 }, "lease_terms": { "effective_date": "2024-06-16", "commencement_date": "2024-07-31", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 180 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Tenant Early Termination Option", "notice_period_days": 90, "penalty_details": "5 months' rent plus unamortized transaction costs." }, { "clause_type": "Tenant Early Termination Option", "notice_period_days": 180, "penalty_details": "9 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 95386.93, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (8.39%)", "estimated_monthly_amount_usd": 14308.04 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (21.33%)", "estimated_monthly_amount_usd": 9538.69 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 95386.93, "late_payment_interest_rate_percent": 18.0 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Tennessee", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-4921 Status: Amended Governing Jurisdiction: Maryland This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Castro and Sons Ventures, and the Tenant, Davidson-Davis. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-08-30. The subject of this lease concerns the Entire unit 28B in Building 1 at the property located at 93777 Shepherd Vista Jenniferfurt, MT 68579. This Mixed-Use facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-10-20, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $128,494.17. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $256,988.34 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Davidson-Davis is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Castro and Sons Ventures. Late payments of rent will accrue interest at a rate of 11.0% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 11 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-4921", "parties": { "lessor_details": { "name": "Castro and Sons Ventures", "entity_type": "LLC", "address": "8000 Tracy Isle Apt. 678\nNorth Caroline, AK 58851" }, "lessee_details": { "name": "Davidson-Davis", "entity_type": "S-Corp", "address": "51874 Moore Mission\nSouth Grace, LA 01246" } }, "property_details": { "address": "93777 Shepherd Vista\nJenniferfurt, MT 68579", "property_type": "Mixed-Use", "lease_area_description": "Entire unit 28B in Building 1" }, "lease_terms": { "effective_date": "2023-08-30", "commencement_date": "2023-10-20", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 128494.17, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.72%)", "estimated_monthly_amount_usd": 19274.13 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (13.89%)", "estimated_monthly_amount_usd": 12849.42 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 256988.34, "late_payment_interest_rate_percent": 11.0 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Maryland", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Castro and Sons Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Castro and Sons Ventures", "Velez, Wood and White Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-3900 Status: Executed Governing Jurisdiction: Delaware This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Johnson, Durham and Mendoza Holdings, and the Tenant, Anderson, Diaz and Watson. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-09-03. The subject of this lease concerns the Partial suite 36B in Building 10 at the property located at 374 Lisa Terrace Suite 730 Willisport, FL 69998. This Mixed-Use facility consists of approximately 20238 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-10-25, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $39,194.26. This figure is scheduled for an annual increase based on a 2.35% escalation rate. A security deposit of $78,388.52 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 17.1% per annum. Note the existence of a Landlord Recapture Right clause, which can be triggered with 180 days' notice and involves a penalty structured as 10 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-3900", "parties": { "lessor_details": { "name": "Johnson, Durham and Mendoza Holdings", "entity_type": "Limited Partnership", "address": "18200 Brenda Alley Apt. 353\nPaulview, AZ 01791" }, "lessee_details": { "name": "Anderson, Diaz and Watson", "entity_type": "LLC", "address": "224 Kline Parkways\nLake Tommyport, MA 71291" } }, "property_details": { "address": "374 Lisa Terrace Suite 730\nWillisport, FL 69998", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 36B in Building 10", "square_footage_sqft": 20238 }, "lease_terms": { "effective_date": "2023-09-03", "commencement_date": "2023-10-25", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 180, "penalty_details": "10 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 39194.26, "annual_escalation_rate_percent": 2.35, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.17%)", "estimated_monthly_amount_usd": 5879.14 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 3919.43 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 78388.52, "late_payment_interest_rate_percent": 17.1 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Delaware", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4470 Status: Draft Governing Jurisdiction: Virginia This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Bennett, Saunders and Ross Properties, and the Tenant, Reed, Cook and Mitchell. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-17. The subject of this lease concerns the Partial unit 24B in Building 6 at the property located at USCGC Williams FPO AE 86358. This Office facility consists of approximately 10600 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-05, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $49,104.50. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $98,209.00 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Reed, Cook and Mitchell is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Bennett, Saunders and Ross Properties. Late payments of rent will accrue interest at a rate of 11.8% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 4 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4470", "parties": { "lessor_details": { "name": "Bennett, Saunders and Ross Properties", "entity_type": "LLC", "address": "474 Johnson Tunnel\nDanaville, MP 04319" }, "lessee_details": { "name": "Reed, Cook and Mitchell", "entity_type": "LLC", "address": "1341 Rocha Ferry\nWest Maria, OK 34011" } }, "property_details": { "address": "USCGC Williams\nFPO AE 86358", "property_type": "Office", "lease_area_description": "Partial unit 24B in Building 6", "square_footage_sqft": 10600 }, "lease_terms": { "effective_date": "2024-01-17", "commencement_date": "2024-02-05", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "4 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 49104.5, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (22.38%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.26%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 98209.0, "late_payment_interest_rate_percent": 11.8 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Virginia", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Bennett, Saunders and Ross Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Bennett, Saunders and Ross Properties", "Sherman Group Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8891 Status: Draft Governing Jurisdiction: Louisiana This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Sanders and Sons Ventures, and the Tenant, Henderson, Turner and Webster. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-06. The subject of this lease concerns the Partial unit 42A in Building 1 at the property located at 760 Kelsey Place Suite 108 New Donald, CT 14113. This Office facility consists of approximately 24602 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-11-15, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $59,987.88. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $119,975.76 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Greater of Fair Market Value or previous rent + 3%. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Henderson, Turner and Webster is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Sanders and Sons Ventures. Note the existence of a Landlord Recapture Right clause, which can be triggered with 60 days' notice and involves a penalty structured as 9 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8891", "parties": { "lessor_details": { "name": "Sanders and Sons Ventures", "entity_type": "LLC", "address": "871 Frost Glen\nSouth Christineside, WV 66222" }, "lessee_details": { "name": "Henderson, Turner and Webster", "entity_type": "LLC", "address": "41231 Smith Ridge\nPort Amyton, CT 35084" } }, "property_details": { "address": "760 Kelsey Place Suite 108\nNew Donald, CT 14113", "property_type": "Office", "lease_area_description": "Partial unit 42A in Building 1", "square_footage_sqft": 24602 }, "lease_terms": { "effective_date": "2023-10-06", "commencement_date": "2023-11-15", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Greater of Fair Market Value or previous rent + 3%", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": false, "termination_clauses": [ { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "9 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 59987.88, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (10.43%)", "estimated_monthly_amount_usd": 8998.18 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 5998.79 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 119975.76 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Louisiana", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Sanders and Sons Ventures" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Sanders and Sons Ventures", "Carter-James Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-4728 Status: Under Review Governing Jurisdiction: New Hampshire This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Ruiz, Yates and Poole Holdings, and the Tenant, Myers LLC. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-03-11. The subject of this lease concerns the Entire unit 3B in Building 8 at the property located at 47050 Hayden Drive Suite 575 West Christina, NV 01854. This Office facility consists of approximately 31596 rentable square feet and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-13, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $98,869.15. This figure is scheduled for an annual increase based on a 2.46% escalation rate. A security deposit of $98,869.15 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Myers LLC is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Ruiz, Yates and Poole Holdings. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 11 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-4728", "parties": { "lessor_details": { "name": "Ruiz, Yates and Poole Holdings", "entity_type": "Corporation" }, "lessee_details": { "name": "Myers LLC", "entity_type": "LLC", "address": "6359 House Canyon\nAaronshire, TN 12091" } }, "property_details": { "address": "47050 Hayden Drive Suite 575\nWest Christina, NV 01854", "property_type": "Office", "lease_area_description": "Entire unit 3B in Building 8", "square_footage_sqft": 31596 }, "lease_terms": { "effective_date": "2024-03-11", "commencement_date": "2024-03-13", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "11 months' rent plus unamortized transaction costs." }, { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "11 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 98869.15, "annual_escalation_rate_percent": 2.46, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 14830.37 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (18.84%)", "estimated_monthly_amount_usd": 9886.92 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 98869.15 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "New Hampshire", "document_status": "Under Review", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Ruiz, Yates and Poole Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Ruiz, Yates and Poole Holdings", "Wagner-Frazier Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-3240 Status: Amended Governing Jurisdiction: Georgia This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Kent Inc LLC, and the Tenant, Murphy-Hill. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-05-17. The subject of this lease concerns the Partial floor 43 in Building 2 at the property located at 49603 Cox Greens Suite 881 West Martintown, PR 81448. This Industrial facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-07-20, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $89,664.66. This figure is scheduled for an annual increase based on a 2.02% escalation rate. A security deposit of $179,329.32 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-3240", "parties": { "lessor_details": { "name": "Kent Inc LLC", "entity_type": "LLC", "address": "Unit 7298 Box 3344\nDPO AP 89443" }, "lessee_details": { "name": "Murphy-Hill", "entity_type": "LLC", "address": "8463 Mccormick Manor Suite 133\nTatemouth, WI 45773" } }, "property_details": { "address": "49603 Cox Greens Suite 881\nWest Martintown, PR 81448", "property_type": "Industrial", "lease_area_description": "Partial floor 43 in Building 2" }, "lease_terms": { "effective_date": "2024-05-17", "commencement_date": "2024-07-20", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 89664.66, "annual_escalation_rate_percent": 2.02, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (13.01%)", "estimated_monthly_amount_usd": 13449.7 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.12%)", "estimated_monthly_amount_usd": 8966.47 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 179329.32 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Georgia", "document_status": "Amended" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-6206 Status: Draft Governing Jurisdiction: New York This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Anderson Ltd Holdings, and the Tenant, Perry, Sandoval and Hodges. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-13. The subject of this lease concerns the Partial suite 14 in Building 6 at the property located at 7278 Preston Key Suite 991 New Jeffreyborough, MT 48391. This Industrial facility consists of approximately 11667 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-18, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $36,469.10. This figure is scheduled for an annual increase based on a 3.2% escalation rate. A security deposit of $72,938.20 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 18.0% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-6206", "parties": { "lessor_details": { "name": "Anderson Ltd Holdings", "entity_type": "Limited Partnership", "address": "2885 Duncan Spring Suite 451\nNorth Stacy, TN 72622" }, "lessee_details": { "name": "Perry, Sandoval and Hodges", "entity_type": "S-Corp" } }, "property_details": { "address": "7278 Preston Key Suite 991\nNew Jeffreyborough, MT 48391", "property_type": "Industrial", "lease_area_description": "Partial suite 14 in Building 6", "square_footage_sqft": 11667 }, "lease_terms": { "effective_date": "2023-12-13", "commencement_date": "2024-01-18", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value" }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 36469.1, "annual_escalation_rate_percent": 3.2, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (14.93%)", "estimated_monthly_amount_usd": 5470.36 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (20.43%)", "estimated_monthly_amount_usd": 3646.91 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 72938.2, "late_payment_interest_rate_percent": 18.0 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "New York", "document_status": "Draft" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-4228 Status: Draft Governing Jurisdiction: New Jersey This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Grant-Craig Properties, and the Tenant, Hobbs, Rice and Schmidt. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-16. The subject of this lease concerns the Partial suite 39A in Building 5 at the property located at 945 Steven Mews Suite 315 Tannerfurt, GU 70848. This Industrial facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-08, establishing an initial term of 10 years. The Tenant's monthly obligation for base rent begins at $21,979.44. This figure is scheduled for an annual increase based on a 1.5% escalation rate. A security deposit of $43,958.88 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Hobbs, Rice and Schmidt is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Grant-Craig Properties. Late payments of rent will accrue interest at a rate of 11.3% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-4228", "parties": { "lessor_details": { "name": "Grant-Craig Properties", "entity_type": "Corporation" }, "lessee_details": { "name": "Hobbs, Rice and Schmidt", "entity_type": "S-Corp", "address": "99555 Anthony Ford Apt. 134\nAlyssaview, MA 61369" } }, "property_details": { "address": "945 Steven Mews Suite 315\nTannerfurt, GU 70848", "property_type": "Industrial", "lease_area_description": "Partial suite 39A in Building 5" }, "lease_terms": { "effective_date": "2023-11-16", "commencement_date": "2024-02-08", "initial_term_months": 120, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fair Market Value" }, { "option_number": 2, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 21979.44, "annual_escalation_rate_percent": 1.5, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (16.60%)", "estimated_monthly_amount_usd": 3296.92 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (23.09%)", "estimated_monthly_amount_usd": 2197.94 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 43958.88, "late_payment_interest_rate_percent": 11.3 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "New Jersey", "document_status": "Draft", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Grant-Craig Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Grant-Craig Properties", "Rivera LLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8202 Status: Executed Governing Jurisdiction: Oregon This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Tucker LLC LLC, and the Tenant, Black-Harris. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-20. The subject of this lease concerns the Partial unit 43 in Building 6 at the property located at 933 Green Harbors East Ivan, NV 35737. This Mixed-Use facility consists of approximately 5473 rentable square feet and is designated for the purpose of General office and ancillary administrative functions.. The lease commencement is scheduled for 2024-06-23, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $13,632.33. This figure is scheduled for an annual increase based on a 3.87% escalation rate. A security deposit of $13,632.33 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months. During any such renewal, the rent will be adjusted according to Fair Market Value. Any potential sublease of the premises requires Landlord's explicit consent. Note the existence of a Co-tenancy Failure clause, which can be triggered with 60 days' notice and involves a penalty structured as 8 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8202", "parties": { "lessor_details": { "name": "Tucker LLC LLC", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Black-Harris", "entity_type": "S-Corp", "address": "969 Johnson Club Apt. 861\nNew James, ME 90163" } }, "property_details": { "address": "933 Green Harbors\nEast Ivan, NV 35737", "property_type": "Mixed-Use", "lease_area_description": "Partial unit 43 in Building 6", "square_footage_sqft": 5473 }, "lease_terms": { "effective_date": "2024-06-20", "commencement_date": "2024-06-23", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 60, "penalty_details": "8 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 13632.33, "annual_escalation_rate_percent": 3.87, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (19.74%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (7.10%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 13632.33 }, "permitted_use": "General office and ancillary administrative functions.", "governing_law_state": "Oregon", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-7000 Status: Executed Governing Jurisdiction: New Jersey This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Anderson-Thompson LLC, and the Tenant, Fox-Dean. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-10-12. The subject of this lease concerns the Partial floor 16 in Building 6 at the property located at 579 Strong Club Suite 387 North Christina, FM 86847. This Warehouse facility consists of approximately 11733 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2023-12-19, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $39,383.77. This figure is scheduled for an annual increase based on a 1.93% escalation rate. A security deposit of $78,767.54 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Fox-Dean is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Anderson-Thompson LLC. Late payments of rent will accrue interest at a rate of 7.3% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 180 days' notice and involves a penalty structured as 6 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-7000", "parties": { "lessor_details": { "name": "Anderson-Thompson LLC", "entity_type": "Corporation" }, "lessee_details": { "name": "Fox-Dean", "entity_type": "Corporation", "address": "80458 Joyce Flats Apt. 830\nAguilarfurt, NE 01969" } }, "property_details": { "address": "579 Strong Club Suite 387\nNorth Christina, FM 86847", "property_type": "Warehouse", "lease_area_description": "Partial floor 16 in Building 6", "square_footage_sqft": 11733 }, "lease_terms": { "effective_date": "2023-10-12", "commencement_date": "2023-12-19", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase" }, { "option_number": 2, "duration_months": 24, "renewal_rate_adjustment": "Fair Market Value" } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 180, "penalty_details": "6 months' rent plus unamortized transaction costs." }, { "clause_type": "Landlord Recapture Right", "notice_period_days": 60, "penalty_details": "3 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 39383.77, "annual_escalation_rate_percent": 1.93, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.63%)", "estimated_monthly_amount_usd": 5907.57 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (11.58%)", "estimated_monthly_amount_usd": 3938.38 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 78767.54, "late_payment_interest_rate_percent": 7.3 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "New Jersey", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Anderson-Thompson LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 10000000, "named_insureds_required": [ "Anderson-Thompson LLC", "Smith Inc Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-6297 Status: Executed Governing Jurisdiction: North Carolina This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Carpenter-Shannon Properties, and the Tenant, Camacho-Blanchard. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-01-07. The subject of this lease concerns the Entire unit 18B in Building 4 at the property located at 9600 Smith Prairie Apt. 081 Odomchester, VT 73353. This Industrial facility consists of approximately 29956 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-03-13, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $96,408.39. This figure is scheduled for an annual increase based on a 3.9% escalation rate. A security deposit of $192,816.78 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 24 months with 365 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Camacho-Blanchard is required to maintain, at minimum, a Commercial General Liability policy of $1,000,000. The certificate of insurance must name all parties as stipulated, including Carpenter-Shannon Properties. Late payments of rent will accrue interest at a rate of 12.9% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-6297", "parties": { "lessor_details": { "name": "Carpenter-Shannon Properties", "entity_type": "Corporation", "address": "5628 Gary Trafficway\nLake Bryanmouth, FM 43063" }, "lessee_details": { "name": "Camacho-Blanchard", "entity_type": "S-Corp" } }, "property_details": { "address": "9600 Smith Prairie Apt. 081\nOdomchester, VT 73353", "property_type": "Industrial", "lease_area_description": "Entire unit 18B in Building 4", "square_footage_sqft": 29956 }, "lease_terms": { "effective_date": "2024-01-07", "commencement_date": "2024-03-13", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 24, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 96408.39, "annual_escalation_rate_percent": 3.9, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (10.60%)", "estimated_monthly_amount_usd": 14461.26 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (24.34%)", "estimated_monthly_amount_usd": 9640.84 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 192816.78, "late_payment_interest_rate_percent": 12.9 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "North Carolina", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 1000000, "named_insureds_required": [ "Carpenter-Shannon Properties" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Carpenter-Shannon Properties", "Mendez PLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-1050 Status: Executed Governing Jurisdiction: Ohio This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Rowe-Everett Holdings, and the Tenant, Henry, Mcclure and Tucker. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-08-09. The subject of this lease concerns the Entire unit 2B in Building 8 at the property located at 56378 Bass Skyway Lake Amanda, MH 65549. This Office facility consists of the specified area and is designated for the purpose of Light manufacturing and assembly and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-25, establishing an initial term of 7 years. The Tenant's monthly obligation for base rent begins at $61,564.65. This figure is scheduled for an annual increase based on a 3.18% escalation rate. A security deposit of $123,129.30 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Henry, Mcclure and Tucker is required to maintain, at minimum, a Commercial General Liability policy of $5,000,000. The certificate of insurance must name all parties as stipulated, including Rowe-Everett Holdings. Late payments of rent will accrue interest at a rate of 16.8% per annum. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-1050", "parties": { "lessor_details": { "name": "Rowe-Everett Holdings", "entity_type": "Corporation" }, "lessee_details": { "name": "Henry, Mcclure and Tucker", "entity_type": "Corporation" } }, "property_details": { "address": "56378 Bass Skyway\nLake Amanda, MH 65549", "property_type": "Office", "lease_area_description": "Entire unit 2B in Building 8" }, "lease_terms": { "effective_date": "2024-08-09", "commencement_date": "2024-08-25", "initial_term_months": 84, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 61564.65, "annual_escalation_rate_percent": 3.18, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.19%)", "estimated_monthly_amount_usd": 9234.7 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.78%)", "estimated_monthly_amount_usd": 6156.46 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 123129.3, "late_payment_interest_rate_percent": 16.8 }, "permitted_use": "Light manufacturing and assembly and ancillary administrative functions.", "governing_law_state": "Ohio", "document_status": "Executed", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Rowe-Everett Holdings" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Rowe-Everett Holdings", "Allen LLC Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8915 Status: Executed Governing Jurisdiction: Massachusetts This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Stark, Hernandez and Logan Properties, and the Tenant, Lopez-Flowers. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-12-05. The subject of this lease concerns the Partial suite 3 in Building 1 at the property located at 43283 Guzman Ports Williamville, GU 01954. This Mixed-Use facility consists of the specified area and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-01-28, establishing an initial term of 3 years. The Tenant's monthly obligation for base rent begins at $70,116.85. This figure is scheduled for an annual increase based on a 3.21% escalation rate. A security deposit of $140,233.70 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Late payments of rent will accrue interest at a rate of 9.9% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8915", "parties": { "lessor_details": { "name": "Stark, Hernandez and Logan Properties", "entity_type": "Corporation" }, "lessee_details": { "name": "Lopez-Flowers", "entity_type": "Corporation" } }, "property_details": { "address": "43283 Guzman Ports\nWilliamville, GU 01954", "property_type": "Mixed-Use", "lease_area_description": "Partial suite 3 in Building 1" }, "lease_terms": { "effective_date": "2023-12-05", "commencement_date": "2024-01-28", "initial_term_months": 36, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "Fixed 3% annual increase" } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 70116.85, "annual_escalation_rate_percent": 3.21, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (25.0%)" }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.67%)" }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 140233.7, "late_payment_interest_rate_percent": 9.9 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "Massachusetts", "document_status": "Executed" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2023-8830 Status: Amended Governing Jurisdiction: Oklahoma This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Murphy, Jones and Smith LLC, and the Tenant, Brown-Hill. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2023-11-07. The subject of this lease concerns the Partial unit 34B in Building 2 at the property located at 14990 Collier Coves Randallshire, HI 52076. This Office facility consists of the specified area and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-02-02, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $54,755.03. This figure is scheduled for an annual increase based on a 2.78% escalation rate. A security deposit of $109,510.06 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 36 months with 90 days' prior notice. During any such renewal, the rent will be adjusted according to Fixed 3% annual increase. Any potential sublease of the premises is permitted subject to standard conditions. Per section 10.1, Brown-Hill is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Murphy, Jones and Smith LLC. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2023-8830", "parties": { "lessor_details": { "name": "Murphy, Jones and Smith LLC", "entity_type": "Corporation" }, "lessee_details": { "name": "Brown-Hill", "entity_type": "S-Corp", "address": "380 Cline Light\nSouth Brent, NE 40786" } }, "property_details": { "address": "14990 Collier Coves\nRandallshire, HI 52076", "property_type": "Office", "lease_area_description": "Partial unit 34B in Building 2" }, "lease_terms": { "effective_date": "2023-11-07", "commencement_date": "2024-02-02", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 36, "renewal_rate_adjustment": "Fixed 3% annual increase", "notice_period_days": 90 } ], "requires_landlord_consent_for_sublease": false }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 54755.03, "annual_escalation_rate_percent": 2.78, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (12.70%)", "estimated_monthly_amount_usd": 8213.25 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (14.03%)", "estimated_monthly_amount_usd": 5475.5 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 109510.06 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Oklahoma", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Murphy, Jones and Smith LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 5000000, "named_insureds_required": [ "Murphy, Jones and Smith LLC", "Cook-Jones Mortgage Corp." ] } ] }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-8887 Status: Under Review Governing Jurisdiction: New Jersey This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Becker, Ortiz and White Properties, and the Tenant, Smith-Jones. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-06-23. The subject of this lease concerns the Entire suite 35B in Building 3 at the property located at USNS Bennett FPO AE 23881. This Mixed-Use facility consists of approximately 25626 rentable square feet and is designated for the purpose of Professional services and ancillary administrative functions.. The lease commencement is scheduled for 2024-08-30, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $61,267.50. This figure is scheduled for an annual increase based on a 3.11% escalation rate. A security deposit of $122,535.00 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 270 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Late payments of rent will accrue interest at a rate of 9.8% per annum. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-8887", "parties": { "lessor_details": { "name": "Becker, Ortiz and White Properties", "entity_type": "Corporation", "address": "4441 Moore Forge\nCookberg, DC 14085" }, "lessee_details": { "name": "Smith-Jones", "entity_type": "S-Corp", "address": "72144 Bender Field Apt. 076\nPort John, OK 35492" } }, "property_details": { "address": "USNS Bennett\nFPO AE 23881", "property_type": "Mixed-Use", "lease_area_description": "Entire suite 35B in Building 3", "square_footage_sqft": 25626 }, "lease_terms": { "effective_date": "2024-06-23", "commencement_date": "2024-08-30", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 270 }, { "option_number": 2, "duration_months": 36, "renewal_rate_adjustment": "Fair Market Value", "notice_period_days": 365 } ], "requires_landlord_consent_for_sublease": true }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 61267.5, "annual_escalation_rate_percent": 3.11, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (5.71%)", "estimated_monthly_amount_usd": 9190.12 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (9.53%)", "estimated_monthly_amount_usd": 6126.75 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 122535.0, "late_payment_interest_rate_percent": 9.8 }, "permitted_use": "Professional services and ancillary administrative functions.", "governing_law_state": "New Jersey", "document_status": "Under Review" }
<format type="json">{lease_id: string, parties: {lessor_details: {name: string, entity_type: string, address: string optional}, lessee_details: {name: string, entity_type: string, address: string optional}}, property_details: {address: string, property_type: string, square_footage_sqft: number optional, lease_area_description: string}, lease_terms: {effective_date: date, commencement_date: date, initial_term_months: number, option_to_renew: list[{option_number: number, duration_months: number, notice_period_days: number optional, renewal_rate_adjustment: string}], termination_clauses: list[{clause_type: string, notice_period_days: number, penalty_details: string}] optional, requires_landlord_consent_for_sublease: boolean}, financial_terms: {base_rent_details: {initial_monthly_rent_usd: number, annual_escalation_rate_percent: number, escalation_frequency: string}, additional_rent_components: list[{component_name: string, basis: string, estimated_monthly_amount_usd: number optional}], security_deposit_usd: number, late_payment_interest_rate_percent: number optional}, insurance_requirements: list[{coverage_type: string, minimum_coverage_amount_usd: number, named_insureds_required: list[string]}] optional, permitted_use: string, governing_law_state: string, document_status: string}</format> <data>INTERNAL MEMORANDUM - LEASE ABSTRACT Reference ID: LSE-COM-2024-2634 Status: Amended Governing Jurisdiction: Utah This abstract summarizes the key terms of the fully executed lease agreement between the Landlord, Jones Inc LLC, and the Tenant, Thompson-Jordan. The team is preparing for the quarterly portfolio review next month, so please ensure all financial models are updated with this data. The lease agreement was made effective as of 2024-04-09. The subject of this lease concerns the Partial floor 20A in Building 8 at the property located at 14180 James Shores Novakmouth, NY 12033. This Office facility consists of approximately 12434 rentable square feet and is designated for the purpose of Retail sales of goods and ancillary administrative functions.. The lease commencement is scheduled for 2024-05-22, establishing an initial term of 5 years. The Tenant's monthly obligation for base rent begins at $54,595.62. This figure is scheduled for an annual increase based on a 4.0% escalation rate. A security deposit of $54,595.62 has been furnished by the Tenant. The Tenant holds an option to extend the lease for an additional 60 months with 180 days' prior notice. During any such renewal, the rent will be adjusted according to CPI-U Adjustment, not to exceed 4%. Any potential sublease of the premises requires Landlord's explicit consent. Per section 10.1, Thompson-Jordan is required to maintain, at minimum, a Commercial General Liability policy of $2,000,000. The certificate of insurance must name all parties as stipulated, including Jones Inc LLC. Note the existence of a Co-tenancy Failure clause, which can be triggered with 90 days' notice and involves a penalty structured as 5 months' rent plus unamortized transaction costs. Additional rent provisions for pass-throughs like Operating Expenses and Property Taxes are based on the tenant's pro rata share. Further details can be found in the full agreement document stored in the central repository. Please complete your review by end of week.</data>
{ "lease_id": "LSE-COM-2024-2634", "parties": { "lessor_details": { "name": "Jones Inc LLC", "entity_type": "Limited Partnership" }, "lessee_details": { "name": "Thompson-Jordan", "entity_type": "Corporation", "address": "USCGC Martinez\nFPO AE 79246" } }, "property_details": { "address": "14180 James Shores\nNovakmouth, NY 12033", "property_type": "Office", "lease_area_description": "Partial floor 20A in Building 8", "square_footage_sqft": 12434 }, "lease_terms": { "effective_date": "2024-04-09", "commencement_date": "2024-05-22", "initial_term_months": 60, "option_to_renew": [ { "option_number": 1, "duration_months": 60, "renewal_rate_adjustment": "CPI-U Adjustment, not to exceed 4%", "notice_period_days": 180 } ], "requires_landlord_consent_for_sublease": true, "termination_clauses": [ { "clause_type": "Co-tenancy Failure", "notice_period_days": 90, "penalty_details": "5 months' rent plus unamortized transaction costs." } ] }, "financial_terms": { "base_rent_details": { "initial_monthly_rent_usd": 54595.62, "annual_escalation_rate_percent": 4.0, "escalation_frequency": "Annually" }, "additional_rent_components": [ { "component_name": "Operating Expenses (CAM)", "basis": "Pro Rata Share (7.10%)", "estimated_monthly_amount_usd": 8189.34 }, { "component_name": "Property Taxes", "basis": "Pro Rata Share (25.0%)", "estimated_monthly_amount_usd": 5459.56 }, { "component_name": "HVAC Maintenance Contract", "basis": "Fixed Annual Fee" } ], "security_deposit_usd": 54595.62 }, "permitted_use": "Retail sales of goods and ancillary administrative functions.", "governing_law_state": "Utah", "document_status": "Amended", "insurance_requirements": [ { "coverage_type": "Commercial General Liability", "minimum_coverage_amount_usd": 2000000, "named_insureds_required": [ "Jones Inc LLC" ] }, { "coverage_type": "Property (All Risk/Special Form)", "minimum_coverage_amount_usd": 25000000, "named_insureds_required": [ "Jones Inc LLC", "Simmons and Sons Mortgage Corp." ] } ] }