ExchangeRateDtoFilter

📄 Description: Data transfer object representing the criteria for filtering exchange rate data within a financial organization’s hierarchical structure, facilitating efficient retrieval and analysis of currency exchange information relevant to financial entities.

Properties

Name

Type

Required

Restrictions

Description

idIn

[integer]

false

none

Filter by multiple values of id

idEqual

integer(int64)

false

none

Filter by exact match of id

idLike

string

false

none

Filter by partial match of id

createdAtGreaterThanOrEqual

string(date-time)

false

none

Filter where created at is greater than or equal to specified value

createdAtLessThanOrEqual

string(date-time)

false

none

Filter where created at is less than or equal to specified value

createdByLike

string

false

none

Filter by partial match of created by

createdByEqual

string

false

none

Filter by exact match of created by

modifiedAtGreaterThanOrEqual

string(date-time)

false

none

Filter where modified at is greater than or equal to specified value

modifiedAtLessThanOrEqual

string(date-time)

false

none

Filter where modified at is less than or equal to specified value

modifiedByLike

string

false

none

Filter by partial match of modified by

modifiedByEqual

string

false

none

Filter by exact match of modified by

statusEqual

string

false

none

Filter by exact match of status

statusIn

[string]

false

none

Filter by multiple values of status

displayIdIn

[string]

false

none

Filter by multiple values of display id

displayIdLike

string

false

none

Filter by partial match of display id

erpSystemIdEqual

integer(int64)

false

none

Filter by exact match of erp system id

erpSystemIdIn

[integer]

false

none

Filter by multiple values of erp system id

erpSystemDisplayIdLike

string

false

none

Filter by partial match of erp system display id

validFromGreaterThanOrEqual

string(date)

false

none

Filter where valid from is greater than or equal to specified value

validFromLessThanOrEqual

string(date)

false

none

Filter where valid from is less than or equal to specified value

validFromEqual

string(date)

false

none

Filter by exact match of valid from

rateLike

string

false

none

Filter by partial match of rate

fromFactorLike

string

false

none

Filter by partial match of from factor

toFactorLike

string

false

none

Filter by partial match of to factor

indirectExchangeRateLike

string

false

none

Filter by partial match of indirect exchange rate

indirectFromFactorLike

string

false

none

Filter by partial match of indirect from factor

indirectToFactorLike

string

false

none

Filter by partial match of indirect to factor

exchangeRateTypeLike

string

false

none

Filter by partial match of exchange rate type

alternateExchangeRateTypeLike

string

false

none

Filter by partial match of alternate exchange rate type

fromCurrencyIdEqual

integer(int64)

false

none

Filter by exact match of from currency id

fromCurrencyDisplayIdLike

string

false

none

Filter by partial match of from currency display id

toCurrencyIdEqual

integer(int64)

false

none

Filter by exact match of to currency id

toCurrencyDisplayIdLike

string

false

none

Filter by partial match of to currency display id

Enumerated Values

Attribute

Value

statusEqual

ACTIVE, CREATED, DECOMMISSIONED, DISABLED