def calc_ndl_statistics(option)
    unless Term.where(:display_name => "平成#{option[:term]}年度").exists?
      raise InvalidTerm
    end
    term_id = Term.where(:display_name => "平成#{option[:term]}年度").first.id