PercentageRentRule¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "paymentFrequencyId": 0,
10 "adjustmentFrequencyId": 0,
11 "minimum": 0,
12 "maximum": 0,
13 "calculationModeId": 0,
14 "breakevenPointTypeId": 0,
15 "breakevenPointPercentage": 0,
16 "formula": "string",
17 "note": "string",
18 "chargeExpenseCategoryIds": [
19 0
20 ],
21 "expenseCategoryIds": [
22 0
23 ]
24}
📄 Description: The PercentageRentRule schema represents the framework for calculating rental agreements based on a percentage of revenue generated by real estate assets within the Nakisa Portfolio Management Suite. This object facilitates portfolio analytics by enabling precise tracking and management of variable rental income across diverse properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
paymentFrequencyId |
integer(int64) |
false |
none |
Unique identifier for the payment frequency |
adjustmentFrequencyId |
integer(int64) |
false |
none |
Unique identifier for the adjustment frequency |
minimum |
number |
false |
none |
Value for minimum field |
maximum |
number |
false |
none |
Value for maximum field |
calculationModeId |
integer(int64) |
false |
none |
Unique identifier for the calculation mode |
breakevenPointTypeId |
integer(int64) |
false |
none |
Unique identifier for the breakeven point type |
breakevenPointPercentage |
number |
false |
none |
Percentage of breakeven point |
formula |
string |
false |
none |
Text value for formula in PercentageRentRule |
note |
string |
false |
none |
Text value for note in PercentageRentRule |
chargeExpenseCategoryIds |
[integer] |
false |
none |
List of chargeExpenseCategoryIds items |
expenseCategoryIds |
[integer] |
false |
none |
List of expenseCategoryIds items |