Skip to main content

PublicStatus

Represents the public operational status of a batch manager.

This enum provides a user-friendly view of a batch manager's current status, abstracting away the more complex internal state machine.

enum PublicStatus {
IN_RANGE
CHANGE_PLANNED
INACTIVE
DEPRECATED
}

Values

PublicStatus.IN_RANGE

The current interest rate is close enough to the target that no adjustment is necessary.

PublicStatus.CHANGE_PLANNED

An adjustment to the interest rate is scheduled to occur. Check the days_to_adjustment field to see when it will happen.

PublicStatus.INACTIVE

The batch manager is currently not actively managing interest rates. This could be temporary (maintenance) or permanent.

PublicStatus.DEPRECATED

The batch manager has been replaced by a newer version. Check the superseded_by field in metadata to find the replacement.

Member Of

BatchManager object