public enum PriceFloorIncrementStrategy
{
    Fixed = 1,
    Percentage,
}
