Class SanctionsImpactModel
java.lang.Object
org.episteme.social.politics.SanctionsImpactModel
Models the estimated impact of international economic sanctions on a target country's GDP.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealestimateGDPImpact(double tradeVolume, double relianceFactor) Estimates the drop in Gross Domestic Product (GDP) resulting from targeted trade sanctions.
-
Method Details
-
estimateGDPImpact
Estimates the drop in Gross Domestic Product (GDP) resulting from targeted trade sanctions.- Parameters:
tradeVolume- the total volume of trade affected by the sanctionsrelianceFactor- the country's reliance on the sanctioning entity (0.0 to 1.0)- Returns:
- a Real number representing the estimated impact (negative value)
-