DisclosureReportJobInputDto

📄 Description: Data transfer object representing the input parameters for generating a disclosure report within the Nakisa Lease Accounting Suite, encompassing essential details related to leases, contracts, financial obligations, and accounting entries.

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier for the resource

accountingStandardType

AccountingStandardType

true

none

Type of the accounting standard

classifications

[string]

true

none

List of classifications items

fromYear

integer(int32)¦null

false

none

Numeric value representing fromYear

fromPeriod

FiscalPeriodLite

false

none

Value for fromPeriod field

toYear

integer(int32)¦null

false

none

Numeric value representing toYear

toPeriod

FiscalPeriodLite

false

none

Value for toPeriod field

fromDate

string(date)¦null

false

none

Date of the from

toDate

string(date)¦null

false

none

Date of the to

fromDateType

string

false

none

none

toDateType

string

false

none

none

currencyDisplayId

string¦null

false

none

Unique identifier for the currency display

currencyType

string¦null

false

none

Type of the currency

currencyDefinitionType

CurrencyDefinitionTypeContract

false

none

Type of the currency definition

activationGroupStatus

ActivationGroupStatusList

false

none

Status of the activation group

reportList

[string]

false

none

List of reportList items

listObjectType

ObjectType

false

none

Type of the list object

objectList

[EntityLiteDto]

false

none

List of objectList items

migratedFilterType

MigratedFilterType

true

none

Type of the migrated filter

assetClassFilterType

FilterType

true

none

Type of the asset class filter

assetClasses

[InternalAssetClassLite]

false

none

List of assetClasses items

businessAreaFilterType

FilterType

true

none

Type of the business area filter

businessAreas

[BusinessAreaLite]

false

none

List of businessAreas items

vendorFilterType

FilterType

true

none

Represents the filter type for including or excluding specific entities.

vendors

[PartnerLite]

false

none

List of vendors to include when filter type is LIST.

Enumerated Values

Attribute

Value

fromDateType

CURRENT_MONTH_START_DATE, CURRENT_PERIOD_START_DATE, JOB_EXECUTION_DATE, START_OF_CALENDER_YEAR, START_OF_FISCAL_YEAR, USER_DEFINED

toDateType

CURRENT_MONTH_END_DATE, CURRENT_PERIOD_END_DATE, END_OF_CALENDER_YEAR, END_OF_FISCAL_YEAR, JOB_EXECUTION_DATE, USER_DEFINED