Oklahoma Firefighters Pension and Retirement System

The Oklahoma Firefighters Pension and Retirement System (OFPRS) is an agency of the government of Oklahoma that manages the public pension system for firefighters in Oklahoma. The System provides pension benefits such as normal retirement, disability retirement, surviving spouse benefits and a death benefit.

Oklahoma Firefighters Pension and Retirement System
Great Seal of Oklahoma
Agency overview
Formed1980
Preceding agency
  • Fireman’s Pension Benefit Program
Headquarters4545 N Lincoln Boulevard
Oklahoma City, Oklahoma
Employees11 unclassified
Annual budget$260 million
Ministers responsible
  • Scott Meacham, Secretary of Finance and Revenue
  • Les Foughty, Chair of the Board
Agency executive
  • Robert Jones, Executive Director
Parent agencyBoard of Trustees
WebsiteOklahoma Firefighters Pension and Retirement System

The System receives its funding from employer and member contributions, a portion of the state insurance premium tax and returns on investments. The System is overseen by a 13-member Board of Trustees, which is responsible for governing the System and appointing the Executive Director to run the System.

The System was created in 1980 during the term of Governor of Oklahoma George Nigh.

History

Governor of Oklahoma Charles N. Haskell signed into law the first fireman’s pension benefit law May 14, 1908. The new law contained a 1 percent tax on insurance premiums to fund the pension benefits for both paid and volunteer firefighters. Oklahoma cities and towns administered the program until the Oklahoma Legislature created the current System in 1980.

Leadership

The System is overseen by the Secretary of Finance and Revenue. Under Governor of Oklahoma Brad Henry, Scott Meacham is currently serving as Secretary.

Board of trustees

The System is governed by a thirteen-member Board of Trustees. The Board members are appointed as follows:

  • Oklahoma State Firefighters Association Executive Board (5 members)
  • President of the Professional Firefighters of Oklahoma or a designee (1 member)
  • President of the Oklahoma Retired Firefighters Association or a designee (1 member)
  • Speaker of the House of Representatives Appointee (1 member)
  • President Pro Tempore of the Senate Appointee (1 member)
  • Oklahoma Municipal League Appointees (2 members)
  • State Insurance Commissioner or a designee (1 member)
  • Director of the Office of State Finance or a designee (1 member)
gollark: So far all known sandbox exploits have been patched, but there are undoubtedly many unknown not patched ones!
gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.