MasterAgreementDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "year": 1900,
5 "name": "string",
6 "description": "string",
7 "validFrom": "2019-08-24",
8 "validTo": "2019-08-24",
9 "targetValue": 0.1,
10 "legalJurisdiction": "string",
11 "approverComment": "string",
12 "signingPerson": "string",
13 "placeOfSignature": "string",
14 "dateOfSignature": "2019-08-24",
15 "state": "MLA_DEFINE",
16 "dataCreationInfo": {
17 "id": 0,
18 "idGenerationType": "AUTO",
19 "source": "string",
20 "type": "MIGRATION",
21 "startDateTime": "2019-08-24T14:15:22Z",
22 "endDateTime": "2019-08-24T14:15:22Z"
23 },
24 "agreementGroup": {
25 "id": 0,
26 "displayId": "string",
27 "status": "CREATED",
28 "name": "string"
29 },
30 "currency": {
31 "id": 0,
32 "displayId": "string",
33 "status": "CREATED",
34 "name": "string",
35 "decimalPoints": 0
36 },
37 "internalAssetClass": {
38 "id": 0,
39 "displayId": "string",
40 "status": "CREATED",
41 "name": "string",
42 "assetClassType": "PROPERTY",
43 "infiniteUsefulLife": true
44 },
45 "leaseArea": {
46 "id": 0,
47 "displayId": "string",
48 "status": "CREATED",
49 "name": "string"
50 },
51 "businessUnit": {
52 "id": 0,
53 "displayId": "string",
54 "status": "CREATED",
55 "name": "string"
56 },
57 "companyCode": {
58 "id": 0,
59 "displayId": "string",
60 "status": "CREATED",
61 "erpSystemId": 0,
62 "erpSystemDisplayId": "string",
63 "countryId": 0,
64 "countryDisplayId": "string",
65 "name": "string",
66 "postingPeriodVariantId": 0,
67 "fiscalVariantId": 0
68 },
69 "department": {
70 "id": 0,
71 "displayId": "string",
72 "status": "CREATED",
73 "name": "string"
74 },
75 "leaseGroup": {
76 "id": 0,
77 "displayId": "string",
78 "status": "CREATED",
79 "name": "string"
80 },
81 "allowsSystemGenerateNewId": true,
82 "numberRangeIdentifierType": {
83 "name": "string"
84 },
85 "numberRangeIdentifierValue": "string",
86 "numberRangeType": {
87 "name": "string"
88 }
89}
📄 Description: Data transfer object representing a comprehensive master agreement within the Nakisa Portfolio Management Suite, encapsulating critical details related to portfolio assets and analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
year |
integer(int32) |
true |
none |
Numeric value representing year |
name |
string |
true |
none |
Name of the resource |
description |
string |
false |
none |
Description of the resource |
validFrom |
string(date) |
false |
none |
Date from which the resource is valid |
validTo |
string(date) |
false |
none |
Date until which the resource is valid |
targetValue |
number(double) |
false |
none |
Value for targetValue field |
legalJurisdiction |
string |
false |
none |
Text value for legalJurisdiction in MasterAgreementDto |
approverComment |
string |
false |
none |
Text value for approverComment in MasterAgreementDto |
signingPerson |
string |
false |
none |
Text value for signingPerson in MasterAgreementDto |
placeOfSignature |
string |
false |
none |
Text value for placeOfSignature in MasterAgreementDto |
dateOfSignature |
string(date) |
false |
none |
Text value for dateOfSignature in MasterAgreementDto |
state |
string |
false |
none |
Current state of the portfolio |
dataCreationInfo |
false |
none |
none |
|
agreementGroup |
false |
none |
Value for agreementGroup field |
|
currency |
false |
none |
Value for currency field |
|
internalAssetClass |
false |
none |
Value for internalAssetClass field |
|
leaseArea |
false |
none |
Value for leaseArea field |
|
businessUnit |
false |
none |
Value for businessUnit field |
|
companyCode |
false |
none |
Code for the company |
|
department |
false |
none |
Value for department field |
|
leaseGroup |
false |
none |
Value for leaseGroup field |
|
allowsSystemGenerateNewId |
boolean |
false |
none |
Unique identifier for the allows system generate new |
numberRangeIdentifierType |
false |
none |
Type of the number range identifier |
|
numberRangeIdentifierValue |
string |
false |
none |
Text value for numberRangeIdentifierValue in MasterAgreementDto |
numberRangeType |
false |
none |
Type of the number range |
Enumerated Values
Attribute |
Value |
|---|---|
state |
AG_ACTIVATING, AG_ACTIVE, AG_CLASSIFIED, AG_CLOSED, AG_CLOSING, AG_DEFINE, AG_GENERATING_SCHEDULE, AG_GENERATING_SCHEDULE_2, AG_INACTIVE, AG_LEASE_END, AG_LEASE_ENDING, AG_PENDING_ASSESSMENT, AG_PENDING_CLASSIFICATION, AG_RECLOSE, AG_REJECTED, AG_REPROCESS, AG_REVERSING, AG_REVERTED, AG_REVERTING, AG_REVISION, AG_SPLITTING, CONTRACT_ACTIVE, CONTRACT_CLOSED, CONTRACT_DEFINE, CONTRACT_REJECTED, CONTRACT_REVISION, CONTRACT_WAITING_FOR_APPROVAL, LC_ACTIVATING, LC_ACTIVE, LC_CLOSED, LC_DEFINE, LC_REJECTED, LC_REVISION, LC_WAITING_FOR_APPROVAL, MLA_ACTIVE, MLA_CLOSED, MLA_DEFINE, MLA_DISCARDED, MLA_WAITING_FOR_APPROVAL, UNIT_ACTIVE, UNIT_CASUALTY, UNIT_DELIVERED, UNIT_DRAFT, UNIT_INITIAL, UNIT_PURCHASED, UNIT_REACQUIRED, UNIT_RECEIVED, UNIT_RELINQUISHED, UNIT_RETURNED, UNIT_SHIPPED |