"""Split-related constants.""" from enum import Enum class RateType(str, Enum): """Split rate type.""" NET = "NET" GROSS = "GROSS"