Class SanctionsImpactModel

java.lang.Object
org.episteme.social.politics.SanctionsImpactModel

public final class SanctionsImpactModel extends Object
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 Details

    • estimateGDPImpact

      public static Real estimateGDPImpact(double tradeVolume, double relianceFactor)
      Estimates the drop in Gross Domestic Product (GDP) resulting from targeted trade sanctions.
      Parameters:
      tradeVolume - the total volume of trade affected by the sanctions
      relianceFactor - the country's reliance on the sanctioning entity (0.0 to 1.0)
      Returns:
      a Real number representing the estimated impact (negative value)