BatchAdjustmentStatus
No description
type BatchAdjustmentStatus {
collateralId: String!
batchManagerId: String!
targetInterestRate: Int!
currentInterestRate: Int!
timeSinceLastAdjustment: Int!
regularAdjustmentCountdown: Int!
emergencyAdjustmentCountdown: Int!
status: StatusType!
metadata: BatchManagerMetadataStatus!
}
Fields
BatchAdjustmentStatus.collateralId
● String!
non-null scalar
BatchAdjustmentStatus.batchManagerId
● String!
non-null scalar
BatchAdjustmentStatus.targetInterestRate
● Int!
non-null scalar
BatchAdjustmentStatus.currentInterestRate
● Int!
non-null scalar
BatchAdjustmentStatus.timeSinceLastAdjustment
● Int!
non-null scalar
BatchAdjustmentStatus.regularAdjustmentCountdown
● Int!
non-null scalar
BatchAdjustmentStatus.emergencyAdjustmentCountdown
● Int!
non-null scalar
BatchAdjustmentStatus.status
● StatusType!
non-null enum
BatchAdjustmentStatus.metadata
● BatchManagerMetadataStatus!
non-null object
Returned By
batchAdjustmentStatus
query ● batchAdjustmentStatuses
query