Data

We have collected and processed provincial-level geo-spatial data for Italy (ISTAT 2020a) in order to construct the mobility graph, whose nodes represent provinces which are populated according to age-stratified census data (ISTAT 2020b) and whose normalized weighted directed edges encode inter-provincial traffic flows (Pepe et al. 2020).

The heterogeneous contact patterns among provincial sub-populations are governed by synthetic contact matrices (Prem, Cook, and Jit 2017) whose components \(C_{ij}^{L}\) represent the daily contacts that a given agent belonging to age group \(i\) has with any agent of age group \(j\) in a given location \(L \in\) {Home, School, Work, Other}.

The number of agents in each provincial node and each age group is determined by the actual provincial population adjusted by a scale factor. The internal structure of the agent is completely specified by the following attributes:

In order to initialize the workplace locations we let each agent migrate from its residence node according to the probability vector defined by the mobility weights \(M_{ij}\). The workplace community is populated by the agents who have been contacted according to \(C_{ij}^{\text{Work}}\) sharing the workplace location, while the household community is populated by the agents who have been contacted according to \(C_{ij}^{\text{Home}}\).

Model

The model consists of two main (extendable) components: the infectious disease transmission module governing the micro, individual-level dynamics and the public health surveillance module driving the macro, system-level dynamics.

Transmission dynamics

The state space of the transmission compartmental module developed to describe the natural history of the disease is defined by the following states: susceptible (\(S\)), exposed or latent (\(E\)), asymptomatic infected (\(I_a\)), pre-symptomatic infected (\(I_p\)), symptomatic infected (\(I_s\)), recovered (\(R\)), died (\(D\)). All the relevant epidemiological parameters and timing distributions are reported in the Appendix.

The scheduled behaviors of the patient is structured as follows:

  1. contact household members (if present at home);
  2. move to workplace with probability \(p_w\) or, with probability \(1-p_w\) to another location driven by the mobility weights;
  3. contact workplace members;
  4. contact a sample of the population in the current nodal location determined by \(C_{ij}^{\text{School}}\);
  5. contact a sample of the population in the current nodal location determined by \(C_{ij}^{\text{Other}}\);
  6. move back home with probability \(p_h\);

Surveillance dynamics

The state space of the surveillance compartmental module developed to describe the diagnostic protocol is defined by the following states: untested (\(O\)), tested negative (\(N\)), tested positive and not yet negative (\(P\)), tested negative after being tested positive at least once waiting for second negative test confirming recovery (\(W\)), tested negative twice consecutively after being positive (\(R\)). All the relevant diagnostic performance parameters are taken into account and reported in the Appendix. All patients diagnosed as \(P\) or \(W\) are quarantined at home so that all the contacts in other locations are prevented.

The surveillance module controls all the policy interventions such as inter- and intra-provincial mobility restrictions: we have aggregated the mobility dataset into four distinct phases by integrating information about the timing and stringency of national and sub-national policy interventions (Thomas Hale and Kira 2020; Desvars-Larrive et al. 2020). In particular in phase 3 we modeled the national lockdown enforcement by modulating the contact matrices by an amplification factor (Prem et al. 2020).

Objectives

  1. Model calibration on national and sub-national epidemiological data for Italy
  2. Scenario analysis to explore the impact of exogenous/policy-driven and endogenous/behavior-driven social distancing
  3. Sensitivity analysis to test the robustness of the model to changes in timing distributions, behavioral and mobility patterns, household and workplace structures, geo-spatial and temporal resolutions, digital contact-tracing coverage
  4. Multi-objective assessment (e.g. public health vs. epistemic, clinical vs. epidemiological value) of the portfolio of diagnostic strategies implemented by the surveillance module

Current limitations

Future developments

  1. Implementation of severity levels (mild, severe, critical) sub-compartments for symptomatic patients in transmission module
  2. Implementation of hospitalization (\(H\), \(ICU\)) compartments in transmission module
  3. Implementation of global and local, prevalence-based and opinion-based behavioral module
  4. Violation of conservation of global population size with airport mobility
  5. Fine-graining of household and workplace structures
  6. Model calibration on a given region with municipal-level mobility and epidemiological data

Appendix

Computational framework

