excel_create_rent_roll
Generate rent roll analysis worksheets to track property occupancy rates and financial performance metrics for investment property management.
Instructions
Create a comprehensive rent roll analysis worksheet with occupancy and financial metrics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
propertyName | Yes | ||
worksheetName | No | Rent Roll |
Input Schema (JSON Schema)
{
"properties": {
"propertyName": {
"type": "string"
},
"worksheetName": {
"default": "Rent Roll",
"type": "string"
}
},
"required": [
"propertyName"
],
"type": "object"
}