Skip to main content

Retrieves detailed status information for a specific batch manager and collateral combination.

This query is useful when you want to monitor a particular batch manager's status, including its current and target interest rates, adjustment timelines, and operational status.

Arguments

  • collateral_branch_id_in - The ID of the collateral
  • batch_manager_id - The ID of the batch manager as a hex string

Returns

  • BatchManager - Detailed status information if the batch manager exists
  • null - If the batch manager doesn't exist for the specified collateral
batchManager(
collateralBranchIdIn: String!
batchManagerId: String!
): BatchManager

Arguments

batchManager.collateralBranchIdIn ● String! non-null scalar

batchManager.batchManagerId ● String! non-null scalar

Type

BatchManager object

Represents the current status of a batch manager's interest rate adjustment process.

This type provides a public view of batch manager status suitable for API consumers, aggregating information about current and target interest rates, adjustment timelines, and operational status.