Language Activity
Python Data collection
Data wrangling
Data visualization
Julia Modelling
Scenario analysis
Multi-objective assessment

Diagnostic strategies

Role Scale Priority Distribution Digital Contact-Tracing
Passive National Random Uniform No
Yes
Targeted Centrality-based Yes
Targeted Age-based / Ex-Ante IFR No
Yes
Symptom-based / Ex-Post IFR No
Yes
Regional Random Uniform No
Yes
Targeted Centrality-based Yes
Targeted Age-based / Ex-Ante IFR No
Yes
Symptom-based / Ex-Post IFR No
Yes
Provincial Random Uniform No
Yes
Targeted Centrality-based Yes
Targeted Age-based / Ex-Ante IFR No
Yes
Symptom-based / Ex-Post IFR No
Yes
Active National Random Uniform No
Yes
Targeted Centrality-based Yes
Targeted Age-based / Ex-Ante IFR No
Yes
Symptom-based / Ex-Post IFR No
Yes
Regional Random Uniform No
Yes
Targeted Centrality-based Yes
Targeted Age-based / Ex-Ante IFR No
Yes
Symptom-based / Ex-Post IFR No
Yes
Provincial Random Uniform No
Yes
Targeted Centrality-based Yes
Targeted Age-based / Ex-Ante IFR No
Yes
Symptom-based / Ex-Post IFR No
Yes

Parameters & distributions

Name Value Description References
\(y\) \(0-29\) \((1-6)\) Range of young age groups Davies et al. (2020)
\(m\) \(30-59\) \((7-12)\) Range of middle age groups Davies et al. (2020)
\(o\) \(60-80\) \((13-16)\) Range of old age groups Davies et al. (2020)
\(\sigma_1\) \(\mathcal{N}(\mu=0.5,\sigma=0.1;[0,0.5])\) Symptomatic fraction on infection for young age groups Davies et al. (2020)
\(\sigma_2\) 0.5 Symptomatic fraction on infection for middle age groups Davies et al. (2020)
\(\sigma_3\) \(\mathcal{N}(\mu=0.1,\sigma=0.1;[0.5,1])\) Symptomatic fraction on infection for old age groups Davies et al. (2020)
\(\beta_S\) \(\mathcal{N}(\mu=0.5,\sigma=0.023;[0,+∞])\) Transmissibility of symptomatic infectious person Davies et al. (2020)
\(\beta_P\) \(0.15 \cdot \beta_S\) Transmissibility of pre-symptomatic infectious person Aleta et al. (2020)
\(\beta_A\) \(0.5 \cdot \beta_S\) Transmissibility of a-symptomatic infectious person Davies et al. (2020)
\(d_E\) \(\mathcal{\Gamma}(\mu=3,k=4)\) Incubation period Davies et al. (2020)
\(d_P\) \(\mathcal{\Gamma}(\mu=1.5,k=4)\) Duration of infectiousness in days during the pre-symptomatic phase Davies et al. (2020)
\(d_A\) \(\mathcal{\Gamma}(\mu=3.5,k=4)\) Duration of infectiousness in days during the a-symptomatic phase Davies et al. (2020)
\(d_S\) \(\mathcal{\Gamma}(\mu=5,k=4)\) Duration of infectiousness in days during the symptomatic phase Davies et al. (2020)
\(\delta_1\) \(0\) Infection fatality ratio for the 0-50 age group Poletti et al. (2020)
\(\delta_2\) \(0.46\) Infection fatality ratio for the 50-60 age group Poletti et al. (2020)
\(\delta_3\) \(1.42\) Infection fatality ratio for the 60-70 age group Poletti et al. (2020)
\(\delta_4\) \(6.87\) Infection fatality ratio for the 70-80 age group Poletti et al. (2020)
\(\nu_S\) \(mean(0.20,0.38)\) False negative rate in symptomatic phase Kucirka et al. (2020)
\(\nu_P\) \(mean(0.38,0.67)\) False negative rate in pre-symptomatic phase Kucirka et al. (2020)
\(\nu_E\) \(mean(0.67,1)\) False negative rate in incubation phase Kucirka et al. (2020)

References

