bool operator <= (const period& pe) const {return this->total() <= pe.total();}
bool operator > (const period& pe) const {return this->total() > pe.total();}