LeaseComponentNonLeaseFinancialTermDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "1495040334-20250828-085516",
4 "name": "Base Rent",
5 "expenseCategory": {
6 "id": 101,
7 "displayId": "EC-2025-001",
8 "status": {
9 "name": "ACTIVE",
10 "captionKey": "enum.objectStatus.active",
11 "active": true,
12 "caption": "Active"
13 },
14 "name": "Lease Payment",
15 "expenseCategoryType": "PAYMENT"
16 },
17 "amount": 1,
18 "amountFrequency": "ONE_TIME",
19 "paymentMode": "ADVANCE",
20 "paymentCalculationMode": "ONE_TIME",
21 "firstSpecialPaymentDate": "2019-08-24",
22 "lastSpecialPaymentDate": "2019-08-24",
23 "paymentFrequency": "MONTHLY",
24 "firstPaymentDate": "2019-08-24",
25 "lastPaymentDate": "2019-08-24",
26 "firstPaymentAmount": 0.1,
27 "lastPaymentAmount": 0.1,
28 "months": 1,
29 "days": 1,
30 "notificationDate": "2019-08-24",
31 "monthEnd": false,
32 "paymentTiming": "START_OF_DAY",
33 "escalatingRent": false,
34 "stopEscalatingAtZero": false,
35 "escalatingRentAmount": 0,
36 "escalatingRentType": "FIXED",
37 "escalationFrequencyOffset": 0,
38 "escalationFrequency": 0,
39 "escalationFastForward": 0,
40 "termStartDate": "2019-08-24",
41 "termEndDate": "2019-08-24",
42 "expenseCategoryType": "PAYMENT",
43 "spreadingFrequency": "NONE",
44 "firstSpreadingAmount": 0.1,
45 "lastSpreadingAmount": 0.1,
46 "valid": true,
47 "parentFinancialTermId": 0,
48 "termStatus": "EDITABLE",
49 "lockReason": "EXERCISED_IN_ACTIVATION_GROUP",
50 "vendorPaymentSplits": [],
51 "revisionDisplayId": "2107425785-20250828-083848",
52 "termType": "PAYMENT_TERM",
53 "revisionId": 10000006,
54 "leaseComponentId": 10000006,
55 "leaseComponentDisplayId": "LC-100000100",
56 "type": "LEASE",
57 "numberRangeIdentifierValue": "string",
58 "numberRangeIdentifierType": {
59 "name": "COMPANY_CODE"
60 },
61 "numberRangeType": {
62 "name": "CONTRACT"
63 },
64 "allowsSystemGenerateNewId": false
65}
📄 Description: Data transfer object representing non-lease financial terms associated with a lease contract, detailing financial obligations and accounting entries within the Nakisa Lease Accounting Suite.
Properties
None