IncrementalBorrowingRateDtoFilter¶
Example Json Object
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "statusEqual": "CREATED",
16 "statusIn": [
17 "CREATED"
18 ],
19 "displayIdIn": [
20 "string"
21 ],
22 "displayIdLike": "string",
23 "nameLike": "string",
24 "validFromGreaterThanOrEqual": "2019-08-24",
25 "validFromLessThanOrEqual": "2019-08-24",
26 "validFromEqual": "2019-08-24",
27 "validToGreaterThanOrEqual": "2019-08-24",
28 "validToLessThanOrEqual": "2019-08-24",
29 "validToEqual": "2019-08-24",
30 "leaseLengthFromLike": "string",
31 "leaseLengthToLike": "string",
32 "rateLike": "string",
33 "companyIdEqual": 0,
34 "companyDisplayIdLike": "string",
35 "erpSystemIdEqual": 0,
36 "erpSystemDisplayIdLike": "string",
37 "internalAssetClassIdEqual": 0,
38 "internalAssetClassDisplayIdLike": "string",
39 "internalAssetClassNameLike": "string",
40 "contractCurrencyIdEqual": 0,
41 "contractCurrencyDisplayIdLike": "string"
42}
📄 Description: Data transfer object representing filters for querying incremental borrowing rates within a financial organization’s structure, facilitating efficient management of hierarchical 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 |
nameLike |
string |
false |
none |
Filter by partial match of name |
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 |
validToGreaterThanOrEqual |
string(date) |
false |
none |
Filter where valid to is greater than or equal to specified value |
validToLessThanOrEqual |
string(date) |
false |
none |
Filter where valid to is less than or equal to specified value |
validToEqual |
string(date) |
false |
none |
Filter by exact match of valid to |
leaseLengthFromLike |
string |
false |
none |
Filter by partial match of lease length from |
leaseLengthToLike |
string |
false |
none |
Filter by partial match of lease length to |
rateLike |
string |
false |
none |
Filter by partial match of rate |
companyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of company id |
companyDisplayIdLike |
string |
false |
none |
Filter by partial match of company display id |
erpSystemIdEqual |
integer(int64) |
false |
none |
Filter by exact match of erp system id |
erpSystemDisplayIdLike |
string |
false |
none |
Filter by partial match of erp system display id |
internalAssetClassIdEqual |
integer(int64) |
false |
none |
Filter by exact match of internal asset class id |
internalAssetClassDisplayIdLike |
string |
false |
none |
Filter by partial match of internal asset class display id |
internalAssetClassNameLike |
string |
false |
none |
Filter by partial match of internal asset class name |
contractCurrencyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of contract currency id |
contractCurrencyDisplayIdLike |
string |
false |
none |
Filter by partial match of contract currency display id |
Enumerated Values
Attribute |
Value |
|---|---|
statusEqual |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |