@period.setter
    def period(self, value):
        if value is not None:
            value = int(value)