From d4892d783c1279f533bb3a4dc09cc83d8cb063d4 Mon Sep 17 00:00:00 2001 From: kaiwm Date: Sat, 14 Oct 2023 21:35:47 -0700 Subject: [PATCH] LGTM! --- python/application.py | 2 +- python/data/sfcc_2023_agents.json | 1002 ++ python/data/sfcc_2023_claim_handlers.json | 782 ++ python/data/sfcc_2023_claims.json | 12002 ++++++++++++++++++++ python/data/sfcc_2023_disasters.json | 1302 +++ python/simple_data_tool.py | 167 +- 6 files changed, 15235 insertions(+), 22 deletions(-) create mode 100644 python/data/sfcc_2023_agents.json create mode 100644 python/data/sfcc_2023_claim_handlers.json create mode 100644 python/data/sfcc_2023_claims.json create mode 100644 python/data/sfcc_2023_disasters.json diff --git a/python/application.py b/python/application.py index 50cb38a..67bb810 100644 --- a/python/application.py +++ b/python/application.py @@ -1 +1 @@ -print("I'm working") \ No newline at end of file +print("working") \ No newline at end of file diff --git a/python/data/sfcc_2023_agents.json b/python/data/sfcc_2023_agents.json new file mode 100644 index 0000000..645e104 --- /dev/null +++ b/python/data/sfcc_2023_agents.json @@ -0,0 +1,1002 @@ +[ + { + "id": 1, + "first_name": "Catha", + "last_name": "Abrahmer", + "state": "Minnesota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "German", + "years_active": 10 + }, + { + "id": 2, + "first_name": "Yetta", + "last_name": "Eason", + "state": "Oregon", + "region": "West", + "primary_language": "English", + "secondary_language": "Korean", + "years_active": 12 + }, + { + "id": 3, + "first_name": "Janeta", + "last_name": "D'Avaux", + "state": "Connecticut", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 47 + }, + { + "id": 4, + "first_name": "Kalie", + "last_name": "Tomkins", + "state": "Virginia", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 33 + }, + { + "id": 5, + "first_name": "Teddy", + "last_name": "Dennitts", + "state": "Illinois", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Chinese", + "years_active": 48 + }, + { + "id": 6, + "first_name": "Xylina", + "last_name": "MacMurray", + "state": "New Jersey", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 17 + }, + { + "id": 7, + "first_name": "Walker", + "last_name": "Nosworthy", + "state": "Tennessee", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 39 + }, + { + "id": 8, + "first_name": "Kip", + "last_name": "Scuffham", + "state": "Maine", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "French", + "years_active": 35 + }, + { + "id": 9, + "first_name": "Winifred", + "last_name": "Duddy", + "state": "North Dakota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 32 + }, + { + "id": 10, + "first_name": "Layney", + "last_name": "Drewry", + "state": "Maryland", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 25 + }, + { + "id": 11, + "first_name": "Beatrice", + "last_name": "Sprowles", + "state": "Arizona", + "region": "West", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 7 + }, + { + "id": 12, + "first_name": "Candida", + "last_name": "Dungay", + "state": "South Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": "Chinese", + "years_active": 43 + }, + { + "id": 13, + "first_name": "Whitby", + "last_name": "Awin", + "state": "Pennsylvania", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 1 + }, + { + "id": 14, + "first_name": "Buck", + "last_name": "Withringten", + "state": "Alabama", + "region": "South", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 16 + }, + { + "id": 15, + "first_name": "Ladonna", + "last_name": "Earengey", + "state": "Indiana", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 36 + }, + { + "id": 16, + "first_name": "Guglielmo", + "last_name": "Lamboll", + "state": "Vermont", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 4 + }, + { + "id": 17, + "first_name": "Gardner", + "last_name": "Nasey", + "state": "Idaho", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 21 + }, + { + "id": 18, + "first_name": "Georgina", + "last_name": "Lovegrove", + "state": "California", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 11 + }, + { + "id": 19, + "first_name": "Xaviera", + "last_name": "Darell", + "state": "Massachusetts", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "German", + "years_active": 10 + }, + { + "id": 20, + "first_name": "Dick", + "last_name": "Andras", + "state": "Ohio", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 14 + }, + { + "id": 21, + "first_name": "Luise", + "last_name": "Reeken", + "state": "North Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 14 + }, + { + "id": 22, + "first_name": "Gale", + "last_name": "Cantua", + "state": "Arkansas", + "region": "South", + "primary_language": "English", + "secondary_language": "German", + "years_active": 2 + }, + { + "id": 23, + "first_name": "Gracie", + "last_name": "Polland", + "state": "Washington", + "region": "West", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 29 + }, + { + "id": 24, + "first_name": "Connie", + "last_name": "Loyley", + "state": "Ohio", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 33 + }, + { + "id": 25, + "first_name": "Laryssa", + "last_name": "Affleck", + "state": "South Dakota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 7 + }, + { + "id": 26, + "first_name": "Erina", + "last_name": "Coan", + "state": "North Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 43 + }, + { + "id": 27, + "first_name": "Evered", + "last_name": "Sergent", + "state": "Utah", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 50 + }, + { + "id": 28, + "first_name": "Cassandry", + "last_name": "Curston", + "state": "New Mexico", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 49 + }, + { + "id": 29, + "first_name": "Cirstoforo", + "last_name": "Yurov", + "state": "Washington", + "region": "West", + "primary_language": "English", + "secondary_language": "German", + "years_active": 34 + }, + { + "id": 30, + "first_name": "Hewe", + "last_name": "Matveiko", + "state": "Missouri", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 25 + }, + { + "id": 31, + "first_name": "Nevil", + "last_name": "O' Hern", + "state": "Alabama", + "region": "South", + "primary_language": "English", + "secondary_language": "French", + "years_active": 19 + }, + { + "id": 32, + "first_name": "Cynthea", + "last_name": "Pitkins", + "state": "New Jersey", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 16 + }, + { + "id": 33, + "first_name": "Irita", + "last_name": "Segebrecht", + "state": "South Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 38 + }, + { + "id": 34, + "first_name": "Loraine", + "last_name": "Turmel", + "state": "Iowa", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 21 + }, + { + "id": 35, + "first_name": "Doris", + "last_name": "Illem", + "state": "Oklahoma", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 5 + }, + { + "id": 36, + "first_name": "Maritsa", + "last_name": "Hulme", + "state": "Michigan", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 28 + }, + { + "id": 37, + "first_name": "Hagen", + "last_name": "Baxter", + "state": "Oregon", + "region": "West", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 44 + }, + { + "id": 38, + "first_name": "Patty", + "last_name": "Saxelby", + "state": "Hawaii", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 4 + }, + { + "id": 39, + "first_name": "Hans", + "last_name": "Hardway", + "state": "Georgia", + "region": "South", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 47 + }, + { + "id": 40, + "first_name": "Lind", + "last_name": "Loughton", + "state": "Rhode Island", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 6 + }, + { + "id": 41, + "first_name": "Cynthie", + "last_name": "Gytesham", + "state": "North Dakota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 36 + }, + { + "id": 42, + "first_name": "Dougie", + "last_name": "Faulconer", + "state": "Utah", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 15 + }, + { + "id": 43, + "first_name": "Briano", + "last_name": "Lowell", + "state": "Missouri", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 36 + }, + { + "id": 44, + "first_name": "Eli", + "last_name": "Ginity", + "state": "Nevada", + "region": "West", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 7 + }, + { + "id": 45, + "first_name": "Wendell", + "last_name": "Tolputt", + "state": "New Jersey", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 50 + }, + { + "id": 46, + "first_name": "Briggs", + "last_name": "Snasdell", + "state": "Minnesota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "German", + "years_active": 6 + }, + { + "id": 47, + "first_name": "Peadar", + "last_name": "D'Hooge", + "state": "Idaho", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 17 + }, + { + "id": 48, + "first_name": "Babbette", + "last_name": "Tower", + "state": "Rhode Island", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 45 + }, + { + "id": 49, + "first_name": "Tedda", + "last_name": "Highwood", + "state": "Kansas", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 41 + }, + { + "id": 50, + "first_name": "Davina", + "last_name": "Totton", + "state": "Oregon", + "region": "West", + "primary_language": "English", + "secondary_language": "Korean", + "years_active": 35 + }, + { + "id": 51, + "first_name": "Blondelle", + "last_name": "MacDearmaid", + "state": "South Dakota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 31 + }, + { + "id": 52, + "first_name": "Vinnie", + "last_name": "Chree", + "state": "South Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 43 + }, + { + "id": 53, + "first_name": "Boniface", + "last_name": "Antwis", + "state": "Rhode Island", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 25 + }, + { + "id": 54, + "first_name": "Merrill", + "last_name": "Pallin", + "state": "New Hampshire", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 40 + }, + { + "id": 55, + "first_name": "Brent", + "last_name": "Alywen", + "state": "New Mexico", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 13 + }, + { + "id": 56, + "first_name": "Vinnie", + "last_name": "Lindemann", + "state": "District of Columbia", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 45 + }, + { + "id": 57, + "first_name": "Pooh", + "last_name": "Wilce", + "state": "Louisiana", + "region": "South", + "primary_language": "English", + "secondary_language": "German", + "years_active": 19 + }, + { + "id": 58, + "first_name": "Kaiser", + "last_name": "Toffolini", + "state": "Ohio", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Chinese", + "years_active": 21 + }, + { + "id": 59, + "first_name": "Clark", + "last_name": "Tussaine", + "state": "Washington", + "region": "West", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 1 + }, + { + "id": 60, + "first_name": "Annissa", + "last_name": "Moxted", + "state": "Utah", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 26 + }, + { + "id": 61, + "first_name": "Imelda", + "last_name": "McMenamie", + "state": "New Jersey", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 6 + }, + { + "id": 62, + "first_name": "Melanie", + "last_name": "Blunsom", + "state": "Arizona", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 49 + }, + { + "id": 63, + "first_name": "Sarge", + "last_name": "Iredale", + "state": "Alaska", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 6 + }, + { + "id": 64, + "first_name": "Hanson", + "last_name": "Buxam", + "state": "Nevada", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 35 + }, + { + "id": 65, + "first_name": "Nettle", + "last_name": "Apps", + "state": "Hawaii", + "region": "West", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 19 + }, + { + "id": 66, + "first_name": "Joellen", + "last_name": "Chapiro", + "state": "Nebraska", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "French", + "years_active": 25 + }, + { + "id": 67, + "first_name": "Smith", + "last_name": "Budden", + "state": "Hawaii", + "region": "West", + "primary_language": "English", + "secondary_language": "Chinese", + "years_active": 7 + }, + { + "id": 68, + "first_name": "Roz", + "last_name": "Sygroves", + "state": "Alaska", + "region": "West", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 42 + }, + { + "id": 69, + "first_name": "Emylee", + "last_name": "Simonetto", + "state": "Wyoming", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 24 + }, + { + "id": 70, + "first_name": "Trev", + "last_name": "Balint", + "state": "District of Columbia", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 14 + }, + { + "id": 71, + "first_name": "Karrah", + "last_name": "Gartenfeld", + "state": "Mississippi", + "region": "South", + "primary_language": "English", + "secondary_language": "French", + "years_active": 25 + }, + { + "id": 72, + "first_name": "Newton", + "last_name": "Orro", + "state": "Kentucky", + "region": "South", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 40 + }, + { + "id": 73, + "first_name": "Letta", + "last_name": "Fury", + "state": "Massachusetts", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 15 + }, + { + "id": 74, + "first_name": "Ashien", + "last_name": "McGeachey", + "state": "Massachusetts", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Chinese", + "years_active": 46 + }, + { + "id": 75, + "first_name": "Calypso", + "last_name": "Yuryev", + "state": "Alaska", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 16 + }, + { + "id": 76, + "first_name": "Rhys", + "last_name": "Kobelt", + "state": "California", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 34 + }, + { + "id": 77, + "first_name": "Gaspard", + "last_name": "Pegden", + "state": "Michigan", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 35 + }, + { + "id": 78, + "first_name": "Lory", + "last_name": "de Juares", + "state": "Alabama", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 27 + }, + { + "id": 79, + "first_name": "Nils", + "last_name": "Brashier", + "state": "Texas", + "region": "South", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 18 + }, + { + "id": 80, + "first_name": "Idalia", + "last_name": "Farleigh", + "state": "North Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": null, + "years_active": 16 + }, + { + "id": 81, + "first_name": "Vi", + "last_name": "Barkus", + "state": "New Jersey", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 33 + }, + { + "id": 82, + "first_name": "Darcee", + "last_name": "Timewell", + "state": "Arizona", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 26 + }, + { + "id": 83, + "first_name": "Rozanna", + "last_name": "Heakins", + "state": "Minnesota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "French", + "years_active": 20 + }, + { + "id": 84, + "first_name": "Jemima", + "last_name": "Rosling", + "state": "California", + "region": "West", + "primary_language": "English", + "secondary_language": "Korean", + "years_active": 37 + }, + { + "id": 85, + "first_name": "Fancie", + "last_name": "Kilner", + "state": "Nebraska", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 6 + }, + { + "id": 86, + "first_name": "Gabrila", + "last_name": "Ridgedell", + "state": "California", + "region": "West", + "primary_language": "English", + "secondary_language": "Arabic", + "years_active": 32 + }, + { + "id": 87, + "first_name": "Curcio", + "last_name": "Musgrave", + "state": "Colorado", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 19 + }, + { + "id": 88, + "first_name": "Honey", + "last_name": "Duffill", + "state": "Pennsylvania", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 26 + }, + { + "id": 89, + "first_name": "Harley", + "last_name": "Vittel", + "state": "Arizona", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 20 + }, + { + "id": 90, + "first_name": "Blake", + "last_name": "Penddreth", + "state": "New Jersey", + "region": "Northeast", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 36 + }, + { + "id": 91, + "first_name": "Starlene", + "last_name": "Boscott", + "state": "Illinois", + "region": "Midwest", + "primary_language": "English", + "secondary_language": "Italian", + "years_active": 34 + }, + { + "id": 92, + "first_name": "Orsa", + "last_name": "Bellamy", + "state": "Florida", + "region": "South", + "primary_language": "English", + "secondary_language": "Spanish", + "years_active": 38 + }, + { + "id": 93, + "first_name": "Philis", + "last_name": "Bover", + "state": "Rhode Island", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 25 + }, + { + "id": 94, + "first_name": "Kathe", + "last_name": "Tipler", + "state": "New York", + "region": "Northeast", + "primary_language": "English", + "secondary_language": null, + "years_active": 47 + }, + { + "id": 95, + "first_name": "Durand", + "last_name": "Ellwood", + "state": "Alaska", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 45 + }, + { + "id": 96, + "first_name": "Brana", + "last_name": "Drinan", + "state": "South Dakota", + "region": "Midwest", + "primary_language": "English", + "secondary_language": null, + "years_active": 42 + }, + { + "id": 97, + "first_name": "Wiatt", + "last_name": "Kitchenman", + "state": "North Carolina", + "region": "South", + "primary_language": "English", + "secondary_language": "Korean", + "years_active": 40 + }, + { + "id": 98, + "first_name": "Lionello", + "last_name": "Krauze", + "state": "Mississippi", + "region": "South", + "primary_language": "English", + "secondary_language": "German", + "years_active": 48 + }, + { + "id": 99, + "first_name": "Louella", + "last_name": "Evangelinos", + "state": "Georgia", + "region": "South", + "primary_language": "English", + "secondary_language": "Korean", + "years_active": 6 + }, + { + "id": 100, + "first_name": "Christa", + "last_name": "McPartling", + "state": "California", + "region": "West", + "primary_language": "English", + "secondary_language": null, + "years_active": 39 + } +] diff --git a/python/data/sfcc_2023_claim_handlers.json b/python/data/sfcc_2023_claim_handlers.json new file mode 100644 index 0000000..6d951b5 --- /dev/null +++ b/python/data/sfcc_2023_claim_handlers.json @@ -0,0 +1,782 @@ +[ + { + "first_name": "Barnabe", + "last_name": "Clynman", + "id": 1 + }, + { + "first_name": "Valdemar", + "last_name": "Size", + "id": 2 + }, + { + "first_name": "Edithe", + "last_name": "Bleakley", + "id": 3 + }, + { + "first_name": "Sonja", + "last_name": "Diamant", + "id": 4 + }, + { + "first_name": "Elsey", + "last_name": "Sreenan", + "id": 5 + }, + { + "first_name": "Wilmer", + "last_name": "Sykes", + "id": 6 + }, + { + "first_name": "Wang", + "last_name": "California", + "id": 7 + }, + { + "first_name": "Shadow", + "last_name": "Cabane", + "id": 8 + }, + { + "first_name": "Deborah", + "last_name": "Longfellow", + "id": 9 + }, + { + "first_name": "Albertina", + "last_name": "McCrorie", + "id": 10 + }, + { + "first_name": "Trude", + "last_name": "Vakhonin", + "id": 11 + }, + { + "first_name": "Corabel", + "last_name": "Greeding", + "id": 12 + }, + { + "first_name": "Farra", + "last_name": "Pickett", + "id": 13 + }, + { + "first_name": "Sal", + "last_name": "Plott", + "id": 14 + }, + { + "first_name": "Eddi", + "last_name": "Cicchitello", + "id": 15 + }, + { + "first_name": "Jonas", + "last_name": "East", + "id": 16 + }, + { + "first_name": "Emiline", + "last_name": "Moultrie", + "id": 17 + }, + { + "first_name": "Laverna", + "last_name": "Rignold", + "id": 18 + }, + { + "first_name": "Ludovico", + "last_name": "Hebborn", + "id": 19 + }, + { + "first_name": "Des", + "last_name": "Tubritt", + "id": 20 + }, + { + "first_name": "Fritz", + "last_name": "Angove", + "id": 21 + }, + { + "first_name": "Persis", + "last_name": "Dinesen", + "id": 22 + }, + { + "first_name": "Christian", + "last_name": "Kelshaw", + "id": 23 + }, + { + "first_name": "Bartholomeo", + "last_name": "McBlain", + "id": 24 + }, + { + "first_name": "Lorrie", + "last_name": "Lightbourn", + "id": 25 + }, + { + "first_name": "Bobbi", + "last_name": "Adriani", + "id": 26 + }, + { + "first_name": "Heriberto", + "last_name": "Carlesi", + "id": 27 + }, + { + "first_name": "Stearn", + "last_name": "Quilligan", + "id": 28 + }, + { + "first_name": "Amalle", + "last_name": "Vanyutin", + "id": 29 + }, + { + "first_name": "Wilden", + "last_name": "Stratley", + "id": 30 + }, + { + "first_name": "Netty", + "last_name": "Motion", + "id": 31 + }, + { + "first_name": "Garvin", + "last_name": "Cotte", + "id": 32 + }, + { + "first_name": "Ashby", + "last_name": "Woolbrook", + "id": 33 + }, + { + "first_name": "Modesty", + "last_name": "Doldon", + "id": 34 + }, + { + "first_name": "Maurene", + "last_name": "Hesbrook", + "id": 35 + }, + { + "first_name": "Cindee", + "last_name": "Mogey", + "id": 36 + }, + { + "first_name": "Korie", + "last_name": "Donwell", + "id": 37 + }, + { + "first_name": "Casi", + "last_name": "Miebes", + "id": 38 + }, + { + "first_name": "Alvira", + "last_name": "Loxdale", + "id": 39 + }, + { + "first_name": "Ellis", + "last_name": "Cadagan", + "id": 40 + }, + { + "first_name": "Jarib", + "last_name": "Brownsett", + "id": 41 + }, + { + "first_name": "Esdras", + "last_name": "Gullis", + "id": 42 + }, + { + "first_name": "Jordain", + "last_name": "Gaine", + "id": 43 + }, + { + "first_name": "Kingsly", + "last_name": "Kelemen", + "id": 44 + }, + { + "first_name": "Sallee", + "last_name": "Ashworth", + "id": 45 + }, + { + "first_name": "Erika", + "last_name": "Willmont", + "id": 46 + }, + { + "first_name": "Rinaldo", + "last_name": "Standbrook", + "id": 47 + }, + { + "first_name": "Abbey", + "last_name": "Scholer", + "id": 48 + }, + { + "first_name": "Colver", + "last_name": "Ilyenko", + "id": 49 + }, + { + "first_name": "Phillipp", + "last_name": "Klulik", + "id": 50 + }, + { + "first_name": "Rancell", + "last_name": "Salvidge", + "id": 51 + }, + { + "first_name": "Lesli", + "last_name": "Sidry", + "id": 52 + }, + { + "first_name": "Ellette", + "last_name": "Connikie", + "id": 53 + }, + { + "first_name": "Olivie", + "last_name": "Easterbrook", + "id": 54 + }, + { + "first_name": "Idell", + "last_name": "McVicker", + "id": 55 + }, + { + "first_name": "Tonie", + "last_name": "Roos", + "id": 56 + }, + { + "first_name": "Herby", + "last_name": "Duffit", + "id": 57 + }, + { + "first_name": "Lila", + "last_name": "Byrd", + "id": 58 + }, + { + "first_name": "Shayna", + "last_name": "McCluskey", + "id": 59 + }, + { + "first_name": "Ellie", + "last_name": "Bottomer", + "id": 60 + }, + { + "first_name": "Gardie", + "last_name": "Lamputt", + "id": 61 + }, + { + "first_name": "Angelina", + "last_name": "Incogna", + "id": 62 + }, + { + "first_name": "Berget", + "last_name": "Nussen", + "id": 63 + }, + { + "first_name": "Alley", + "last_name": "Wrighton", + "id": 64 + }, + { + "first_name": "Dione", + "last_name": "Shire", + "id": 65 + }, + { + "first_name": "Ashly", + "last_name": "Connichie", + "id": 66 + }, + { + "first_name": "Ossie", + "last_name": "Besson", + "id": 67 + }, + { + "first_name": "Luce", + "last_name": "Jackling", + "id": 68 + }, + { + "first_name": "Juliann", + "last_name": "Wickham", + "id": 69 + }, + { + "first_name": "Lillian", + "last_name": "Lansdale", + "id": 70 + }, + { + "first_name": "Cornie", + "last_name": "Tindall", + "id": 71 + }, + { + "first_name": "Dina", + "last_name": "Alster", + "id": 72 + }, + { + "first_name": "Normand", + "last_name": "Mein", + "id": 73 + }, + { + "first_name": "Wildon", + "last_name": "Rizzillo", + "id": 74 + }, + { + "first_name": "Hailee", + "last_name": "Jeroch", + "id": 75 + }, + { + "first_name": "Corissa", + "last_name": "Newarte", + "id": 76 + }, + { + "first_name": "Rancell", + "last_name": "Chrispin", + "id": 77 + }, + { + "first_name": "Kariotta", + "last_name": "Zammett", + "id": 78 + }, + { + "first_name": "Tammy", + "last_name": "Jeannet", + "id": 79 + }, + { + "first_name": "Osbourne", + "last_name": "Heinert", + "id": 80 + }, + { + "first_name": "Marcia", + "last_name": "Kaes", + "id": 81 + }, + { + "first_name": "Curry", + "last_name": "MacCracken", + "id": 82 + }, + { + "first_name": "Duke", + "last_name": "Ramalhete", + "id": 83 + }, + { + "first_name": "Domeniga", + "last_name": "Cutajar", + "id": 84 + }, + { + "first_name": "Blaire", + "last_name": "Kolyagin", + "id": 85 + }, + { + "first_name": "Kerry", + "last_name": "Glassard", + "id": 86 + }, + { + "first_name": "Adolphe", + "last_name": "Snook", + "id": 87 + }, + { + "first_name": "Byrom", + "last_name": "Kaygill", + "id": 88 + }, + { + "first_name": "Neddie", + "last_name": "Klimaszewski", + "id": 89 + }, + { + "first_name": "Neal", + "last_name": "Marzelle", + "id": 90 + }, + { + "first_name": "Laureen", + "last_name": "Ezzell", + "id": 91 + }, + { + "first_name": "Davine", + "last_name": "Druce", + "id": 92 + }, + { + "first_name": "Carny", + "last_name": "Baird", + "id": 93 + }, + { + "first_name": "Thadeus", + "last_name": "Alcido", + "id": 94 + }, + { + "first_name": "Berry", + "last_name": "Chanter", + "id": 95 + }, + { + "first_name": "Kamillah", + "last_name": "Mott", + "id": 96 + }, + { + "first_name": "Godfree", + "last_name": "Cains", + "id": 97 + }, + { + "first_name": "Rubia", + "last_name": "Blundan", + "id": 98 + }, + { + "first_name": "Bart", + "last_name": "Godain", + "id": 99 + }, + { + "first_name": "Carlina", + "last_name": "Chamberlayne", + "id": 100 + }, + { + "first_name": "Alaric", + "last_name": "Dils", + "id": 101 + }, + { + "first_name": "Tracy", + "last_name": "Bamell", + "id": 102 + }, + { + "first_name": "Laural", + "last_name": "Melly", + "id": 103 + }, + { + "first_name": "Bary", + "last_name": "Ableson", + "id": 104 + }, + { + "first_name": "Joell", + "last_name": "M'Chirrie", + "id": 105 + }, + { + "first_name": "Danni", + "last_name": "Vaines", + "id": 106 + }, + { + "first_name": "Emelia", + "last_name": "Bullough", + "id": 107 + }, + { + "first_name": "Cinnamon", + "last_name": "Flounders", + "id": 108 + }, + { + "first_name": "Farica", + "last_name": "Soaper", + "id": 109 + }, + { + "first_name": "Peggy", + "last_name": "Lemerie", + "id": 110 + }, + { + "first_name": "Craig", + "last_name": "Greenslade", + "id": 111 + }, + { + "first_name": "Zitella", + "last_name": "Bachman", + "id": 112 + }, + { + "first_name": "Willa", + "last_name": "Schlag", + "id": 113 + }, + { + "first_name": "Leonerd", + "last_name": "Dewes", + "id": 114 + }, + { + "first_name": "Jacquelin", + "last_name": "Willavize", + "id": 115 + }, + { + "first_name": "Amble", + "last_name": "Brahams", + "id": 116 + }, + { + "first_name": "Rona", + "last_name": "McGlew", + "id": 117 + }, + { + "first_name": "Libbi", + "last_name": "Cargenven", + "id": 118 + }, + { + "first_name": "Ina", + "last_name": "Le", + "id": 119 + }, + { + "first_name": "Jamie", + "last_name": "Skittle", + "id": 120 + }, + { + "first_name": "Stephani", + "last_name": "Battle", + "id": 121 + }, + { + "first_name": "Rogers", + "last_name": "Ciccetti", + "id": 122 + }, + { + "first_name": "Calv", + "last_name": "Drinkhill", + "id": 123 + }, + { + "first_name": "Timothea", + "last_name": "Sprulls", + "id": 124 + }, + { + "first_name": "Darb", + "last_name": "Seston", + "id": 125 + }, + { + "first_name": "Jessee", + "last_name": "Wale", + "id": 126 + }, + { + "first_name": "Eve", + "last_name": "Reith", + "id": 127 + }, + { + "first_name": "Rolland", + "last_name": "Currier", + "id": 128 + }, + { + "first_name": "Hayes", + "last_name": "Halshaw", + "id": 129 + }, + { + "first_name": "Pieter", + "last_name": "Ventris", + "id": 130 + }, + { + "first_name": "Dalia", + "last_name": "Blades", + "id": 131 + }, + { + "first_name": "Sabine", + "last_name": "Fader", + "id": 132 + }, + { + "first_name": "Steward", + "last_name": "Rogez", + "id": 133 + }, + { + "first_name": "Vanya", + "last_name": "Cicchinelli", + "id": 134 + }, + { + "first_name": "Rene", + "last_name": "Rockhill", + "id": 135 + }, + { + "first_name": "Marji", + "last_name": "Coulbeck", + "id": 136 + }, + { + "first_name": "Nicolle", + "last_name": "Strain", + "id": 137 + }, + { + "first_name": "Xaviera", + "last_name": "Swash", + "id": 138 + }, + { + "first_name": "Selle", + "last_name": "Johnston", + "id": 139 + }, + { + "first_name": "Caressa", + "last_name": "Bavridge", + "id": 140 + }, + { + "first_name": "Benedict", + "last_name": "Robichon", + "id": 141 + }, + { + "first_name": "Rogerio", + "last_name": "Armitage", + "id": 142 + }, + { + "first_name": "Otto", + "last_name": "Nelius", + "id": 143 + }, + { + "first_name": "Bing", + "last_name": "Ferrai", + "id": 144 + }, + { + "first_name": "Avril", + "last_name": "Wagner", + "id": 145 + }, + { + "first_name": "Devondra", + "last_name": "Cutforth", + "id": 146 + }, + { + "first_name": "Giustino", + "last_name": "Minchella", + "id": 147 + }, + { + "first_name": "Dore", + "last_name": "McIlvaney", + "id": 148 + }, + { + "first_name": "Elene", + "last_name": "Lukacs", + "id": 149 + }, + { + "first_name": "Leicester", + "last_name": "Mattedi", + "id": 150 + }, + { + "first_name": "Blayne", + "last_name": "Wordsworth", + "id": 151 + }, + { + "first_name": "Bidget", + "last_name": "Royle", + "id": 152 + }, + { + "first_name": "Heidie", + "last_name": "Cossem", + "id": 153 + }, + { + "first_name": "Seward", + "last_name": "Greenhead", + "id": 154 + }, + { + "first_name": "Ariana", + "last_name": "Duigan", + "id": 155 + }, + { + "first_name": "Rollin", + "last_name": "Dainton", + "id": 156 + } +] \ No newline at end of file diff --git a/python/data/sfcc_2023_claims.json b/python/data/sfcc_2023_claims.json new file mode 100644 index 0000000..6c4e089 --- /dev/null +++ b/python/data/sfcc_2023_claims.json @@ -0,0 +1,12002 @@ +[ + { + "id": 1, + "disaster_id": 15, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3580.02, + "agent_assigned_id": 97, + "claim_handler_assigned_id": 50 + }, + { + "id": 2, + "disaster_id": 24, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 1741.32, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 92 + }, + { + "id": 3, + "disaster_id": 31, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 15224.3, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 133 + }, + { + "id": 4, + "disaster_id": 14, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 6542.46, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 39 + }, + { + "id": 5, + "disaster_id": 30, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 979.81, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 103 + }, + { + "id": 6, + "disaster_id": 77, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 200430.52, + "agent_assigned_id": 98, + "claim_handler_assigned_id": 19 + }, + { + "id": 7, + "disaster_id": 31, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 1362.17, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 156 + }, + { + "id": 8, + "disaster_id": 17, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 438400.51, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 112 + }, + { + "id": 9, + "disaster_id": 20, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1326.11, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 35 + }, + { + "id": 10, + "disaster_id": 86, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 437.48, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 49 + }, + { + "id": 11, + "disaster_id": 86, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8797.07, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 68 + }, + { + "id": 12, + "disaster_id": 21, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 2918.5, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 150 + }, + { + "id": 13, + "disaster_id": 74, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 23890.38, + "agent_assigned_id": 26, + "claim_handler_assigned_id": 19 + }, + { + "id": 14, + "disaster_id": 55, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 1681.48, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 117 + }, + { + "id": 15, + "disaster_id": 35, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 993.53, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 59 + }, + { + "id": 16, + "disaster_id": 25, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 13560.17, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 73 + }, + { + "id": 17, + "disaster_id": 66, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 30294.14, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 122 + }, + { + "id": 18, + "disaster_id": 97, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 264700.71, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 138 + }, + { + "id": 19, + "disaster_id": 29, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 39400.46, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 30 + }, + { + "id": 20, + "disaster_id": 92, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 140820.81, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 11 + }, + { + "id": 21, + "disaster_id": 57, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 68880.07, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 115 + }, + { + "id": 22, + "disaster_id": 98, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1544.33, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 97 + }, + { + "id": 23, + "disaster_id": 91, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 5534.35, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 21 + }, + { + "id": 24, + "disaster_id": 72, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7509.84, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 22 + }, + { + "id": 25, + "disaster_id": 16, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 13195.12, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 23 + }, + { + "id": 26, + "disaster_id": 40, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1021.43, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 118 + }, + { + "id": 27, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 11272.93, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 28 + }, + { + "id": 28, + "disaster_id": 51, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 81160.19, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 108 + }, + { + "id": 29, + "disaster_id": 81, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 8, + "estimate_cost": 28912.89, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 11 + }, + { + "id": 30, + "disaster_id": 6, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 423760.7, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 152 + }, + { + "id": 31, + "disaster_id": 77, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 8, + "estimate_cost": 63488.54, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 11 + }, + { + "id": 32, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 1256.87, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 27 + }, + { + "id": 33, + "disaster_id": 20, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 13762.36, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 31 + }, + { + "id": 34, + "disaster_id": 89, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8764.87, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 148 + }, + { + "id": 35, + "disaster_id": 63, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 95060.58, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 19 + }, + { + "id": 36, + "disaster_id": 11, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 72510.72, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 27 + }, + { + "id": 37, + "disaster_id": 94, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 10, + "estimate_cost": 860000.96, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 34 + }, + { + "id": 38, + "disaster_id": 23, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 440.44, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 17 + }, + { + "id": 39, + "disaster_id": 34, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 420540.13, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 85 + }, + { + "id": 40, + "disaster_id": 61, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 972.58, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 143 + }, + { + "id": 41, + "disaster_id": 56, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 186210.41, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 114 + }, + { + "id": 42, + "disaster_id": 85, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 1105.04, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 136 + }, + { + "id": 43, + "disaster_id": 65, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 1651.13, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 38 + }, + { + "id": 44, + "disaster_id": 87, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 2587.56, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 2 + }, + { + "id": 45, + "disaster_id": 30, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 161.71, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 62 + }, + { + "id": 46, + "disaster_id": 73, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 32380.38, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 37 + }, + { + "id": 47, + "disaster_id": 99, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 76840.43, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 57 + }, + { + "id": 48, + "disaster_id": 71, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 748080.1, + "agent_assigned_id": 27, + "claim_handler_assigned_id": 142 + }, + { + "id": 49, + "disaster_id": 83, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 6508.15, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 41 + }, + { + "id": 50, + "disaster_id": 41, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 7954.76, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 32 + }, + { + "id": 51, + "disaster_id": 99, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 829.6, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 155 + }, + { + "id": 52, + "disaster_id": 88, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 98970.24, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 1 + }, + { + "id": 53, + "disaster_id": 67, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 64372.16, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 73 + }, + { + "id": 54, + "disaster_id": 92, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 664240.86, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 93 + }, + { + "id": 55, + "disaster_id": 39, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 328770.11, + "agent_assigned_id": 11, + "claim_handler_assigned_id": 113 + }, + { + "id": 56, + "disaster_id": 87, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 33192.9, + "agent_assigned_id": 23, + "claim_handler_assigned_id": 89 + }, + { + "id": 57, + "disaster_id": 66, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 150.42, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 137 + }, + { + "id": 58, + "disaster_id": 52, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 2803.2, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 146 + }, + { + "id": 59, + "disaster_id": 56, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2156.95, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 123 + }, + { + "id": 60, + "disaster_id": 59, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 731.8, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 55 + }, + { + "id": 61, + "disaster_id": 15, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 292.7, + "agent_assigned_id": 80, + "claim_handler_assigned_id": 74 + }, + { + "id": 62, + "disaster_id": 37, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 4423.32, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 130 + }, + { + "id": 63, + "disaster_id": 56, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 158520.21, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 63 + }, + { + "id": 64, + "disaster_id": 74, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 2859.48, + "agent_assigned_id": 80, + "claim_handler_assigned_id": 91 + }, + { + "id": 65, + "disaster_id": 8, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 4101.33, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 57 + }, + { + "id": 66, + "disaster_id": 64, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1904.24, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 118 + }, + { + "id": 67, + "disaster_id": 10, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 460.0, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 149 + }, + { + "id": 68, + "disaster_id": 66, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 6279.52, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 98 + }, + { + "id": 69, + "disaster_id": 98, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 290.87, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 111 + }, + { + "id": 70, + "disaster_id": 26, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 5725.39, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 97 + }, + { + "id": 71, + "disaster_id": 81, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 283.68, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 121 + }, + { + "id": 72, + "disaster_id": 80, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 191760.43, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 57 + }, + { + "id": 73, + "disaster_id": 34, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 187.21, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 19 + }, + { + "id": 74, + "disaster_id": 81, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 1932.27, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 61 + }, + { + "id": 75, + "disaster_id": 33, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 7, + "estimate_cost": 30436.07, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 69 + }, + { + "id": 76, + "disaster_id": 26, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 12480.86, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 136 + }, + { + "id": 77, + "disaster_id": 64, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 741960.11, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 120 + }, + { + "id": 78, + "disaster_id": 11, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4201.27, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 62 + }, + { + "id": 79, + "disaster_id": 86, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 12720.15, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 26 + }, + { + "id": 80, + "disaster_id": 4, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 5767.29, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 122 + }, + { + "id": 81, + "disaster_id": 98, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 330890.3, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 49 + }, + { + "id": 82, + "disaster_id": 82, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1657.61, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 11 + }, + { + "id": 83, + "disaster_id": 66, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 26592.59, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 139 + }, + { + "id": 84, + "disaster_id": 54, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 580.37, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 150 + }, + { + "id": 85, + "disaster_id": 9, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 34452.08, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 152 + }, + { + "id": 86, + "disaster_id": 39, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 515.0, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 78 + }, + { + "id": 87, + "disaster_id": 27, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 4578.17, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 141 + }, + { + "id": 88, + "disaster_id": 21, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 18592.37, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 112 + }, + { + "id": 89, + "disaster_id": 13, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 1479.36, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 104 + }, + { + "id": 90, + "disaster_id": 42, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 2668.32, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 22 + }, + { + "id": 91, + "disaster_id": 63, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 438360.74, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 17 + }, + { + "id": 92, + "disaster_id": 67, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2067.1, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 99 + }, + { + "id": 93, + "disaster_id": 47, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 31340.03, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 1 + }, + { + "id": 94, + "disaster_id": 67, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 5665.9, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 56 + }, + { + "id": 95, + "disaster_id": 57, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 39716.85, + "agent_assigned_id": 82, + "claim_handler_assigned_id": 17 + }, + { + "id": 96, + "disaster_id": 75, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 733900.72, + "agent_assigned_id": 78, + "claim_handler_assigned_id": 141 + }, + { + "id": 97, + "disaster_id": 37, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 826700.56, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 118 + }, + { + "id": 98, + "disaster_id": 50, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 86340.22, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 31 + }, + { + "id": 99, + "disaster_id": 86, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 10200.96, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 66 + }, + { + "id": 100, + "disaster_id": 29, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 7, + "estimate_cost": 5174.43, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 72 + }, + { + "id": 101, + "disaster_id": 96, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 216600.22, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 131 + }, + { + "id": 102, + "disaster_id": 6, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 18492.29, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 148 + }, + { + "id": 103, + "disaster_id": 85, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 1586.04, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 12 + }, + { + "id": 104, + "disaster_id": 20, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 3883.58, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 14 + }, + { + "id": 105, + "disaster_id": 25, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 39910.41, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 82 + }, + { + "id": 106, + "disaster_id": 73, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 7378.47, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 15 + }, + { + "id": 107, + "disaster_id": 60, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 411120.7, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 80 + }, + { + "id": 108, + "disaster_id": 98, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 5652.69, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 19 + }, + { + "id": 109, + "disaster_id": 66, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1189.53, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 81 + }, + { + "id": 110, + "disaster_id": 79, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 9172.87, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 117 + }, + { + "id": 111, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 230100.3, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 137 + }, + { + "id": 112, + "disaster_id": 1, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 159.96, + "agent_assigned_id": 75, + "claim_handler_assigned_id": 93 + }, + { + "id": 113, + "disaster_id": 51, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 4446.5, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 28 + }, + { + "id": 114, + "disaster_id": 51, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5364.37, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 37 + }, + { + "id": 115, + "disaster_id": 58, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4368.15, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 60 + }, + { + "id": 116, + "disaster_id": 56, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4715.54, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 29 + }, + { + "id": 117, + "disaster_id": 59, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 6452.08, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 57 + }, + { + "id": 118, + "disaster_id": 77, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 4557.68, + "agent_assigned_id": 98, + "claim_handler_assigned_id": 22 + }, + { + "id": 119, + "disaster_id": 26, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 651.75, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 80 + }, + { + "id": 120, + "disaster_id": 89, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 2, + "estimate_cost": 1929.28, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 57 + }, + { + "id": 121, + "disaster_id": 89, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 687300.71, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 82 + }, + { + "id": 122, + "disaster_id": 85, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 8225.1, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 17 + }, + { + "id": 123, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 28945.04, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 103 + }, + { + "id": 124, + "disaster_id": 29, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 222330.15, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 91 + }, + { + "id": 125, + "disaster_id": 92, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4418.71, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 77 + }, + { + "id": 126, + "disaster_id": 18, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 45000.06, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 23 + }, + { + "id": 127, + "disaster_id": 56, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 11873.0, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 5 + }, + { + "id": 128, + "disaster_id": 53, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 46.02, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 62 + }, + { + "id": 129, + "disaster_id": 38, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 192950.47, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 46 + }, + { + "id": 130, + "disaster_id": 31, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 9, + "estimate_cost": 2762.64, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 11 + }, + { + "id": 131, + "disaster_id": 5, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 1336.23, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 45 + }, + { + "id": 132, + "disaster_id": 91, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 27780.53, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 150 + }, + { + "id": 133, + "disaster_id": 16, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 1765.29, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 76 + }, + { + "id": 134, + "disaster_id": 38, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 173490.61, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 54 + }, + { + "id": 135, + "disaster_id": 86, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 298550.27, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 136 + }, + { + "id": 136, + "disaster_id": 38, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 581350.32, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 121 + }, + { + "id": 137, + "disaster_id": 10, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 270540.99, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 123 + }, + { + "id": 138, + "disaster_id": 60, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 128400.89, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 79 + }, + { + "id": 139, + "disaster_id": 98, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 5936.8, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 58 + }, + { + "id": 140, + "disaster_id": 57, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 5145.72, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 78 + }, + { + "id": 141, + "disaster_id": 16, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 6718.53, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 9 + }, + { + "id": 142, + "disaster_id": 95, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 324.53, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 15 + }, + { + "id": 143, + "disaster_id": 84, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 185680.91, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 119 + }, + { + "id": 144, + "disaster_id": 100, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 1282.19, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 143 + }, + { + "id": 145, + "disaster_id": 11, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 3733.06, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 53 + }, + { + "id": 146, + "disaster_id": 73, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 853920.95, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 82 + }, + { + "id": 147, + "disaster_id": 26, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 2336.44, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 9 + }, + { + "id": 148, + "disaster_id": 70, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 12980.82, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 139 + }, + { + "id": 149, + "disaster_id": 78, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3449.69, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 95 + }, + { + "id": 150, + "disaster_id": 11, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 67480.89, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 93 + }, + { + "id": 151, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 368840.36, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 50 + }, + { + "id": 152, + "disaster_id": 17, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 9865.7, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 124 + }, + { + "id": 153, + "disaster_id": 7, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 37324.45, + "agent_assigned_id": 73, + "claim_handler_assigned_id": 105 + }, + { + "id": 154, + "disaster_id": 54, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 409800.36, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 15 + }, + { + "id": 155, + "disaster_id": 47, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 5347.35, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 32 + }, + { + "id": 156, + "disaster_id": 87, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 5200.7, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 144 + }, + { + "id": 157, + "disaster_id": 2, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 4378.82, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 153 + }, + { + "id": 158, + "disaster_id": 90, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 3497.1, + "agent_assigned_id": 26, + "claim_handler_assigned_id": 45 + }, + { + "id": 159, + "disaster_id": 2, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 7928.67, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 152 + }, + { + "id": 160, + "disaster_id": 50, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 38945.93, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 74 + }, + { + "id": 161, + "disaster_id": 80, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 65520.68, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 40 + }, + { + "id": 162, + "disaster_id": 17, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 52368.11, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 102 + }, + { + "id": 163, + "disaster_id": 74, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 78210.71, + "agent_assigned_id": 26, + "claim_handler_assigned_id": 78 + }, + { + "id": 164, + "disaster_id": 22, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3747.84, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 119 + }, + { + "id": 165, + "disaster_id": 6, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 7620.94, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 17 + }, + { + "id": 166, + "disaster_id": 2, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1691.21, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 14 + }, + { + "id": 167, + "disaster_id": 39, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 206250.11, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 79 + }, + { + "id": 168, + "disaster_id": 6, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 972.56, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 101 + }, + { + "id": 169, + "disaster_id": 39, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 47995.42, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 150 + }, + { + "id": 170, + "disaster_id": 56, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 3423.49, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 113 + }, + { + "id": 171, + "disaster_id": 10, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 21945.23, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 70 + }, + { + "id": 172, + "disaster_id": 42, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 2063.11, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 111 + }, + { + "id": 173, + "disaster_id": 10, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 334000.63, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 107 + }, + { + "id": 174, + "disaster_id": 97, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 4483.3, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 63 + }, + { + "id": 175, + "disaster_id": 50, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 12705.11, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 81 + }, + { + "id": 176, + "disaster_id": 61, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 21140.3, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 103 + }, + { + "id": 177, + "disaster_id": 24, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1233.05, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 19 + }, + { + "id": 178, + "disaster_id": 32, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 120540.32, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 38 + }, + { + "id": 179, + "disaster_id": 65, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 620.26, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 121 + }, + { + "id": 180, + "disaster_id": 99, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2756.2, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 10 + }, + { + "id": 181, + "disaster_id": 83, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 206520.21, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 100 + }, + { + "id": 182, + "disaster_id": 84, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 51730.89, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 125 + }, + { + "id": 183, + "disaster_id": 82, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 438.07, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 23 + }, + { + "id": 184, + "disaster_id": 7, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 13600.66, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 115 + }, + { + "id": 185, + "disaster_id": 34, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 147280.09, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 30 + }, + { + "id": 186, + "disaster_id": 58, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 2260.64, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 110 + }, + { + "id": 187, + "disaster_id": 61, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 2481.55, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 102 + }, + { + "id": 188, + "disaster_id": 46, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 43030.83, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 41 + }, + { + "id": 189, + "disaster_id": 63, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 2, + "estimate_cost": 3988.1, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 86 + }, + { + "id": 190, + "disaster_id": 66, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 44450.24, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 148 + }, + { + "id": 191, + "disaster_id": 8, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 1107.71, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 87 + }, + { + "id": 192, + "disaster_id": 49, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2268.44, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 138 + }, + { + "id": 193, + "disaster_id": 24, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 43735.56, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 45 + }, + { + "id": 194, + "disaster_id": 88, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 3721.85, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 135 + }, + { + "id": 195, + "disaster_id": 72, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 326450.84, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 145 + }, + { + "id": 196, + "disaster_id": 39, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 6288.55, + "agent_assigned_id": 82, + "claim_handler_assigned_id": 82 + }, + { + "id": 197, + "disaster_id": 43, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 227360.9, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 99 + }, + { + "id": 198, + "disaster_id": 48, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 25630.07, + "agent_assigned_id": 91, + "claim_handler_assigned_id": 43 + }, + { + "id": 199, + "disaster_id": 71, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 6, + "estimate_cost": 561000.07, + "agent_assigned_id": 42, + "claim_handler_assigned_id": 2 + }, + { + "id": 200, + "disaster_id": 81, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 18314.97, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 23 + }, + { + "id": 201, + "disaster_id": 14, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 134800.54, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 55 + }, + { + "id": 202, + "disaster_id": 67, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 92450.18, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 42 + }, + { + "id": 203, + "disaster_id": 29, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 733600.26, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 86 + }, + { + "id": 204, + "disaster_id": 95, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 7948.67, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 112 + }, + { + "id": 205, + "disaster_id": 4, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 29718.91, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 76 + }, + { + "id": 206, + "disaster_id": 44, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 46386.26, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 53 + }, + { + "id": 207, + "disaster_id": 71, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 67.8, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 141 + }, + { + "id": 208, + "disaster_id": 78, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 467400.75, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 65 + }, + { + "id": 209, + "disaster_id": 12, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 141160.26, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 4 + }, + { + "id": 210, + "disaster_id": 65, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 9068.43, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 46 + }, + { + "id": 211, + "disaster_id": 88, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 15864.62, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 136 + }, + { + "id": 212, + "disaster_id": 50, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 32625.66, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 25 + }, + { + "id": 213, + "disaster_id": 77, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 45070.87, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 151 + }, + { + "id": 214, + "disaster_id": 69, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 676.13, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 91 + }, + { + "id": 215, + "disaster_id": 49, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 12552.15, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 4 + }, + { + "id": 216, + "disaster_id": 39, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 323440.7, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 146 + }, + { + "id": 217, + "disaster_id": 60, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 406750.64, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 12 + }, + { + "id": 218, + "disaster_id": 1, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4700.79, + "agent_assigned_id": 95, + "claim_handler_assigned_id": 80 + }, + { + "id": 219, + "disaster_id": 88, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 6029.17, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 7 + }, + { + "id": 220, + "disaster_id": 61, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3760.85, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 103 + }, + { + "id": 221, + "disaster_id": 32, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 23708.94, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 85 + }, + { + "id": 222, + "disaster_id": 92, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 58633.0, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 39 + }, + { + "id": 223, + "disaster_id": 87, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 2599.44, + "agent_assigned_id": 23, + "claim_handler_assigned_id": 21 + }, + { + "id": 224, + "disaster_id": 40, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 370880.21, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 133 + }, + { + "id": 225, + "disaster_id": 86, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 14217.39, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 55 + }, + { + "id": 226, + "disaster_id": 29, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 65360.93, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 150 + }, + { + "id": 227, + "disaster_id": 71, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 47605.46, + "agent_assigned_id": 42, + "claim_handler_assigned_id": 15 + }, + { + "id": 228, + "disaster_id": 35, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 456.18, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 104 + }, + { + "id": 229, + "disaster_id": 61, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 586.18, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 39 + }, + { + "id": 230, + "disaster_id": 79, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 2275.1, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 1 + }, + { + "id": 231, + "disaster_id": 36, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 619.31, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 40 + }, + { + "id": 232, + "disaster_id": 45, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 3672.15, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 20 + }, + { + "id": 233, + "disaster_id": 9, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 2956.68, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 135 + }, + { + "id": 234, + "disaster_id": 24, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 83720.65, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 78 + }, + { + "id": 235, + "disaster_id": 15, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 773.79, + "agent_assigned_id": 21, + "claim_handler_assigned_id": 123 + }, + { + "id": 236, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 14100.29, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 19 + }, + { + "id": 237, + "disaster_id": 64, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 616770.92, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 142 + }, + { + "id": 238, + "disaster_id": 6, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 4050.75, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 133 + }, + { + "id": 239, + "disaster_id": 87, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 2745.09, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 47 + }, + { + "id": 240, + "disaster_id": 20, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4320.75, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 114 + }, + { + "id": 241, + "disaster_id": 35, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1170.8, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 74 + }, + { + "id": 242, + "disaster_id": 36, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 273600.71, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 41 + }, + { + "id": 243, + "disaster_id": 89, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 305760.75, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 49 + }, + { + "id": 244, + "disaster_id": 99, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 6, + "estimate_cost": 48804.96, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 27 + }, + { + "id": 245, + "disaster_id": 79, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 2314.31, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 89 + }, + { + "id": 246, + "disaster_id": 86, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 626.28, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 123 + }, + { + "id": 247, + "disaster_id": 89, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 648.71, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 33 + }, + { + "id": 248, + "disaster_id": 91, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 53053.87, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 58 + }, + { + "id": 249, + "disaster_id": 96, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 36560.04, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 141 + }, + { + "id": 250, + "disaster_id": 53, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 26940.95, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 22 + }, + { + "id": 251, + "disaster_id": 81, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 1205.72, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 35 + }, + { + "id": 252, + "disaster_id": 27, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 89370.04, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 35 + }, + { + "id": 253, + "disaster_id": 6, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 1772.43, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 14 + }, + { + "id": 254, + "disaster_id": 67, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 2970.9, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 114 + }, + { + "id": 255, + "disaster_id": 38, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 951900.97, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 149 + }, + { + "id": 256, + "disaster_id": 57, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 4754.14, + "agent_assigned_id": 82, + "claim_handler_assigned_id": 9 + }, + { + "id": 257, + "disaster_id": 26, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 15435.74, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 43 + }, + { + "id": 258, + "disaster_id": 84, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 1185.26, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 61 + }, + { + "id": 259, + "disaster_id": 100, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 85420.5, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 47 + }, + { + "id": 260, + "disaster_id": 100, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7743.98, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 19 + }, + { + "id": 261, + "disaster_id": 38, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 2133.75, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 106 + }, + { + "id": 262, + "disaster_id": 5, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 364020.06, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 48 + }, + { + "id": 263, + "disaster_id": 26, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 2906.39, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 105 + }, + { + "id": 264, + "disaster_id": 14, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 352300.74, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 39 + }, + { + "id": 265, + "disaster_id": 51, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 21870.2, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 37 + }, + { + "id": 266, + "disaster_id": 94, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1024.57, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 127 + }, + { + "id": 267, + "disaster_id": 16, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 526140.58, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 105 + }, + { + "id": 268, + "disaster_id": 47, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 380580.84, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 128 + }, + { + "id": 269, + "disaster_id": 65, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 305.7, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 108 + }, + { + "id": 270, + "disaster_id": 33, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 330840.79, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 36 + }, + { + "id": 271, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 23832.81, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 25 + }, + { + "id": 272, + "disaster_id": 89, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 10110.43, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 19 + }, + { + "id": 273, + "disaster_id": 98, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 32380.37, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 65 + }, + { + "id": 274, + "disaster_id": 17, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 19761.82, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 98 + }, + { + "id": 275, + "disaster_id": 34, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 4611.72, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 46 + }, + { + "id": 276, + "disaster_id": 55, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4400.1, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 88 + }, + { + "id": 277, + "disaster_id": 97, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 32616.0, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 17 + }, + { + "id": 278, + "disaster_id": 82, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 13894.58, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 51 + }, + { + "id": 279, + "disaster_id": 32, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 13167.24, + "agent_assigned_id": 73, + "claim_handler_assigned_id": 140 + }, + { + "id": 280, + "disaster_id": 76, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 542160.69, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 49 + }, + { + "id": 281, + "disaster_id": 46, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 4983.17, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 21 + }, + { + "id": 282, + "disaster_id": 59, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 210690.04, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 150 + }, + { + "id": 283, + "disaster_id": 77, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1579.85, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 96 + }, + { + "id": 284, + "disaster_id": 94, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 1368.9, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 48 + }, + { + "id": 285, + "disaster_id": 31, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 3644.19, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 100 + }, + { + "id": 286, + "disaster_id": 28, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 518.81, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 150 + }, + { + "id": 287, + "disaster_id": 41, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 16790.59, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 18 + }, + { + "id": 288, + "disaster_id": 80, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 18872.07, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 59 + }, + { + "id": 289, + "disaster_id": 100, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 2, + "estimate_cost": 562.76, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 54 + }, + { + "id": 290, + "disaster_id": 69, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 8, + "estimate_cost": 409600.11, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 77 + }, + { + "id": 291, + "disaster_id": 72, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 3803.3, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 107 + }, + { + "id": 292, + "disaster_id": 39, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 89830.43, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 28 + }, + { + "id": 293, + "disaster_id": 34, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 1321.42, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 96 + }, + { + "id": 294, + "disaster_id": 57, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1875.43, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 112 + }, + { + "id": 295, + "disaster_id": 95, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 490980.66, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 18 + }, + { + "id": 296, + "disaster_id": 34, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 803.72, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 103 + }, + { + "id": 297, + "disaster_id": 5, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 820.64, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 54 + }, + { + "id": 298, + "disaster_id": 80, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 4396.24, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 73 + }, + { + "id": 299, + "disaster_id": 80, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 1336.46, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 150 + }, + { + "id": 300, + "disaster_id": 6, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 1007.8, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 141 + }, + { + "id": 301, + "disaster_id": 81, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 4705.78, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 95 + }, + { + "id": 302, + "disaster_id": 67, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 1375.37, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 47 + }, + { + "id": 303, + "disaster_id": 17, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 206920.61, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 28 + }, + { + "id": 304, + "disaster_id": 49, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 419400.37, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 32 + }, + { + "id": 305, + "disaster_id": 44, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 26600.73, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 145 + }, + { + "id": 306, + "disaster_id": 26, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2295.92, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 11 + }, + { + "id": 307, + "disaster_id": 58, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 9837.21, + "agent_assigned_id": 1, + "claim_handler_assigned_id": 58 + }, + { + "id": 308, + "disaster_id": 82, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 5034.36, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 105 + }, + { + "id": 309, + "disaster_id": 54, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 6392.54, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 81 + }, + { + "id": 310, + "disaster_id": 93, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5867.6, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 9 + }, + { + "id": 311, + "disaster_id": 26, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2439.0, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 131 + }, + { + "id": 312, + "disaster_id": 75, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 27252.0, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 66 + }, + { + "id": 313, + "disaster_id": 47, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 43545.48, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 79 + }, + { + "id": 314, + "disaster_id": 41, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 867200.98, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 15 + }, + { + "id": 315, + "disaster_id": 63, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 13974.78, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 150 + }, + { + "id": 316, + "disaster_id": 71, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 22525.23, + "agent_assigned_id": 27, + "claim_handler_assigned_id": 122 + }, + { + "id": 317, + "disaster_id": 2, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 1802.38, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 123 + }, + { + "id": 318, + "disaster_id": 22, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 3704.27, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 63 + }, + { + "id": 319, + "disaster_id": 92, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4927.06, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 63 + }, + { + "id": 320, + "disaster_id": 70, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 801.01, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 39 + }, + { + "id": 321, + "disaster_id": 1, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 4646.24, + "agent_assigned_id": 75, + "claim_handler_assigned_id": 118 + }, + { + "id": 322, + "disaster_id": 36, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1953.73, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 23 + }, + { + "id": 323, + "disaster_id": 19, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 78360.26, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 17 + }, + { + "id": 324, + "disaster_id": 41, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 703520.12, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 83 + }, + { + "id": 325, + "disaster_id": 80, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 6562.11, + "agent_assigned_id": 59, + "claim_handler_assigned_id": 110 + }, + { + "id": 326, + "disaster_id": 14, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 7522.67, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 45 + }, + { + "id": 327, + "disaster_id": 36, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 522540.08, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 91 + }, + { + "id": 328, + "disaster_id": 98, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 826.89, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 69 + }, + { + "id": 329, + "disaster_id": 20, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2696.92, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 122 + }, + { + "id": 330, + "disaster_id": 81, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 1276.98, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 101 + }, + { + "id": 331, + "disaster_id": 87, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7760.81, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 51 + }, + { + "id": 332, + "disaster_id": 81, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 3790.56, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 23 + }, + { + "id": 333, + "disaster_id": 31, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2992.13, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 94 + }, + { + "id": 334, + "disaster_id": 45, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 131440.25, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 83 + }, + { + "id": 335, + "disaster_id": 71, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 10, + "estimate_cost": 6215.09, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 154 + }, + { + "id": 336, + "disaster_id": 91, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 14340.0, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 19 + }, + { + "id": 337, + "disaster_id": 3, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 570.18, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 89 + }, + { + "id": 338, + "disaster_id": 89, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 78470.86, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 124 + }, + { + "id": 339, + "disaster_id": 62, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 886800.79, + "agent_assigned_id": 55, + "claim_handler_assigned_id": 129 + }, + { + "id": 340, + "disaster_id": 56, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5450.47, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 127 + }, + { + "id": 341, + "disaster_id": 87, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 694260.11, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 146 + }, + { + "id": 342, + "disaster_id": 57, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 37468.91, + "agent_assigned_id": 11, + "claim_handler_assigned_id": 140 + }, + { + "id": 343, + "disaster_id": 4, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 3002.77, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 130 + }, + { + "id": 344, + "disaster_id": 83, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 381780.94, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 12 + }, + { + "id": 345, + "disaster_id": 98, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 464700.46, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 97 + }, + { + "id": 346, + "disaster_id": 43, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 39991.9, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 69 + }, + { + "id": 347, + "disaster_id": 34, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 115150.09, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 17 + }, + { + "id": 348, + "disaster_id": 68, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 3771.23, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 55 + }, + { + "id": 349, + "disaster_id": 25, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 79416.47, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 17 + }, + { + "id": 350, + "disaster_id": 6, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 2412.76, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 121 + }, + { + "id": 351, + "disaster_id": 20, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 21840.36, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 128 + }, + { + "id": 352, + "disaster_id": 79, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5134.24, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 5 + }, + { + "id": 353, + "disaster_id": 38, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 5921.77, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 145 + }, + { + "id": 354, + "disaster_id": 11, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 290310.52, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 153 + }, + { + "id": 355, + "disaster_id": 86, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 936.32, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 103 + }, + { + "id": 356, + "disaster_id": 70, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 88840.64, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 97 + }, + { + "id": 357, + "disaster_id": 47, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1672.03, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 36 + }, + { + "id": 358, + "disaster_id": 19, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 555280.47, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 131 + }, + { + "id": 359, + "disaster_id": 94, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 88480.03, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 137 + }, + { + "id": 360, + "disaster_id": 5, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 4188.24, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 144 + }, + { + "id": 361, + "disaster_id": 14, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3264.11, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 123 + }, + { + "id": 362, + "disaster_id": 62, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2727.59, + "agent_assigned_id": 55, + "claim_handler_assigned_id": 103 + }, + { + "id": 363, + "disaster_id": 40, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 346.41, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 135 + }, + { + "id": 364, + "disaster_id": 26, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 13714.18, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 82 + }, + { + "id": 365, + "disaster_id": 69, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 63539.85, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 61 + }, + { + "id": 366, + "disaster_id": 76, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 667.58, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 4 + }, + { + "id": 367, + "disaster_id": 54, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 455.17, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 64 + }, + { + "id": 368, + "disaster_id": 16, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 3, + "estimate_cost": 346.23, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 104 + }, + { + "id": 369, + "disaster_id": 66, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3113.5, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 80 + }, + { + "id": 370, + "disaster_id": 54, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2910.25, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 140 + }, + { + "id": 371, + "disaster_id": 19, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4988.42, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 46 + }, + { + "id": 372, + "disaster_id": 19, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 12076.22, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 87 + }, + { + "id": 373, + "disaster_id": 55, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 321350.25, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 61 + }, + { + "id": 374, + "disaster_id": 22, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 1802.61, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 25 + }, + { + "id": 375, + "disaster_id": 9, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 4110.7, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 106 + }, + { + "id": 376, + "disaster_id": 75, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 18474.94, + "agent_assigned_id": 78, + "claim_handler_assigned_id": 74 + }, + { + "id": 377, + "disaster_id": 74, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 879.0, + "agent_assigned_id": 80, + "claim_handler_assigned_id": 35 + }, + { + "id": 378, + "disaster_id": 30, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 2415.33, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 124 + }, + { + "id": 379, + "disaster_id": 98, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 9406.97, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 124 + }, + { + "id": 380, + "disaster_id": 34, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5037.71, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 128 + }, + { + "id": 381, + "disaster_id": 73, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1966.41, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 128 + }, + { + "id": 382, + "disaster_id": 81, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 68850.94, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 150 + }, + { + "id": 383, + "disaster_id": 30, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 72.01, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 130 + }, + { + "id": 384, + "disaster_id": 29, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 41083.54, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 36 + }, + { + "id": 385, + "disaster_id": 33, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5420.82, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 53 + }, + { + "id": 386, + "disaster_id": 71, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 661100.69, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 119 + }, + { + "id": 387, + "disaster_id": 91, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 829.68, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 38 + }, + { + "id": 388, + "disaster_id": 26, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 51192.1, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 133 + }, + { + "id": 389, + "disaster_id": 16, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8807.75, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 64 + }, + { + "id": 390, + "disaster_id": 13, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 747630.27, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 120 + }, + { + "id": 391, + "disaster_id": 94, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 8, + "estimate_cost": 65336.7, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 109 + }, + { + "id": 392, + "disaster_id": 59, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 19660.33, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 88 + }, + { + "id": 393, + "disaster_id": 78, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2297.56, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 120 + }, + { + "id": 394, + "disaster_id": 24, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 5130.34, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 119 + }, + { + "id": 395, + "disaster_id": 77, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1959.1, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 4 + }, + { + "id": 396, + "disaster_id": 77, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 40.03, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 125 + }, + { + "id": 397, + "disaster_id": 64, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 58320.43, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 31 + }, + { + "id": 398, + "disaster_id": 25, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 4135.15, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 28 + }, + { + "id": 399, + "disaster_id": 49, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 63064.63, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 30 + }, + { + "id": 400, + "disaster_id": 88, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 429000.2, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 150 + }, + { + "id": 401, + "disaster_id": 83, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 310200.59, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 71 + }, + { + "id": 402, + "disaster_id": 22, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 4359.38, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 5 + }, + { + "id": 403, + "disaster_id": 97, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 26252.13, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 106 + }, + { + "id": 404, + "disaster_id": 86, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 23635.34, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 72 + }, + { + "id": 405, + "disaster_id": 58, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 64224.48, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 55 + }, + { + "id": 406, + "disaster_id": 14, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 559.17, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 55 + }, + { + "id": 407, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 36240.71, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 58 + }, + { + "id": 408, + "disaster_id": 39, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 9373.4, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 23 + }, + { + "id": 409, + "disaster_id": 19, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4078.5, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 85 + }, + { + "id": 410, + "disaster_id": 6, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 3, + "estimate_cost": 22662.83, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 81 + }, + { + "id": 411, + "disaster_id": 81, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 3582.41, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 126 + }, + { + "id": 412, + "disaster_id": 3, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 481.72, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 24 + }, + { + "id": 413, + "disaster_id": 63, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 7001.76, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 49 + }, + { + "id": 414, + "disaster_id": 30, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 59484.55, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 133 + }, + { + "id": 415, + "disaster_id": 78, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 5938.27, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 77 + }, + { + "id": 416, + "disaster_id": 18, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 588960.77, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 154 + }, + { + "id": 417, + "disaster_id": 15, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 7024.05, + "agent_assigned_id": 97, + "claim_handler_assigned_id": 5 + }, + { + "id": 418, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 16350.8, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 147 + }, + { + "id": 419, + "disaster_id": 31, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 47010.55, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 24 + }, + { + "id": 420, + "disaster_id": 10, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 2560.06, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 107 + }, + { + "id": 421, + "disaster_id": 34, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 680480.2, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 151 + }, + { + "id": 422, + "disaster_id": 59, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 11218.95, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 19 + }, + { + "id": 423, + "disaster_id": 67, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 903.3, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 80 + }, + { + "id": 424, + "disaster_id": 34, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5530.65, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 132 + }, + { + "id": 425, + "disaster_id": 56, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 1928.68, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 132 + }, + { + "id": 426, + "disaster_id": 76, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 33642.76, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 4 + }, + { + "id": 427, + "disaster_id": 10, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 6600.03, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 31 + }, + { + "id": 428, + "disaster_id": 27, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 299000.33, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 58 + }, + { + "id": 429, + "disaster_id": 23, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2255.25, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 111 + }, + { + "id": 430, + "disaster_id": 3, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5361.48, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 81 + }, + { + "id": 431, + "disaster_id": 31, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 171840.18, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 45 + }, + { + "id": 432, + "disaster_id": 71, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 533.44, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 41 + }, + { + "id": 433, + "disaster_id": 32, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 523.39, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 82 + }, + { + "id": 434, + "disaster_id": 28, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 71350.29, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 30 + }, + { + "id": 435, + "disaster_id": 42, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 32865.86, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 46 + }, + { + "id": 436, + "disaster_id": 41, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 14445.72, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 146 + }, + { + "id": 437, + "disaster_id": 89, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 2, + "estimate_cost": 77.01, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 9 + }, + { + "id": 438, + "disaster_id": 27, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 3709.54, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 28 + }, + { + "id": 439, + "disaster_id": 60, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 7198.08, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 5 + }, + { + "id": 440, + "disaster_id": 34, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 3165.03, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 141 + }, + { + "id": 441, + "disaster_id": 77, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 81171.13, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 106 + }, + { + "id": 442, + "disaster_id": 23, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 1439.37, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 16 + }, + { + "id": 443, + "disaster_id": 56, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 2857.0, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 118 + }, + { + "id": 444, + "disaster_id": 27, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 957.86, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 54 + }, + { + "id": 445, + "disaster_id": 11, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 197320.46, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 4 + }, + { + "id": 446, + "disaster_id": 26, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 559.25, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 77 + }, + { + "id": 447, + "disaster_id": 10, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 25628.87, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 56 + }, + { + "id": 448, + "disaster_id": 55, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 297.22, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 79 + }, + { + "id": 449, + "disaster_id": 24, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 996.31, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 10 + }, + { + "id": 450, + "disaster_id": 77, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 36692.41, + "agent_assigned_id": 98, + "claim_handler_assigned_id": 155 + }, + { + "id": 451, + "disaster_id": 73, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 267840.17, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 80 + }, + { + "id": 452, + "disaster_id": 86, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 629800.4, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 79 + }, + { + "id": 453, + "disaster_id": 87, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 6785.98, + "agent_assigned_id": 59, + "claim_handler_assigned_id": 68 + }, + { + "id": 454, + "disaster_id": 50, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 87520.56, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 140 + }, + { + "id": 455, + "disaster_id": 48, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 157200.54, + "agent_assigned_id": 91, + "claim_handler_assigned_id": 132 + }, + { + "id": 456, + "disaster_id": 34, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 3958.45, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 125 + }, + { + "id": 457, + "disaster_id": 3, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 507960.66, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 46 + }, + { + "id": 458, + "disaster_id": 96, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8451.8, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 80 + }, + { + "id": 459, + "disaster_id": 69, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 784300.86, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 129 + }, + { + "id": 460, + "disaster_id": 1, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 35605.15, + "agent_assigned_id": 75, + "claim_handler_assigned_id": 54 + }, + { + "id": 461, + "disaster_id": 21, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 5556.47, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 92 + }, + { + "id": 462, + "disaster_id": 84, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 1975.72, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 154 + }, + { + "id": 463, + "disaster_id": 25, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 73840.91, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 129 + }, + { + "id": 464, + "disaster_id": 89, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 14890.1, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 105 + }, + { + "id": 465, + "disaster_id": 10, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 3729.19, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 115 + }, + { + "id": 466, + "disaster_id": 93, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 115860.44, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 41 + }, + { + "id": 467, + "disaster_id": 49, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 51471.07, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 113 + }, + { + "id": 468, + "disaster_id": 81, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 72.09, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 21 + }, + { + "id": 469, + "disaster_id": 87, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 24078.17, + "agent_assigned_id": 23, + "claim_handler_assigned_id": 17 + }, + { + "id": 470, + "disaster_id": 12, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 4338.81, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 21 + }, + { + "id": 471, + "disaster_id": 42, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 12952.8, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 75 + }, + { + "id": 472, + "disaster_id": 95, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 1037.09, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 11 + }, + { + "id": 473, + "disaster_id": 49, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 768300.8, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 15 + }, + { + "id": 474, + "disaster_id": 21, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 254.4, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 132 + }, + { + "id": 475, + "disaster_id": 26, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 2270.77, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 27 + }, + { + "id": 476, + "disaster_id": 1, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 343.72, + "agent_assigned_id": 95, + "claim_handler_assigned_id": 42 + }, + { + "id": 477, + "disaster_id": 38, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 116620.07, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 31 + }, + { + "id": 478, + "disaster_id": 31, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 4755.81, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 1 + }, + { + "id": 479, + "disaster_id": 72, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 559620.74, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 65 + }, + { + "id": 480, + "disaster_id": 74, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 1899.39, + "agent_assigned_id": 26, + "claim_handler_assigned_id": 33 + }, + { + "id": 481, + "disaster_id": 5, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1812.8, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 88 + }, + { + "id": 482, + "disaster_id": 73, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 1340.55, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 31 + }, + { + "id": 483, + "disaster_id": 40, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 4977.69, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 150 + }, + { + "id": 484, + "disaster_id": 36, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 2763.97, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 142 + }, + { + "id": 485, + "disaster_id": 87, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 78840.96, + "agent_assigned_id": 59, + "claim_handler_assigned_id": 67 + }, + { + "id": 486, + "disaster_id": 9, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 2830.69, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 19 + }, + { + "id": 487, + "disaster_id": 2, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 34516.6, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 106 + }, + { + "id": 488, + "disaster_id": 8, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 649080.64, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 70 + }, + { + "id": 489, + "disaster_id": 44, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2252.98, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 32 + }, + { + "id": 490, + "disaster_id": 53, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 78290.92, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 40 + }, + { + "id": 491, + "disaster_id": 40, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 3397.62, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 97 + }, + { + "id": 492, + "disaster_id": 34, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 33300.88, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 146 + }, + { + "id": 493, + "disaster_id": 43, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 2714.89, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 99 + }, + { + "id": 494, + "disaster_id": 93, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 14700.76, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 1 + }, + { + "id": 495, + "disaster_id": 36, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 1183.91, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 18 + }, + { + "id": 496, + "disaster_id": 28, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1978.46, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 75 + }, + { + "id": 497, + "disaster_id": 40, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 561.77, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 10 + }, + { + "id": 498, + "disaster_id": 87, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 82830.9, + "agent_assigned_id": 23, + "claim_handler_assigned_id": 63 + }, + { + "id": 499, + "disaster_id": 7, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 1320.74, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 108 + }, + { + "id": 500, + "disaster_id": 34, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 6682.52, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 38 + }, + { + "id": 501, + "disaster_id": 80, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 370080.13, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 102 + }, + { + "id": 502, + "disaster_id": 45, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8618.41, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 51 + }, + { + "id": 503, + "disaster_id": 52, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4392.43, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 54 + }, + { + "id": 504, + "disaster_id": 35, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 34555.98, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 111 + }, + { + "id": 505, + "disaster_id": 58, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3923.95, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 120 + }, + { + "id": 506, + "disaster_id": 92, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 4923.98, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 139 + }, + { + "id": 507, + "disaster_id": 61, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 22854.24, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 31 + }, + { + "id": 508, + "disaster_id": 85, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 2098.09, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 30 + }, + { + "id": 509, + "disaster_id": 50, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 2462.7, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 152 + }, + { + "id": 510, + "disaster_id": 52, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 14504.15, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 136 + }, + { + "id": 511, + "disaster_id": 65, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 11490.8, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 122 + }, + { + "id": 512, + "disaster_id": 63, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 46494.46, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 150 + }, + { + "id": 513, + "disaster_id": 54, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 44255.05, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 64 + }, + { + "id": 514, + "disaster_id": 33, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 52580.35, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 137 + }, + { + "id": 515, + "disaster_id": 26, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 248780.42, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 149 + }, + { + "id": 516, + "disaster_id": 57, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 3098.72, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 101 + }, + { + "id": 517, + "disaster_id": 11, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 191280.69, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 38 + }, + { + "id": 518, + "disaster_id": 78, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 704.37, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 24 + }, + { + "id": 519, + "disaster_id": 14, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7231.72, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 16 + }, + { + "id": 520, + "disaster_id": 16, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1736.49, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 48 + }, + { + "id": 521, + "disaster_id": 81, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 4525.44, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 45 + }, + { + "id": 522, + "disaster_id": 27, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 81210.42, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 59 + }, + { + "id": 523, + "disaster_id": 65, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 595080.15, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 25 + }, + { + "id": 524, + "disaster_id": 28, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 118200.92, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 128 + }, + { + "id": 525, + "disaster_id": 36, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 6610.99, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 126 + }, + { + "id": 526, + "disaster_id": 70, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 49440.56, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 84 + }, + { + "id": 527, + "disaster_id": 79, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 3647.73, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 152 + }, + { + "id": 528, + "disaster_id": 89, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 364850.84, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 40 + }, + { + "id": 529, + "disaster_id": 63, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 2264.03, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 68 + }, + { + "id": 530, + "disaster_id": 22, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 47700.78, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 28 + }, + { + "id": 531, + "disaster_id": 2, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 24031.55, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 150 + }, + { + "id": 532, + "disaster_id": 63, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 4616.38, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 124 + }, + { + "id": 533, + "disaster_id": 61, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 163.2, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 135 + }, + { + "id": 534, + "disaster_id": 66, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 164.1, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 22 + }, + { + "id": 535, + "disaster_id": 23, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2408.9, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 139 + }, + { + "id": 536, + "disaster_id": 56, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 1901.39, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 122 + }, + { + "id": 537, + "disaster_id": 53, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 3229.48, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 73 + }, + { + "id": 538, + "disaster_id": 28, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 585690.69, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 70 + }, + { + "id": 539, + "disaster_id": 63, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 6353.74, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 71 + }, + { + "id": 540, + "disaster_id": 19, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 7, + "estimate_cost": 66997.51, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 75 + }, + { + "id": 541, + "disaster_id": 60, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 2457.73, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 44 + }, + { + "id": 542, + "disaster_id": 9, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 9164.77, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 61 + }, + { + "id": 543, + "disaster_id": 32, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 5410.19, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 107 + }, + { + "id": 544, + "disaster_id": 98, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 6, + "estimate_cost": 11640.36, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 80 + }, + { + "id": 545, + "disaster_id": 58, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 11439.73, + "agent_assigned_id": 1, + "claim_handler_assigned_id": 142 + }, + { + "id": 546, + "disaster_id": 43, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 7196.88, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 156 + }, + { + "id": 547, + "disaster_id": 32, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 1720.81, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 9 + }, + { + "id": 548, + "disaster_id": 5, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 1952.02, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 112 + }, + { + "id": 549, + "disaster_id": 68, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4606.26, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 107 + }, + { + "id": 550, + "disaster_id": 52, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 435300.17, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 92 + }, + { + "id": 551, + "disaster_id": 4, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2079.9, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 152 + }, + { + "id": 552, + "disaster_id": 53, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1544.71, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 85 + }, + { + "id": 553, + "disaster_id": 55, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 443.24, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 137 + }, + { + "id": 554, + "disaster_id": 38, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1781.83, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 47 + }, + { + "id": 555, + "disaster_id": 95, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 3958.52, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 140 + }, + { + "id": 556, + "disaster_id": 65, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 966.57, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 16 + }, + { + "id": 557, + "disaster_id": 37, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 9, + "estimate_cost": 5392.06, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 82 + }, + { + "id": 558, + "disaster_id": 50, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 1405.89, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 2 + }, + { + "id": 559, + "disaster_id": 63, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 6, + "estimate_cost": 4960.88, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 19 + }, + { + "id": 560, + "disaster_id": 100, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 1384.94, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 79 + }, + { + "id": 561, + "disaster_id": 29, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4804.24, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 116 + }, + { + "id": 562, + "disaster_id": 7, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 15869.27, + "agent_assigned_id": 73, + "claim_handler_assigned_id": 39 + }, + { + "id": 563, + "disaster_id": 35, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 8062.8, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 24 + }, + { + "id": 564, + "disaster_id": 18, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 619.95, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 42 + }, + { + "id": 565, + "disaster_id": 61, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 78290.56, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 127 + }, + { + "id": 566, + "disaster_id": 85, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 50625.14, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 138 + }, + { + "id": 567, + "disaster_id": 15, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 235200.5, + "agent_assigned_id": 21, + "claim_handler_assigned_id": 33 + }, + { + "id": 568, + "disaster_id": 65, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 7795.58, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 5 + }, + { + "id": 569, + "disaster_id": 84, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 361.6, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 128 + }, + { + "id": 570, + "disaster_id": 44, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 44160.65, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 121 + }, + { + "id": 571, + "disaster_id": 88, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 192.99, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 28 + }, + { + "id": 572, + "disaster_id": 68, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3176.44, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 24 + }, + { + "id": 573, + "disaster_id": 18, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 486630.26, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 59 + }, + { + "id": 574, + "disaster_id": 87, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 248550.88, + "agent_assigned_id": 23, + "claim_handler_assigned_id": 65 + }, + { + "id": 575, + "disaster_id": 58, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 419.25, + "agent_assigned_id": 1, + "claim_handler_assigned_id": 131 + }, + { + "id": 576, + "disaster_id": 31, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 260440.06, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 88 + }, + { + "id": 577, + "disaster_id": 31, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 78240.65, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 37 + }, + { + "id": 578, + "disaster_id": 36, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 235.43, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 19 + }, + { + "id": 579, + "disaster_id": 46, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 3052.67, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 26 + }, + { + "id": 580, + "disaster_id": 76, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1167.37, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 53 + }, + { + "id": 581, + "disaster_id": 97, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1054.78, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 77 + }, + { + "id": 582, + "disaster_id": 4, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 888.98, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 117 + }, + { + "id": 583, + "disaster_id": 73, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 23040.29, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 126 + }, + { + "id": 584, + "disaster_id": 50, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 5808.12, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 35 + }, + { + "id": 585, + "disaster_id": 42, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 5502.11, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 89 + }, + { + "id": 586, + "disaster_id": 4, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 219360.58, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 138 + }, + { + "id": 587, + "disaster_id": 4, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 581.98, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 100 + }, + { + "id": 588, + "disaster_id": 54, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 497250.92, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 121 + }, + { + "id": 589, + "disaster_id": 93, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 83730.15, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 4 + }, + { + "id": 590, + "disaster_id": 60, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 84010.28, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 90 + }, + { + "id": 591, + "disaster_id": 54, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2248.63, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 73 + }, + { + "id": 592, + "disaster_id": 28, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3639.59, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 144 + }, + { + "id": 593, + "disaster_id": 78, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 9186.14, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 117 + }, + { + "id": 594, + "disaster_id": 28, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 22990.88, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 91 + }, + { + "id": 595, + "disaster_id": 68, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 629.11, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 67 + }, + { + "id": 596, + "disaster_id": 72, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 4250.24, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 119 + }, + { + "id": 597, + "disaster_id": 57, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 1090.41, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 72 + }, + { + "id": 598, + "disaster_id": 49, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 639.36, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 84 + }, + { + "id": 599, + "disaster_id": 42, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 84240.59, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 55 + }, + { + "id": 600, + "disaster_id": 1, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 21385.17, + "agent_assigned_id": 63, + "claim_handler_assigned_id": 20 + }, + { + "id": 601, + "disaster_id": 7, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 7214.92, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 74 + }, + { + "id": 602, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 321660.15, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 117 + }, + { + "id": 603, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 224280.63, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 21 + }, + { + "id": 604, + "disaster_id": 7, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 18260.06, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 92 + }, + { + "id": 605, + "disaster_id": 71, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1927.89, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 59 + }, + { + "id": 606, + "disaster_id": 51, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 12838.72, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 16 + }, + { + "id": 607, + "disaster_id": 86, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 2926.29, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 8 + }, + { + "id": 608, + "disaster_id": 30, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 546000.47, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 26 + }, + { + "id": 609, + "disaster_id": 28, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 92350.35, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 68 + }, + { + "id": 610, + "disaster_id": 44, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 32886.19, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 2 + }, + { + "id": 611, + "disaster_id": 40, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 896.95, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 19 + }, + { + "id": 612, + "disaster_id": 76, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 211450.63, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 129 + }, + { + "id": 613, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 45840.4, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 142 + }, + { + "id": 614, + "disaster_id": 41, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 372540.97, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 81 + }, + { + "id": 615, + "disaster_id": 55, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 108540.53, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 14 + }, + { + "id": 616, + "disaster_id": 96, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 474670.16, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 25 + }, + { + "id": 617, + "disaster_id": 61, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 1840.45, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 127 + }, + { + "id": 618, + "disaster_id": 97, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 168540.08, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 119 + }, + { + "id": 619, + "disaster_id": 28, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 375360.99, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 147 + }, + { + "id": 620, + "disaster_id": 76, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 790.01, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 101 + }, + { + "id": 621, + "disaster_id": 92, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 18042.96, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 121 + }, + { + "id": 622, + "disaster_id": 31, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 1656.57, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 33 + }, + { + "id": 623, + "disaster_id": 29, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 277.61, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 44 + }, + { + "id": 624, + "disaster_id": 23, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 28720.26, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 7 + }, + { + "id": 625, + "disaster_id": 19, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 269280.5, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 68 + }, + { + "id": 626, + "disaster_id": 59, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 4623.95, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 103 + }, + { + "id": 627, + "disaster_id": 34, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 6150.6, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 112 + }, + { + "id": 628, + "disaster_id": 88, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 23760.92, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 150 + }, + { + "id": 629, + "disaster_id": 57, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 98700.46, + "agent_assigned_id": 82, + "claim_handler_assigned_id": 114 + }, + { + "id": 630, + "disaster_id": 59, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 6064.9, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 125 + }, + { + "id": 631, + "disaster_id": 37, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 1066.17, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 123 + }, + { + "id": 632, + "disaster_id": 88, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 749340.19, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 26 + }, + { + "id": 633, + "disaster_id": 45, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 185.56, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 4 + }, + { + "id": 634, + "disaster_id": 1, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 5357.45, + "agent_assigned_id": 75, + "claim_handler_assigned_id": 70 + }, + { + "id": 635, + "disaster_id": 83, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 8848.92, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 150 + }, + { + "id": 636, + "disaster_id": 73, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 2924.06, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 29 + }, + { + "id": 637, + "disaster_id": 88, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 37790.58, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 78 + }, + { + "id": 638, + "disaster_id": 95, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 541.7, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 27 + }, + { + "id": 639, + "disaster_id": 15, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 36442.81, + "agent_assigned_id": 21, + "claim_handler_assigned_id": 105 + }, + { + "id": 640, + "disaster_id": 93, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 8780.2, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 112 + }, + { + "id": 641, + "disaster_id": 100, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 941.07, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 64 + }, + { + "id": 642, + "disaster_id": 42, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 2399.31, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 122 + }, + { + "id": 643, + "disaster_id": 43, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 22080.52, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 7 + }, + { + "id": 644, + "disaster_id": 68, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 930.94, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 87 + }, + { + "id": 645, + "disaster_id": 13, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 26268.29, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 136 + }, + { + "id": 646, + "disaster_id": 24, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 491.02, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 108 + }, + { + "id": 647, + "disaster_id": 1, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1931.15, + "agent_assigned_id": 95, + "claim_handler_assigned_id": 55 + }, + { + "id": 648, + "disaster_id": 17, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 86139.06, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 116 + }, + { + "id": 649, + "disaster_id": 32, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 2191.62, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 103 + }, + { + "id": 650, + "disaster_id": 82, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 3013.4, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 64 + }, + { + "id": 651, + "disaster_id": 77, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2349.91, + "agent_assigned_id": 98, + "claim_handler_assigned_id": 8 + }, + { + "id": 652, + "disaster_id": 25, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 35935.6, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 30 + }, + { + "id": 653, + "disaster_id": 32, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 75072.57, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 21 + }, + { + "id": 654, + "disaster_id": 3, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 72490.79, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 147 + }, + { + "id": 655, + "disaster_id": 97, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7720.3, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 48 + }, + { + "id": 656, + "disaster_id": 84, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 10208.11, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 98 + }, + { + "id": 657, + "disaster_id": 84, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 3077.28, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 78 + }, + { + "id": 658, + "disaster_id": 2, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 919.33, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 106 + }, + { + "id": 659, + "disaster_id": 92, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 10, + "estimate_cost": 81980.88, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 6 + }, + { + "id": 660, + "disaster_id": 3, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 7533.88, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 1 + }, + { + "id": 661, + "disaster_id": 94, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 853.8, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 151 + }, + { + "id": 662, + "disaster_id": 42, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 94160.43, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 113 + }, + { + "id": 663, + "disaster_id": 62, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 6858.57, + "agent_assigned_id": 28, + "claim_handler_assigned_id": 148 + }, + { + "id": 664, + "disaster_id": 1, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 6264.18, + "agent_assigned_id": 68, + "claim_handler_assigned_id": 150 + }, + { + "id": 665, + "disaster_id": 8, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 252.87, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 103 + }, + { + "id": 666, + "disaster_id": 24, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 3416.88, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 5 + }, + { + "id": 667, + "disaster_id": 63, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1460.9, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 5 + }, + { + "id": 668, + "disaster_id": 43, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 462000.03, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 8 + }, + { + "id": 669, + "disaster_id": 89, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2396.69, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 153 + }, + { + "id": 670, + "disaster_id": 55, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 252880.51, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 82 + }, + { + "id": 671, + "disaster_id": 82, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 352620.7, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 33 + }, + { + "id": 672, + "disaster_id": 12, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 350300.0, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 143 + }, + { + "id": 673, + "disaster_id": 79, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 4627.84, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 87 + }, + { + "id": 674, + "disaster_id": 93, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 156300.73, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 27 + }, + { + "id": 675, + "disaster_id": 89, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 590.35, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 50 + }, + { + "id": 676, + "disaster_id": 1, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 5151.6, + "agent_assigned_id": 95, + "claim_handler_assigned_id": 90 + }, + { + "id": 677, + "disaster_id": 8, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 144400.99, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 73 + }, + { + "id": 678, + "disaster_id": 2, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 9101.54, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 14 + }, + { + "id": 679, + "disaster_id": 45, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2803.81, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 140 + }, + { + "id": 680, + "disaster_id": 27, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 15651.99, + "agent_assigned_id": 46, + "claim_handler_assigned_id": 69 + }, + { + "id": 681, + "disaster_id": 68, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 989.48, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 16 + }, + { + "id": 682, + "disaster_id": 21, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 910.09, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 113 + }, + { + "id": 683, + "disaster_id": 74, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 39837.87, + "agent_assigned_id": 26, + "claim_handler_assigned_id": 96 + }, + { + "id": 684, + "disaster_id": 49, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 1377.66, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 88 + }, + { + "id": 685, + "disaster_id": 16, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 786.05, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 91 + }, + { + "id": 686, + "disaster_id": 38, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 634.29, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 48 + }, + { + "id": 687, + "disaster_id": 38, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 89.67, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 10 + }, + { + "id": 688, + "disaster_id": 93, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 786640.28, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 94 + }, + { + "id": 689, + "disaster_id": 5, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 3596.39, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 106 + }, + { + "id": 690, + "disaster_id": 55, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 15434.86, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 73 + }, + { + "id": 691, + "disaster_id": 38, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 4949.68, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 92 + }, + { + "id": 692, + "disaster_id": 27, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 2135.73, + "agent_assigned_id": 1, + "claim_handler_assigned_id": 34 + }, + { + "id": 693, + "disaster_id": 74, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1240.6, + "agent_assigned_id": 97, + "claim_handler_assigned_id": 55 + }, + { + "id": 694, + "disaster_id": 44, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 349200.2, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 132 + }, + { + "id": 695, + "disaster_id": 67, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 236390.72, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 138 + }, + { + "id": 696, + "disaster_id": 74, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 16960.62, + "agent_assigned_id": 80, + "claim_handler_assigned_id": 113 + }, + { + "id": 697, + "disaster_id": 66, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 9220.15, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 74 + }, + { + "id": 698, + "disaster_id": 65, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1479.66, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 18 + }, + { + "id": 699, + "disaster_id": 88, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 2225.02, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 12 + }, + { + "id": 700, + "disaster_id": 70, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 353.23, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 5 + }, + { + "id": 701, + "disaster_id": 6, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 49760.07, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 39 + }, + { + "id": 702, + "disaster_id": 51, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 837.87, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 96 + }, + { + "id": 703, + "disaster_id": 36, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 367750.27, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 130 + }, + { + "id": 704, + "disaster_id": 70, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 157740.54, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 48 + }, + { + "id": 705, + "disaster_id": 86, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 894.57, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 82 + }, + { + "id": 706, + "disaster_id": 65, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 43020.03, + "agent_assigned_id": 78, + "claim_handler_assigned_id": 1 + }, + { + "id": 707, + "disaster_id": 52, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 56550.56, + "agent_assigned_id": 91, + "claim_handler_assigned_id": 111 + }, + { + "id": 708, + "disaster_id": 3, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 5719.79, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 65 + }, + { + "id": 709, + "disaster_id": 78, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 111720.24, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 100 + }, + { + "id": 710, + "disaster_id": 64, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 218190.05, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 123 + }, + { + "id": 711, + "disaster_id": 43, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 395680.72, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 6 + }, + { + "id": 712, + "disaster_id": 25, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 260.71, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 126 + }, + { + "id": 713, + "disaster_id": 100, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 1626.47, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 88 + }, + { + "id": 714, + "disaster_id": 87, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 483930.83, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 69 + }, + { + "id": 715, + "disaster_id": 55, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 2330.06, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 13 + }, + { + "id": 716, + "disaster_id": 26, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 278100.1, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 147 + }, + { + "id": 717, + "disaster_id": 92, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 754.27, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 114 + }, + { + "id": 718, + "disaster_id": 22, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 8866.36, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 88 + }, + { + "id": 719, + "disaster_id": 70, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4890.5, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 8 + }, + { + "id": 720, + "disaster_id": 56, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 9, + "estimate_cost": 898380.99, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 69 + }, + { + "id": 721, + "disaster_id": 24, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 8294.58, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 51 + }, + { + "id": 722, + "disaster_id": 88, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 7184.29, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 122 + }, + { + "id": 723, + "disaster_id": 69, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 3154.75, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 24 + }, + { + "id": 724, + "disaster_id": 99, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2134.37, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 89 + }, + { + "id": 725, + "disaster_id": 9, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 7807.37, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 109 + }, + { + "id": 726, + "disaster_id": 85, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 3938.7, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 23 + }, + { + "id": 727, + "disaster_id": 97, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 159480.91, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 134 + }, + { + "id": 728, + "disaster_id": 78, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 913.11, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 156 + }, + { + "id": 729, + "disaster_id": 29, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 714.39, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 64 + }, + { + "id": 730, + "disaster_id": 30, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 28998.59, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 4 + }, + { + "id": 731, + "disaster_id": 75, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 45810.77, + "agent_assigned_id": 14, + "claim_handler_assigned_id": 1 + }, + { + "id": 732, + "disaster_id": 3, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 182980.56, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 154 + }, + { + "id": 733, + "disaster_id": 9, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 33760.82, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 2 + }, + { + "id": 734, + "disaster_id": 87, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 42805.53, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 3 + }, + { + "id": 735, + "disaster_id": 22, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 21120.73, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 25 + }, + { + "id": 736, + "disaster_id": 6, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 32870.64, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 85 + }, + { + "id": 737, + "disaster_id": 16, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 111000.32, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 83 + }, + { + "id": 738, + "disaster_id": 71, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3781.89, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 133 + }, + { + "id": 739, + "disaster_id": 9, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 1224.39, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 71 + }, + { + "id": 740, + "disaster_id": 18, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 7252.7, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 37 + }, + { + "id": 741, + "disaster_id": 67, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 4816.64, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 33 + }, + { + "id": 742, + "disaster_id": 87, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 177300.26, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 128 + }, + { + "id": 743, + "disaster_id": 47, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 444060.29, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 125 + }, + { + "id": 744, + "disaster_id": 32, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 64260.11, + "agent_assigned_id": 73, + "claim_handler_assigned_id": 142 + }, + { + "id": 745, + "disaster_id": 46, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 46998.59, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 39 + }, + { + "id": 746, + "disaster_id": 7, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 6808.01, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 21 + }, + { + "id": 747, + "disaster_id": 88, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 67815.3, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 14 + }, + { + "id": 748, + "disaster_id": 20, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2026.6, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 129 + }, + { + "id": 749, + "disaster_id": 64, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 3303.46, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 33 + }, + { + "id": 750, + "disaster_id": 78, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 13212.55, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 44 + }, + { + "id": 751, + "disaster_id": 61, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 41920.49, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 18 + }, + { + "id": 752, + "disaster_id": 57, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 303680.79, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 136 + }, + { + "id": 753, + "disaster_id": 53, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2360.51, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 23 + }, + { + "id": 754, + "disaster_id": 38, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 3741.19, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 40 + }, + { + "id": 755, + "disaster_id": 81, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 1853.58, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 100 + }, + { + "id": 756, + "disaster_id": 28, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 144.96, + "agent_assigned_id": 35, + "claim_handler_assigned_id": 88 + }, + { + "id": 757, + "disaster_id": 65, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 13254.29, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 19 + }, + { + "id": 758, + "disaster_id": 83, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 476700.35, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 55 + }, + { + "id": 759, + "disaster_id": 57, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 40640.95, + "agent_assigned_id": 89, + "claim_handler_assigned_id": 79 + }, + { + "id": 760, + "disaster_id": 39, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8194.73, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 135 + }, + { + "id": 761, + "disaster_id": 42, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 2, + "estimate_cost": 1378.11, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 105 + }, + { + "id": 762, + "disaster_id": 29, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 15210.68, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 70 + }, + { + "id": 763, + "disaster_id": 11, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 6678.89, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 137 + }, + { + "id": 764, + "disaster_id": 8, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 66200.61, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 32 + }, + { + "id": 765, + "disaster_id": 89, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 1200.82, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 13 + }, + { + "id": 766, + "disaster_id": 87, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 6645.04, + "agent_assigned_id": 29, + "claim_handler_assigned_id": 102 + }, + { + "id": 767, + "disaster_id": 94, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5489.83, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 46 + }, + { + "id": 768, + "disaster_id": 94, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1426.02, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 78 + }, + { + "id": 769, + "disaster_id": 71, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 1185.23, + "agent_assigned_id": 27, + "claim_handler_assigned_id": 14 + }, + { + "id": 770, + "disaster_id": 23, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 44470.19, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 3 + }, + { + "id": 771, + "disaster_id": 12, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1855.65, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 7 + }, + { + "id": 772, + "disaster_id": 64, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 277800.09, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 59 + }, + { + "id": 773, + "disaster_id": 54, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 400800.26, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 104 + }, + { + "id": 774, + "disaster_id": 59, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 2424.28, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 37 + }, + { + "id": 775, + "disaster_id": 81, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 5233.2, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 83 + }, + { + "id": 776, + "disaster_id": 14, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 903.28, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 107 + }, + { + "id": 777, + "disaster_id": 88, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 151.14, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 56 + }, + { + "id": 778, + "disaster_id": 20, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8861.3, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 56 + }, + { + "id": 779, + "disaster_id": 21, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 153900.55, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 57 + }, + { + "id": 780, + "disaster_id": 48, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 781680.49, + "agent_assigned_id": 91, + "claim_handler_assigned_id": 109 + }, + { + "id": 781, + "disaster_id": 45, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 997.98, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 2 + }, + { + "id": 782, + "disaster_id": 86, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3847.33, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 116 + }, + { + "id": 783, + "disaster_id": 64, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 434460.51, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 25 + }, + { + "id": 784, + "disaster_id": 38, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 30.22, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 152 + }, + { + "id": 785, + "disaster_id": 71, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 5473.72, + "agent_assigned_id": 42, + "claim_handler_assigned_id": 96 + }, + { + "id": 786, + "disaster_id": 60, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 275.26, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 153 + }, + { + "id": 787, + "disaster_id": 40, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 276090.74, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 95 + }, + { + "id": 788, + "disaster_id": 42, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 856.72, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 145 + }, + { + "id": 789, + "disaster_id": 63, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 9125.3, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 83 + }, + { + "id": 790, + "disaster_id": 65, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 2929.85, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 130 + }, + { + "id": 791, + "disaster_id": 1, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 374.91, + "agent_assigned_id": 95, + "claim_handler_assigned_id": 84 + }, + { + "id": 792, + "disaster_id": 39, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 1180.05, + "agent_assigned_id": 11, + "claim_handler_assigned_id": 149 + }, + { + "id": 793, + "disaster_id": 2, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 7460.25, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 85 + }, + { + "id": 794, + "disaster_id": 76, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1982.92, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 81 + }, + { + "id": 795, + "disaster_id": 88, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 4817.47, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 64 + }, + { + "id": 796, + "disaster_id": 54, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 85635.87, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 142 + }, + { + "id": 797, + "disaster_id": 33, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 37568.29, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 59 + }, + { + "id": 798, + "disaster_id": 92, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 5004.08, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 42 + }, + { + "id": 799, + "disaster_id": 52, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 42550.22, + "agent_assigned_id": 91, + "claim_handler_assigned_id": 46 + }, + { + "id": 800, + "disaster_id": 60, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 370620.85, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 61 + }, + { + "id": 801, + "disaster_id": 55, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 67410.15, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 37 + }, + { + "id": 802, + "disaster_id": 80, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 10413.64, + "agent_assigned_id": 59, + "claim_handler_assigned_id": 56 + }, + { + "id": 803, + "disaster_id": 50, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 4718.07, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 144 + }, + { + "id": 804, + "disaster_id": 31, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 4057.32, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 39 + }, + { + "id": 805, + "disaster_id": 95, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 717.73, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 27 + }, + { + "id": 806, + "disaster_id": 25, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 36000.63, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 85 + }, + { + "id": 807, + "disaster_id": 82, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 1574.47, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 125 + }, + { + "id": 808, + "disaster_id": 99, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 5, + "estimate_cost": 5810.89, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 127 + }, + { + "id": 809, + "disaster_id": 16, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 112840.74, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 15 + }, + { + "id": 810, + "disaster_id": 12, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 871.97, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 113 + }, + { + "id": 811, + "disaster_id": 14, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 9672.97, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 87 + }, + { + "id": 812, + "disaster_id": 99, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 7038.95, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 113 + }, + { + "id": 813, + "disaster_id": 14, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 398700.23, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 17 + }, + { + "id": 814, + "disaster_id": 55, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 22320.02, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 38 + }, + { + "id": 815, + "disaster_id": 9, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 37615.87, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 112 + }, + { + "id": 816, + "disaster_id": 70, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 950.47, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 126 + }, + { + "id": 817, + "disaster_id": 36, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 964.51, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 65 + }, + { + "id": 818, + "disaster_id": 39, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 27920.25, + "agent_assigned_id": 11, + "claim_handler_assigned_id": 77 + }, + { + "id": 819, + "disaster_id": 72, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 547830.97, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 25 + }, + { + "id": 820, + "disaster_id": 20, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 585600.76, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 115 + }, + { + "id": 821, + "disaster_id": 100, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 6776.55, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 30 + }, + { + "id": 822, + "disaster_id": 95, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3960.26, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 119 + }, + { + "id": 823, + "disaster_id": 64, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 25836.9, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 90 + }, + { + "id": 824, + "disaster_id": 33, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 5598.03, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 117 + }, + { + "id": 825, + "disaster_id": 52, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 5368.25, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 5 + }, + { + "id": 826, + "disaster_id": 65, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 4528.73, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 17 + }, + { + "id": 827, + "disaster_id": 41, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 404.5, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 50 + }, + { + "id": 828, + "disaster_id": 2, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 752.68, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 75 + }, + { + "id": 829, + "disaster_id": 75, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 323401.0, + "agent_assigned_id": 78, + "claim_handler_assigned_id": 140 + }, + { + "id": 830, + "disaster_id": 21, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 4094.41, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 56 + }, + { + "id": 831, + "disaster_id": 40, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3500.86, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 39 + }, + { + "id": 832, + "disaster_id": 13, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 49630.98, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 21 + }, + { + "id": 833, + "disaster_id": 60, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 48420.48, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 49 + }, + { + "id": 834, + "disaster_id": 95, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 162510.42, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 73 + }, + { + "id": 835, + "disaster_id": 88, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 2375.73, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 112 + }, + { + "id": 836, + "disaster_id": 1, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 624.38, + "agent_assigned_id": 63, + "claim_handler_assigned_id": 153 + }, + { + "id": 837, + "disaster_id": 80, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 56700.97, + "agent_assigned_id": 59, + "claim_handler_assigned_id": 105 + }, + { + "id": 838, + "disaster_id": 44, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 355200.53, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 136 + }, + { + "id": 839, + "disaster_id": 97, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 49820.09, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 4 + }, + { + "id": 840, + "disaster_id": 65, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 33264.82, + "agent_assigned_id": 78, + "claim_handler_assigned_id": 108 + }, + { + "id": 841, + "disaster_id": 3, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7304.2, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 144 + }, + { + "id": 842, + "disaster_id": 35, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 925.95, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 145 + }, + { + "id": 843, + "disaster_id": 77, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 504.36, + "agent_assigned_id": 71, + "claim_handler_assigned_id": 74 + }, + { + "id": 844, + "disaster_id": 91, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 245.45, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 7 + }, + { + "id": 845, + "disaster_id": 7, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2240.45, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 144 + }, + { + "id": 846, + "disaster_id": 61, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 19692.31, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 148 + }, + { + "id": 847, + "disaster_id": 79, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 27120.27, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 47 + }, + { + "id": 848, + "disaster_id": 96, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 55578.74, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 79 + }, + { + "id": 849, + "disaster_id": 46, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 38940.07, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 70 + }, + { + "id": 850, + "disaster_id": 16, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 517.81, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 78 + }, + { + "id": 851, + "disaster_id": 62, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 10616.06, + "agent_assigned_id": 28, + "claim_handler_assigned_id": 118 + }, + { + "id": 852, + "disaster_id": 1, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 465.02, + "agent_assigned_id": 63, + "claim_handler_assigned_id": 149 + }, + { + "id": 853, + "disaster_id": 100, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 4683.6, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 131 + }, + { + "id": 854, + "disaster_id": 70, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 551.22, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 155 + }, + { + "id": 855, + "disaster_id": 96, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 64590.04, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 2 + }, + { + "id": 856, + "disaster_id": 65, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3684.28, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 25 + }, + { + "id": 857, + "disaster_id": 13, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 36230.19, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 66 + }, + { + "id": 858, + "disaster_id": 3, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 577.51, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 105 + }, + { + "id": 859, + "disaster_id": 7, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 33939.75, + "agent_assigned_id": 19, + "claim_handler_assigned_id": 107 + }, + { + "id": 860, + "disaster_id": 56, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 8457.55, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 124 + }, + { + "id": 861, + "disaster_id": 45, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3975.3, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 116 + }, + { + "id": 862, + "disaster_id": 81, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 4500.14, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 31 + }, + { + "id": 863, + "disaster_id": 56, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 1600.51, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 34 + }, + { + "id": 864, + "disaster_id": 37, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 29292.2, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 25 + }, + { + "id": 865, + "disaster_id": 62, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 385110.55, + "agent_assigned_id": 28, + "claim_handler_assigned_id": 55 + }, + { + "id": 866, + "disaster_id": 27, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 447370.97, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 149 + }, + { + "id": 867, + "disaster_id": 88, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 810.02, + "agent_assigned_id": 17, + "claim_handler_assigned_id": 89 + }, + { + "id": 868, + "disaster_id": 88, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 9, + "estimate_cost": 51930.41, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 85 + }, + { + "id": 869, + "disaster_id": 67, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 2008.33, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 66 + }, + { + "id": 870, + "disaster_id": 63, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 27880.1, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 91 + }, + { + "id": 871, + "disaster_id": 6, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 44660.75, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 54 + }, + { + "id": 872, + "disaster_id": 50, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 4778.71, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 10 + }, + { + "id": 873, + "disaster_id": 60, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 6337.93, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 28 + }, + { + "id": 874, + "disaster_id": 12, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 44736.31, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 122 + }, + { + "id": 875, + "disaster_id": 3, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 5640.05, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 29 + }, + { + "id": 876, + "disaster_id": 13, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 685860.58, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 33 + }, + { + "id": 877, + "disaster_id": 64, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 5608.84, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 47 + }, + { + "id": 878, + "disaster_id": 99, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 2124.44, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 127 + }, + { + "id": 879, + "disaster_id": 7, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 1821.05, + "agent_assigned_id": 74, + "claim_handler_assigned_id": 156 + }, + { + "id": 880, + "disaster_id": 54, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 3559.35, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 155 + }, + { + "id": 881, + "disaster_id": 42, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 6789.36, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 99 + }, + { + "id": 882, + "disaster_id": 63, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 639.05, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 59 + }, + { + "id": 883, + "disaster_id": 58, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 24640.34, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 36 + }, + { + "id": 884, + "disaster_id": 16, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 12460.64, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 73 + }, + { + "id": 885, + "disaster_id": 38, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 4050.01, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 23 + }, + { + "id": 886, + "disaster_id": 92, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 1443.34, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 123 + }, + { + "id": 887, + "disaster_id": 83, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 79880.28, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 69 + }, + { + "id": 888, + "disaster_id": 60, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 887.56, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 102 + }, + { + "id": 889, + "disaster_id": 24, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 102360.97, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 6 + }, + { + "id": 890, + "disaster_id": 53, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 889.26, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 120 + }, + { + "id": 891, + "disaster_id": 13, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 6043.47, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 45 + }, + { + "id": 892, + "disaster_id": 50, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 10, + "estimate_cost": 4996.96, + "agent_assigned_id": 8, + "claim_handler_assigned_id": 42 + }, + { + "id": 893, + "disaster_id": 75, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 154380.09, + "agent_assigned_id": 78, + "claim_handler_assigned_id": 103 + }, + { + "id": 894, + "disaster_id": 12, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Life", + "severity_rating": 1, + "estimate_cost": 818.38, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 65 + }, + { + "id": 895, + "disaster_id": 98, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 10668.93, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 13 + }, + { + "id": 896, + "disaster_id": 8, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 1139.83, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 21 + }, + { + "id": 897, + "disaster_id": 6, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 5610.29, + "agent_assigned_id": 18, + "claim_handler_assigned_id": 96 + }, + { + "id": 898, + "disaster_id": 31, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 124.23, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 89 + }, + { + "id": 899, + "disaster_id": 71, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 178.63, + "agent_assigned_id": 60, + "claim_handler_assigned_id": 41 + }, + { + "id": 900, + "disaster_id": 68, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 51240.64, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 81 + }, + { + "id": 901, + "disaster_id": 86, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 767.67, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 155 + }, + { + "id": 902, + "disaster_id": 2, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 641.23, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 81 + }, + { + "id": 903, + "disaster_id": 91, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 193940.02, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 45 + }, + { + "id": 904, + "disaster_id": 100, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 926.49, + "agent_assigned_id": 70, + "claim_handler_assigned_id": 93 + }, + { + "id": 905, + "disaster_id": 99, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 1185.55, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 64 + }, + { + "id": 906, + "disaster_id": 11, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 51528.05, + "agent_assigned_id": 49, + "claim_handler_assigned_id": 85 + }, + { + "id": 907, + "disaster_id": 58, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3038.38, + "agent_assigned_id": 1, + "claim_handler_assigned_id": 92 + }, + { + "id": 908, + "disaster_id": 52, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 65600.99, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 110 + }, + { + "id": 909, + "disaster_id": 83, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 81480.4, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 20 + }, + { + "id": 910, + "disaster_id": 13, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 3579.27, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 27 + }, + { + "id": 911, + "disaster_id": 73, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 1126.82, + "agent_assigned_id": 36, + "claim_handler_assigned_id": 114 + }, + { + "id": 912, + "disaster_id": 38, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 2099.12, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 24 + }, + { + "id": 913, + "disaster_id": 90, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8397.56, + "agent_assigned_id": 97, + "claim_handler_assigned_id": 124 + }, + { + "id": 914, + "disaster_id": 12, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 33234.66, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 32 + }, + { + "id": 915, + "disaster_id": 86, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 2116.54, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 125 + }, + { + "id": 916, + "disaster_id": 55, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 624960.43, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 122 + }, + { + "id": 917, + "disaster_id": 61, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 551460.46, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 29 + }, + { + "id": 918, + "disaster_id": 65, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4135.69, + "agent_assigned_id": 31, + "claim_handler_assigned_id": 66 + }, + { + "id": 919, + "disaster_id": 36, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 36112.36, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 149 + }, + { + "id": 920, + "disaster_id": 1, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 588880.6, + "agent_assigned_id": 75, + "claim_handler_assigned_id": 113 + }, + { + "id": 921, + "disaster_id": 95, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 666270.01, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 40 + }, + { + "id": 922, + "disaster_id": 10, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 334400.43, + "agent_assigned_id": 66, + "claim_handler_assigned_id": 150 + }, + { + "id": 923, + "disaster_id": 43, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 26782.59, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 133 + }, + { + "id": 924, + "disaster_id": 48, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 1131.79, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 35 + }, + { + "id": 925, + "disaster_id": 1, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 16452.99, + "agent_assigned_id": 68, + "claim_handler_assigned_id": 33 + }, + { + "id": 926, + "disaster_id": 47, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1369.64, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 49 + }, + { + "id": 927, + "disaster_id": 91, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 662580.23, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 105 + }, + { + "id": 928, + "disaster_id": 73, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1990.45, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 4 + }, + { + "id": 929, + "disaster_id": 51, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 2071.34, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 140 + }, + { + "id": 930, + "disaster_id": 82, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1418.54, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 2 + }, + { + "id": 931, + "disaster_id": 9, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 245.77, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 51 + }, + { + "id": 932, + "disaster_id": 44, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 4, + "estimate_cost": 45400.86, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 118 + }, + { + "id": 933, + "disaster_id": 47, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 379120.91, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 78 + }, + { + "id": 934, + "disaster_id": 96, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 2512.86, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 20 + }, + { + "id": 935, + "disaster_id": 31, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 141510.27, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 17 + }, + { + "id": 936, + "disaster_id": 54, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 289150.04, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 152 + }, + { + "id": 937, + "disaster_id": 40, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 1544.66, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 77 + }, + { + "id": 938, + "disaster_id": 9, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 73880.59, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 75 + }, + { + "id": 939, + "disaster_id": 88, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 2161.83, + "agent_assigned_id": 47, + "claim_handler_assigned_id": 120 + }, + { + "id": 940, + "disaster_id": 22, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 22011.55, + "agent_assigned_id": 56, + "claim_handler_assigned_id": 107 + }, + { + "id": 941, + "disaster_id": 80, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 455040.92, + "agent_assigned_id": 23, + "claim_handler_assigned_id": 12 + }, + { + "id": 942, + "disaster_id": 8, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Life", + "severity_rating": 7, + "estimate_cost": 190820.74, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 102 + }, + { + "id": 943, + "disaster_id": 32, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 1183.36, + "agent_assigned_id": 73, + "claim_handler_assigned_id": 86 + }, + { + "id": 944, + "disaster_id": 35, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 524.11, + "agent_assigned_id": 85, + "claim_handler_assigned_id": 12 + }, + { + "id": 945, + "disaster_id": 18, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 92040.59, + "agent_assigned_id": 99, + "claim_handler_assigned_id": 1 + }, + { + "id": 946, + "disaster_id": 42, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 41735.24, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 115 + }, + { + "id": 947, + "disaster_id": 26, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Life", + "severity_rating": 6, + "estimate_cost": 4991.11, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 60 + }, + { + "id": 948, + "disaster_id": 39, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 1389.04, + "agent_assigned_id": 62, + "claim_handler_assigned_id": 18 + }, + { + "id": 949, + "disaster_id": 58, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 3959.67, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 58 + }, + { + "id": 950, + "disaster_id": 9, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 43100.3, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 62 + }, + { + "id": 951, + "disaster_id": 61, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 246060.83, + "agent_assigned_id": 57, + "claim_handler_assigned_id": 106 + }, + { + "id": 952, + "disaster_id": 62, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 2704.88, + "agent_assigned_id": 55, + "claim_handler_assigned_id": 20 + }, + { + "id": 953, + "disaster_id": 34, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 498360.94, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 121 + }, + { + "id": 954, + "disaster_id": 63, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 8430.87, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 122 + }, + { + "id": 955, + "disaster_id": 63, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 8, + "estimate_cost": 2521.48, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 65 + }, + { + "id": 956, + "disaster_id": 76, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 95600.69, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 70 + }, + { + "id": 957, + "disaster_id": 44, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 124290.48, + "agent_assigned_id": 76, + "claim_handler_assigned_id": 56 + }, + { + "id": 958, + "disaster_id": 72, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 43240.37, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 49 + }, + { + "id": 959, + "disaster_id": 95, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 10964.52, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 14 + }, + { + "id": 960, + "disaster_id": 54, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 469.92, + "agent_assigned_id": 34, + "claim_handler_assigned_id": 51 + }, + { + "id": 961, + "disaster_id": 97, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 629760.5, + "agent_assigned_id": 13, + "claim_handler_assigned_id": 42 + }, + { + "id": 962, + "disaster_id": 29, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 288840.08, + "agent_assigned_id": 88, + "claim_handler_assigned_id": 85 + }, + { + "id": 963, + "disaster_id": 34, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 71368.57, + "agent_assigned_id": 58, + "claim_handler_assigned_id": 36 + }, + { + "id": 964, + "disaster_id": 25, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 127.32, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 135 + }, + { + "id": 965, + "disaster_id": 17, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 694890.27, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 81 + }, + { + "id": 966, + "disaster_id": 18, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 40760.9, + "agent_assigned_id": 39, + "claim_handler_assigned_id": 130 + }, + { + "id": 967, + "disaster_id": 63, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 294960.98, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 43 + }, + { + "id": 968, + "disaster_id": 63, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3094.95, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 96 + }, + { + "id": 969, + "disaster_id": 3, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 136.16, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 76 + }, + { + "id": 970, + "disaster_id": 99, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 9, + "estimate_cost": 41607.83, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 120 + }, + { + "id": 971, + "disaster_id": 86, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Home", + "severity_rating": 8, + "estimate_cost": 2756.09, + "agent_assigned_id": 86, + "claim_handler_assigned_id": 110 + }, + { + "id": 972, + "disaster_id": 38, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 7, + "estimate_cost": 4729.21, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 98 + }, + { + "id": 973, + "disaster_id": 31, + "status": "Closed", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 7563.08, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 97 + }, + { + "id": 974, + "disaster_id": 38, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 3815.56, + "agent_assigned_id": 20, + "claim_handler_assigned_id": 130 + }, + { + "id": 975, + "disaster_id": 39, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 43056.28, + "agent_assigned_id": 82, + "claim_handler_assigned_id": 61 + }, + { + "id": 976, + "disaster_id": 24, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 7, + "estimate_cost": 8379.17, + "agent_assigned_id": 77, + "claim_handler_assigned_id": 91 + }, + { + "id": 977, + "disaster_id": 23, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 370.47, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 10 + }, + { + "id": 978, + "disaster_id": 99, + "status": "In Review", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 218910.99, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 47 + }, + { + "id": 979, + "disaster_id": 93, + "status": "Closed", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 1, + "estimate_cost": 1050.49, + "agent_assigned_id": 30, + "claim_handler_assigned_id": 140 + }, + { + "id": 980, + "disaster_id": 99, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 19410.9, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 95 + }, + { + "id": 981, + "disaster_id": 42, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 43560.01, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 40 + }, + { + "id": 982, + "disaster_id": 52, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 1, + "estimate_cost": 584.99, + "agent_assigned_id": 5, + "claim_handler_assigned_id": 48 + }, + { + "id": 983, + "disaster_id": 94, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Home", + "severity_rating": 4, + "estimate_cost": 20256.5, + "agent_assigned_id": 15, + "claim_handler_assigned_id": 136 + }, + { + "id": 984, + "disaster_id": 3, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 3, + "estimate_cost": 2400.82, + "agent_assigned_id": 4, + "claim_handler_assigned_id": 53 + }, + { + "id": 985, + "disaster_id": 63, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 969.22, + "agent_assigned_id": 100, + "claim_handler_assigned_id": 122 + }, + { + "id": 986, + "disaster_id": 99, + "status": "In Review", + "total_loss": true, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 63981.35, + "agent_assigned_id": 7, + "claim_handler_assigned_id": 47 + }, + { + "id": 987, + "disaster_id": 27, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 5, + "estimate_cost": 985.83, + "agent_assigned_id": 1, + "claim_handler_assigned_id": 125 + }, + { + "id": 988, + "disaster_id": 93, + "status": "In Review", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 3833.72, + "agent_assigned_id": 43, + "claim_handler_assigned_id": 15 + }, + { + "id": 989, + "disaster_id": 68, + "status": "Received", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 2935.22, + "agent_assigned_id": 10, + "claim_handler_assigned_id": 67 + }, + { + "id": 990, + "disaster_id": 95, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 2, + "estimate_cost": 17720.19, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 66 + }, + { + "id": 991, + "disaster_id": 34, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 913300.2, + "agent_assigned_id": 24, + "claim_handler_assigned_id": 129 + }, + { + "id": 992, + "disaster_id": 12, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 3, + "estimate_cost": 79980.03, + "agent_assigned_id": 92, + "claim_handler_assigned_id": 92 + }, + { + "id": 993, + "disaster_id": 42, + "status": "Closed", + "total_loss": false, + "loss_of_life": false, + "type": "Auto", + "severity_rating": 6, + "estimate_cost": 4862.2, + "agent_assigned_id": 87, + "claim_handler_assigned_id": 110 + }, + { + "id": 994, + "disaster_id": 82, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Home", + "severity_rating": 5, + "estimate_cost": 177150.91, + "agent_assigned_id": 79, + "claim_handler_assigned_id": 88 + }, + { + "id": 995, + "disaster_id": 15, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 9, + "estimate_cost": 248670.91, + "agent_assigned_id": 21, + "claim_handler_assigned_id": 140 + }, + { + "id": 996, + "disaster_id": 58, + "status": "Received", + "total_loss": false, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 4, + "estimate_cost": 1662.24, + "agent_assigned_id": 83, + "claim_handler_assigned_id": 114 + }, + { + "id": 997, + "disaster_id": 95, + "status": "In Review", + "total_loss": false, + "loss_of_life": false, + "type": "Home", + "severity_rating": 6, + "estimate_cost": 2078.24, + "agent_assigned_id": 84, + "claim_handler_assigned_id": 80 + }, + { + "id": 998, + "disaster_id": 66, + "status": "Received", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 2, + "estimate_cost": 17420.91, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 113 + }, + { + "id": 999, + "disaster_id": 17, + "status": "Closed", + "total_loss": true, + "loss_of_life": true, + "type": "Auto", + "severity_rating": 10, + "estimate_cost": 484100.78, + "agent_assigned_id": 3, + "claim_handler_assigned_id": 85 + }, + { + "id": 1000, + "disaster_id": 9, + "status": "Received", + "total_loss": true, + "loss_of_life": false, + "type": "Life", + "severity_rating": 6, + "estimate_cost": 42330.53, + "agent_assigned_id": 94, + "claim_handler_assigned_id": 156 + } +] \ No newline at end of file diff --git a/python/data/sfcc_2023_disasters.json b/python/data/sfcc_2023_disasters.json new file mode 100644 index 0000000..eb8f6ac --- /dev/null +++ b/python/data/sfcc_2023_disasters.json @@ -0,0 +1,1302 @@ +[ + { + "id": 1, + "type": "Flood", + "state": "Alaska", + "name": "Alaska Flood", + "description": "Fusce consequat. Nulla nisl. Nunc nisl.\n\nDuis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.\n\nIn hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.", + "start_date": "2023-06-13", + "end_date": "2023-06-20", + "declared_date": "2023-06-17", + "lat": 58.3271, + "long": -134.4742, + "radius_miles": 168 + }, + { + "id": 2, + "type": "Wildfire", + "state": "Texas", + "name": "Texas Wildfire", + "description": "Duis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.\n\nMauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.", + "start_date": "2023-04-11", + "end_date": "2023-04-19", + "declared_date": "2023-04-12", + "lat": 33.5693, + "long": -101.8904, + "radius_miles": 235 + }, + { + "id": 3, + "type": "Tornado", + "state": "Virginia", + "name": "Virginia Tornado", + "description": "Nullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.\n\nIn quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.\n\nMaecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.", + "start_date": "2023-04-29", + "end_date": "2023-05-07", + "declared_date": "2023-05-06", + "lat": 38.9776, + "long": -77.386, + "radius_miles": 273 + }, + { + "id": 4, + "type": "Earthquake", + "state": "Connecticut", + "name": "Connecticut Earthquake", + "description": "Fusce consequat. Nulla nisl. Nunc nisl.", + "start_date": "2023-04-24", + "end_date": "2023-05-09", + "declared_date": "2023-04-28", + "lat": 41.3657, + "long": -72.9275, + "radius_miles": 120 + }, + { + "id": 5, + "type": "Winter Storm", + "state": "Missouri", + "name": "Missouri Winter Storm", + "description": "Suspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.", + "start_date": "2023-03-11", + "end_date": "2023-03-21", + "declared_date": "2023-03-14", + "lat": 39.0663, + "long": -94.5674, + "radius_miles": 155 + }, + { + "id": 6, + "type": "Tornado", + "state": "California", + "name": "California Tornado", + "description": "Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.\n\nNullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.", + "start_date": "2022-11-15", + "end_date": "2022-11-19", + "declared_date": "2022-11-20", + "lat": 38.025, + "long": -121.2972, + "radius_miles": 142 + }, + { + "id": 7, + "type": "Thunderstorm", + "state": "Massachusetts", + "name": "Massachusetts Thunderstorm", + "description": "Sed ante. Vivamus tortor. Duis mattis egestas metus.\n\nAenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.\n\nQuisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.", + "start_date": "2023-05-19", + "end_date": "2023-06-06", + "declared_date": "2023-05-26", + "lat": 41.6913, + "long": -70.9355, + "radius_miles": 266 + }, + { + "id": 8, + "type": "Earthquake", + "state": "Tennessee", + "name": "Tennessee Earthquake", + "description": "Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.", + "start_date": "2023-04-13", + "end_date": "2023-04-21", + "declared_date": "2023-04-20", + "lat": 35.6124, + "long": -88.8412, + "radius_miles": 147 + }, + { + "id": 9, + "type": "Thunderstorm", + "state": "New York", + "name": "New York Thunderstorm", + "description": "Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.", + "start_date": "2022-11-04", + "end_date": "2022-11-15", + "declared_date": "2022-11-06", + "lat": 40.7536, + "long": -73.8226, + "radius_miles": 48 + }, + { + "id": 10, + "type": "Winter Storm", + "state": "Nebraska", + "name": "Nebraska Winter Storm", + "description": "Maecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.\n\nCurabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.", + "start_date": "2022-11-28", + "end_date": "2022-12-03", + "declared_date": "2022-11-30", + "lat": 40.8529, + "long": -96.7943, + "radius_miles": 239 + }, + { + "id": 11, + "type": "Wildfire", + "state": "Kansas", + "name": "Kansas Wildfire", + "description": "Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.", + "start_date": "2022-11-12", + "end_date": "2022-11-28", + "declared_date": "2022-11-17", + "lat": 38.8999, + "long": -94.832, + "radius_miles": 169 + }, + { + "id": 12, + "type": "Landslide", + "state": "Florida", + "name": "Florida Landslide", + "description": "Donec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.", + "start_date": "2022-12-01", + "end_date": "2022-12-07", + "declared_date": "2022-12-03", + "lat": 28.5559, + "long": -81.3535, + "radius_miles": 102 + }, + { + "id": 13, + "type": "Hurricane", + "state": "Texas", + "name": "Texas Hurricane Bliss", + "description": "Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.\n\nAenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.\n\nCurabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.", + "start_date": "2023-03-29", + "end_date": "2023-04-12", + "declared_date": "2023-04-05", + "lat": 30.43, + "long": -97.8326, + "radius_miles": 186 + }, + { + "id": 14, + "type": "Flood", + "state": "Florida", + "name": "Florida Flood", + "description": "Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.\n\nSed ante. Vivamus tortor. Duis mattis egestas metus.\n\nAenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.", + "start_date": "2023-04-05", + "end_date": "2023-04-18", + "declared_date": "2023-04-12", + "lat": 30.4793, + "long": -84.3462, + "radius_miles": 110 + }, + { + "id": 15, + "type": "Wildfire", + "state": "North Carolina", + "name": "North Carolina Wildfire", + "description": "In sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.\n\nSuspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.\n\nMaecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.", + "start_date": "2023-03-28", + "end_date": "2023-04-04", + "declared_date": "2023-03-30", + "lat": 36.1824, + "long": -79.806, + "radius_miles": 36 + }, + { + "id": 16, + "type": "Flood", + "state": "New York", + "name": "New York Flood", + "description": "Duis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.\n\nDonec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.", + "start_date": "2023-02-27", + "end_date": "2023-03-03", + "declared_date": "2023-02-28", + "lat": 42.8161, + "long": -73.9398, + "radius_miles": 182 + }, + { + "id": 17, + "type": "Thunderstorm", + "state": "Connecticut", + "name": "Connecticut Thunderstorm", + "description": "Donec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.\n\nDuis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.\n\nIn sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.", + "start_date": "2023-04-05", + "end_date": "2023-04-19", + "declared_date": "2023-04-08", + "lat": 41.3089, + "long": -73.3637, + "radius_miles": 57 + }, + { + "id": 18, + "type": "Wildfire", + "state": "Georgia", + "name": "Georgia Wildfire", + "description": "Proin eu mi. Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.\n\nDuis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.\n\nDonec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.", + "start_date": "2023-03-08", + "end_date": "2023-03-20", + "declared_date": "2023-03-14", + "lat": 31.55, + "long": -84.0612, + "radius_miles": 31 + }, + { + "id": 19, + "type": "Earthquake", + "state": "Georgia", + "name": "Georgia Earthquake", + "description": "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.\n\nPraesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.", + "start_date": "2023-04-01", + "end_date": "2023-04-11", + "declared_date": "2023-04-02", + "lat": 32.491, + "long": -84.8741, + "radius_miles": 79 + }, + { + "id": 20, + "type": "Landslide", + "state": "New York", + "name": "New York Landslide", + "description": "Sed ante. Vivamus tortor. Duis mattis egestas metus.\n\nAenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.\n\nQuisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.", + "start_date": "2023-01-01", + "end_date": "2023-01-18", + "declared_date": "2023-01-03", + "lat": 40.6407, + "long": -73.9028, + "radius_miles": 164 + }, + { + "id": 21, + "type": "Winter Storm", + "state": "Minnesota", + "name": "Minnesota Winter Storm", + "description": "Quisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.\n\nPhasellus in felis. Donec semper sapien a libero. Nam dui.", + "start_date": "2023-01-02", + "end_date": "2023-01-19", + "declared_date": "2023-01-07", + "lat": 45.0059, + "long": -93.1059, + "radius_miles": 185 + }, + { + "id": 22, + "type": "Hurricane", + "state": "District of Columbia", + "name": "District of Columbia Hurricane Carolina", + "description": "Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.\n\nFusce consequat. Nulla nisl. Nunc nisl.", + "start_date": "2023-06-17", + "end_date": "2023-06-22", + "declared_date": "2023-06-24", + "lat": 38.8933, + "long": -77.0146, + "radius_miles": 269 + }, + { + "id": 23, + "type": "Winter Storm", + "state": "Florida", + "name": "Florida Winter Storm", + "description": "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.", + "start_date": "2023-01-27", + "end_date": "2023-02-14", + "declared_date": "2023-01-30", + "lat": 30.6143, + "long": -87.2758, + "radius_miles": 121 + }, + { + "id": 24, + "type": "Earthquake", + "state": "Michigan", + "name": "Michigan Earthquake", + "description": "Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.\n\nSed ante. Vivamus tortor. Duis mattis egestas metus.", + "start_date": "2022-10-27", + "end_date": "2022-11-11", + "declared_date": "2022-11-03", + "lat": 42.3749, + "long": -83.1087, + "radius_miles": 97 + }, + { + "id": 25, + "type": "Landslide", + "state": "Texas", + "name": "Texas Landslide", + "description": "In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.\n\nMaecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.\n\nMaecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.", + "start_date": "2022-10-14", + "end_date": "2022-11-02", + "declared_date": "2022-10-17", + "lat": 29.4189, + "long": -98.6895, + "radius_miles": 130 + }, + { + "id": 26, + "type": "Thunderstorm", + "state": "Indiana", + "name": "Indiana Thunderstorm", + "description": "In congue. Etiam justo. Etiam pretium iaculis justo.\n\nIn hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.\n\nNulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.", + "start_date": "2023-04-27", + "end_date": "2023-05-18", + "declared_date": "2023-04-29", + "lat": 39.4336, + "long": -87.4101, + "radius_miles": 103 + }, + { + "id": 27, + "type": "Winter Storm", + "state": "Minnesota", + "name": "Minnesota Winter Storm", + "description": "Maecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.", + "start_date": "2022-11-16", + "end_date": "2022-11-22", + "declared_date": "2022-11-23", + "lat": 45.2009, + "long": -93.8881, + "radius_miles": 23 + }, + { + "id": 28, + "type": "Tornado", + "state": "Oklahoma", + "name": "Oklahoma Tornado", + "description": "Praesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.\n\nCras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.", + "start_date": "2023-03-30", + "end_date": "2023-04-11", + "declared_date": "2023-04-03", + "lat": 35.411, + "long": -97.4388, + "radius_miles": 101 + }, + { + "id": 29, + "type": "Earthquake", + "state": "Pennsylvania", + "name": "Pennsylvania Earthquake", + "description": "Praesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.\n\nCras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.", + "start_date": "2022-12-09", + "end_date": "2022-12-30", + "declared_date": "2022-12-14", + "lat": 42.1109, + "long": -80.1534, + "radius_miles": 125 + }, + { + "id": 30, + "type": "Thunderstorm", + "state": "California", + "name": "California Thunderstorm", + "description": "Sed sagittis. Nam congue, risus semper porta volutpat, quam pede lobortis ligula, sit amet eleifend pede libero quis orci. Nullam molestie nibh in lectus.\n\nPellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.", + "start_date": "2023-05-24", + "end_date": "2023-06-06", + "declared_date": "2023-05-29", + "lat": 34.4453, + "long": -119.8025, + "radius_miles": 282 + }, + { + "id": 31, + "type": "Landslide", + "state": "New York", + "name": "New York Landslide", + "description": "Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.\n\nAenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.", + "start_date": "2022-10-19", + "end_date": "2022-10-31", + "declared_date": "2022-10-20", + "lat": 43.1577, + "long": -77.608, + "radius_miles": 119 + }, + { + "id": 32, + "type": "Winter Storm", + "state": "Massachusetts", + "name": "Massachusetts Winter Storm", + "description": "Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.", + "start_date": "2023-01-12", + "end_date": "2023-01-28", + "declared_date": "2023-01-18", + "lat": 42.3253, + "long": -71.1122, + "radius_miles": 79 + }, + { + "id": 33, + "type": "Wildfire", + "state": "Texas", + "name": "Texas Wildfire", + "description": "Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.", + "start_date": "2022-11-08", + "end_date": "2022-11-15", + "declared_date": "2022-11-11", + "lat": 32.7673, + "long": -96.7776, + "radius_miles": 255 + }, + { + "id": 34, + "type": "Flood", + "state": "Ohio", + "name": "Ohio Flood", + "description": "Phasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.", + "start_date": "2023-01-25", + "end_date": "2023-01-30", + "declared_date": "2023-01-29", + "lat": 41.6767, + "long": -83.5573, + "radius_miles": 142 + }, + { + "id": 35, + "type": "Landslide", + "state": "Nebraska", + "name": "Nebraska Landslide", + "description": "Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.\n\nMorbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.", + "start_date": "2023-04-08", + "end_date": "2023-04-16", + "declared_date": "2023-04-10", + "lat": 41.2338, + "long": -96.0495, + "radius_miles": 7 + }, + { + "id": 36, + "type": "Thunderstorm", + "state": "Tennessee", + "name": "Tennessee Thunderstorm", + "description": "Maecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.\n\nMaecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.", + "start_date": "2023-04-27", + "end_date": "2023-05-13", + "declared_date": "2023-04-30", + "lat": 35.9918, + "long": -83.8496, + "radius_miles": 53 + }, + { + "id": 37, + "type": "Winter Storm", + "state": "Texas", + "name": "Texas Winter Storm", + "description": "Vestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.\n\nIn congue. Etiam justo. Etiam pretium iaculis justo.\n\nIn hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.", + "start_date": "2022-10-27", + "end_date": "2022-11-01", + "declared_date": "2022-11-02", + "lat": 31.8767, + "long": -102.4375, + "radius_miles": 193 + }, + { + "id": 38, + "type": "Winter Storm", + "state": "Ohio", + "name": "Ohio Winter Storm", + "description": "In hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.", + "start_date": "2023-02-10", + "end_date": "2023-03-03", + "declared_date": "2023-02-16", + "lat": 41.5008, + "long": -81.5516, + "radius_miles": 59 + }, + { + "id": 39, + "type": "Thunderstorm", + "state": "Arizona", + "name": "Arizona Thunderstorm", + "description": "In congue. Etiam justo. Etiam pretium iaculis justo.", + "start_date": "2022-10-07", + "end_date": "2022-10-23", + "declared_date": "2022-10-14", + "lat": 33.2765, + "long": -112.1872, + "radius_miles": 191 + }, + { + "id": 40, + "type": "Thunderstorm", + "state": "Florida", + "name": "Florida Thunderstorm", + "description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin risus. Praesent lectus.\n\nVestibulum quam sapien, varius ut, blandit non, interdum in, ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis faucibus accumsan odio. Curabitur convallis.\n\nDuis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.", + "start_date": "2022-10-16", + "end_date": "2022-10-25", + "declared_date": "2022-10-18", + "lat": 27.872, + "long": -82.4388, + "radius_miles": 29 + }, + { + "id": 41, + "type": "Flood", + "state": "Kansas", + "name": "Kansas Flood", + "description": "Donec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.", + "start_date": "2023-01-29", + "end_date": "2023-02-03", + "declared_date": "2023-01-30", + "lat": 38.9613, + "long": -94.8222, + "radius_miles": 244 + }, + { + "id": 42, + "type": "Wildfire", + "state": "Colorado", + "name": "Colorado Wildfire", + "description": "Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.\n\nInteger tincidunt ante vel ipsum. Praesent blandit lacinia erat. Vestibulum sed magna at nunc commodo placerat.\n\nPraesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.", + "start_date": "2023-05-11", + "end_date": "2023-05-29", + "declared_date": "2023-05-17", + "lat": 39.7388, + "long": -104.4083, + "radius_miles": 31 + }, + { + "id": 43, + "type": "Flood", + "state": "Michigan", + "name": "Michigan Flood", + "description": "Pellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.\n\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.", + "start_date": "2022-12-09", + "end_date": "2022-12-30", + "declared_date": "2022-12-15", + "lat": 43.0349, + "long": -83.6887, + "radius_miles": 199 + }, + { + "id": 44, + "type": "Tornado", + "state": "California", + "name": "California Tornado", + "description": "Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.\n\nCras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.\n\nQuisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.", + "start_date": "2022-10-14", + "end_date": "2022-10-25", + "declared_date": "2022-10-21", + "lat": 33.0169, + "long": -116.846, + "radius_miles": 268 + }, + { + "id": 45, + "type": "Wildfire", + "state": "Tennessee", + "name": "Tennessee Wildfire", + "description": "Maecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.\n\nMaecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.\n\nNullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.", + "start_date": "2022-10-14", + "end_date": "2022-10-27", + "declared_date": "2022-10-20", + "lat": 35.9918, + "long": -83.8496, + "radius_miles": 144 + }, + { + "id": 46, + "type": "Landslide", + "state": "Florida", + "name": "Florida Landslide", + "description": "Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.\n\nNullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.\n\nIn quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.", + "start_date": "2022-11-19", + "end_date": "2022-12-01", + "declared_date": "2022-11-22", + "lat": 28.1147, + "long": -82.3678, + "radius_miles": 96 + }, + { + "id": 47, + "type": "Winter Storm", + "state": "California", + "name": "California Winter Storm", + "description": "Fusce consequat. Nulla nisl. Nunc nisl.\n\nDuis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.\n\nIn hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.", + "start_date": "2022-11-15", + "end_date": "2022-11-28", + "declared_date": "2022-11-17", + "lat": 34.0606, + "long": -118.3027, + "radius_miles": 120 + }, + { + "id": 48, + "type": "Flood", + "state": "Illinois", + "name": "Illinois Flood", + "description": "Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.\n\nCras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.\n\nQuisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.", + "start_date": "2022-12-29", + "end_date": "2023-01-08", + "declared_date": "2023-01-05", + "lat": 42.0144, + "long": -88.0935, + "radius_miles": 170 + }, + { + "id": 49, + "type": "Wildfire", + "state": "Indiana", + "name": "Indiana Wildfire", + "description": "Fusce consequat. Nulla nisl. Nunc nisl.\n\nDuis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.", + "start_date": "2023-03-10", + "end_date": "2023-03-16", + "declared_date": "2023-03-12", + "lat": 40.0938, + "long": -85.6578, + "radius_miles": 44 + }, + { + "id": 50, + "type": "Tornado", + "state": "Maine", + "name": "Maine Tornado", + "description": "Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.\n\nNullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.", + "start_date": "2022-11-14", + "end_date": "2022-11-17", + "declared_date": "2022-11-20", + "lat": 43.6783, + "long": -70.1987, + "radius_miles": 96 + }, + { + "id": 51, + "type": "Wildfire", + "state": "Georgia", + "name": "Georgia Wildfire", + "description": "Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.\n\nFusce consequat. Nulla nisl. Nunc nisl.\n\nDuis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.", + "start_date": "2023-02-07", + "end_date": "2023-02-27", + "declared_date": "2023-02-12", + "lat": 33.9845, + "long": -84.1529, + "radius_miles": 42 + }, + { + "id": 52, + "type": "Earthquake", + "state": "Illinois", + "name": "Illinois Earthquake", + "description": "Duis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.", + "start_date": "2023-02-16", + "end_date": "2023-03-02", + "declared_date": "2023-02-22", + "lat": 39.778, + "long": -89.6466, + "radius_miles": 213 + }, + { + "id": 53, + "type": "Winter Storm", + "state": "New York", + "name": "New York Winter Storm", + "description": "Duis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.\n\nDonec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.", + "start_date": "2023-03-17", + "end_date": "2023-03-26", + "declared_date": "2023-03-21", + "lat": 43.1216, + "long": -77.7311, + "radius_miles": 252 + }, + { + "id": 54, + "type": "Earthquake", + "state": "Iowa", + "name": "Iowa Earthquake", + "description": "Maecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.\n\nMaecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.\n\nNullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.", + "start_date": "2022-11-10", + "end_date": "2022-11-22", + "declared_date": "2022-11-16", + "lat": 42.4011, + "long": -96.372, + "radius_miles": 192 + }, + { + "id": 55, + "type": "Landslide", + "state": "Texas", + "name": "Texas Landslide", + "description": "Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.\n\nCurabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.", + "start_date": "2023-02-19", + "end_date": "2023-02-26", + "declared_date": "2023-02-24", + "lat": 31.8693, + "long": -102.0317, + "radius_miles": 268 + }, + { + "id": 56, + "type": "Landslide", + "state": "Texas", + "name": "Texas Landslide", + "description": "Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.\n\nSed ante. Vivamus tortor. Duis mattis egestas metus.", + "start_date": "2023-01-08", + "end_date": "2023-01-29", + "declared_date": "2023-01-10", + "lat": 30.0167, + "long": -95.447, + "radius_miles": 17 + }, + { + "id": 57, + "type": "Hurricane", + "state": "Arizona", + "name": "Arizona Hurricane Waylen", + "description": "Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.\n\nPhasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.", + "start_date": "2023-03-09", + "end_date": "2023-03-19", + "declared_date": "2023-03-10", + "lat": 31.9701, + "long": -111.8907, + "radius_miles": 60 + }, + { + "id": 58, + "type": "Earthquake", + "state": "Minnesota", + "name": "Minnesota Earthquake", + "description": "Integer tincidunt ante vel ipsum. Praesent blandit lacinia erat. Vestibulum sed magna at nunc commodo placerat.\n\nPraesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.", + "start_date": "2023-06-23", + "end_date": "2023-07-04", + "declared_date": "2023-06-24", + "lat": 45.0159, + "long": -93.4719, + "radius_miles": 256 + }, + { + "id": 59, + "type": "Thunderstorm", + "state": "Colorado", + "name": "Colorado Thunderstorm", + "description": "Suspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.\n\nMaecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.\n\nCurabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.", + "start_date": "2023-05-20", + "end_date": "2023-06-07", + "declared_date": "2023-05-27", + "lat": 38.8247, + "long": -104.562, + "radius_miles": 174 + }, + { + "id": 60, + "type": "Tornado", + "state": "New York", + "name": "New York Tornado", + "description": "Duis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.", + "start_date": "2022-11-15", + "end_date": "2022-11-25", + "declared_date": "2022-11-18", + "lat": 43.286, + "long": -77.6843, + "radius_miles": 156 + }, + { + "id": 61, + "type": "Tornado", + "state": "Louisiana", + "name": "Louisiana Tornado", + "description": "Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.", + "start_date": "2023-03-02", + "end_date": "2023-03-22", + "declared_date": "2023-03-06", + "lat": 30.3633, + "long": -91.0919, + "radius_miles": 30 + }, + { + "id": 62, + "type": "Tornado", + "state": "New Mexico", + "name": "New Mexico Tornado", + "description": "Cras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n\nProin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.", + "start_date": "2022-10-01", + "end_date": "2022-10-13", + "declared_date": "2022-10-06", + "lat": 35.6219, + "long": -105.8688, + "radius_miles": 72 + }, + { + "id": 63, + "type": "Earthquake", + "state": "California", + "name": "California Earthquake", + "description": "Integer tincidunt ante vel ipsum. Praesent blandit lacinia erat. Vestibulum sed magna at nunc commodo placerat.\n\nPraesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.", + "start_date": "2022-11-07", + "end_date": "2022-11-26", + "declared_date": "2022-11-14", + "lat": 38.3774, + "long": -121.4444, + "radius_miles": 87 + }, + { + "id": 64, + "type": "Landslide", + "state": "Texas", + "name": "Texas Landslide", + "description": "Proin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.\n\nInteger ac leo. Pellentesque ultrices mattis odio. Donec vitae nisi.", + "start_date": "2022-11-29", + "end_date": "2022-12-18", + "declared_date": "2022-12-01", + "lat": 32.7714, + "long": -97.2915, + "radius_miles": 14 + }, + { + "id": 65, + "type": "Thunderstorm", + "state": "Alabama", + "name": "Alabama Thunderstorm", + "description": "Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.", + "start_date": "2022-12-19", + "end_date": "2023-01-01", + "declared_date": "2022-12-21", + "lat": 33.9352, + "long": -85.9576, + "radius_miles": 81 + }, + { + "id": 66, + "type": "Thunderstorm", + "state": "New York", + "name": "New York Thunderstorm", + "description": "Suspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.", + "start_date": "2023-04-21", + "end_date": "2023-04-24", + "declared_date": "2023-04-25", + "lat": 40.8085, + "long": -73.9198, + "radius_miles": 49 + }, + { + "id": 67, + "type": "Flood", + "state": "Pennsylvania", + "name": "Pennsylvania Flood", + "description": "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.", + "start_date": "2022-10-28", + "end_date": "2022-11-02", + "declared_date": "2022-10-29", + "lat": 40.4344, + "long": -80.0248, + "radius_miles": 64 + }, + { + "id": 68, + "type": "Landslide", + "state": "Maryland", + "name": "Maryland Landslide", + "description": "In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.\n\nMaecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.\n\nMaecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.", + "start_date": "2023-02-22", + "end_date": "2023-03-02", + "declared_date": "2023-02-28", + "lat": 39.5207, + "long": -77.9162, + "radius_miles": 93 + }, + { + "id": 69, + "type": "Earthquake", + "state": "Georgia", + "name": "Georgia Earthquake", + "description": "Vestibulum quam sapien, varius ut, blandit non, interdum in, ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis faucibus accumsan odio. Curabitur convallis.\n\nDuis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.", + "start_date": "2022-10-18", + "end_date": "2022-10-30", + "declared_date": "2022-10-21", + "lat": 33.9464, + "long": -83.9912, + "radius_miles": 39 + }, + { + "id": 70, + "type": "Hurricane", + "state": "Ohio", + "name": "Ohio Hurricane Darnell", + "description": "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.\n\nPraesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.", + "start_date": "2023-03-29", + "end_date": "2023-04-18", + "declared_date": "2023-04-02", + "lat": 41.6782, + "long": -83.4972, + "radius_miles": 34 + }, + { + "id": 71, + "type": "Thunderstorm", + "state": "Utah", + "name": "Utah Thunderstorm", + "description": "Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.\n\nCurabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.\n\nPhasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.", + "start_date": "2023-04-03", + "end_date": "2023-04-10", + "declared_date": "2023-04-10", + "lat": 40.7713, + "long": -111.9309, + "radius_miles": 39 + }, + { + "id": 72, + "type": "Wildfire", + "state": "Iowa", + "name": "Iowa Wildfire", + "description": "Duis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.", + "start_date": "2023-06-17", + "end_date": "2023-06-30", + "declared_date": "2023-06-21", + "lat": 41.6727, + "long": -93.5722, + "radius_miles": 132 + }, + { + "id": 73, + "type": "Flood", + "state": "Michigan", + "name": "Michigan Flood", + "description": "Maecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.\n\nNullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.\n\nMorbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.", + "start_date": "2023-05-28", + "end_date": "2023-06-17", + "declared_date": "2023-05-29", + "lat": 43.1791, + "long": -86.1989, + "radius_miles": 170 + }, + { + "id": 74, + "type": "Flood", + "state": "North Carolina", + "name": "North Carolina Flood", + "description": "Nullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.\n\nMorbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.", + "start_date": "2022-12-01", + "end_date": "2022-12-19", + "declared_date": "2022-12-08", + "lat": 35.1316, + "long": -80.8577, + "radius_miles": 168 + }, + { + "id": 75, + "type": "Flood", + "state": "Alabama", + "name": "Alabama Flood", + "description": "Etiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.\n\nPraesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.", + "start_date": "2023-06-15", + "end_date": "2023-06-24", + "declared_date": "2023-06-20", + "lat": 32.2334, + "long": -86.2085, + "radius_miles": 259 + }, + { + "id": 76, + "type": "Winter Storm", + "state": "Ohio", + "name": "Ohio Winter Storm", + "description": "Proin eu mi. Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.", + "start_date": "2023-03-21", + "end_date": "2023-03-26", + "declared_date": "2023-03-23", + "lat": 41.1287, + "long": -81.54, + "radius_miles": 228 + }, + { + "id": 77, + "type": "Landslide", + "state": "Mississippi", + "name": "Mississippi Landslide", + "description": "Phasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.", + "start_date": "2023-01-31", + "end_date": "2023-02-10", + "declared_date": "2023-02-02", + "lat": 30.4158, + "long": -89.0684, + "radius_miles": 232 + }, + { + "id": 78, + "type": "Landslide", + "state": "New York", + "name": "New York Landslide", + "description": "Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.\n\nQuisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.", + "start_date": "2023-02-03", + "end_date": "2023-02-16", + "declared_date": "2023-02-07", + "lat": 40.6964, + "long": -74.0253, + "radius_miles": 186 + }, + { + "id": 79, + "type": "Hurricane", + "state": "Missouri", + "name": "Missouri Hurricane Mahmud", + "description": "Quisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.\n\nPhasellus in felis. Donec semper sapien a libero. Nam dui.\n\nProin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.", + "start_date": "2023-04-20", + "end_date": "2023-04-30", + "declared_date": "2023-04-27", + "lat": 38.8518, + "long": -94.3944, + "radius_miles": 300 + }, + { + "id": 80, + "type": "Earthquake", + "state": "Washington", + "name": "Washington Earthquake", + "description": "Etiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.\n\nPraesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.\n\nCras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.", + "start_date": "2023-02-08", + "end_date": "2023-02-20", + "declared_date": "2023-02-13", + "lat": 47.1591, + "long": -122.5485, + "radius_miles": 219 + }, + { + "id": 81, + "type": "Winter Storm", + "state": "Virginia", + "name": "Virginia Winter Storm", + "description": "Aenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.\n\nQuisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.\n\nVestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.", + "start_date": "2023-04-28", + "end_date": "2023-05-01", + "declared_date": "2023-05-02", + "lat": 37.3589, + "long": -79.9448, + "radius_miles": 68 + }, + { + "id": 82, + "type": "Wildfire", + "state": "Texas", + "name": "Texas Wildfire", + "description": "Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.", + "start_date": "2022-11-20", + "end_date": "2022-11-29", + "declared_date": "2022-11-27", + "lat": 32.7673, + "long": -96.7776, + "radius_miles": 164 + }, + { + "id": 83, + "type": "Flood", + "state": "California", + "name": "California Flood", + "description": "Integer ac leo. Pellentesque ultrices mattis odio. Donec vitae nisi.", + "start_date": "2023-02-04", + "end_date": "2023-02-10", + "declared_date": "2023-02-09", + "lat": 37.7772, + "long": -121.9554, + "radius_miles": 118 + }, + { + "id": 84, + "type": "Landslide", + "state": "Florida", + "name": "Florida Landslide", + "description": "Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.\n\nNullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.", + "start_date": "2023-03-28", + "end_date": "2023-04-18", + "declared_date": "2023-04-02", + "lat": 26.1457, + "long": -80.4483, + "radius_miles": 91 + }, + { + "id": 85, + "type": "Wildfire", + "state": "Georgia", + "name": "Georgia Wildfire", + "description": "Proin eu mi. Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.\n\nDuis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.", + "start_date": "2023-06-11", + "end_date": "2023-06-29", + "declared_date": "2023-06-13", + "lat": 33.8123, + "long": -84.2819, + "radius_miles": 170 + }, + { + "id": 86, + "type": "Wildfire", + "state": "California", + "name": "California Wildfire", + "description": "In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.\n\nMaecenas leo odio, condimentum id, luctus nec, molestie sed, justo. Pellentesque viverra pede ac diam. Cras pellentesque volutpat dui.\n\nMaecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.", + "start_date": "2022-12-08", + "end_date": "2022-12-17", + "declared_date": "2022-12-09", + "lat": 38.3774, + "long": -121.4444, + "radius_miles": 41 + }, + { + "id": 87, + "type": "Winter Storm", + "state": "Washington", + "name": "Washington Winter Storm", + "description": "Morbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.", + "start_date": "2023-06-05", + "end_date": "2023-06-22", + "declared_date": "2023-06-08", + "lat": 45.6644, + "long": -122.5212, + "radius_miles": 103 + }, + { + "id": 88, + "type": "Wildfire", + "state": "Idaho", + "name": "Idaho Wildfire", + "description": "Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.", + "start_date": "2023-02-12", + "end_date": "2023-02-28", + "declared_date": "2023-02-18", + "lat": 43.4599, + "long": -116.244, + "radius_miles": 144 + }, + { + "id": 89, + "type": "Winter Storm", + "state": "Pennsylvania", + "name": "Pennsylvania Winter Storm", + "description": "Maecenas tristique, est et tempus semper, est quam pharetra magna, ac consequat metus sapien ut nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris viverra diam vitae quam. Suspendisse potenti.\n\nNullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.\n\nMorbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.", + "start_date": "2023-01-08", + "end_date": "2023-01-12", + "declared_date": "2023-01-12", + "lat": 40.0018, + "long": -75.1179, + "radius_miles": 235 + }, + { + "id": 90, + "type": "Hurricane", + "state": "North Carolina", + "name": "North Carolina Hurricane Rubin", + "description": "Sed sagittis. Nam congue, risus semper porta volutpat, quam pede lobortis ligula, sit amet eleifend pede libero quis orci. Nullam molestie nibh in lectus.", + "start_date": "2023-01-15", + "end_date": "2023-01-23", + "declared_date": "2023-01-19", + "lat": 35.7977, + "long": -78.6253, + "radius_miles": 143 + }, + { + "id": 91, + "type": "Hurricane", + "state": "Florida", + "name": "Florida Hurricane Celle", + "description": "Fusce posuere felis sed lacus. Morbi sem mauris, laoreet ut, rhoncus aliquet, pulvinar sed, nisl. Nunc rhoncus dui vel sem.\n\nSed sagittis. Nam congue, risus semper porta volutpat, quam pede lobortis ligula, sit amet eleifend pede libero quis orci. Nullam molestie nibh in lectus.", + "start_date": "2023-05-11", + "end_date": "2023-05-22", + "declared_date": "2023-05-13", + "lat": 30.6143, + "long": -87.2758, + "radius_miles": 144 + }, + { + "id": 92, + "type": "Landslide", + "state": "Florida", + "name": "Florida Landslide", + "description": "Quisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.\n\nVestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.", + "start_date": "2023-05-01", + "end_date": "2023-05-08", + "declared_date": "2023-05-06", + "lat": 26.6644, + "long": -80.1741, + "radius_miles": 66 + }, + { + "id": 93, + "type": "Wildfire", + "state": "Missouri", + "name": "Missouri Wildfire", + "description": "Aenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.\n\nQuisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.", + "start_date": "2022-12-26", + "end_date": "2023-01-01", + "declared_date": "2022-12-31", + "lat": 38.8518, + "long": -94.3944, + "radius_miles": 278 + }, + { + "id": 94, + "type": "Winter Storm", + "state": "Indiana", + "name": "Indiana Winter Storm", + "description": "Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.\n\nPhasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.\n\nProin eu mi. Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.", + "start_date": "2022-10-15", + "end_date": "2022-10-24", + "declared_date": "2022-10-21", + "lat": 41.0938, + "long": -85.0707, + "radius_miles": 41 + }, + { + "id": 95, + "type": "Flood", + "state": "California", + "name": "California Flood", + "description": "In congue. Etiam justo. Etiam pretium iaculis justo.\n\nIn hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.", + "start_date": "2023-01-07", + "end_date": "2023-01-11", + "declared_date": "2023-01-14", + "lat": 32.8538, + "long": -117.1197, + "radius_miles": 162 + }, + { + "id": 96, + "type": "Thunderstorm", + "state": "California", + "name": "California Thunderstorm", + "description": "Aenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.\n\nQuisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.\n\nVestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.", + "start_date": "2023-04-26", + "end_date": "2023-05-05", + "declared_date": "2023-04-28", + "lat": 37.7772, + "long": -121.9554, + "radius_miles": 282 + }, + { + "id": 97, + "type": "Hurricane", + "state": "Pennsylvania", + "name": "Pennsylvania Hurricane Celene", + "description": "Proin eu mi. Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.\n\nDuis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.\n\nDonec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.", + "start_date": "2023-03-16", + "end_date": "2023-03-20", + "declared_date": "2023-03-20", + "lat": 39.9832, + "long": -75.7481, + "radius_miles": 273 + }, + { + "id": 98, + "type": "Wildfire", + "state": "Michigan", + "name": "Michigan Wildfire", + "description": "Quisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.\n\nPhasellus in felis. Donec semper sapien a libero. Nam dui.", + "start_date": "2023-06-17", + "end_date": "2023-06-30", + "declared_date": "2023-06-20", + "lat": 42.2399, + "long": -83.1508, + "radius_miles": 189 + }, + { + "id": 99, + "type": "Winter Storm", + "state": "Tennessee", + "name": "Tennessee Winter Storm", + "description": "Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.", + "start_date": "2023-05-16", + "end_date": "2023-06-02", + "declared_date": "2023-05-22", + "lat": 35.9901, + "long": -83.9622, + "radius_miles": 81 + }, + { + "id": 100, + "type": "Earthquake", + "state": "District of Columbia", + "name": "District of Columbia Earthquake", + "description": "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.", + "start_date": "2022-10-25", + "end_date": "2022-11-01", + "declared_date": "2022-10-30", + "lat": 38.8933, + "long": -77.0146, + "radius_miles": 178 + } +] diff --git a/python/simple_data_tool.py b/python/simple_data_tool.py index f57ad2f..91efdda 100644 --- a/python/simple_data_tool.py +++ b/python/simple_data_tool.py @@ -1,8 +1,8 @@ import json import math - +from datetime import datetime from statistics import mean - +from fractions import Fraction class SimpleDataTool: @@ -59,7 +59,11 @@ def get_num_closed_claims(self): Returns: int: number of closed claims """ - pass + sum = 0 + for i in self.get_claim_data(): + if (i['status'] == 'Closed'): + sum += 1 + return sum def get_num_claims_for_claim_handler_id(self, claim_handler_id): """Calculates the number of claims assigned to a specific claim handler @@ -70,7 +74,11 @@ def get_num_claims_for_claim_handler_id(self, claim_handler_id): Returns: int: number of claims assigned to claim handler """ - pass + sum = 0 + for i in self.get_claim_data(): + if (i['claim_handler_assigned_id'] == claim_handler_id): + sum += 1 + return sum def get_num_disasters_for_state(self, state): """Calculates the number of disasters for a specific state @@ -82,7 +90,11 @@ def get_num_disasters_for_state(self, state): Returns: int: number of disasters for state """ - pass + sum = 0 + for i in self.get_disaster_data(): + if (i['state'] == state): + sum += 1 + return sum # endregion @@ -98,8 +110,14 @@ def get_total_claim_cost_for_disaster(self, disaster_id): float | None: estimate cost of disaster, rounded to the nearest hundredths place returns None if no claims are found """ + sum = 0 + found = False + for i in self.get_claim_data(): + if (i['disaster_id'] == disaster_id): + found = True + sum += i['estimate_cost'] - pass + return round(sum, 2) if found else None def get_average_claim_cost_for_claim_handler(self, claim_handler_id): """Gets the average estimated cost of all claims assigned to a claim handler @@ -111,8 +129,16 @@ def get_average_claim_cost_for_claim_handler(self, claim_handler_id): float | None : average cost of claims, rounded to the nearest hundredths place or None if no claims are found """ + sum = 0 + times_found = 0 + found = False + for i in self.get_claim_data(): + if (i['claim_handler_assigned_id'] == claim_handler_id): + found = True + sum += i['estimate_cost'] + times_found += 1 - pass + return round(sum/times_found, 2) if found else None def get_state_with_most_disasters(self): """Returns the name of the state with the most disasters based on disaster data @@ -122,12 +148,29 @@ def get_state_with_most_disasters(self): Example: Say New Jersey and Delaware both have the highest number of disasters at 12 disasters each. Then, this method would return "Delaware" since "D" - comes before "N" in the alphabet. + comes before "N" in the alphabet. Returns: string: single name of state """ - pass + + state_dict = {} + + for i in self.get_disaster_data(): + curState = i['state'] + if (curState in state_dict): + state_dict[curState] += 1 + else: + state_dict[curState] = 0 + + maxVal = max(state_dict.values()) + maxStates = [] + + for i in state_dict.keys(): + if state_dict[i] == maxVal: + maxStates.append(i) + + return min(maxStates) def get_state_with_least_disasters(self): """Returns the name of the state with the least disasters based on disaster data @@ -137,13 +180,29 @@ def get_state_with_least_disasters(self): Example: Say New Mexico and West Virginia both have the least number of disasters at 1 disaster each. Then, this method would return "New Mexico" since "N" - comes before "W" in the alphabet. + comes before "W" in the alphabet. Returns: string: single name of state """ - pass - + state_dict = {} + + for i in self.get_disaster_data(): + curState = i['state'] + if (curState in state_dict): + state_dict[curState] += 1 + else: + state_dict[curState] = 0 + + maxVal = min(state_dict.values()) + minStates = [] + + for i in state_dict.keys(): + if state_dict[i] == maxVal: + minStates.append(i) + + return min(minStates) + def get_most_spoken_agent_language_by_state(self, state): """Returns the name of the most spoken language by agents (besides English) for a specific state @@ -154,13 +213,29 @@ def get_most_spoken_agent_language_by_state(self, state): string: name of language or empty string if state doesn't exist """ - pass + lang_dict = {} + for i in self.get_agent_data(): + if (i['state'] == state): + pLang = i['primary_language'] + sLang = i['secondary_language'] + if (pLang in lang_dict): + lang_dict[pLang] += 1 + else: + lang_dict[pLang] = 0 + + if (sLang in lang_dict): + lang_dict[sLang] += 1 + else: + lang_dict[sLang] = 0 + if ('English' in lang_dict): + lang_dict.pop('English') + return max(lang_dict, key=lang_dict.get) if bool(lang_dict) else "" def get_num_of_open_claims_for_agent_and_severity(self, agent_id, min_severity_rating): """Returns the number of open claims for a specific agent and for a minimum severity level and higher Note: Severity rating scale for claims is 1 to 10, inclusive. - + Args: agent_id (int): ID of the agent min_severity_rating (int): minimum claim severity rating @@ -171,8 +246,24 @@ def get_num_of_open_claims_for_agent_and_severity(self, agent_id, min_severity_r None if agent does not exist, or agent has no claims (open or not) """ - pass - + sum = 0 + cData = self.get_claim_data() + has_claims = False + found = False + + if (min_severity_rating not in range(1, 11)): + return -1 + + for i in cData: + if (i['agent_assigned_id'] == agent_id): + if(i['severity_rating'] >= min_severity_rating): + if(i['severity_rating'] not in range(1, 11)): + return -1 + if (i['status'] != 'Closed'): + sum += 1 + has_claims = True + found = True + return sum if found or has_claims else None # endregion # region TestSetThree @@ -183,8 +274,11 @@ def get_num_disasters_declared_after_end_date(self): Returns: int: number of disasters where the declared date is after the end date """ - - pass + sum = 0 + for i in self.get_disaster_data(): + if (datetime.strptime(i['declared_date'], '%Y-%m-%d') > datetime.strptime(i['end_date'], '%Y-%m-%d')): + sum += 1 + return sum def build_map_of_agents_to_total_claim_cost(self): """Builds a map of agent and their total claim cost @@ -197,8 +291,19 @@ def build_map_of_agents_to_total_claim_cost(self): Returns: dict: key is agent id, value is total cost of claims associated to the agent """ + agent_map = {} + cData = self.get_claim_data() - pass + for i in range(1, 101): + agent_map[i] = 0 + + for i in cData: + curID = i['agent_assigned_id'] + agent_map[curID] += i['estimate_cost'] + + for i in agent_map.keys(): + agent_map[i] = round(agent_map[i], 2) + return agent_map if agent_map else None def calculate_disaster_claim_density(self, disaster_id): """Calculates density of a diaster based on the number of claims and impact radius @@ -214,7 +319,27 @@ def calculate_disaster_claim_density(self, disaster_id): float: density of claims to disaster area, rounded to the nearest thousandths place None if disaster does not exist """ - pass + num_claims = 0 + disaster_radius = 0 + found = False + + for i in self.get_disaster_data(): + if (i['id'] == disaster_id): + disaster_radius = i['radius_miles'] + for i in self.get_claim_data(): + if (i['disaster_id'] == disaster_id): + num_claims += 1 + found = True + + if (not found): + return None + + disaster_area = float(num_claims) / (math.pi * math.pow(disaster_radius, 2)) + + if (disaster_area == 0): + return None + + return round(disaster_area, 5) # endregion @@ -234,4 +359,4 @@ def get_top_three_months_with_highest_num_of_claims_desc(self): pass - # endregion + # endregion \ No newline at end of file