Risk Management Agency

The Risk Management Agency (RMA) is an agency of the U.S. Department of Agriculture, which manages the Federal Crop Insurance Corporation (FCIC). The current Acting Administrator is Heather Manzano.

Risk Management Agency
Agency overview
Formed1996 (1996)
JurisdictionUnited States Department of Agriculture
Agency executive
  • Heather Manzano, Administrator (Acting)

History

The Risk Management Agency (RMA) was created in 1996 by the Federal Agriculture Improvement and Reform Act of 1996 to operate and manage the Federal Crop Insurance Corporation (FCIC).

The FCIC was created in 1938, during the Great Depression, to provide insurance for farmers to allow them to profit from crop production, even under difficult agricultural and economic circumstances. Many American farmers were forced to leave their farms as a result of the Dust Bowl during this period.

Programs, Structure, Staff, and Budget

The Risk Management Agency (RMA) has three program areas: Insurance Services, which provides federal crop insurance to American farmers; Product Management, which develops and reviews crop insurance products to ensure actuarial soundness; and Compliance, which monitors federal crop insurance programs for fraud, waste, and abuse.[1]

The RMA is managed by an Administrator appointed by the United States Secretary of Agriculture. The RMA Administrator serves as the non-voting manager of the Federal Crop Insurance Corporation Board.[2]

The RMA employs Deputy Administrators to manage each of the three program areas, as well as a Chief Financial Officer, Chief Information Officer, a Director of the Office of Civil Rights, and a Director of the Office of External Affairs. There are ten RMA regional offices around the country.[3] The RMA employs more than 450 people in offices around the country.

The RMA had an operating budget of $74.8 million during Fiscal Year 2016, and managed more than $102 billion in insurance liability during 2015.[4]

gollark: Not mine.
gollark: ``` My printer isn't working #393Openwizzwizz4 opened this Issue 11 days ago · 0 commentsCommentsAssigneesNo one assignedLabelsNone yetProjectsNone yetMilestoneNo milestoneNotificationsYou’re not receiving notifications from this thread.1 participant@wizzwizz4@wizzwizz4wizzwizz4 commented 11 days agoI used to be able to use my printer, but after coming back from holiday it doesn't work. Every time I try to print, a box comes up and even after I close it it still doesn't work.```
gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition

See also

References

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