if (from = target.at_xpath("./coverage/to"))
      year   = from.at_xpath("year").try(:text).try(:to_i)
      # set to end of year
      end_date = Date.new(year, 12, 31) if year && year != 0
    end