Ajelli, Marco, Bruno Gonçalves, Duygu Balcan, Vittoria Colizza, Hao Hu, José J Ramasco, Stefano Merler, and Alessandro Vespignani. 2010. “Comparing Large-Scale Computational Approaches to Epidemic Modeling: Agent-Based Versus Structured Metapopulation Models.” BMC Infectious Diseases 10 (1). Springer Science and Business Media LLC. https://doi.org/10.1186/1471-2334-10-190.

Aleta, Alberto, David Martı'n-Corral, Ana Pastore y Piontti, Marco Ajelli, Maria Litvinova, Matteo Chinazzi, Natalie E. Dean, et al. 2020. “Modelling the Impact of Testing, Contact Tracing and Household Quarantine on Second Waves of COVID-19.” Nature Human Behaviour, August. Springer Science and Business Media LLC. https://doi.org/10.1038/s41562-020-0931-9.

Davies, Nicholas G., and Petra Klepac, Yang Liu, Kiesha Prem, Mark Jit, and Rosalind M. Eggo. 2020. “Age-Dependent Effects in the Transmission and Control of COVID-19 Epidemics.” Nature Medicine 26 (8). Springer Science and Business Media LLC: 1205–11. https://doi.org/10.1038/s41591-020-0962-9.

Desvars-Larrive, Amélie, Elma Dervic, Nils Haug, Thomas Niederkrotenthaler, Jiaying Chen, Anna Di Natale, Jana Lasser, et al. 2020. “A Structured Open Dataset of Government Interventions in Response to COVID-19.” Scientific Data 7 (1). Springer Science and Business Media LLC. https://doi.org/10.1038/s41597-020-00609-9.

ISTAT. 2020a. “Confini Delle Unità Amministrative a Fini Statistici Al 1° Gennaio 2020.” https://www.istat.it/it/archivio/222527.

———. 2020b. “Resident Population by Sex, Age and Marital Status.” http://demo.istat.it/pop2020/index_e.html.

Kucirka, Lauren M., Stephen A. Lauer, Oliver Laeyendecker, Denali Boon, and Justin Lessler. 2020. “Variation in False-Negative Rate of Reverse Transcriptase Polymerase Chain ReactionBased SARS-CoV-2 Tests by Time Since Exposure.” Annals of Internal Medicine 173 (4). American College of Physicians: 262–67. https://doi.org/10.7326/m20-1495.

Pepe, Emanuele, Paolo Bajardi, Laetitia Gauvin, Filippo Privitera, Brennan Lake, Ciro Cattuto, and Michele Tizzoni. 2020. “COVID-19 Outbreak Response, a Dataset to Assess Mobility Changes in Italy Following National Lockdown.” Scientific Data 7 (1). Springer Science and Business Media LLC. https://doi.org/10.1038/s41597-020-00575-2.

Poletti, Piero, Marcello Tirani, Danilo Cereda, Filippo Trentini, Giorgio Guzzetta, Valentina Marziano, Sabrina Buoro, et al. 2020. “Age-Specific SARS-CoV-2 Infection Fatality Ratio and Associated Risk Factors, Italy, February to April 2020.” Eurosurveillance 25 (31). European Centre for Disease Control and Prevention (ECDC). https://doi.org/10.2807/1560-7917.es.2020.25.31.2001383.

Prem, Kiesha, Alex R. Cook, and Mark Jit. 2017. “Projecting Social Contact Matrices in 152 Countries Using Contact Surveys and Demographic Data.” Edited by Betz Halloran. PLOS Computational Biology 13 (9). Public Library of Science (PLoS): e1005697. https://doi.org/10.1371/journal.pcbi.1005697.

Prem, Kiesha, Kevin van Zandvoort, Petra Klepac, Rosalind M Eggo, Nicholas G Davies, Alex R Cook, and Mark Jit and. 2020. “Projecting Contact Matrices in 177 Geographical Regions: An Update and Comparison with Empirical Data for the COVID-19 Era,” July. Cold Spring Harbor Laboratory. https://doi.org/10.1101/2020.07.22.20159772.

Thomas Hale, Anna Petherick, Sam Webster, and Beatriz Kira. 2020. “Oxford Covid-19 Government Response Tracker.” Edited by Blavatnik School of Government. https://www.bsg.ox.ac.uk/research/research-projects/oxford-covid-19-government-response-tracker.