diff --git a/distributor/src/distributor/results.bal b/distributor/src/distributor/results.bal index b13db2d..ec6f3f5 100644 --- a/distributor/src/distributor/results.bal +++ b/distributor/src/distributor/results.bal @@ -91,8 +91,12 @@ function publishResultData(Result result) { worker jsonWorker returns error? { websub:WebSubHub wh = hub; // safe .. working around type guard limitation - // push it out - var r = wh.publishUpdate(JSON_RESULTS_TOPIC, result.jsonResult, mime:APPLICATION_JSON); + // push it out with the election code and the json result as the message + json resultAll = { + election_code : result.election, + result : result.jsonResult + }; + var r = wh.publishUpdate(JSON_RESULTS_TOPIC, resultAll, mime:APPLICATION_JSON); if r is error { log:printError("Error publishing update: ", r); } diff --git a/distributor/src/distributor/website.bal b/distributor/src/distributor/website.bal index df843e9..ee6e9a3 100644 --- a/distributor/src/distributor/website.bal +++ b/distributor/src/distributor/website.bal @@ -3,7 +3,6 @@ import ballerina/mime; import ballerina/time; import ballerina/xmlutils; import ballerina/file; -import ballerina/io; const LEVEL_PD = "POLLING-DIVISION"; const LEVEL_ED = "ELECTORAL-DISTRICT"; @@ -72,6 +71,7 @@ service mediaWebsite on mediaListener { body = body + "

"; body = body + "

All results released so far as single JSON value: " + "All Results"; + body = body + "

Another test run? Start

"; body = body + "

Read subscriber startup message: Here

"; body = body + ""; string doc = "" + head + body + ""; @@ -173,7 +173,6 @@ service mediaWebsite on mediaListener { methods: ["GET"] } resource function isactive(http:Caller caller, http:Request request, string versionNo) returns error? { - io:println("looking for :web/active-" + <@untainted> versionNo + ": = ", file:exists("web/active-" + <@untainted> versionNo)); if file:exists("web/active-" + <@untainted> versionNo) { return caller->ok("Still good"); } else { diff --git a/subscriber/src/subscriber/save.bal b/subscriber/src/subscriber/save.bal index 286abac..7e8b5db 100644 --- a/subscriber/src/subscriber/save.bal +++ b/subscriber/src/subscriber/save.bal @@ -10,8 +10,11 @@ const LEVEL_NI = "NATIONAL-INCREMENTAL"; const LEVEL_NF = "NATIONAL-FINAL"; -function saveResult(map result) { - string fileBase = getFileNameBase(result); +function saveResult(map resultAll) { + string electionCode = resultAll.election_code.toString(); + map result = > resultAll?.result; + + string fileBase = getFileNameBase(electionCode, result); if wantJson { string jsonfile = fileBase + ".json"; error? e = writeJson(jsonfile, result); @@ -54,9 +57,9 @@ function saveResult(map result) { # {ext} Either “json” or “xml” depending on the format of the file. # # + return - returns the base name for the file -function getFileNameBase(map result) returns string { +function getFileNameBase(string electionCode, map result) returns string { // start with sequence # and type code - string name = result.sequence_number.toString() + "-" + + string name = electionCode + "-" + result.sequence_number.toString() + "-" + (result.'type.toString() == PRESIDENTIAL_RESULT ? "PE1" : "PE2") + "-"; string resultLevel = result.level.toString(); diff --git a/testdriver/data/elections.lk.presidential.2015.json b/testdriver/data/elections.lk.presidential.2015.json new file mode 100644 index 0000000..52fa591 --- /dev/null +++ b/testdriver/data/elections.lk.presidential.2015.json @@ -0,0 +1,20568 @@ +[ + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0101", + "timestamp": 1420085460.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01A", + "pd_name": "Colombo North", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 90, + "percentage": 0.13 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 50, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 39, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 101, + "percentage": 0.15 + }, + { + "party_code": "NDF", + "votes": 51537, + "percentage": 75.07 + }, + { + "party_code": "ULPP", + "votes": 75, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 61, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 16423, + "percentage": 23.92 + }, + { + "party_code": "ONF", + "votes": 48, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 68649, + "rejected": 1146, + "polled": 69795, + "electors": 89771 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0162", + "timestamp": 1420089120.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01B", + "pd_name": "Colombo Central", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 120, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 298, + "percentage": 0.29 + }, + { + "party_code": "DNM", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 69, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 32, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 59, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 185, + "percentage": 0.18 + }, + { + "party_code": "NDF", + "votes": 82495, + "percentage": 81.28 + }, + { + "party_code": "ULPP", + "votes": 131, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 44, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 43, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 73, + "percentage": 0.07 + }, + { + "party_code": "UPFA", + "votes": 17779, + "percentage": 17.52 + }, + { + "party_code": "ONF", + "votes": 39, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 25, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 21, + "percentage": 0.02 + } + ], + "summary": { + "valid": 101497, + "rejected": 1237, + "polled": 102734, + "electors": 131482 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0042", + "timestamp": 1420081920.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01C", + "pd_name": "Borella", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 31, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 36, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 22, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 78, + "percentage": 0.17 + }, + { + "party_code": "NDF", + "votes": 31469, + "percentage": 66.97 + }, + { + "party_code": "ULPP", + "votes": 37, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 37, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 15148, + "percentage": 32.24 + }, + { + "party_code": "ONF", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.01 + } + ], + "summary": { + "valid": 46990, + "rejected": 547, + "polled": 47537, + "electors": 60109 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0052", + "timestamp": 1420082520.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01D", + "pd_name": "Colombo East", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 25, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 32, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 36, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 47, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 35167, + "percentage": 67.45 + }, + { + "party_code": "ULPP", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "UPFA", + "votes": 16601, + "percentage": 31.84 + }, + { + "party_code": "ONF", + "votes": 32, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.02 + } + ], + "summary": { + "valid": 52137, + "rejected": 668, + "polled": 52805, + "electors": 66941 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0024", + "timestamp": 1420080840.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01E", + "pd_name": "Colombo West", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 12, + "percentage": 0.04 + }, + { + "party_code": "UPF", + "votes": 14, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 19, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 12, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 21, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 23915, + "percentage": 78.99 + }, + { + "party_code": "ULPP", + "votes": 15, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 9, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 11, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 12, + "percentage": 0.04 + }, + { + "party_code": "UPFA", + "votes": 6164, + "percentage": 20.36 + }, + { + "party_code": "ONF", + "votes": 13, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 22, + "percentage": 0.07 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 30275, + "rejected": 325, + "polled": 30600, + "electors": 40609 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0043", + "timestamp": 1420081980.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01F", + "pd_name": "Dehiwala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 28, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 39, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 12, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 26, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 34, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 30955, + "percentage": 65.63 + }, + { + "party_code": "ULPP", + "votes": 17, + "percentage": 0.04 + }, + { + "party_code": "I-AP", + "votes": 8, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 32, + "percentage": 0.07 + }, + { + "party_code": "UPFA", + "votes": 15932, + "percentage": 33.78 + }, + { + "party_code": "ONF", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 47169, + "rejected": 599, + "polled": 47768, + "electors": 59812 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0055", + "timestamp": 1420082700.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01G", + "pd_name": "Ratmalana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 29554, + "percentage": 55.76 + }, + { + "party_code": "ULPP", + "votes": 25, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 23144, + "percentage": 43.66 + }, + { + "party_code": "ONF", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.01 + } + ], + "summary": { + "valid": 53004, + "rejected": 680, + "polled": 53684, + "electors": 66793 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0157", + "timestamp": 1420088820.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01H", + "pd_name": "Kolonnawa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 62, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 129, + "percentage": 0.13 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 46, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 90, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 56835, + "percentage": 58.39 + }, + { + "party_code": "ULPP", + "votes": 86, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 38, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 80, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 39767, + "percentage": 40.86 + }, + { + "party_code": "ONF", + "votes": 50, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.0 + } + ], + "summary": { + "valid": 97336, + "rejected": 1275, + "polled": 98611, + "electors": 120617 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0074", + "timestamp": 1420083840.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01I", + "pd_name": "Kotte", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 41, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 34614, + "percentage": 58.09 + }, + { + "party_code": "ULPP", + "votes": 27, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "UPFA", + "votes": 24663, + "percentage": 41.39 + }, + { + "party_code": "ONF", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 59588, + "rejected": 703, + "polled": 60291, + "electors": 74934 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0180", + "timestamp": 1420090200.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01J", + "pd_name": "Kaduwela", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 64, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 57, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 18, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 41, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 31, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 80, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 70, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 68886, + "percentage": 48.98 + }, + { + "party_code": "ULPP", + "votes": 81, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 27, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 75, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 35, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 84, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 70970, + "percentage": 50.46 + }, + { + "party_code": "ONF", + "votes": 84, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.01 + } + ], + "summary": { + "valid": 140642, + "rejected": 1534, + "polled": 142176, + "electors": 173355 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0151", + "timestamp": 1420088460.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01K", + "pd_name": "Avissawella", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 67, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 61, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 57, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 84, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 66, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 42728, + "percentage": 45.03 + }, + { + "party_code": "ULPP", + "votes": 80, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 39, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 112, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 51351, + "percentage": 54.12 + }, + { + "party_code": "ONF", + "votes": 80, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.01 + } + ], + "summary": { + "valid": 94880, + "rejected": 1032, + "polled": 95912, + "electors": 117472 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0181", + "timestamp": 1420090260.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01L", + "pd_name": "Homagama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 70, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 55, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 21, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 36, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 67, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 74, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 63563, + "percentage": 44.84 + }, + { + "party_code": "ULPP", + "votes": 53, + "percentage": 0.04 + }, + { + "party_code": "I-AP", + "votes": 26, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 50, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 33, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 128, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 77415, + "percentage": 54.61 + }, + { + "party_code": "ONF", + "votes": 80, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.01 + } + ], + "summary": { + "valid": 141762, + "rejected": 1481, + "polled": 143243, + "electors": 174909 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0164", + "timestamp": 1420089240.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01M", + "pd_name": "Maharagama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 37, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 39, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 38, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 65, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 57, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 51480, + "percentage": 48.86 + }, + { + "party_code": "ULPP", + "votes": 38, + "percentage": 0.04 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 47, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 66, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 53327, + "percentage": 50.62 + }, + { + "party_code": "ONF", + "votes": 49, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.01 + } + ], + "summary": { + "valid": 105353, + "rejected": 1220, + "polled": 106573, + "electors": 129801 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0179", + "timestamp": 1420090140.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01N", + "pd_name": "Kesbewa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 54, + "percentage": 0.04 + }, + { + "party_code": "UPF", + "votes": 45, + "percentage": 0.03 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 40, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 30, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 85, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 57, + "percentage": 0.04 + }, + { + "party_code": "NDF", + "votes": 61116, + "percentage": 44.94 + }, + { + "party_code": "ULPP", + "votes": 56, + "percentage": 0.04 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 53, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 83, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 74189, + "percentage": 54.56 + }, + { + "party_code": "ONF", + "votes": 70, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.01 + } + ], + "summary": { + "valid": 135983, + "rejected": 1393, + "polled": 137376, + "electors": 164774 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0153", + "timestamp": 1420088580.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01O", + "pd_name": "Moratuwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 45, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 39, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 49, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 48599, + "percentage": 50.63 + }, + { + "party_code": "ULPP", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 78, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 46885, + "percentage": 48.85 + }, + { + "party_code": "ONF", + "votes": 57, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.0 + } + ], + "summary": { + "valid": 95981, + "rejected": 958, + "polled": 96939, + "electors": 115219 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0018", + "timestamp": 1420080480.0, + "level": "POLLING-DIVISION", + "ed_code": "01", + "ed_name": "Colombo", + "pd_code": "01P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "UPF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "DNM", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 21, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "NDF", + "votes": 12160, + "percentage": 48.42 + }, + { + "party_code": "ULPP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.08 + }, + { + "party_code": "NSH", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "UPFA", + "votes": 12856, + "percentage": 51.19 + }, + { + "party_code": "ONF", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "NSSP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.02 + } + ], + "summary": { + "valid": 25114, + "rejected": 536, + "polled": 25650, + "electors": 26062 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0152", + "timestamp": 1420088520.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02A", + "pd_name": "Wattala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 84, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 65, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 60, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 108, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 56541, + "percentage": 59.32 + }, + { + "party_code": "ULPP", + "votes": 57, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 32, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 82, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 38001, + "percentage": 39.87 + }, + { + "party_code": "ONF", + "votes": 69, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 95311, + "rejected": 1332, + "polled": 96643, + "electors": 120471 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0132", + "timestamp": 1420087320.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02B", + "pd_name": "Negombo", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 65, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 83, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 48, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 50, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 110, + "percentage": 0.14 + }, + { + "party_code": "NDF", + "votes": 53331, + "percentage": 67.1 + }, + { + "party_code": "ULPP", + "votes": 62, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 42, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 64, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 25432, + "percentage": 32.0 + }, + { + "party_code": "ONF", + "votes": 62, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 79482, + "rejected": 871, + "polled": 80353, + "electors": 106213 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0170", + "timestamp": 1420089600.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02C", + "pd_name": "Katana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 84, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 64, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 48, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 47, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 84, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 58507, + "percentage": 51.49 + }, + { + "party_code": "ULPP", + "votes": 57, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 119, + "percentage": 0.1 + }, + { + "party_code": "UPFA", + "votes": 54355, + "percentage": 47.83 + }, + { + "party_code": "ONF", + "votes": 77, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.01 + } + ], + "summary": { + "valid": 113635, + "rejected": 1505, + "polled": 115140, + "electors": 143885 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0144", + "timestamp": 1420088040.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02D", + "pd_name": "Divulapitiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 83, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 64, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 57, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 67, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 40112, + "percentage": 46.33 + }, + { + "party_code": "ULPP", + "votes": 45, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 95, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 45813, + "percentage": 52.91 + }, + { + "party_code": "ONF", + "votes": 75, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.01 + } + ], + "summary": { + "valid": 86583, + "rejected": 701, + "polled": 87284, + "electors": 108529 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0156", + "timestamp": 1420088760.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02E", + "pd_name": "Mirigama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 82, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 53, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 55, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 51, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 69, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 45202, + "percentage": 46.53 + }, + { + "party_code": "ULPP", + "votes": 48, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 104, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 51244, + "percentage": 52.75 + }, + { + "party_code": "ONF", + "votes": 81, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 97147, + "rejected": 880, + "polled": 98027, + "electors": 124679 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0166", + "timestamp": 1420089360.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02F", + "pd_name": "Minuwangoda", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 88, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 66, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 54, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 25, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 55, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 61, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 51581, + "percentage": 48.09 + }, + { + "party_code": "ULPP", + "votes": 53, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 39, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 125, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 54929, + "percentage": 51.21 + }, + { + "party_code": "ONF", + "votes": 73, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 107270, + "rejected": 986, + "polled": 108256, + "electors": 132981 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0165", + "timestamp": 1420089300.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02G", + "pd_name": "Attanagalla", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 98, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 91, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 44, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 26, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 50, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 57, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 50380, + "percentage": 47.56 + }, + { + "party_code": "ULPP", + "votes": 48, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 40, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 86, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 54777, + "percentage": 51.71 + }, + { + "party_code": "ONF", + "votes": 100, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 16, + "percentage": 0.02 + } + ], + "summary": { + "valid": 105931, + "rejected": 1024, + "polled": 106955, + "electors": 133023 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0172", + "timestamp": 1420089720.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02H", + "pd_name": "Gampaha", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 70, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 54, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 44, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 85, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 57, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 53922, + "percentage": 45.48 + }, + { + "party_code": "ULPP", + "votes": 40, + "percentage": 0.03 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 42, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 102, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 63962, + "percentage": 53.95 + }, + { + "party_code": "ONF", + "votes": 61, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 118564, + "rejected": 1222, + "polled": 119786, + "electors": 147280 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0169", + "timestamp": 1420089540.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02I", + "pd_name": "Ja-Ela", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 70, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 53, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 16, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 41, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 52, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 62, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 58669, + "percentage": 52.01 + }, + { + "party_code": "ULPP", + "votes": 49, + "percentage": 0.04 + }, + { + "party_code": "I-AP", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 28, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 27, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 89, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 53481, + "percentage": 47.41 + }, + { + "party_code": "ONF", + "votes": 73, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 4, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.01 + } + ], + "summary": { + "valid": 112797, + "rejected": 1584, + "polled": 114381, + "electors": 143843 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0173", + "timestamp": 1420089780.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02J", + "pd_name": "Mahara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 68, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 61, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 33, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 30, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 87, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 51, + "percentage": 0.04 + }, + { + "party_code": "NDF", + "votes": 55334, + "percentage": 45.97 + }, + { + "party_code": "ULPP", + "votes": 63, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 25, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 32, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 94, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 64314, + "percentage": 53.43 + }, + { + "party_code": "ONF", + "votes": 112, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.01 + } + ], + "summary": { + "valid": 120381, + "rejected": 1154, + "polled": 121535, + "electors": 149453 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0149", + "timestamp": 1420088340.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02K", + "pd_name": "Dompe", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 72, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 62, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 52, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 38, + "percentage": 0.04 + }, + { + "party_code": "NDF", + "votes": 38491, + "percentage": 41.0 + }, + { + "party_code": "ULPP", + "votes": 51, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 32, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 36, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 109, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 54714, + "percentage": 58.29 + }, + { + "party_code": "ONF", + "votes": 104, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 93871, + "rejected": 878, + "polled": 94749, + "electors": 115356 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0158", + "timestamp": 1420088880.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02L", + "pd_name": "Biyagama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 49, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 56, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 4, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 75, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 56, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 48667, + "percentage": 48.94 + }, + { + "party_code": "ULPP", + "votes": 46, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 34, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 89, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 50173, + "percentage": 50.46 + }, + { + "party_code": "ONF", + "votes": 62, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.01 + } + ], + "summary": { + "valid": 99433, + "rejected": 997, + "polled": 100430, + "electors": 121702 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0110", + "timestamp": 1420086000.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02M", + "pd_name": "Kelaniya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 63, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 46, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 37884, + "percentage": 53.16 + }, + { + "party_code": "ULPP", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 79, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 32856, + "percentage": 46.11 + }, + { + "party_code": "ONF", + "votes": 63, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 71260, + "rejected": 859, + "polled": 72119, + "electors": 90122 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0036", + "timestamp": 1420081560.0, + "level": "POLLING-DIVISION", + "ed_code": "02", + "ed_name": "Gampaha", + "pd_code": "02P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "UPF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "DNM", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 16, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 25, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "NDF", + "votes": 20386, + "percentage": 49.93 + }, + { + "party_code": "ULPP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 12, + "percentage": 0.03 + }, + { + "party_code": "UPFA", + "votes": 20296, + "percentage": 49.71 + }, + { + "party_code": "ONF", + "votes": 21, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.01 + } + ], + "summary": { + "valid": 40831, + "rejected": 654, + "polled": 41485, + "electors": 42726 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0148", + "timestamp": 1420088280.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03A", + "pd_name": "Panadura", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 79, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 71, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 54, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 46820, + "percentage": 50.15 + }, + { + "party_code": "ULPP", + "votes": 37, + "percentage": 0.04 + }, + { + "party_code": "I-AP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 34, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 84, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 45908, + "percentage": 49.18 + }, + { + "party_code": "ONF", + "votes": 57, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 93355, + "rejected": 1152, + "polled": 94507, + "electors": 114828 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0167", + "timestamp": 1420089420.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03B", + "pd_name": "Bandaragama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 94, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 73, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 73, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 89, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 68, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 48469, + "percentage": 43.81 + }, + { + "party_code": "ULPP", + "votes": 75, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 36, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 45, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 154, + "percentage": 0.14 + }, + { + "party_code": "UPFA", + "votes": 61199, + "percentage": 55.32 + }, + { + "party_code": "ONF", + "votes": 118, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.01 + } + ], + "summary": { + "valid": 110628, + "rejected": 999, + "polled": 111627, + "electors": 133887 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0160", + "timestamp": 1420089000.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03C", + "pd_name": "Horana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 77, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 71, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 64, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 76, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 62, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 42065, + "percentage": 41.85 + }, + { + "party_code": "ULPP", + "votes": 52, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 25, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 48, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 120, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 57633, + "percentage": 57.34 + }, + { + "party_code": "ONF", + "votes": 107, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.01 + } + ], + "summary": { + "valid": 100517, + "rejected": 952, + "polled": 101469, + "electors": 122511 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0099", + "timestamp": 1420085340.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03D", + "pd_name": "Bulathsinhala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 64, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 42, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 49, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 74, + "percentage": 0.11 + }, + { + "party_code": "SLLP", + "votes": 79, + "percentage": 0.12 + }, + { + "party_code": "NDF", + "votes": 28341, + "percentage": 42.66 + }, + { + "party_code": "ULPP", + "votes": 78, + "percentage": 0.12 + }, + { + "party_code": "I-AP", + "votes": 24, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 39, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 123, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 37311, + "percentage": 56.17 + }, + { + "party_code": "ONF", + "votes": 95, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 66431, + "rejected": 716, + "polled": 67147, + "electors": 82123 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0142", + "timestamp": 1420087920.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03E", + "pd_name": "Matugama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 76, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 57, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 96, + "percentage": 0.11 + }, + { + "party_code": "SLLP", + "votes": 94, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 38668, + "percentage": 45.17 + }, + { + "party_code": "ULPP", + "votes": 94, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 49, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 148, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 45984, + "percentage": 53.72 + }, + { + "party_code": "ONF", + "votes": 114, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.01 + } + ], + "summary": { + "valid": 85597, + "rejected": 1063, + "polled": 86660, + "electors": 108996 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0150", + "timestamp": 1420088400.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03F", + "pd_name": "Kalutara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 48, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 55, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 92, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 60, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 44804, + "percentage": 47.49 + }, + { + "party_code": "ULPP", + "votes": 58, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 92, + "percentage": 0.1 + }, + { + "party_code": "UPFA", + "votes": 48851, + "percentage": 51.78 + }, + { + "party_code": "ONF", + "votes": 82, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.01 + } + ], + "summary": { + "valid": 94342, + "rejected": 905, + "polled": 95247, + "electors": 117931 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0147", + "timestamp": 1420088220.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03G", + "pd_name": "Beruwala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 73, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 79, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 37, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 93, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 113, + "percentage": 0.12 + }, + { + "party_code": "NDF", + "votes": 53280, + "percentage": 56.96 + }, + { + "party_code": "ULPP", + "votes": 75, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 38, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 96, + "percentage": 0.1 + }, + { + "party_code": "UPFA", + "votes": 39424, + "percentage": 42.15 + }, + { + "party_code": "ONF", + "votes": 88, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.01 + } + ], + "summary": { + "valid": 93540, + "rejected": 951, + "polled": 94491, + "electors": 117033 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0133", + "timestamp": 1420087380.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03H", + "pd_name": "Agalawatta", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 67, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 79, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 55, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 79, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 67, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 33995, + "percentage": 42.67 + }, + { + "party_code": "ULPP", + "votes": 87, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 53, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 154, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 44750, + "percentage": 56.17 + }, + { + "party_code": "ONF", + "votes": 142, + "percentage": 0.18 + }, + { + "party_code": "NSSP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 79674, + "rejected": 1002, + "polled": 80676, + "electors": 100040 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0021", + "timestamp": 1420080660.0, + "level": "POLLING-DIVISION", + "ed_code": "03", + "ed_name": "Kalutara", + "pd_code": "03P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "UPF", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "DNM", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 25, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "NDF", + "votes": 12962, + "percentage": 46.46 + }, + { + "party_code": "ULPP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "PNF", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "UPFA", + "votes": 14830, + "percentage": 53.15 + }, + { + "party_code": "ONF", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.01 + } + ], + "summary": { + "valid": 27900, + "rejected": 641, + "polled": 28541, + "electors": 28997 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0037", + "timestamp": 1420081620.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04A", + "pd_name": "Galagedara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 47, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 44, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 39, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 26, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 46, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 19818, + "percentage": 47.39 + }, + { + "party_code": "ULPP", + "votes": 42, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 22, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 30, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 79, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 21466, + "percentage": 51.34 + }, + { + "party_code": "ONF", + "votes": 72, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 19, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 41815, + "rejected": 390, + "polled": 42205, + "electors": 54214 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0176", + "timestamp": 1420089960.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04B", + "pd_name": "Harispattuwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 108, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 117, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 82, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 46, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 121, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 148, + "percentage": 0.12 + }, + { + "party_code": "NDF", + "votes": 71533, + "percentage": 57.69 + }, + { + "party_code": "ULPP", + "votes": 119, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 37, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 37, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 77, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 153, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 51156, + "percentage": 41.26 + }, + { + "party_code": "ONF", + "votes": 149, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 20, + "percentage": 0.02 + } + ], + "summary": { + "valid": 123998, + "rejected": 1356, + "polled": 125354, + "electors": 157463 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0098", + "timestamp": 1420085280.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04C", + "pd_name": "Pathadumbara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 64, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 90, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 57, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 65, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 85, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 37840, + "percentage": 57.79 + }, + { + "party_code": "ULPP", + "votes": 90, + "percentage": 0.14 + }, + { + "party_code": "I-AP", + "votes": 37, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 52, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 101, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 26762, + "percentage": 40.87 + }, + { + "party_code": "ONF", + "votes": 88, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 22, + "percentage": 0.03 + } + ], + "summary": { + "valid": 65480, + "rejected": 1023, + "polled": 66503, + "electors": 85375 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0041", + "timestamp": 1420081860.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04D", + "pd_name": "Ududumbara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 66, + "percentage": 0.14 + }, + { + "party_code": "UPF", + "votes": 80, + "percentage": 0.17 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 44, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 25, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 58, + "percentage": 0.12 + }, + { + "party_code": "NDF", + "votes": 18472, + "percentage": 39.37 + }, + { + "party_code": "ULPP", + "votes": 66, + "percentage": 0.14 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 36, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 112, + "percentage": 0.24 + }, + { + "party_code": "UPFA", + "votes": 27722, + "percentage": 59.09 + }, + { + "party_code": "ONF", + "votes": 129, + "percentage": 0.27 + }, + { + "party_code": "NSSP", + "votes": 22, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 46917, + "rejected": 479, + "polled": 47396, + "electors": 58637 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0032", + "timestamp": 1420081320.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04E", + "pd_name": "Teldeniya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 63, + "percentage": 0.17 + }, + { + "party_code": "UPF", + "votes": 65, + "percentage": 0.17 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 29, + "percentage": 0.08 + }, + { + "party_code": "FSP", + "votes": 37, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 68, + "percentage": 0.18 + }, + { + "party_code": "NDF", + "votes": 18624, + "percentage": 49.83 + }, + { + "party_code": "ULPP", + "votes": 49, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 30, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 80, + "percentage": 0.21 + }, + { + "party_code": "UPFA", + "votes": 18150, + "percentage": 48.56 + }, + { + "party_code": "ONF", + "votes": 56, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 17, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.02 + } + ], + "summary": { + "valid": 37377, + "rejected": 517, + "polled": 37894, + "electors": 47685 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0120", + "timestamp": 1420086600.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04F", + "pd_name": "Kundasale", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 49, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 65, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 32, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 59, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 75, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 41238, + "percentage": 55.06 + }, + { + "party_code": "ULPP", + "votes": 73, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 41, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 90, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 32930, + "percentage": 43.97 + }, + { + "party_code": "ONF", + "votes": 85, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 74890, + "rejected": 794, + "polled": 75684, + "electors": 94870 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0056", + "timestamp": 1420082760.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04G", + "pd_name": "Hewaheta", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 56, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 112, + "percentage": 0.21 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 44, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 91, + "percentage": 0.17 + }, + { + "party_code": "NDF", + "votes": 28049, + "percentage": 52.84 + }, + { + "party_code": "ULPP", + "votes": 95, + "percentage": 0.18 + }, + { + "party_code": "I-AP", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 48, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 106, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 24167, + "percentage": 45.53 + }, + { + "party_code": "ONF", + "votes": 111, + "percentage": 0.21 + }, + { + "party_code": "NSSP", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.02 + } + ], + "summary": { + "valid": 53079, + "rejected": 673, + "polled": 53752, + "electors": 69243 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0084", + "timestamp": 1420084440.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04H", + "pd_name": "Senkadagala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 48, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 57, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 53, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 45, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 36127, + "percentage": 57.59 + }, + { + "party_code": "ULPP", + "votes": 49, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 49, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 26062, + "percentage": 41.54 + }, + { + "party_code": "ONF", + "votes": 61, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 62735, + "rejected": 834, + "polled": 63569, + "electors": 81149 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0087", + "timestamp": 1420084620.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04J", + "pd_name": "Yatinuwara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 42, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 74, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 47, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 45, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 32298, + "percentage": 51.19 + }, + { + "party_code": "ULPP", + "votes": 58, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 88, + "percentage": 0.14 + }, + { + "party_code": "UPFA", + "votes": 30194, + "percentage": 47.86 + }, + { + "party_code": "ONF", + "votes": 78, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.0 + } + ], + "summary": { + "valid": 63089, + "rejected": 748, + "polled": 63837, + "electors": 80420 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0026", + "timestamp": 1420080960.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04I", + "pd_name": "Mahanuwara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 24, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 19, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 15, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 18, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 19, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 20316, + "percentage": 66.14 + }, + { + "party_code": "ULPP", + "votes": 23, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 26, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 10200, + "percentage": 33.21 + }, + { + "party_code": "ONF", + "votes": 10, + "percentage": 0.03 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 30715, + "rejected": 401, + "polled": 31116, + "electors": 40020 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0093", + "timestamp": 1420084980.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04K", + "pd_name": "Udunuwara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 87, + "percentage": 0.13 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 48, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 61, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 82, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 38018, + "percentage": 58.71 + }, + { + "party_code": "ULPP", + "votes": 61, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 37, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 87, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 25984, + "percentage": 40.13 + }, + { + "party_code": "ONF", + "votes": 76, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 64754, + "rejected": 763, + "polled": 65517, + "electors": 82298 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0135", + "timestamp": 1420087500.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04L", + "pd_name": "Gampola", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 68, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 161, + "percentage": 0.2 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 61, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 65, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 132, + "percentage": 0.17 + }, + { + "party_code": "NDF", + "votes": 45328, + "percentage": 56.81 + }, + { + "party_code": "ULPP", + "votes": 131, + "percentage": 0.16 + }, + { + "party_code": "I-AP", + "votes": 39, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 50, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 151, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 33293, + "percentage": 41.73 + }, + { + "party_code": "ONF", + "votes": 130, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 20, + "percentage": 0.03 + } + ], + "summary": { + "valid": 79785, + "rejected": 1020, + "polled": 80805, + "electors": 102219 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0119", + "timestamp": 1420086540.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04M", + "pd_name": "Nawalapitiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 95, + "percentage": 0.13 + }, + { + "party_code": "UPF", + "votes": 128, + "percentage": 0.17 + }, + { + "party_code": "DNM", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 105, + "percentage": 0.14 + }, + { + "party_code": "AACAAKO", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 42, + "percentage": 0.06 + }, + { + "party_code": "FSP", + "votes": 70, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 127, + "percentage": 0.17 + }, + { + "party_code": "NDF", + "votes": 40233, + "percentage": 54.25 + }, + { + "party_code": "ULPP", + "votes": 144, + "percentage": 0.19 + }, + { + "party_code": "I-AP", + "votes": 42, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 44, + "percentage": 0.06 + }, + { + "party_code": "NSH", + "votes": 74, + "percentage": 0.1 + }, + { + "party_code": "PNF", + "votes": 173, + "percentage": 0.23 + }, + { + "party_code": "UPFA", + "votes": 32619, + "percentage": 43.98 + }, + { + "party_code": "ONF", + "votes": 146, + "percentage": 0.2 + }, + { + "party_code": "NSSP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 26, + "percentage": 0.04 + } + ], + "summary": { + "valid": 74162, + "rejected": 1393, + "polled": 75555, + "electors": 95567 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0031", + "timestamp": 1420081260.0, + "level": "POLLING-DIVISION", + "ed_code": "04", + "ed_name": "Mahanuwara", + "pd_code": "04P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 10, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "DNM", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 32, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 19100, + "percentage": 51.47 + }, + { + "party_code": "ULPP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 11, + "percentage": 0.03 + }, + { + "party_code": "UPFA", + "votes": 17880, + "percentage": 48.18 + }, + { + "party_code": "ONF", + "votes": 13, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.01 + } + ], + "summary": { + "valid": 37112, + "rejected": 602, + "polled": 37714, + "electors": 38382 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0161", + "timestamp": 1420089060.0, + "level": "POLLING-DIVISION", + "ed_code": "05", + "ed_name": "Matale", + "pd_code": "05A", + "pd_name": "Dambulla", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 90, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 104, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 25, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 66, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 36, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 79, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 92, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 42652, + "percentage": 42.03 + }, + { + "party_code": "ULPP", + "votes": 74, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 36, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 75, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 205, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 57657, + "percentage": 56.82 + }, + { + "party_code": "ONF", + "votes": 158, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 27, + "percentage": 0.03 + } + ], + "summary": { + "valid": 101472, + "rejected": 1074, + "polled": 102546, + "electors": 131831 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0066", + "timestamp": 1420083360.0, + "level": "POLLING-DIVISION", + "ed_code": "05", + "ed_name": "Matale", + "pd_code": "05B", + "pd_name": "Laggala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 52, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 59, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 42, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 73, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 21511, + "percentage": 38.29 + }, + { + "party_code": "ULPP", + "votes": 72, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 50, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 175, + "percentage": 0.31 + }, + { + "party_code": "UPFA", + "votes": 33821, + "percentage": 60.2 + }, + { + "party_code": "ONF", + "votes": 136, + "percentage": 0.24 + }, + { + "party_code": "NSSP", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "ULGC", + "votes": 17, + "percentage": 0.03 + } + ], + "summary": { + "valid": 56178, + "rejected": 581, + "polled": 56759, + "electors": 70323 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0090", + "timestamp": 1420084800.0, + "level": "POLLING-DIVISION", + "ed_code": "05", + "ed_name": "Matale", + "pd_code": "05C", + "pd_name": "Matale", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 77, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 91, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 72, + "percentage": 0.11 + }, + { + "party_code": "AACAAKO", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 54, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 101, + "percentage": 0.16 + }, + { + "party_code": "NDF", + "votes": 36052, + "percentage": 56.65 + }, + { + "party_code": "ULPP", + "votes": 96, + "percentage": 0.15 + }, + { + "party_code": "I-AP", + "votes": 40, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 44, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 123, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 26684, + "percentage": 41.93 + }, + { + "party_code": "ONF", + "votes": 65, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 36, + "percentage": 0.06 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.01 + } + ], + "summary": { + "valid": 63637, + "rejected": 773, + "polled": 64410, + "electors": 84225 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0109", + "timestamp": 1420085940.0, + "level": "POLLING-DIVISION", + "ed_code": "05", + "ed_name": "Matale", + "pd_code": "05D", + "pd_name": "Rattota", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 86, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 134, + "percentage": 0.19 + }, + { + "party_code": "DNM", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "SLNF", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 102, + "percentage": 0.14 + }, + { + "party_code": "AACAAKO", + "votes": 36, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 72, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 125, + "percentage": 0.18 + }, + { + "party_code": "NDF", + "votes": 37319, + "percentage": 52.7 + }, + { + "party_code": "ULPP", + "votes": 134, + "percentage": 0.19 + }, + { + "party_code": "I-AP", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 71, + "percentage": 0.1 + }, + { + "party_code": "PNF", + "votes": 141, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 32235, + "percentage": 45.52 + }, + { + "party_code": "ONF", + "votes": 137, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 40, + "percentage": 0.06 + }, + { + "party_code": "ULGC", + "votes": 25, + "percentage": 0.04 + } + ], + "summary": { + "valid": 70812, + "rejected": 1079, + "polled": 71891, + "electors": 93296 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0011", + "timestamp": 1420080060.0, + "level": "POLLING-DIVISION", + "ed_code": "05", + "ed_name": "Matale", + "pd_code": "05P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "UPF", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "DNM", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 7, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 8394, + "percentage": 49.6 + }, + { + "party_code": "ULPP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "I-AP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 5, + "percentage": 0.03 + }, + { + "party_code": "UPFA", + "votes": 8483, + "percentage": 50.13 + }, + { + "party_code": "ONF", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "NSSP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.02 + } + ], + "summary": { + "valid": 16923, + "rejected": 146, + "polled": 17069, + "electors": 17330 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0182", + "timestamp": 1420090320.0, + "level": "POLLING-DIVISION", + "ed_code": "06", + "ed_name": "Nuwara-Eliya", + "pd_code": "06A", + "pd_name": "Nuwara Eliya-Maskeliya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 246, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 705, + "percentage": 0.3 + }, + { + "party_code": "DNM", + "votes": 112, + "percentage": 0.05 + }, + { + "party_code": "SLNF", + "votes": 71, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 469, + "percentage": 0.2 + }, + { + "party_code": "AACAAKO", + "votes": 199, + "percentage": 0.08 + }, + { + "party_code": "SEP", + "votes": 195, + "percentage": 0.08 + }, + { + "party_code": "FSP", + "votes": 285, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 831, + "percentage": 0.35 + }, + { + "party_code": "NDF", + "votes": 171578, + "percentage": 73.01 + }, + { + "party_code": "ULPP", + "votes": 730, + "percentage": 0.31 + }, + { + "party_code": "I-AP", + "votes": 250, + "percentage": 0.11 + }, + { + "party_code": "JSP", + "votes": 141, + "percentage": 0.06 + }, + { + "party_code": "NSH", + "votes": 282, + "percentage": 0.12 + }, + { + "party_code": "PNF", + "votes": 493, + "percentage": 0.21 + }, + { + "party_code": "UPFA", + "votes": 57718, + "percentage": 24.56 + }, + { + "party_code": "ONF", + "votes": 479, + "percentage": 0.2 + }, + { + "party_code": "NSSP", + "votes": 156, + "percentage": 0.07 + }, + { + "party_code": "ULGC", + "votes": 56, + "percentage": 0.02 + } + ], + "summary": { + "valid": 234996, + "rejected": 3939, + "polled": 238935, + "electors": 302836 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0080", + "timestamp": 1420084200.0, + "level": "POLLING-DIVISION", + "ed_code": "06", + "ed_name": "Nuwara-Eliya", + "pd_code": "06B", + "pd_name": "Kotmale", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 62, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 93, + "percentage": 0.15 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 87, + "percentage": 0.14 + }, + { + "party_code": "AACAAKO", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 44, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 133, + "percentage": 0.22 + }, + { + "party_code": "NDF", + "votes": 36343, + "percentage": 59.48 + }, + { + "party_code": "ULPP", + "votes": 115, + "percentage": 0.19 + }, + { + "party_code": "I-AP", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 42, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 97, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 23821, + "percentage": 38.99 + }, + { + "party_code": "ONF", + "votes": 92, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 61099, + "rejected": 1018, + "polled": 62117, + "electors": 78068 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0059", + "timestamp": 1420082940.0, + "level": "POLLING-DIVISION", + "ed_code": "06", + "ed_name": "Nuwara-Eliya", + "pd_code": "06C", + "pd_name": "Hanguranketha", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 79, + "percentage": 0.15 + }, + { + "party_code": "UPF", + "votes": 97, + "percentage": 0.18 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 86, + "percentage": 0.16 + }, + { + "party_code": "AACAAKO", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 97, + "percentage": 0.18 + }, + { + "party_code": "NDF", + "votes": 25645, + "percentage": 47.53 + }, + { + "party_code": "ULPP", + "votes": 85, + "percentage": 0.16 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 51, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 122, + "percentage": 0.23 + }, + { + "party_code": "UPFA", + "votes": 27389, + "percentage": 50.76 + }, + { + "party_code": "ONF", + "votes": 113, + "percentage": 0.21 + }, + { + "party_code": "NSSP", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.03 + } + ], + "summary": { + "valid": 53956, + "rejected": 1064, + "polled": 55020, + "electors": 71053 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0091", + "timestamp": 1420084860.0, + "level": "POLLING-DIVISION", + "ed_code": "06", + "ed_name": "Nuwara-Eliya", + "pd_code": "06D", + "pd_name": "Walapane", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 72, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 155, + "percentage": 0.24 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 84, + "percentage": 0.13 + }, + { + "party_code": "AACAAKO", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 44, + "percentage": 0.07 + }, + { + "party_code": "FSP", + "votes": 64, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 128, + "percentage": 0.2 + }, + { + "party_code": "NDF", + "votes": 32340, + "percentage": 50.59 + }, + { + "party_code": "ULPP", + "votes": 136, + "percentage": 0.21 + }, + { + "party_code": "I-AP", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 56, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 171, + "percentage": 0.27 + }, + { + "party_code": "UPFA", + "votes": 30354, + "percentage": 47.48 + }, + { + "party_code": "ONF", + "votes": 161, + "percentage": 0.25 + }, + { + "party_code": "NSSP", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.03 + } + ], + "summary": { + "valid": 63924, + "rejected": 1052, + "polled": 64976, + "electors": 82193 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0004", + "timestamp": 1420079640.0, + "level": "POLLING-DIVISION", + "ed_code": "06", + "ed_name": "Nuwara-Eliya", + "pd_code": "06P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "UPF", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "DNM", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "SLLP", + "votes": 2, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 6699, + "percentage": 52.37 + }, + { + "party_code": "ULPP", + "votes": 2, + "percentage": 0.02 + }, + { + "party_code": "I-AP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "JSP", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 6, + "percentage": 0.05 + }, + { + "party_code": "UPFA", + "votes": 6057, + "percentage": 47.35 + }, + { + "party_code": "ONF", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 1, + "percentage": 0.01 + } + ], + "summary": { + "valid": 12791, + "rejected": 256, + "polled": 13047, + "electors": 13616 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0034", + "timestamp": 1420081440.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07A", + "pd_name": "Balapitiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 39, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 38, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 18, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 10, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 25, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 27, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 16196, + "percentage": 40.66 + }, + { + "party_code": "ULPP", + "votes": 20, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 20, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 60, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 23283, + "percentage": 58.45 + }, + { + "party_code": "ONF", + "votes": 32, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.01 + } + ], + "summary": { + "valid": 39831, + "rejected": 388, + "polled": 40219, + "electors": 52852 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0072", + "timestamp": 1420083720.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07B", + "pd_name": "Ambalangoda", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 78, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 41, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 26187, + "percentage": 43.93 + }, + { + "party_code": "ULPP", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 78, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 32871, + "percentage": 55.15 + }, + { + "party_code": "ONF", + "votes": 51, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 59604, + "rejected": 635, + "polled": 60239, + "electors": 75524 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0065", + "timestamp": 1420083300.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07C", + "pd_name": "Karandeniya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 53, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 55, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 129, + "percentage": 0.23 + }, + { + "party_code": "SLLP", + "votes": 44, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 19752, + "percentage": 35.65 + }, + { + "party_code": "ULPP", + "votes": 38, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 109, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 34983, + "percentage": 63.13 + }, + { + "party_code": "ONF", + "votes": 88, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 55410, + "rejected": 541, + "polled": 55951, + "electors": 72572 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0108", + "timestamp": 1420085880.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07D", + "pd_name": "Bentara-Elpitiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 79, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 82, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 48, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 119, + "percentage": 0.17 + }, + { + "party_code": "SLLP", + "votes": 38, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 28287, + "percentage": 39.78 + }, + { + "party_code": "ULPP", + "votes": 41, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 108, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 42015, + "percentage": 59.08 + }, + { + "party_code": "ONF", + "votes": 123, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.01 + } + ], + "summary": { + "valid": 71110, + "rejected": 574, + "polled": 71684, + "electors": 89500 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0138", + "timestamp": 1420087680.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07E", + "pd_name": "Hiniduma", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 78, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 87, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 68, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 78, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 83, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 34022, + "percentage": 41.27 + }, + { + "party_code": "ULPP", + "votes": 63, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 35, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 171, + "percentage": 0.21 + }, + { + "party_code": "UPFA", + "votes": 47464, + "percentage": 57.58 + }, + { + "party_code": "ONF", + "votes": 106, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 82428, + "rejected": 790, + "polled": 83218, + "electors": 100757 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0126", + "timestamp": 1420086960.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07F", + "pd_name": "Baddegama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 108, + "percentage": 0.14 + }, + { + "party_code": "UPF", + "votes": 68, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 58, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 95, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 56, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 32347, + "percentage": 42.19 + }, + { + "party_code": "ULPP", + "votes": 81, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 133, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 43369, + "percentage": 56.57 + }, + { + "party_code": "ONF", + "votes": 141, + "percentage": 0.18 + }, + { + "party_code": "NSSP", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 17, + "percentage": 0.02 + } + ], + "summary": { + "valid": 76667, + "rejected": 941, + "polled": 77608, + "electors": 95641 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0073", + "timestamp": 1420083780.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07G", + "pd_name": "Ratgama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 49, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 46, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 44, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 50, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 23038, + "percentage": 38.54 + }, + { + "party_code": "ULPP", + "votes": 34, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 77, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 36209, + "percentage": 60.57 + }, + { + "party_code": "ONF", + "votes": 57, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 59783, + "rejected": 480, + "polled": 60263, + "electors": 78182 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0086", + "timestamp": 1420084560.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07H", + "pd_name": "Galle", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 41, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 41, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 46, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 57, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 39547, + "percentage": 62.58 + }, + { + "party_code": "ULPP", + "votes": 53, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 48, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 23184, + "percentage": 36.69 + }, + { + "party_code": "ONF", + "votes": 24, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 63190, + "rejected": 447, + "polled": 63637, + "electors": 79685 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0121", + "timestamp": 1420086660.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07I", + "pd_name": "Akmeemana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 44, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 66, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 74, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 47, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 34807, + "percentage": 46.38 + }, + { + "party_code": "ULPP", + "votes": 56, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 105, + "percentage": 0.14 + }, + { + "party_code": "UPFA", + "votes": 39604, + "percentage": 52.77 + }, + { + "party_code": "ONF", + "votes": 57, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 75054, + "rejected": 738, + "polled": 75792, + "electors": 94175 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0092", + "timestamp": 1420084920.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07J", + "pd_name": "Habaraduwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 72, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 52, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 96, + "percentage": 0.15 + }, + { + "party_code": "SLLP", + "votes": 48, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 25932, + "percentage": 40.14 + }, + { + "party_code": "ULPP", + "votes": 43, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 92, + "percentage": 0.14 + }, + { + "party_code": "UPFA", + "votes": 38028, + "percentage": 58.86 + }, + { + "party_code": "ONF", + "votes": 64, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.03 + } + ], + "summary": { + "valid": 64603, + "rejected": 572, + "polled": 65175, + "electors": 80778 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0023", + "timestamp": 1420080780.0, + "level": "POLLING-DIVISION", + "ed_code": "07", + "ed_name": "Galle", + "pd_code": "07P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "UPF", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "DNM", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 10, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 40, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 13879, + "percentage": 46.06 + }, + { + "party_code": "ULPP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.06 + }, + { + "party_code": "NSH", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 14, + "percentage": 0.05 + }, + { + "party_code": "UPFA", + "votes": 16116, + "percentage": 53.49 + }, + { + "party_code": "ONF", + "votes": 12, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 30131, + "rejected": 410, + "polled": 30541, + "electors": 30883 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0129", + "timestamp": 1420087140.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08A", + "pd_name": "Deniyaya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 95, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 95, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 70, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 32, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 90, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 102, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 31716, + "percentage": 41.12 + }, + { + "party_code": "ULPP", + "votes": 84, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 59, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 182, + "percentage": 0.24 + }, + { + "party_code": "UPFA", + "votes": 44273, + "percentage": 57.39 + }, + { + "party_code": "ONF", + "votes": 145, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 51, + "percentage": 0.07 + }, + { + "party_code": "ULGC", + "votes": 17, + "percentage": 0.02 + } + ], + "summary": { + "valid": 77138, + "rejected": 990, + "polled": 78128, + "electors": 97610 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0113", + "timestamp": 1420086180.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08B", + "pd_name": "Hakmana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 66, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 56, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 63, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 70, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 80, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 25164, + "percentage": 34.62 + }, + { + "party_code": "ULPP", + "votes": 67, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 41, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 144, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 46635, + "percentage": 64.15 + }, + { + "party_code": "ONF", + "votes": 145, + "percentage": 0.2 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 72695, + "rejected": 748, + "polled": 73443, + "electors": 91791 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0116", + "timestamp": 1420086360.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08C", + "pd_name": "Akuressa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 71, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 58, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 66, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 30647, + "percentage": 41.26 + }, + { + "party_code": "ULPP", + "votes": 72, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 40, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 138, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 42860, + "percentage": 57.7 + }, + { + "party_code": "ONF", + "votes": 116, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 74285, + "rejected": 575, + "polled": 74860, + "electors": 93769 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0089", + "timestamp": 1420084740.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08D", + "pd_name": "Kamburupitiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 39, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 45, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 22939, + "percentage": 36.09 + }, + { + "party_code": "ULPP", + "votes": 36, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 103, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 40084, + "percentage": 63.06 + }, + { + "party_code": "ONF", + "votes": 72, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 63560, + "rejected": 639, + "polled": 64199, + "electors": 81524 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0077", + "timestamp": 1420084020.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08E", + "pd_name": "Devinuwara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 45, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 24092, + "percentage": 39.93 + }, + { + "party_code": "ULPP", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 79, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 35795, + "percentage": 59.32 + }, + { + "party_code": "ONF", + "votes": 68, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.0 + } + ], + "summary": { + "valid": 60339, + "rejected": 473, + "polled": 60812, + "electors": 78690 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0107", + "timestamp": 1420085820.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08F", + "pd_name": "Matara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "UPF", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 50, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 35248, + "percentage": 50.47 + }, + { + "party_code": "ULPP", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 52, + "percentage": 0.07 + }, + { + "party_code": "UPFA", + "votes": 34191, + "percentage": 48.96 + }, + { + "party_code": "ONF", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 69836, + "rejected": 652, + "polled": 70488, + "electors": 86984 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0115", + "timestamp": 1420086300.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08G", + "pd_name": "Weligama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 52, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 56, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 32247, + "percentage": 43.85 + }, + { + "party_code": "ULPP", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 99, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 40715, + "percentage": 55.36 + }, + { + "party_code": "ONF", + "votes": 71, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.02 + } + ], + "summary": { + "valid": 73545, + "rejected": 534, + "polled": 74079, + "electors": 93450 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0017", + "timestamp": 1420080420.0, + "level": "POLLING-DIVISION", + "ed_code": "08", + "ed_name": "Matara", + "pd_code": "08P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "DNM", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 6, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 22, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 10382, + "percentage": 43.71 + }, + { + "party_code": "ULPP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 12, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "UPFA", + "votes": 13270, + "percentage": 55.87 + }, + { + "party_code": "ONF", + "votes": 11, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.03 + } + ], + "summary": { + "valid": 23752, + "rejected": 280, + "polled": 24032, + "electors": 24395 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0136", + "timestamp": 1420087560.0, + "level": "POLLING-DIVISION", + "ed_code": "09", + "ed_name": "Hambantota", + "pd_code": "09A", + "pd_name": "Mulkirigala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 63, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 78, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 64, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 68, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 75, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 27601, + "percentage": 34.14 + }, + { + "party_code": "ULPP", + "votes": 65, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 81, + "percentage": 0.1 + }, + { + "party_code": "PNF", + "votes": 205, + "percentage": 0.25 + }, + { + "party_code": "UPFA", + "votes": 52202, + "percentage": 64.58 + }, + { + "party_code": "ONF", + "votes": 155, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 20, + "percentage": 0.02 + } + ], + "summary": { + "valid": 80837, + "rejected": 658, + "polled": 81495, + "electors": 100711 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0081", + "timestamp": 1420084260.0, + "level": "POLLING-DIVISION", + "ed_code": "09", + "ed_name": "Hambantota", + "pd_code": "09B", + "pd_name": "Beliatta", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 64, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 65, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 39, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 44, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 21912, + "percentage": 35.29 + }, + { + "party_code": "ULPP", + "votes": 57, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 107, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 39513, + "percentage": 63.65 + }, + { + "party_code": "ONF", + "votes": 93, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 62083, + "rejected": 553, + "polled": 62636, + "electors": 78234 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0154", + "timestamp": 1420088640.0, + "level": "POLLING-DIVISION", + "ed_code": "09", + "ed_name": "Hambantota", + "pd_code": "09C", + "pd_name": "Tangalle", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 63, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 85, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 53, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 76, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 60, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 32598, + "percentage": 33.87 + }, + { + "party_code": "ULPP", + "votes": 60, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 29, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 67, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 162, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 62739, + "percentage": 65.18 + }, + { + "party_code": "ONF", + "votes": 136, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.01 + } + ], + "summary": { + "valid": 96248, + "rejected": 851, + "polled": 97099, + "electors": 120148 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0178", + "timestamp": 1420090080.0, + "level": "POLLING-DIVISION", + "ed_code": "09", + "ed_name": "Hambantota", + "pd_code": "09D", + "pd_name": "Tissamaharama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 129, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 147, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 28, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 79, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 36, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 82, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 128, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 50977, + "percentage": 38.93 + }, + { + "party_code": "ULPP", + "votes": 116, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 36, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 27, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 73, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 250, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 78546, + "percentage": 59.99 + }, + { + "party_code": "ONF", + "votes": 176, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.01 + } + ], + "summary": { + "valid": 130935, + "rejected": 1102, + "polled": 132037, + "electors": 163818 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0009", + "timestamp": 1420079940.0, + "level": "POLLING-DIVISION", + "ed_code": "09", + "ed_name": "Hambantota", + "pd_code": "09P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "UPF", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "DNM", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 7, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 13, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "NDF", + "votes": 5620, + "percentage": 35.18 + }, + { + "party_code": "ULPP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "I-AP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 7, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 10, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 10295, + "percentage": 64.45 + }, + { + "party_code": "ONF", + "votes": 5, + "percentage": 0.03 + }, + { + "party_code": "NSSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 15973, + "rejected": 187, + "polled": 16160, + "electors": 16522 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0007", + "timestamp": 1420079820.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10A", + "pd_name": "Kayts", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 38, + "percentage": 0.26 + }, + { + "party_code": "UPF", + "votes": 67, + "percentage": 0.46 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.11 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.05 + }, + { + "party_code": "USP", + "votes": 34, + "percentage": 0.23 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.07 + }, + { + "party_code": "SEP", + "votes": 63, + "percentage": 0.43 + }, + { + "party_code": "FSP", + "votes": 26, + "percentage": 0.18 + }, + { + "party_code": "SLLP", + "votes": 70, + "percentage": 0.48 + }, + { + "party_code": "NDF", + "votes": 8144, + "percentage": 55.48 + }, + { + "party_code": "ULPP", + "votes": 33, + "percentage": 0.22 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.12 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.13 + }, + { + "party_code": "NSH", + "votes": 30, + "percentage": 0.2 + }, + { + "party_code": "PNF", + "votes": 51, + "percentage": 0.35 + }, + { + "party_code": "UPFA", + "votes": 5959, + "percentage": 40.6 + }, + { + "party_code": "ONF", + "votes": 55, + "percentage": 0.37 + }, + { + "party_code": "NSSP", + "votes": 22, + "percentage": 0.15 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.1 + } + ], + "summary": { + "valid": 14678, + "rejected": 495, + "polled": 15173, + "electors": 22057 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0025", + "timestamp": 1420080900.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10B", + "pd_name": "Vaddukoddai", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 107, + "percentage": 0.36 + }, + { + "party_code": "UPF", + "votes": 163, + "percentage": 0.54 + }, + { + "party_code": "DNM", + "votes": 30, + "percentage": 0.1 + }, + { + "party_code": "SLNF", + "votes": 22, + "percentage": 0.07 + }, + { + "party_code": "USP", + "votes": 122, + "percentage": 0.41 + }, + { + "party_code": "AACAAKO", + "votes": 66, + "percentage": 0.22 + }, + { + "party_code": "SEP", + "votes": 90, + "percentage": 0.3 + }, + { + "party_code": "FSP", + "votes": 78, + "percentage": 0.26 + }, + { + "party_code": "SLLP", + "votes": 133, + "percentage": 0.44 + }, + { + "party_code": "NDF", + "votes": 20873, + "percentage": 69.58 + }, + { + "party_code": "ULPP", + "votes": 102, + "percentage": 0.34 + }, + { + "party_code": "I-AP", + "votes": 55, + "percentage": 0.18 + }, + { + "party_code": "JSP", + "votes": 39, + "percentage": 0.13 + }, + { + "party_code": "NSH", + "votes": 67, + "percentage": 0.22 + }, + { + "party_code": "PNF", + "votes": 78, + "percentage": 0.26 + }, + { + "party_code": "UPFA", + "votes": 7791, + "percentage": 25.97 + }, + { + "party_code": "ONF", + "votes": 108, + "percentage": 0.36 + }, + { + "party_code": "NSSP", + "votes": 50, + "percentage": 0.17 + }, + { + "party_code": "ULGC", + "votes": 23, + "percentage": 0.08 + } + ], + "summary": { + "valid": 29997, + "rejected": 1043, + "polled": 31040, + "electors": 47621 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0019", + "timestamp": 1420080540.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10C", + "pd_name": "Kankesanthurai", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 94, + "percentage": 0.37 + }, + { + "party_code": "UPF", + "votes": 169, + "percentage": 0.66 + }, + { + "party_code": "DNM", + "votes": 40, + "percentage": 0.16 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.06 + }, + { + "party_code": "USP", + "votes": 105, + "percentage": 0.41 + }, + { + "party_code": "AACAAKO", + "votes": 58, + "percentage": 0.23 + }, + { + "party_code": "SEP", + "votes": 40, + "percentage": 0.16 + }, + { + "party_code": "FSP", + "votes": 51, + "percentage": 0.2 + }, + { + "party_code": "SLLP", + "votes": 125, + "percentage": 0.49 + }, + { + "party_code": "NDF", + "votes": 18729, + "percentage": 73.11 + }, + { + "party_code": "ULPP", + "votes": 77, + "percentage": 0.3 + }, + { + "party_code": "I-AP", + "votes": 59, + "percentage": 0.23 + }, + { + "party_code": "JSP", + "votes": 42, + "percentage": 0.16 + }, + { + "party_code": "NSH", + "votes": 61, + "percentage": 0.24 + }, + { + "party_code": "PNF", + "votes": 87, + "percentage": 0.34 + }, + { + "party_code": "UPFA", + "votes": 5705, + "percentage": 22.27 + }, + { + "party_code": "ONF", + "votes": 102, + "percentage": 0.4 + }, + { + "party_code": "NSSP", + "votes": 38, + "percentage": 0.15 + }, + { + "party_code": "ULGC", + "votes": 19, + "percentage": 0.07 + } + ], + "summary": { + "valid": 25616, + "rejected": 822, + "polled": 26438, + "electors": 63217 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0030", + "timestamp": 1420081200.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10D", + "pd_name": "Manipay", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 137, + "percentage": 0.38 + }, + { + "party_code": "UPF", + "votes": 155, + "percentage": 0.44 + }, + { + "party_code": "DNM", + "votes": 44, + "percentage": 0.12 + }, + { + "party_code": "SLNF", + "votes": 16, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 128, + "percentage": 0.36 + }, + { + "party_code": "AACAAKO", + "votes": 69, + "percentage": 0.19 + }, + { + "party_code": "SEP", + "votes": 60, + "percentage": 0.17 + }, + { + "party_code": "FSP", + "votes": 69, + "percentage": 0.19 + }, + { + "party_code": "SLLP", + "votes": 178, + "percentage": 0.5 + }, + { + "party_code": "NDF", + "votes": 26958, + "percentage": 75.67 + }, + { + "party_code": "ULPP", + "votes": 103, + "percentage": 0.29 + }, + { + "party_code": "I-AP", + "votes": 63, + "percentage": 0.18 + }, + { + "party_code": "JSP", + "votes": 43, + "percentage": 0.12 + }, + { + "party_code": "NSH", + "votes": 71, + "percentage": 0.2 + }, + { + "party_code": "PNF", + "votes": 96, + "percentage": 0.27 + }, + { + "party_code": "UPFA", + "votes": 7225, + "percentage": 20.28 + }, + { + "party_code": "ONF", + "votes": 123, + "percentage": 0.35 + }, + { + "party_code": "NSSP", + "votes": 69, + "percentage": 0.19 + }, + { + "party_code": "ULGC", + "votes": 20, + "percentage": 0.06 + } + ], + "summary": { + "valid": 35627, + "rejected": 960, + "polled": 36587, + "electors": 54567 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0029", + "timestamp": 1420081140.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10E", + "pd_name": "Kopay", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 114, + "percentage": 0.33 + }, + { + "party_code": "UPF", + "votes": 213, + "percentage": 0.61 + }, + { + "party_code": "DNM", + "votes": 51, + "percentage": 0.15 + }, + { + "party_code": "SLNF", + "votes": 33, + "percentage": 0.09 + }, + { + "party_code": "USP", + "votes": 118, + "percentage": 0.34 + }, + { + "party_code": "AACAAKO", + "votes": 93, + "percentage": 0.27 + }, + { + "party_code": "SEP", + "votes": 77, + "percentage": 0.22 + }, + { + "party_code": "FSP", + "votes": 89, + "percentage": 0.25 + }, + { + "party_code": "SLLP", + "votes": 193, + "percentage": 0.55 + }, + { + "party_code": "NDF", + "votes": 27161, + "percentage": 77.44 + }, + { + "party_code": "ULPP", + "votes": 156, + "percentage": 0.44 + }, + { + "party_code": "I-AP", + "votes": 56, + "percentage": 0.16 + }, + { + "party_code": "JSP", + "votes": 41, + "percentage": 0.12 + }, + { + "party_code": "NSH", + "votes": 88, + "percentage": 0.25 + }, + { + "party_code": "PNF", + "votes": 105, + "percentage": 0.3 + }, + { + "party_code": "UPFA", + "votes": 6211, + "percentage": 17.71 + }, + { + "party_code": "ONF", + "votes": 180, + "percentage": 0.51 + }, + { + "party_code": "NSSP", + "votes": 73, + "percentage": 0.21 + }, + { + "party_code": "ULGC", + "votes": 22, + "percentage": 0.06 + } + ], + "summary": { + "valid": 35074, + "rejected": 1138, + "polled": 36212, + "electors": 55891 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0016", + "timestamp": 1420080360.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10F", + "pd_name": "Udupiddy", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 82, + "percentage": 0.36 + }, + { + "party_code": "UPF", + "votes": 125, + "percentage": 0.54 + }, + { + "party_code": "DNM", + "votes": 30, + "percentage": 0.13 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.06 + }, + { + "party_code": "USP", + "votes": 50, + "percentage": 0.22 + }, + { + "party_code": "AACAAKO", + "votes": 45, + "percentage": 0.2 + }, + { + "party_code": "SEP", + "votes": 53, + "percentage": 0.23 + }, + { + "party_code": "FSP", + "votes": 43, + "percentage": 0.19 + }, + { + "party_code": "SLLP", + "votes": 108, + "percentage": 0.47 + }, + { + "party_code": "NDF", + "votes": 18137, + "percentage": 78.68 + }, + { + "party_code": "ULPP", + "votes": 65, + "percentage": 0.28 + }, + { + "party_code": "I-AP", + "votes": 44, + "percentage": 0.19 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.1 + }, + { + "party_code": "NSH", + "votes": 59, + "percentage": 0.26 + }, + { + "party_code": "PNF", + "votes": 79, + "percentage": 0.34 + }, + { + "party_code": "UPFA", + "votes": 3937, + "percentage": 17.08 + }, + { + "party_code": "ONF", + "votes": 93, + "percentage": 0.4 + }, + { + "party_code": "NSSP", + "votes": 47, + "percentage": 0.2 + }, + { + "party_code": "ULGC", + "votes": 17, + "percentage": 0.07 + } + ], + "summary": { + "valid": 23052, + "rejected": 574, + "polled": 23626, + "electors": 39204 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0014", + "timestamp": 1420080240.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10G", + "pd_name": "Point Pedro", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 49, + "percentage": 0.22 + }, + { + "party_code": "UPF", + "votes": 96, + "percentage": 0.43 + }, + { + "party_code": "DNM", + "votes": 22, + "percentage": 0.1 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 47, + "percentage": 0.21 + }, + { + "party_code": "AACAAKO", + "votes": 28, + "percentage": 0.13 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.08 + }, + { + "party_code": "FSP", + "votes": 38, + "percentage": 0.17 + }, + { + "party_code": "SLLP", + "votes": 87, + "percentage": 0.39 + }, + { + "party_code": "NDF", + "votes": 17388, + "percentage": 77.9 + }, + { + "party_code": "ULPP", + "votes": 59, + "percentage": 0.26 + }, + { + "party_code": "I-AP", + "votes": 36, + "percentage": 0.16 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 44, + "percentage": 0.2 + }, + { + "party_code": "PNF", + "votes": 59, + "percentage": 0.26 + }, + { + "party_code": "UPFA", + "votes": 4213, + "percentage": 18.88 + }, + { + "party_code": "ONF", + "votes": 65, + "percentage": 0.29 + }, + { + "party_code": "NSSP", + "votes": 41, + "percentage": 0.18 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.05 + } + ], + "summary": { + "valid": 22320, + "rejected": 576, + "polled": 22896, + "electors": 36138 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0027", + "timestamp": 1420081020.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10H", + "pd_name": "Chavakachcheri", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 97, + "percentage": 0.32 + }, + { + "party_code": "UPF", + "votes": 215, + "percentage": 0.71 + }, + { + "party_code": "DNM", + "votes": 29, + "percentage": 0.1 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.05 + }, + { + "party_code": "USP", + "votes": 96, + "percentage": 0.32 + }, + { + "party_code": "AACAAKO", + "votes": 62, + "percentage": 0.2 + }, + { + "party_code": "SEP", + "votes": 51, + "percentage": 0.17 + }, + { + "party_code": "FSP", + "votes": 69, + "percentage": 0.23 + }, + { + "party_code": "SLLP", + "votes": 142, + "percentage": 0.47 + }, + { + "party_code": "NDF", + "votes": 23520, + "percentage": 77.23 + }, + { + "party_code": "ULPP", + "votes": 81, + "percentage": 0.27 + }, + { + "party_code": "I-AP", + "votes": 51, + "percentage": 0.17 + }, + { + "party_code": "JSP", + "votes": 29, + "percentage": 0.1 + }, + { + "party_code": "NSH", + "votes": 76, + "percentage": 0.25 + }, + { + "party_code": "PNF", + "votes": 127, + "percentage": 0.42 + }, + { + "party_code": "UPFA", + "votes": 5599, + "percentage": 18.38 + }, + { + "party_code": "ONF", + "votes": 123, + "percentage": 0.4 + }, + { + "party_code": "NSSP", + "votes": 56, + "percentage": 0.18 + }, + { + "party_code": "ULGC", + "votes": 19, + "percentage": 0.06 + } + ], + "summary": { + "valid": 30456, + "rejected": 953, + "polled": 31409, + "electors": 51702 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0028", + "timestamp": 1420081080.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10I", + "pd_name": "Nallur", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 74, + "percentage": 0.24 + }, + { + "party_code": "UPF", + "votes": 112, + "percentage": 0.36 + }, + { + "party_code": "DNM", + "votes": 34, + "percentage": 0.11 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 79, + "percentage": 0.25 + }, + { + "party_code": "AACAAKO", + "votes": 44, + "percentage": 0.14 + }, + { + "party_code": "SEP", + "votes": 35, + "percentage": 0.11 + }, + { + "party_code": "FSP", + "votes": 40, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 110, + "percentage": 0.35 + }, + { + "party_code": "NDF", + "votes": 24929, + "percentage": 79.87 + }, + { + "party_code": "ULPP", + "votes": 67, + "percentage": 0.21 + }, + { + "party_code": "I-AP", + "votes": 44, + "percentage": 0.14 + }, + { + "party_code": "JSP", + "votes": 22, + "percentage": 0.07 + }, + { + "party_code": "NSH", + "votes": 34, + "percentage": 0.11 + }, + { + "party_code": "PNF", + "votes": 55, + "percentage": 0.18 + }, + { + "party_code": "UPFA", + "votes": 5405, + "percentage": 17.32 + }, + { + "party_code": "ONF", + "votes": 52, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 50, + "percentage": 0.16 + }, + { + "party_code": "ULGC", + "votes": 15, + "percentage": 0.05 + } + ], + "summary": { + "valid": 31212, + "rejected": 660, + "polled": 31872, + "electors": 46699 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0015", + "timestamp": 1420080300.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10J", + "pd_name": "Jaffna", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 41, + "percentage": 0.18 + }, + { + "party_code": "UPF", + "votes": 71, + "percentage": 0.31 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.06 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 66, + "percentage": 0.29 + }, + { + "party_code": "AACAAKO", + "votes": 33, + "percentage": 0.14 + }, + { + "party_code": "SEP", + "votes": 24, + "percentage": 0.1 + }, + { + "party_code": "FSP", + "votes": 31, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 81, + "percentage": 0.35 + }, + { + "party_code": "NDF", + "votes": 17994, + "percentage": 77.91 + }, + { + "party_code": "ULPP", + "votes": 40, + "percentage": 0.17 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 33, + "percentage": 0.14 + }, + { + "party_code": "PNF", + "votes": 52, + "percentage": 0.23 + }, + { + "party_code": "UPFA", + "votes": 4502, + "percentage": 19.49 + }, + { + "party_code": "ONF", + "votes": 41, + "percentage": 0.18 + }, + { + "party_code": "NSSP", + "votes": 27, + "percentage": 0.12 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.05 + } + ], + "summary": { + "valid": 23096, + "rejected": 423, + "polled": 23519, + "electors": 33050 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0064", + "timestamp": 1420083240.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10K", + "pd_name": "Kilinochchi", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 123, + "percentage": 0.23 + }, + { + "party_code": "UPF", + "votes": 215, + "percentage": 0.4 + }, + { + "party_code": "DNM", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "SLNF", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "USP", + "votes": 115, + "percentage": 0.21 + }, + { + "party_code": "AACAAKO", + "votes": 56, + "percentage": 0.1 + }, + { + "party_code": "SEP", + "votes": 92, + "percentage": 0.17 + }, + { + "party_code": "FSP", + "votes": 66, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 161, + "percentage": 0.3 + }, + { + "party_code": "NDF", + "votes": 38856, + "percentage": 72.11 + }, + { + "party_code": "ULPP", + "votes": 149, + "percentage": 0.28 + }, + { + "party_code": "I-AP", + "votes": 63, + "percentage": 0.12 + }, + { + "party_code": "JSP", + "votes": 41, + "percentage": 0.08 + }, + { + "party_code": "NSH", + "votes": 106, + "percentage": 0.2 + }, + { + "party_code": "PNF", + "votes": 180, + "percentage": 0.33 + }, + { + "party_code": "UPFA", + "votes": 13300, + "percentage": 24.68 + }, + { + "party_code": "ONF", + "votes": 184, + "percentage": 0.34 + }, + { + "party_code": "NSSP", + "votes": 77, + "percentage": 0.14 + }, + { + "party_code": "ULGC", + "votes": 37, + "percentage": 0.07 + } + ], + "summary": { + "valid": 53886, + "rejected": 1940, + "polled": 55826, + "electors": 79093 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0010", + "timestamp": 1420080000.0, + "level": "POLLING-DIVISION", + "ed_code": "10", + "ed_name": "Jaffna", + "pd_code": "10P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 22, + "percentage": 0.14 + }, + { + "party_code": "UPF", + "votes": 19, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.06 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 15, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 12, + "percentage": 0.08 + }, + { + "party_code": "FSP", + "votes": 10, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 10, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 10885, + "percentage": 69.17 + }, + { + "party_code": "ULPP", + "votes": 10, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 5, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 7, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 8, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 9, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 4607, + "percentage": 29.27 + }, + { + "party_code": "ONF", + "votes": 24, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 73, + "percentage": 0.46 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.03 + } + ], + "summary": { + "valid": 15737, + "rejected": 454, + "polled": 16191, + "electors": 17026 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0058", + "timestamp": 1420082880.0, + "level": "POLLING-DIVISION", + "ed_code": "11", + "ed_name": "Vanni", + "pd_code": "11A", + "pd_name": "Mannar", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 78, + "percentage": 0.15 + }, + { + "party_code": "UPF", + "votes": 160, + "percentage": 0.3 + }, + { + "party_code": "DNM", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "SLNF", + "votes": 19, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 100, + "percentage": 0.19 + }, + { + "party_code": "AACAAKO", + "votes": 32, + "percentage": 0.06 + }, + { + "party_code": "SEP", + "votes": 57, + "percentage": 0.11 + }, + { + "party_code": "FSP", + "votes": 44, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 159, + "percentage": 0.3 + }, + { + "party_code": "NDF", + "votes": 45543, + "percentage": 85.13 + }, + { + "party_code": "ULPP", + "votes": 136, + "percentage": 0.25 + }, + { + "party_code": "I-AP", + "votes": 32, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 61, + "percentage": 0.11 + }, + { + "party_code": "PNF", + "votes": 68, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 6824, + "percentage": 12.76 + }, + { + "party_code": "ONF", + "votes": 74, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "ULGC", + "votes": 15, + "percentage": 0.03 + } + ], + "summary": { + "valid": 53500, + "rejected": 895, + "polled": 54395, + "electors": 79433 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0117", + "timestamp": 1420086420.0, + "level": "POLLING-DIVISION", + "ed_code": "11", + "ed_name": "Vanni", + "pd_code": "11B", + "pd_name": "Vavuniya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 146, + "percentage": 0.2 + }, + { + "party_code": "UPF", + "votes": 212, + "percentage": 0.29 + }, + { + "party_code": "DNM", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "SLNF", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 128, + "percentage": 0.17 + }, + { + "party_code": "AACAAKO", + "votes": 57, + "percentage": 0.08 + }, + { + "party_code": "SEP", + "votes": 78, + "percentage": 0.11 + }, + { + "party_code": "FSP", + "votes": 74, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 213, + "percentage": 0.29 + }, + { + "party_code": "NDF", + "votes": 55683, + "percentage": 75.17 + }, + { + "party_code": "ULPP", + "votes": 164, + "percentage": 0.22 + }, + { + "party_code": "I-AP", + "votes": 53, + "percentage": 0.07 + }, + { + "party_code": "JSP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 91, + "percentage": 0.12 + }, + { + "party_code": "PNF", + "votes": 148, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 16678, + "percentage": 22.51 + }, + { + "party_code": "ONF", + "votes": 143, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 91, + "percentage": 0.12 + }, + { + "party_code": "ULGC", + "votes": 20, + "percentage": 0.03 + } + ], + "summary": { + "valid": 74080, + "rejected": 1371, + "polled": 75451, + "electors": 109705 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0040", + "timestamp": 1420081800.0, + "level": "POLLING-DIVISION", + "ed_code": "11", + "ed_name": "Vanni", + "pd_code": "11C", + "pd_name": "Mullaitivu", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 124, + "percentage": 0.28 + }, + { + "party_code": "UPF", + "votes": 185, + "percentage": 0.41 + }, + { + "party_code": "DNM", + "votes": 37, + "percentage": 0.08 + }, + { + "party_code": "SLNF", + "votes": 23, + "percentage": 0.05 + }, + { + "party_code": "USP", + "votes": 67, + "percentage": 0.15 + }, + { + "party_code": "AACAAKO", + "votes": 44, + "percentage": 0.1 + }, + { + "party_code": "SEP", + "votes": 78, + "percentage": 0.17 + }, + { + "party_code": "FSP", + "votes": 68, + "percentage": 0.15 + }, + { + "party_code": "SLLP", + "votes": 195, + "percentage": 0.43 + }, + { + "party_code": "NDF", + "votes": 35441, + "percentage": 78.95 + }, + { + "party_code": "ULPP", + "votes": 151, + "percentage": 0.34 + }, + { + "party_code": "I-AP", + "votes": 29, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 81, + "percentage": 0.18 + }, + { + "party_code": "PNF", + "votes": 135, + "percentage": 0.3 + }, + { + "party_code": "UPFA", + "votes": 7935, + "percentage": 17.68 + }, + { + "party_code": "ONF", + "votes": 176, + "percentage": 0.39 + }, + { + "party_code": "NSSP", + "votes": 69, + "percentage": 0.15 + }, + { + "party_code": "ULGC", + "votes": 32, + "percentage": 0.07 + } + ], + "summary": { + "valid": 44889, + "rejected": 1052, + "polled": 45941, + "electors": 63920 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0001", + "timestamp": 1420079460.0, + "level": "POLLING-DIVISION", + "ed_code": "11", + "ed_name": "Vanni", + "pd_code": "11P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 8, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 6, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 2, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 5, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 3, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 5, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 7, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 4750, + "percentage": 61.24 + }, + { + "party_code": "ULPP", + "votes": 2, + "percentage": 0.03 + }, + { + "party_code": "I-AP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "JSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "NSH", + "votes": 2, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 7, + "percentage": 0.09 + }, + { + "party_code": "UPFA", + "votes": 2940, + "percentage": 37.91 + }, + { + "party_code": "ONF", + "votes": 7, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.15 + }, + { + "party_code": "ULGC", + "votes": 0, + "percentage": 0.0 + } + ], + "summary": { + "valid": 7756, + "rejected": 98, + "polled": 7854, + "electors": 8364 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0112", + "timestamp": 1420086120.0, + "level": "POLLING-DIVISION", + "ed_code": "12", + "ed_name": "Batticaloa", + "pd_code": "12A", + "pd_name": "Kalkudah", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 64, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 154, + "percentage": 0.21 + }, + { + "party_code": "DNM", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 59, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 38, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 63, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 259, + "percentage": 0.36 + }, + { + "party_code": "NDF", + "votes": 60342, + "percentage": 83.72 + }, + { + "party_code": "ULPP", + "votes": 208, + "percentage": 0.29 + }, + { + "party_code": "I-AP", + "votes": 47, + "percentage": 0.07 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 84, + "percentage": 0.12 + }, + { + "party_code": "PNF", + "votes": 135, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 10337, + "percentage": 14.34 + }, + { + "party_code": "ONF", + "votes": 114, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 55, + "percentage": 0.08 + }, + { + "party_code": "ULGC", + "votes": 19, + "percentage": 0.03 + } + ], + "summary": { + "valid": 72075, + "rejected": 747, + "polled": 72822, + "electors": 105056 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0175", + "timestamp": 1420089900.0, + "level": "POLLING-DIVISION", + "ed_code": "12", + "ed_name": "Batticaloa", + "pd_code": "12B", + "pd_name": "Batticaloa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 153, + "percentage": 0.13 + }, + { + "party_code": "UPF", + "votes": 276, + "percentage": 0.23 + }, + { + "party_code": "DNM", + "votes": 51, + "percentage": 0.04 + }, + { + "party_code": "SLNF", + "votes": 32, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 116, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 81, + "percentage": 0.07 + }, + { + "party_code": "SEP", + "votes": 87, + "percentage": 0.07 + }, + { + "party_code": "FSP", + "votes": 156, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 351, + "percentage": 0.29 + }, + { + "party_code": "NDF", + "votes": 97779, + "percentage": 80.39 + }, + { + "party_code": "ULPP", + "votes": 269, + "percentage": 0.22 + }, + { + "party_code": "I-AP", + "votes": 86, + "percentage": 0.07 + }, + { + "party_code": "JSP", + "votes": 42, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 168, + "percentage": 0.14 + }, + { + "party_code": "PNF", + "votes": 226, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 21473, + "percentage": 17.65 + }, + { + "party_code": "ONF", + "votes": 165, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 104, + "percentage": 0.09 + }, + { + "party_code": "ULGC", + "votes": 22, + "percentage": 0.02 + } + ], + "summary": { + "valid": 121637, + "rejected": 1106, + "polled": 122743, + "electors": 172499 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0060", + "timestamp": 1420083000.0, + "level": "POLLING-DIVISION", + "ed_code": "12", + "ed_name": "Batticaloa", + "pd_code": "12C", + "pd_name": "Paddiruppu", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 98, + "percentage": 0.18 + }, + { + "party_code": "UPF", + "votes": 262, + "percentage": 0.48 + }, + { + "party_code": "DNM", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "SLNF", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 81, + "percentage": 0.15 + }, + { + "party_code": "AACAAKO", + "votes": 38, + "percentage": 0.07 + }, + { + "party_code": "SEP", + "votes": 55, + "percentage": 0.1 + }, + { + "party_code": "FSP", + "votes": 83, + "percentage": 0.15 + }, + { + "party_code": "SLLP", + "votes": 266, + "percentage": 0.49 + }, + { + "party_code": "NDF", + "votes": 44485, + "percentage": 81.76 + }, + { + "party_code": "ULPP", + "votes": 163, + "percentage": 0.3 + }, + { + "party_code": "I-AP", + "votes": 54, + "percentage": 0.1 + }, + { + "party_code": "JSP", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "NSH", + "votes": 118, + "percentage": 0.22 + }, + { + "party_code": "PNF", + "votes": 160, + "percentage": 0.29 + }, + { + "party_code": "UPFA", + "votes": 8216, + "percentage": 15.1 + }, + { + "party_code": "ONF", + "votes": 160, + "percentage": 0.29 + }, + { + "party_code": "NSSP", + "votes": 71, + "percentage": 0.13 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.03 + } + ], + "summary": { + "valid": 54412, + "rejected": 627, + "polled": 55039, + "electors": 87612 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0002", + "timestamp": 1420079520.0, + "level": "POLLING-DIVISION", + "ed_code": "12", + "ed_name": "Batticaloa", + "pd_code": "12P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 8, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 6, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 2, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 4, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 6, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 6816, + "percentage": 80.55 + }, + { + "party_code": "ULPP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "JSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "PNF", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "UPFA", + "votes": 1605, + "percentage": 18.97 + }, + { + "party_code": "ONF", + "votes": 2, + "percentage": 0.02 + }, + { + "party_code": "NSSP", + "votes": 8, + "percentage": 0.09 + }, + { + "party_code": "ULGC", + "votes": 0, + "percentage": 0.0 + } + ], + "summary": { + "valid": 8462, + "rejected": 100, + "polled": 8562, + "electors": 8815 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0177", + "timestamp": 1420090020.0, + "level": "POLLING-DIVISION", + "ed_code": "13", + "ed_name": "Digamadulla", + "pd_code": "13A", + "pd_name": "Ampara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 30, + "percentage": 0.02 + }, + { + "party_code": "UPF", + "votes": 55, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 15, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 46, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 104, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 81, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 47658, + "percentage": 38.11 + }, + { + "party_code": "ULPP", + "votes": 77, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 50, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 238, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 76409, + "percentage": 61.1 + }, + { + "party_code": "ONF", + "votes": 166, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.01 + } + ], + "summary": { + "valid": 125064, + "rejected": 911, + "polled": 125975, + "electors": 161999 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0063", + "timestamp": 1420083180.0, + "level": "POLLING-DIVISION", + "ed_code": "13", + "ed_name": "Digamadulla", + "pd_code": "13B", + "pd_name": "Sammanthurai", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 38, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 92, + "percentage": 0.17 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 48, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 124, + "percentage": 0.22 + }, + { + "party_code": "NDF", + "votes": 46827, + "percentage": 84.63 + }, + { + "party_code": "ULPP", + "votes": 121, + "percentage": 0.22 + }, + { + "party_code": "I-AP", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 55, + "percentage": 0.1 + }, + { + "party_code": "UPFA", + "votes": 7797, + "percentage": 14.09 + }, + { + "party_code": "ONF", + "votes": 42, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 55333, + "rejected": 412, + "polled": 55745, + "electors": 80357 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0048", + "timestamp": 1420082280.0, + "level": "POLLING-DIVISION", + "ed_code": "13", + "ed_name": "Digamadulla", + "pd_code": "13C", + "pd_name": "Kalmunai", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 24, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 61, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 94, + "percentage": 0.19 + }, + { + "party_code": "NDF", + "votes": 45411, + "percentage": 89.81 + }, + { + "party_code": "ULPP", + "votes": 68, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "UPFA", + "votes": 4683, + "percentage": 9.26 + }, + { + "party_code": "ONF", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 50561, + "rejected": 342, + "polled": 50903, + "electors": 71254 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0163", + "timestamp": 1420089180.0, + "level": "POLLING-DIVISION", + "ed_code": "13", + "ed_name": "Digamadulla", + "pd_code": "13D", + "pd_name": "Pottuvil", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 86, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 140, + "percentage": 0.13 + }, + { + "party_code": "DNM", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 65, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 63, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 235, + "percentage": 0.22 + }, + { + "party_code": "NDF", + "votes": 81547, + "percentage": 77.55 + }, + { + "party_code": "ULPP", + "votes": 165, + "percentage": 0.16 + }, + { + "party_code": "I-AP", + "votes": 52, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 53, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 113, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 22425, + "percentage": 21.33 + }, + { + "party_code": "ONF", + "votes": 74, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 29, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.01 + } + ], + "summary": { + "valid": 105148, + "rejected": 802, + "polled": 105950, + "electors": 152147 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0013", + "timestamp": 1420080180.0, + "level": "POLLING-DIVISION", + "ed_code": "13", + "ed_name": "Digamadulla", + "pd_code": "13P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 9, + "percentage": 0.04 + }, + { + "party_code": "UPF", + "votes": 8, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 6, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 9, + "percentage": 0.04 + }, + { + "party_code": "NDF", + "votes": 11917, + "percentage": 54.89 + }, + { + "party_code": "ULPP", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 14, + "percentage": 0.06 + }, + { + "party_code": "UPFA", + "votes": 9713, + "percentage": 44.74 + }, + { + "party_code": "ONF", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "NSSP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 21711, + "rejected": 158, + "polled": 21869, + "electors": 22310 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0050", + "timestamp": 1420082400.0, + "level": "POLLING-DIVISION", + "ed_code": "14", + "ed_name": "Trincomalee", + "pd_code": "14A", + "pd_name": "Seruvila", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 35, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 60, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 44, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 118, + "percentage": 0.23 + }, + { + "party_code": "SLLP", + "votes": 70, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 24833, + "percentage": 47.52 + }, + { + "party_code": "ULPP", + "votes": 63, + "percentage": 0.12 + }, + { + "party_code": "I-AP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 44, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 102, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 26716, + "percentage": 51.12 + }, + { + "party_code": "ONF", + "votes": 75, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 52261, + "rejected": 442, + "polled": 52703, + "electors": 74070 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0085", + "timestamp": 1420084500.0, + "level": "POLLING-DIVISION", + "ed_code": "14", + "ed_name": "Trincomalee", + "pd_code": "14B", + "pd_name": "Trincomalee", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 77, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 113, + "percentage": 0.18 + }, + { + "party_code": "DNM", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 97, + "percentage": 0.15 + }, + { + "party_code": "AACAAKO", + "votes": 42, + "percentage": 0.07 + }, + { + "party_code": "SEP", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 60, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 140, + "percentage": 0.22 + }, + { + "party_code": "NDF", + "votes": 49650, + "percentage": 79.11 + }, + { + "party_code": "ULPP", + "votes": 114, + "percentage": 0.18 + }, + { + "party_code": "I-AP", + "votes": 53, + "percentage": 0.08 + }, + { + "party_code": "JSP", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 74, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 12056, + "percentage": 19.21 + }, + { + "party_code": "ONF", + "votes": 77, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.03 + } + ], + "summary": { + "valid": 62759, + "rejected": 816, + "polled": 63575, + "electors": 86978 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0097", + "timestamp": 1420085220.0, + "level": "POLLING-DIVISION", + "ed_code": "14", + "ed_name": "Trincomalee", + "pd_code": "14C", + "pd_name": "Mutur", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 142, + "percentage": 0.22 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 70, + "percentage": 0.11 + }, + { + "party_code": "AACAAKO", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 36, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 71, + "percentage": 0.11 + }, + { + "party_code": "SLLP", + "votes": 174, + "percentage": 0.26 + }, + { + "party_code": "NDF", + "votes": 57532, + "percentage": 87.54 + }, + { + "party_code": "ULPP", + "votes": 160, + "percentage": 0.24 + }, + { + "party_code": "I-AP", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 62, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 76, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 7132, + "percentage": 10.85 + }, + { + "party_code": "ONF", + "votes": 79, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 65719, + "rejected": 461, + "polled": 66180, + "electors": 95804 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0006", + "timestamp": 1420079760.0, + "level": "POLLING-DIVISION", + "ed_code": "14", + "ed_name": "Trincomalee", + "pd_code": "14P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 11, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 12, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 21, + "percentage": 0.14 + }, + { + "party_code": "SLLP", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 8323, + "percentage": 56.94 + }, + { + "party_code": "ULPP", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 11, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 6207, + "percentage": 42.46 + }, + { + "party_code": "ONF", + "votes": 6, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 0, + "percentage": 0.0 + } + ], + "summary": { + "valid": 14617, + "rejected": 86, + "polled": 14703, + "electors": 15101 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0131", + "timestamp": 1420087260.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15A", + "pd_name": "Galgamuwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 44, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 53, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 35, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 63, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 31027, + "percentage": 39.51 + }, + { + "party_code": "ULPP", + "votes": 50, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 139, + "percentage": 0.18 + }, + { + "party_code": "UPFA", + "votes": 46848, + "percentage": 59.66 + }, + { + "party_code": "ONF", + "votes": 109, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 78530, + "rejected": 602, + "polled": 79132, + "electors": 103488 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0111", + "timestamp": 1420086060.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15B", + "pd_name": "Nikaweratiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 62, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 73, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 32, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 67, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 31444, + "percentage": 43.59 + }, + { + "party_code": "ULPP", + "votes": 57, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 138, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 40015, + "percentage": 55.47 + }, + { + "party_code": "ONF", + "votes": 121, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 72143, + "rejected": 658, + "polled": 72801, + "electors": 94910 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0143", + "timestamp": 1420087980.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15C", + "pd_name": "Yapahuwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 54, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 71, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 38, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 73, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 36058, + "percentage": 41.88 + }, + { + "party_code": "ULPP", + "votes": 65, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 49, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 125, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 49289, + "percentage": 57.25 + }, + { + "party_code": "ONF", + "votes": 126, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 86090, + "rejected": 654, + "polled": 86744, + "electors": 113858 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0114", + "timestamp": 1420086240.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15D", + "pd_name": "Hiriyala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 48, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 70, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "SLLP", + "votes": 70, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 33944, + "percentage": 46.4 + }, + { + "party_code": "ULPP", + "votes": 60, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 112, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 38538, + "percentage": 52.68 + }, + { + "party_code": "ONF", + "votes": 94, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.01 + } + ], + "summary": { + "valid": 73148, + "rejected": 847, + "polled": 73995, + "electors": 97886 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0071", + "timestamp": 1420083660.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15E", + "pd_name": "Wariyapola", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 52, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 47, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 24562, + "percentage": 41.24 + }, + { + "party_code": "ULPP", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 88, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 34499, + "percentage": 57.92 + }, + { + "party_code": "ONF", + "votes": 73, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 59564, + "rejected": 448, + "polled": 60012, + "electors": 76817 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0067", + "timestamp": 1420083420.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15F", + "pd_name": "Panduwasnuwara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 31, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 47, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 25172, + "percentage": 43.57 + }, + { + "party_code": "ULPP", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 68, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 32197, + "percentage": 55.73 + }, + { + "party_code": "ONF", + "votes": 60, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 57776, + "rejected": 403, + "polled": 58179, + "electors": 74100 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0100", + "timestamp": 1420085400.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15G", + "pd_name": "Bingiriya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 41, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 36, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 47, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 31166, + "percentage": 45.02 + }, + { + "party_code": "ULPP", + "votes": 42, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 83, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 37574, + "percentage": 54.28 + }, + { + "party_code": "ONF", + "votes": 58, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 69222, + "rejected": 517, + "polled": 69739, + "electors": 88306 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0125", + "timestamp": 1420086900.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15H", + "pd_name": "Katugampola", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 48, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 69, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 41, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 49, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 33655, + "percentage": 44.19 + }, + { + "party_code": "ULPP", + "votes": 36, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 87, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 41990, + "percentage": 55.13 + }, + { + "party_code": "ONF", + "votes": 53, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.01 + } + ], + "summary": { + "valid": 76163, + "rejected": 768, + "polled": 76931, + "electors": 94505 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0128", + "timestamp": 1420087080.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15I", + "pd_name": "Kuliyapitiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 70, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 89, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 59, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 45, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 37528, + "percentage": 48.55 + }, + { + "party_code": "ULPP", + "votes": 47, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 34, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 91, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 39115, + "percentage": 50.61 + }, + { + "party_code": "ONF", + "votes": 82, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.01 + } + ], + "summary": { + "valid": 77294, + "rejected": 568, + "polled": 77862, + "electors": 100474 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0118", + "timestamp": 1420086480.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15J", + "pd_name": "Dambadeniya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 39, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 3, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 40, + "percentage": 0.05 + }, + { + "party_code": "NDF", + "votes": 32964, + "percentage": 44.02 + }, + { + "party_code": "ULPP", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 106, + "percentage": 0.14 + }, + { + "party_code": "UPFA", + "votes": 41422, + "percentage": 55.31 + }, + { + "party_code": "ONF", + "votes": 72, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.01 + } + ], + "summary": { + "valid": 74891, + "rejected": 621, + "polled": 75512, + "electors": 94560 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0075", + "timestamp": 1420083900.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15K", + "pd_name": "Polgahawela", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 28365, + "percentage": 47.34 + }, + { + "party_code": "ULPP", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 69, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 31108, + "percentage": 51.92 + }, + { + "party_code": "ONF", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "NSSP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.01 + } + ], + "summary": { + "valid": 59919, + "rejected": 435, + "polled": 60354, + "electors": 77321 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0106", + "timestamp": 1420085760.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15L", + "pd_name": "Kurunegala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 51, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 48, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 37895, + "percentage": 54.28 + }, + { + "party_code": "ULPP", + "votes": 47, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 72, + "percentage": 0.1 + }, + { + "party_code": "UPFA", + "votes": 31429, + "percentage": 45.02 + }, + { + "party_code": "ONF", + "votes": 49, + "percentage": 0.07 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.02 + } + ], + "summary": { + "valid": 69815, + "rejected": 583, + "polled": 70398, + "electors": 89332 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0104", + "timestamp": 1420085640.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15M", + "pd_name": "Mawathagama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 50, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 62, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 40, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 40, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 64, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 35591, + "percentage": 51.22 + }, + { + "party_code": "ULPP", + "votes": 51, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 92, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 33243, + "percentage": 47.84 + }, + { + "party_code": "ONF", + "votes": 82, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 69481, + "rejected": 834, + "polled": 70315, + "electors": 90682 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0053", + "timestamp": 1420082580.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15N", + "pd_name": "Dodangaslanda", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 47, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 63, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 34, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 23847, + "percentage": 45.5 + }, + { + "party_code": "ULPP", + "votes": 45, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 79, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 28010, + "percentage": 53.45 + }, + { + "party_code": "ONF", + "votes": 85, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 52409, + "rejected": 512, + "polled": 52921, + "electors": 70204 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0096", + "timestamp": 1420085160.0, + "level": "POLLING-DIVISION", + "ed_code": "15", + "ed_name": "Kurunegala", + "pd_code": "15P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "DNM", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "AACAAKO", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "NDF", + "votes": 33384, + "percentage": 51.22 + }, + { + "party_code": "ULPP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "I-AP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "NSH", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 25, + "percentage": 0.04 + }, + { + "party_code": "UPFA", + "votes": 31591, + "percentage": 48.47 + }, + { + "party_code": "ONF", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "NSSP", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 65179, + "rejected": 835, + "polled": 66014, + "electors": 66934 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0141", + "timestamp": 1420087860.0, + "level": "POLLING-DIVISION", + "ed_code": "16", + "ed_name": "Puttalam", + "pd_code": "16A", + "pd_name": "Puttalam", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 125, + "percentage": 0.15 + }, + { + "party_code": "UPF", + "votes": 161, + "percentage": 0.19 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 98, + "percentage": 0.12 + }, + { + "party_code": "AACAAKO", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 32, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 50, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 156, + "percentage": 0.19 + }, + { + "party_code": "NDF", + "votes": 58844, + "percentage": 69.82 + }, + { + "party_code": "ULPP", + "votes": 131, + "percentage": 0.16 + }, + { + "party_code": "I-AP", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 107, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 24235, + "percentage": 28.76 + }, + { + "party_code": "ONF", + "votes": 123, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 29, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 22, + "percentage": 0.03 + } + ], + "summary": { + "valid": 84277, + "rejected": 1151, + "polled": 85428, + "electors": 125702 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0140", + "timestamp": 1420087800.0, + "level": "POLLING-DIVISION", + "ed_code": "16", + "ed_name": "Puttalam", + "pd_code": "16B", + "pd_name": "Anamaduwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 63, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 88, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 40, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 59, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 62, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 31026, + "percentage": 36.89 + }, + { + "party_code": "ULPP", + "votes": 67, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 168, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 52225, + "percentage": 62.1 + }, + { + "party_code": "ONF", + "votes": 149, + "percentage": 0.18 + }, + { + "party_code": "NSSP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.02 + } + ], + "summary": { + "valid": 84093, + "rejected": 778, + "polled": 84871, + "electors": 112978 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0146", + "timestamp": 1420088160.0, + "level": "POLLING-DIVISION", + "ed_code": "16", + "ed_name": "Puttalam", + "pd_code": "16C", + "pd_name": "Chilaw", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 84, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 84, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 64, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 68, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 91, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 42187, + "percentage": 48.5 + }, + { + "party_code": "ULPP", + "votes": 65, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 146, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 43928, + "percentage": 50.5 + }, + { + "party_code": "ONF", + "votes": 91, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 86985, + "rejected": 985, + "polled": 87970, + "electors": 118171 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0088", + "timestamp": 1420084680.0, + "level": "POLLING-DIVISION", + "ed_code": "16", + "ed_name": "Puttalam", + "pd_code": "16D", + "pd_name": "Nattandiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 52, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 50, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 40, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 52, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 29934, + "percentage": 47.11 + }, + { + "party_code": "ULPP", + "votes": 33, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 76, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 33119, + "percentage": 52.12 + }, + { + "party_code": "ONF", + "votes": 50, + "percentage": 0.08 + }, + { + "party_code": "NSSP", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.01 + } + ], + "summary": { + "valid": 63539, + "rejected": 558, + "polled": 64097, + "electors": 89975 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0123", + "timestamp": 1420086780.0, + "level": "POLLING-DIVISION", + "ed_code": "16", + "ed_name": "Puttalam", + "pd_code": "16E", + "pd_name": "Wennappuwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 50, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 54, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 82, + "percentage": 0.11 + }, + { + "party_code": "SLLP", + "votes": 42, + "percentage": 0.06 + }, + { + "party_code": "NDF", + "votes": 35218, + "percentage": 46.75 + }, + { + "party_code": "ULPP", + "votes": 43, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 82, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 39523, + "percentage": 52.46 + }, + { + "party_code": "ONF", + "votes": 75, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 19, + "percentage": 0.03 + } + ], + "summary": { + "valid": 75339, + "rejected": 722, + "polled": 76061, + "electors": 106183 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0003", + "timestamp": 1420079580.0, + "level": "POLLING-DIVISION", + "ed_code": "16", + "ed_name": "Puttalam", + "pd_code": "16P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 6, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "DNM", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "AACAAKO", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 7, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 3, + "percentage": 0.03 + }, + { + "party_code": "NDF", + "votes": 4864, + "percentage": 50.58 + }, + { + "party_code": "ULPP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "I-AP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 4, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "UPFA", + "votes": 4721, + "percentage": 49.09 + }, + { + "party_code": "ONF", + "votes": 3, + "percentage": 0.03 + }, + { + "party_code": "NSSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.02 + } + ], + "summary": { + "valid": 9617, + "rejected": 106, + "polled": 9723, + "electors": 9975 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0078", + "timestamp": 1420084080.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17A", + "pd_name": "Medawachchiya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 36, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 71, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 49, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 24261, + "percentage": 40.02 + }, + { + "party_code": "ULPP", + "votes": 47, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 121, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 35772, + "percentage": 59.01 + }, + { + "party_code": "ONF", + "votes": 99, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 60620, + "rejected": 426, + "polled": 61046, + "electors": 81996 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0076", + "timestamp": 1420083960.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17B", + "pd_name": "Horowupotana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 72, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 63, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 36, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 82, + "percentage": 0.14 + }, + { + "party_code": "NDF", + "votes": 27662, + "percentage": 45.95 + }, + { + "party_code": "ULPP", + "votes": 67, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 15, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 109, + "percentage": 0.18 + }, + { + "party_code": "UPFA", + "votes": 31847, + "percentage": 52.9 + }, + { + "party_code": "ONF", + "votes": 97, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 60201, + "rejected": 468, + "polled": 60669, + "electors": 81099 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0122", + "timestamp": 1420086720.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17C", + "pd_name": "Anuradhapura-East", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 61, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 32, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 11, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 61, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 53, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 35779, + "percentage": 47.49 + }, + { + "party_code": "ULPP", + "votes": 46, + "percentage": 0.06 + }, + { + "party_code": "I-AP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 36, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 110, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 38947, + "percentage": 51.69 + }, + { + "party_code": "ONF", + "votes": 76, + "percentage": 0.1 + }, + { + "party_code": "NSSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.01 + } + ], + "summary": { + "valid": 75347, + "rejected": 651, + "polled": 75998, + "electors": 97576 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0127", + "timestamp": 1420087020.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17D", + "pd_name": "Anuradhapura-West", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 72, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 92, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 42, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 34, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 82, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 33791, + "percentage": 43.91 + }, + { + "party_code": "ULPP", + "votes": 79, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 39, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 148, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 42349, + "percentage": 55.03 + }, + { + "party_code": "ONF", + "votes": 103, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 16, + "percentage": 0.02 + } + ], + "summary": { + "valid": 76957, + "rejected": 720, + "polled": 77677, + "electors": 102691 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0155", + "timestamp": 1420088700.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17E", + "pd_name": "Kalawewa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 88, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 47, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 75, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 89, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 41612, + "percentage": 43.09 + }, + { + "party_code": "ULPP", + "votes": 112, + "percentage": 0.12 + }, + { + "party_code": "I-AP", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 47, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 172, + "percentage": 0.18 + }, + { + "party_code": "UPFA", + "votes": 54008, + "percentage": 55.92 + }, + { + "party_code": "ONF", + "votes": 130, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.02 + } + ], + "summary": { + "valid": 96580, + "rejected": 771, + "polled": 97351, + "electors": 125162 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0046", + "timestamp": 1420082160.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17F", + "pd_name": "Mihintale", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 26, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 54, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 24, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 36, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 41, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 22860, + "percentage": 46.28 + }, + { + "party_code": "ULPP", + "votes": 45, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 88, + "percentage": 0.18 + }, + { + "party_code": "UPFA", + "votes": 26032, + "percentage": 52.71 + }, + { + "party_code": "ONF", + "votes": 78, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 49390, + "rejected": 406, + "polled": 49796, + "electors": 64778 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0082", + "timestamp": 1420084320.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17G", + "pd_name": "Kekirawa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 56, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 87, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 46, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 42, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 60, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 29410, + "percentage": 46.93 + }, + { + "party_code": "ULPP", + "votes": 62, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 122, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 32563, + "percentage": 51.96 + }, + { + "party_code": "ONF", + "votes": 78, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 19, + "percentage": 0.03 + } + ], + "summary": { + "valid": 62666, + "rejected": 559, + "polled": 63225, + "electors": 83431 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0038", + "timestamp": 1420081680.0, + "level": "POLLING-DIVISION", + "ed_code": "17", + "ed_name": "Anuradhapura", + "pd_code": "17P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 31, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 23, + "percentage": 0.05 + }, + { + "party_code": "DNM", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "AACAAKO", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 18, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "NDF", + "votes": 23032, + "percentage": 53.72 + }, + { + "party_code": "ULPP", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.0 + }, + { + "party_code": "JSP", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 31, + "percentage": 0.07 + }, + { + "party_code": "UPFA", + "votes": 19643, + "percentage": 45.82 + }, + { + "party_code": "ONF", + "votes": 24, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 42872, + "rejected": 499, + "polled": 43371, + "electors": 44144 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0094", + "timestamp": 1420085040.0, + "level": "POLLING-DIVISION", + "ed_code": "18", + "ed_name": "Polonnaruwa", + "pd_code": "18A", + "pd_name": "Minneriya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 37, + "percentage": 0.06 + }, + { + "party_code": "UPF", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 120, + "percentage": 0.18 + }, + { + "party_code": "SLLP", + "votes": 61, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 32744, + "percentage": 50.22 + }, + { + "party_code": "ULPP", + "votes": 58, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 137, + "percentage": 0.21 + }, + { + "party_code": "UPFA", + "votes": 31747, + "percentage": 48.69 + }, + { + "party_code": "ONF", + "votes": 91, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.02 + } + ], + "summary": { + "valid": 65198, + "rejected": 491, + "polled": 65689, + "electors": 83395 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0079", + "timestamp": 1420084140.0, + "level": "POLLING-DIVISION", + "ed_code": "18", + "ed_name": "Polonnaruwa", + "pd_code": "18B", + "pd_name": "Medirigiriya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 36, + "percentage": 0.06 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 32, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 60, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 60, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 32875, + "percentage": 53.89 + }, + { + "party_code": "ULPP", + "votes": 73, + "percentage": 0.12 + }, + { + "party_code": "I-AP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 73, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 27623, + "percentage": 45.28 + }, + { + "party_code": "ONF", + "votes": 73, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.0 + } + ], + "summary": { + "valid": 61007, + "rejected": 307, + "polled": 61314, + "electors": 77505 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0171", + "timestamp": 1420089660.0, + "level": "POLLING-DIVISION", + "ed_code": "18", + "ed_name": "Polonnaruwa", + "pd_code": "18C", + "pd_name": "Polonnaruwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "UPF", + "votes": 82, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 13, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 56, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 145, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 130, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 72875, + "percentage": 62.86 + }, + { + "party_code": "ULPP", + "votes": 165, + "percentage": 0.14 + }, + { + "party_code": "I-AP", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 15, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 58, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 149, + "percentage": 0.13 + }, + { + "party_code": "UPFA", + "votes": 41961, + "percentage": 36.19 + }, + { + "party_code": "ONF", + "votes": 123, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.01 + } + ], + "summary": { + "valid": 115935, + "rejected": 850, + "polled": 116785, + "electors": 146225 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0005", + "timestamp": 1420079700.0, + "level": "POLLING-DIVISION", + "ed_code": "18", + "ed_name": "Polonnaruwa", + "pd_code": "18P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 7, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 10, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 6, + "percentage": 0.04 + }, + { + "party_code": "AACAAKO", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 11, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 6, + "percentage": 0.04 + }, + { + "party_code": "NDF", + "votes": 9480, + "percentage": 68.42 + }, + { + "party_code": "ULPP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 3, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 11, + "percentage": 0.08 + }, + { + "party_code": "UPFA", + "votes": 4309, + "percentage": 31.1 + }, + { + "party_code": "ONF", + "votes": 5, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 0, + "percentage": 0.0 + } + ], + "summary": { + "valid": 13856, + "rejected": 142, + "polled": 13998, + "electors": 14213 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0124", + "timestamp": 1420086840.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19A", + "pd_name": "Mahiyanganaya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 91, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 151, + "percentage": 0.2 + }, + { + "party_code": "DNM", + "votes": 27, + "percentage": 0.04 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 71, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 38, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 71, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 31495, + "percentage": 41.8 + }, + { + "party_code": "ULPP", + "votes": 90, + "percentage": 0.12 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 60, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 191, + "percentage": 0.25 + }, + { + "party_code": "UPFA", + "votes": 42718, + "percentage": 56.69 + }, + { + "party_code": "ONF", + "votes": 213, + "percentage": 0.28 + }, + { + "party_code": "NSSP", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 15, + "percentage": 0.02 + } + ], + "summary": { + "valid": 75351, + "rejected": 930, + "polled": 76281, + "electors": 95715 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0033", + "timestamp": 1420081380.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19B", + "pd_name": "Viyaluwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 53, + "percentage": 0.13 + }, + { + "party_code": "UPF", + "votes": 82, + "percentage": 0.21 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.04 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 36, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 21, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 14, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 38, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 61, + "percentage": 0.15 + }, + { + "party_code": "NDF", + "votes": 15128, + "percentage": 38.42 + }, + { + "party_code": "ULPP", + "votes": 51, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 41, + "percentage": 0.1 + }, + { + "party_code": "PNF", + "votes": 110, + "percentage": 0.28 + }, + { + "party_code": "UPFA", + "votes": 23518, + "percentage": 59.72 + }, + { + "party_code": "ONF", + "votes": 112, + "percentage": 0.28 + }, + { + "party_code": "NSSP", + "votes": 31, + "percentage": 0.08 + }, + { + "party_code": "ULGC", + "votes": 31, + "percentage": 0.08 + } + ], + "summary": { + "valid": 39379, + "rejected": 822, + "polled": 40201, + "electors": 51295 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0044", + "timestamp": 1420082040.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19C", + "pd_name": "Passara", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 96, + "percentage": 0.2 + }, + { + "party_code": "UPF", + "votes": 186, + "percentage": 0.4 + }, + { + "party_code": "DNM", + "votes": 23, + "percentage": 0.05 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 75, + "percentage": 0.16 + }, + { + "party_code": "AACAAKO", + "votes": 36, + "percentage": 0.08 + }, + { + "party_code": "SEP", + "votes": 37, + "percentage": 0.08 + }, + { + "party_code": "FSP", + "votes": 69, + "percentage": 0.15 + }, + { + "party_code": "SLLP", + "votes": 125, + "percentage": 0.27 + }, + { + "party_code": "NDF", + "votes": 25598, + "percentage": 54.47 + }, + { + "party_code": "ULPP", + "votes": 122, + "percentage": 0.26 + }, + { + "party_code": "I-AP", + "votes": 33, + "percentage": 0.07 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 50, + "percentage": 0.11 + }, + { + "party_code": "PNF", + "votes": 132, + "percentage": 0.28 + }, + { + "party_code": "UPFA", + "votes": 20202, + "percentage": 42.99 + }, + { + "party_code": "ONF", + "votes": 128, + "percentage": 0.27 + }, + { + "party_code": "NSSP", + "votes": 48, + "percentage": 0.1 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.02 + } + ], + "summary": { + "valid": 46996, + "rejected": 900, + "polled": 47896, + "electors": 62901 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0039", + "timestamp": 1420081740.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19D", + "pd_name": "Badulla", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 41, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 61, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 43, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 22, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 47, + "percentage": 0.11 + }, + { + "party_code": "SLLP", + "votes": 47, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 22659, + "percentage": 52.41 + }, + { + "party_code": "ULPP", + "votes": 45, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 11, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 17, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 68, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 20062, + "percentage": 46.4 + }, + { + "party_code": "ONF", + "votes": 51, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 5, + "percentage": 0.01 + } + ], + "summary": { + "valid": 43234, + "rejected": 630, + "polled": 43864, + "electors": 55185 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0061", + "timestamp": 1420083060.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19E", + "pd_name": "Hali-Ela", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 85, + "percentage": 0.16 + }, + { + "party_code": "UPF", + "votes": 118, + "percentage": 0.22 + }, + { + "party_code": "DNM", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "SLNF", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "USP", + "votes": 71, + "percentage": 0.13 + }, + { + "party_code": "AACAAKO", + "votes": 35, + "percentage": 0.06 + }, + { + "party_code": "SEP", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "FSP", + "votes": 49, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 111, + "percentage": 0.2 + }, + { + "party_code": "NDF", + "votes": 27797, + "percentage": 51.17 + }, + { + "party_code": "ULPP", + "votes": 92, + "percentage": 0.17 + }, + { + "party_code": "I-AP", + "votes": 50, + "percentage": 0.09 + }, + { + "party_code": "JSP", + "votes": 34, + "percentage": 0.06 + }, + { + "party_code": "NSH", + "votes": 53, + "percentage": 0.1 + }, + { + "party_code": "PNF", + "votes": 149, + "percentage": 0.27 + }, + { + "party_code": "UPFA", + "votes": 25420, + "percentage": 46.8 + }, + { + "party_code": "ONF", + "votes": 126, + "percentage": 0.23 + }, + { + "party_code": "NSSP", + "votes": 37, + "percentage": 0.07 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.02 + } + ], + "summary": { + "valid": 54322, + "rejected": 1040, + "polled": 55362, + "electors": 69909 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0045", + "timestamp": 1420082100.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19F", + "pd_name": "Uva Paranagama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 45, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 71, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 58, + "percentage": 0.12 + }, + { + "party_code": "AACAAKO", + "votes": 23, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 56, + "percentage": 0.11 + }, + { + "party_code": "SLLP", + "votes": 81, + "percentage": 0.17 + }, + { + "party_code": "NDF", + "votes": 22894, + "percentage": 46.75 + }, + { + "party_code": "ULPP", + "votes": 70, + "percentage": 0.14 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 19, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 29, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 101, + "percentage": 0.21 + }, + { + "party_code": "UPFA", + "votes": 25337, + "percentage": 51.74 + }, + { + "party_code": "ONF", + "votes": 91, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 18, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.02 + } + ], + "summary": { + "valid": 48966, + "rejected": 621, + "polled": 49587, + "electors": 62689 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0068", + "timestamp": 1420083480.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19G", + "pd_name": "Welimada", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 71, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 115, + "percentage": 0.2 + }, + { + "party_code": "DNM", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 56, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 56, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 29431, + "percentage": 50.68 + }, + { + "party_code": "ULPP", + "votes": 57, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 23, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 30, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 93, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 27874, + "percentage": 48.0 + }, + { + "party_code": "ONF", + "votes": 91, + "percentage": 0.16 + }, + { + "party_code": "NSSP", + "votes": 27, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 12, + "percentage": 0.02 + } + ], + "summary": { + "valid": 58075, + "rejected": 664, + "polled": 58739, + "electors": 74436 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0095", + "timestamp": 1420085100.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19H", + "pd_name": "Bandarawela", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 95, + "percentage": 0.15 + }, + { + "party_code": "UPF", + "votes": 106, + "percentage": 0.16 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 66, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 33, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 63, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 69, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 32766, + "percentage": 50.42 + }, + { + "party_code": "ULPP", + "votes": 92, + "percentage": 0.14 + }, + { + "party_code": "I-AP", + "votes": 34, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 54, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 105, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 31272, + "percentage": 48.12 + }, + { + "party_code": "ONF", + "votes": 122, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 7, + "percentage": 0.01 + } + ], + "summary": { + "valid": 64981, + "rejected": 966, + "polled": 65947, + "electors": 83147 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0047", + "timestamp": 1420082220.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19I", + "pd_name": "Haputale", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 80, + "percentage": 0.16 + }, + { + "party_code": "UPF", + "votes": 141, + "percentage": 0.28 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 79, + "percentage": 0.16 + }, + { + "party_code": "AACAAKO", + "votes": 36, + "percentage": 0.07 + }, + { + "party_code": "SEP", + "votes": 44, + "percentage": 0.09 + }, + { + "party_code": "FSP", + "votes": 62, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 123, + "percentage": 0.25 + }, + { + "party_code": "NDF", + "votes": 28725, + "percentage": 58.02 + }, + { + "party_code": "ULPP", + "votes": 101, + "percentage": 0.2 + }, + { + "party_code": "I-AP", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "JSP", + "votes": 18, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 41, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 97, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 19725, + "percentage": 39.84 + }, + { + "party_code": "ONF", + "votes": 107, + "percentage": 0.22 + }, + { + "party_code": "NSSP", + "votes": 33, + "percentage": 0.07 + }, + { + "party_code": "ULGC", + "votes": 22, + "percentage": 0.04 + } + ], + "summary": { + "valid": 49507, + "rejected": 874, + "polled": 50381, + "electors": 65209 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0020", + "timestamp": 1420080600.0, + "level": "POLLING-DIVISION", + "ed_code": "19", + "ed_name": "Badulla", + "pd_code": "19P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 13, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "DNM", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "SLNF", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 9, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 24, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "NDF", + "votes": 13031, + "percentage": 49.62 + }, + { + "party_code": "ULPP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "JSP", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 8, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 6, + "percentage": 0.02 + }, + { + "party_code": "UPFA", + "votes": 13115, + "percentage": 49.94 + }, + { + "party_code": "ONF", + "votes": 11, + "percentage": 0.04 + }, + { + "party_code": "NSSP", + "votes": 4, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 26259, + "rejected": 424, + "polled": 26683, + "electors": 27142 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0083", + "timestamp": 1420084380.0, + "level": "POLLING-DIVISION", + "ed_code": "20", + "ed_name": "Moneragala", + "pd_code": "20A", + "pd_name": "Bibile", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 62, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 87, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 61, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 14, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 72, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 61, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 23704, + "percentage": 37.89 + }, + { + "party_code": "ULPP", + "votes": 81, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 19, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 46, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 140, + "percentage": 0.22 + }, + { + "party_code": "UPFA", + "votes": 37987, + "percentage": 60.72 + }, + { + "party_code": "ONF", + "votes": 138, + "percentage": 0.22 + }, + { + "party_code": "NSSP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 11, + "percentage": 0.02 + } + ], + "summary": { + "valid": 62565, + "rejected": 775, + "polled": 63340, + "electors": 83003 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0137", + "timestamp": 1420087620.0, + "level": "POLLING-DIVISION", + "ed_code": "20", + "ed_name": "Moneragala", + "pd_code": "20B", + "pd_name": "Moneragala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 62, + "percentage": 0.08 + }, + { + "party_code": "UPF", + "votes": 93, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 68, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 41, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 78, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 30381, + "percentage": 37.18 + }, + { + "party_code": "ULPP", + "votes": 54, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 33, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 46, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 179, + "percentage": 0.22 + }, + { + "party_code": "UPFA", + "votes": 50408, + "percentage": 61.69 + }, + { + "party_code": "ONF", + "votes": 150, + "percentage": 0.18 + }, + { + "party_code": "NSSP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 81716, + "rejected": 1113, + "polled": 82829, + "electors": 107678 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0174", + "timestamp": 1420089840.0, + "level": "POLLING-DIVISION", + "ed_code": "20", + "ed_name": "Moneragala", + "pd_code": "20C", + "pd_name": "Wellawaya", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 88, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 89, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 77, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 29, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 12, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 120, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 80, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 43678, + "percentage": 36.1 + }, + { + "party_code": "ULPP", + "votes": 98, + "percentage": 0.08 + }, + { + "party_code": "I-AP", + "votes": 25, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 65, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 241, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 76069, + "percentage": 62.87 + }, + { + "party_code": "ONF", + "votes": 210, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 38, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 15, + "percentage": 0.01 + } + ], + "summary": { + "valid": 120988, + "rejected": 1349, + "polled": 122337, + "electors": 149116 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0008", + "timestamp": 1420079880.0, + "level": "POLLING-DIVISION", + "ed_code": "20", + "ed_name": "Moneragala", + "pd_code": "20P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "UPF", + "votes": 6, + "percentage": 0.04 + }, + { + "party_code": "DNM", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "USP", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 7, + "percentage": 0.04 + }, + { + "party_code": "SLLP", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "NDF", + "votes": 7513, + "percentage": 47.41 + }, + { + "party_code": "ULPP", + "votes": 4, + "percentage": 0.03 + }, + { + "party_code": "I-AP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "JSP", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "NSH", + "votes": 1, + "percentage": 0.01 + }, + { + "party_code": "PNF", + "votes": 7, + "percentage": 0.04 + }, + { + "party_code": "UPFA", + "votes": 8281, + "percentage": 52.26 + }, + { + "party_code": "ONF", + "votes": 10, + "percentage": 0.06 + }, + { + "party_code": "NSSP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "ULGC", + "votes": 3, + "percentage": 0.02 + } + ], + "summary": { + "valid": 15847, + "rejected": 212, + "polled": 16059, + "electors": 16349 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0130", + "timestamp": 1420087200.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21A", + "pd_name": "Eheliyagoda", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 42, + "percentage": 0.05 + }, + { + "party_code": "UPF", + "votes": 58, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 8, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 52, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 50, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 65, + "percentage": 0.08 + }, + { + "party_code": "NDF", + "votes": 32106, + "percentage": 40.93 + }, + { + "party_code": "ULPP", + "votes": 58, + "percentage": 0.07 + }, + { + "party_code": "I-AP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "JSP", + "votes": 18, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 44, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 140, + "percentage": 0.18 + }, + { + "party_code": "UPFA", + "votes": 45606, + "percentage": 58.14 + }, + { + "party_code": "ONF", + "votes": 92, + "percentage": 0.12 + }, + { + "party_code": "NSSP", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.01 + } + ], + "summary": { + "valid": 78443, + "rejected": 638, + "polled": 79081, + "electors": 96170 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0159", + "timestamp": 1420088940.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21B", + "pd_name": "Ratnapura", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 85, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 71, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 52, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 21, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 46, + "percentage": 0.05 + }, + { + "party_code": "SLLP", + "votes": 87, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 43608, + "percentage": 43.8 + }, + { + "party_code": "ULPP", + "votes": 90, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 31, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 53, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 169, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 54989, + "percentage": 55.24 + }, + { + "party_code": "ONF", + "votes": 134, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 19, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.01 + } + ], + "summary": { + "valid": 99552, + "rejected": 1074, + "polled": 100626, + "electors": 121108 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0102", + "timestamp": 1420085520.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21C", + "pd_name": "Pelmadulla", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 67, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 91, + "percentage": 0.13 + }, + { + "party_code": "DNM", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 64, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 26, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 38, + "percentage": 0.06 + }, + { + "party_code": "FSP", + "votes": 42, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 99, + "percentage": 0.14 + }, + { + "party_code": "NDF", + "votes": 33095, + "percentage": 47.92 + }, + { + "party_code": "ULPP", + "votes": 109, + "percentage": 0.16 + }, + { + "party_code": "I-AP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "NSH", + "votes": 51, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 137, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 34975, + "percentage": 50.64 + }, + { + "party_code": "ONF", + "votes": 118, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 33, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 21, + "percentage": 0.03 + } + ], + "summary": { + "valid": 69062, + "rejected": 834, + "polled": 69896, + "electors": 83934 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0145", + "timestamp": 1420088100.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21D", + "pd_name": "Balangoda", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 82, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 102, + "percentage": 0.12 + }, + { + "party_code": "DNM", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 69, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 32, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 36, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 79, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 112, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 40501, + "percentage": 46.84 + }, + { + "party_code": "ULPP", + "votes": 114, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 28, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 59, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 168, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 44798, + "percentage": 51.81 + }, + { + "party_code": "ONF", + "votes": 151, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 40, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 14, + "percentage": 0.02 + } + ], + "summary": { + "valid": 86474, + "rejected": 1009, + "polled": 87483, + "electors": 106575 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0139", + "timestamp": 1420087740.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21E", + "pd_name": "Rakwana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 93, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 113, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 20, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 86, + "percentage": 0.1 + }, + { + "party_code": "AACAAKO", + "votes": 27, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 29, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 62, + "percentage": 0.08 + }, + { + "party_code": "SLLP", + "votes": 136, + "percentage": 0.16 + }, + { + "party_code": "NDF", + "votes": 38366, + "percentage": 46.45 + }, + { + "party_code": "ULPP", + "votes": 115, + "percentage": 0.14 + }, + { + "party_code": "I-AP", + "votes": 31, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 25, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 74, + "percentage": 0.09 + }, + { + "party_code": "PNF", + "votes": 209, + "percentage": 0.25 + }, + { + "party_code": "UPFA", + "votes": 42940, + "percentage": 51.99 + }, + { + "party_code": "ONF", + "votes": 183, + "percentage": 0.22 + }, + { + "party_code": "NSSP", + "votes": 35, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 18, + "percentage": 0.02 + } + ], + "summary": { + "valid": 82589, + "rejected": 1023, + "polled": 83612, + "electors": 102618 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0134", + "timestamp": 1420087440.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21F", + "pd_name": "Nivitigala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 96, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 110, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 26, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 99, + "percentage": 0.12 + }, + { + "party_code": "AACAAKO", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "FSP", + "votes": 58, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 126, + "percentage": 0.16 + }, + { + "party_code": "NDF", + "votes": 32188, + "percentage": 40.35 + }, + { + "party_code": "ULPP", + "votes": 107, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 37, + "percentage": 0.05 + }, + { + "party_code": "JSP", + "votes": 24, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 83, + "percentage": 0.1 + }, + { + "party_code": "PNF", + "votes": 202, + "percentage": 0.25 + }, + { + "party_code": "UPFA", + "votes": 46275, + "percentage": 58.01 + }, + { + "party_code": "ONF", + "votes": 179, + "percentage": 0.22 + }, + { + "party_code": "NSSP", + "votes": 43, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 19, + "percentage": 0.02 + } + ], + "summary": { + "valid": 79772, + "rejected": 956, + "polled": 80728, + "electors": 96156 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0054", + "timestamp": 1420082640.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21G", + "pd_name": "Kalawana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 48, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 45, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 44, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "FSP", + "votes": 51, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 54, + "percentage": 0.1 + }, + { + "party_code": "NDF", + "votes": 19508, + "percentage": 37.1 + }, + { + "party_code": "ULPP", + "votes": 55, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 31, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 43, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 138, + "percentage": 0.26 + }, + { + "party_code": "UPFA", + "votes": 32336, + "percentage": 61.5 + }, + { + "party_code": "ONF", + "votes": 127, + "percentage": 0.24 + }, + { + "party_code": "NSSP", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.02 + } + ], + "summary": { + "valid": 52580, + "rejected": 511, + "polled": 53091, + "electors": 62773 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0168", + "timestamp": 1420089480.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21H", + "pd_name": "Kolonna", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 73, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 104, + "percentage": 0.09 + }, + { + "party_code": "DNM", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 73, + "percentage": 0.07 + }, + { + "party_code": "AACAAKO", + "votes": 22, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 26, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 115, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 105, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 44089, + "percentage": 39.85 + }, + { + "party_code": "ULPP", + "votes": 102, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 30, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 23, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 84, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 207, + "percentage": 0.19 + }, + { + "party_code": "UPFA", + "votes": 65270, + "percentage": 59.0 + }, + { + "party_code": "ONF", + "votes": 223, + "percentage": 0.2 + }, + { + "party_code": "NSSP", + "votes": 35, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 21, + "percentage": 0.02 + } + ], + "summary": { + "valid": 110636, + "rejected": 1285, + "polled": 111921, + "electors": 140748 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0012", + "timestamp": 1420080120.0, + "level": "POLLING-DIVISION", + "ed_code": "21", + "ed_name": "Ratnapura", + "pd_code": "21P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "UPF", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "DNM", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 6, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "SEP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "FSP", + "votes": 13, + "percentage": 0.06 + }, + { + "party_code": "SLLP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "NDF", + "votes": 9053, + "percentage": 43.16 + }, + { + "party_code": "ULPP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 7, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "PNF", + "votes": 9, + "percentage": 0.04 + }, + { + "party_code": "UPFA", + "votes": 11864, + "percentage": 56.56 + }, + { + "party_code": "ONF", + "votes": 10, + "percentage": 0.05 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 0, + "percentage": 0.0 + } + ], + "summary": { + "valid": 20976, + "rejected": 326, + "polled": 21302, + "electors": 21630 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0105", + "timestamp": 1420085700.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22A", + "pd_name": "Dedigama", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 62, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 72, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 7, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 35, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 51, + "percentage": 0.07 + }, + { + "party_code": "SLLP", + "votes": 60, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 32163, + "percentage": 46.16 + }, + { + "party_code": "ULPP", + "votes": 66, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 108, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 36838, + "percentage": 52.87 + }, + { + "party_code": "ONF", + "votes": 76, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 13, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 16, + "percentage": 0.02 + } + ], + "summary": { + "valid": 69672, + "rejected": 715, + "polled": 70387, + "electors": 87800 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0051", + "timestamp": 1420082460.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22B", + "pd_name": "Galigamuwa", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 66, + "percentage": 0.13 + }, + { + "party_code": "UPF", + "votes": 58, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 33, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 76, + "percentage": 0.15 + }, + { + "party_code": "SLLP", + "votes": 56, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 22699, + "percentage": 43.73 + }, + { + "party_code": "ULPP", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "I-AP", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 28, + "percentage": 0.05 + }, + { + "party_code": "PNF", + "votes": 80, + "percentage": 0.15 + }, + { + "party_code": "UPFA", + "votes": 28608, + "percentage": 55.11 + }, + { + "party_code": "ONF", + "votes": 59, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 13, + "percentage": 0.03 + } + ], + "summary": { + "valid": 51911, + "rejected": 855, + "polled": 52766, + "electors": 67375 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0062", + "timestamp": 1420083120.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22C", + "pd_name": "Kegalle", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 51, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 43, + "percentage": 0.08 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "AACAAKO", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 71, + "percentage": 0.13 + }, + { + "party_code": "SLLP", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "NDF", + "votes": 23853, + "percentage": 43.51 + }, + { + "party_code": "ULPP", + "votes": 29, + "percentage": 0.05 + }, + { + "party_code": "I-AP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 20, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 66, + "percentage": 0.12 + }, + { + "party_code": "UPFA", + "votes": 30452, + "percentage": 55.54 + }, + { + "party_code": "ONF", + "votes": 76, + "percentage": 0.14 + }, + { + "party_code": "NSSP", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 54827, + "rejected": 630, + "polled": 55457, + "electors": 71183 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0049", + "timestamp": 1420082340.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22D", + "pd_name": "Rambukkana", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 49, + "percentage": 0.1 + }, + { + "party_code": "UPF", + "votes": 37, + "percentage": 0.07 + }, + { + "party_code": "DNM", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 11, + "percentage": 0.02 + }, + { + "party_code": "USP", + "votes": 38, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 16, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 8, + "percentage": 0.02 + }, + { + "party_code": "FSP", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 48, + "percentage": 0.09 + }, + { + "party_code": "NDF", + "votes": 22690, + "percentage": 44.82 + }, + { + "party_code": "ULPP", + "votes": 53, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 80, + "percentage": 0.16 + }, + { + "party_code": "UPFA", + "votes": 27400, + "percentage": 54.12 + }, + { + "party_code": "ONF", + "votes": 75, + "percentage": 0.15 + }, + { + "party_code": "NSSP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 8, + "percentage": 0.02 + } + ], + "summary": { + "valid": 50628, + "rejected": 457, + "polled": 51085, + "electors": 65337 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0103", + "timestamp": 1420085580.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22E", + "pd_name": "Mawanella", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 77, + "percentage": 0.11 + }, + { + "party_code": "UPF", + "votes": 87, + "percentage": 0.13 + }, + { + "party_code": "DNM", + "votes": 20, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 9, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 41, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 30, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 71, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 85, + "percentage": 0.12 + }, + { + "party_code": "NDF", + "votes": 40066, + "percentage": 57.74 + }, + { + "party_code": "ULPP", + "votes": 75, + "percentage": 0.11 + }, + { + "party_code": "I-AP", + "votes": 28, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 23, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 22, + "percentage": 0.03 + }, + { + "party_code": "PNF", + "votes": 79, + "percentage": 0.11 + }, + { + "party_code": "UPFA", + "votes": 28561, + "percentage": 41.16 + }, + { + "party_code": "ONF", + "votes": 77, + "percentage": 0.11 + }, + { + "party_code": "NSSP", + "votes": 16, + "percentage": 0.02 + }, + { + "party_code": "ULGC", + "votes": 4, + "percentage": 0.01 + } + ], + "summary": { + "valid": 69389, + "rejected": 778, + "polled": 70167, + "electors": 90627 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0035", + "timestamp": 1420081500.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22F", + "pd_name": "Aranayake", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 59, + "percentage": 0.15 + }, + { + "party_code": "UPF", + "votes": 56, + "percentage": 0.14 + }, + { + "party_code": "DNM", + "votes": 16, + "percentage": 0.04 + }, + { + "party_code": "SLNF", + "votes": 5, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 31, + "percentage": 0.08 + }, + { + "party_code": "AACAAKO", + "votes": 10, + "percentage": 0.02 + }, + { + "party_code": "SEP", + "votes": 13, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 57, + "percentage": 0.14 + }, + { + "party_code": "SLLP", + "votes": 54, + "percentage": 0.13 + }, + { + "party_code": "NDF", + "votes": 19297, + "percentage": 47.48 + }, + { + "party_code": "ULPP", + "votes": 51, + "percentage": 0.13 + }, + { + "party_code": "I-AP", + "votes": 18, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 30, + "percentage": 0.07 + }, + { + "party_code": "PNF", + "votes": 91, + "percentage": 0.22 + }, + { + "party_code": "UPFA", + "votes": 20742, + "percentage": 51.04 + }, + { + "party_code": "ONF", + "votes": 77, + "percentage": 0.19 + }, + { + "party_code": "NSSP", + "votes": 19, + "percentage": 0.05 + }, + { + "party_code": "ULGC", + "votes": 6, + "percentage": 0.01 + } + ], + "summary": { + "valid": 40641, + "rejected": 417, + "polled": 41058, + "electors": 53207 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0070", + "timestamp": 1420083600.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22G", + "pd_name": "Yatiyanthota", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 39, + "percentage": 0.07 + }, + { + "party_code": "UPF", + "votes": 66, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 12, + "percentage": 0.02 + }, + { + "party_code": "SLNF", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 55, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "SEP", + "votes": 43, + "percentage": 0.07 + }, + { + "party_code": "FSP", + "votes": 52, + "percentage": 0.09 + }, + { + "party_code": "SLLP", + "votes": 107, + "percentage": 0.18 + }, + { + "party_code": "NDF", + "votes": 26970, + "percentage": 45.94 + }, + { + "party_code": "ULPP", + "votes": 104, + "percentage": 0.18 + }, + { + "party_code": "I-AP", + "votes": 21, + "percentage": 0.04 + }, + { + "party_code": "JSP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 36, + "percentage": 0.06 + }, + { + "party_code": "PNF", + "votes": 116, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 30890, + "percentage": 52.62 + }, + { + "party_code": "ONF", + "votes": 103, + "percentage": 0.18 + }, + { + "party_code": "NSSP", + "votes": 24, + "percentage": 0.04 + }, + { + "party_code": "ULGC", + "votes": 15, + "percentage": 0.03 + } + ], + "summary": { + "valid": 58703, + "rejected": 809, + "polled": 59512, + "electors": 74244 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0069", + "timestamp": 1420083540.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22H", + "pd_name": "Ruwanwella", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 68, + "percentage": 0.12 + }, + { + "party_code": "UPF", + "votes": 65, + "percentage": 0.11 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 6, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 37, + "percentage": 0.06 + }, + { + "party_code": "AACAAKO", + "votes": 22, + "percentage": 0.04 + }, + { + "party_code": "SEP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "FSP", + "votes": 71, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 64, + "percentage": 0.11 + }, + { + "party_code": "NDF", + "votes": 26984, + "percentage": 46.06 + }, + { + "party_code": "ULPP", + "votes": 60, + "percentage": 0.1 + }, + { + "party_code": "I-AP", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "JSP", + "votes": 9, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 24, + "percentage": 0.04 + }, + { + "party_code": "PNF", + "votes": 98, + "percentage": 0.17 + }, + { + "party_code": "UPFA", + "votes": 30922, + "percentage": 52.79 + }, + { + "party_code": "ONF", + "votes": 76, + "percentage": 0.13 + }, + { + "party_code": "NSSP", + "votes": 18, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 10, + "percentage": 0.02 + } + ], + "summary": { + "valid": 58581, + "rejected": 577, + "polled": 59158, + "electors": 73498 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0057", + "timestamp": 1420082820.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22I", + "pd_name": "Deraniyagala", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 46, + "percentage": 0.09 + }, + { + "party_code": "UPF", + "votes": 54, + "percentage": 0.1 + }, + { + "party_code": "DNM", + "votes": 15, + "percentage": 0.03 + }, + { + "party_code": "SLNF", + "votes": 14, + "percentage": 0.03 + }, + { + "party_code": "USP", + "votes": 49, + "percentage": 0.09 + }, + { + "party_code": "AACAAKO", + "votes": 25, + "percentage": 0.05 + }, + { + "party_code": "SEP", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "FSP", + "votes": 66, + "percentage": 0.12 + }, + { + "party_code": "SLLP", + "votes": 86, + "percentage": 0.16 + }, + { + "party_code": "NDF", + "votes": 23648, + "percentage": 44.47 + }, + { + "party_code": "ULPP", + "votes": 85, + "percentage": 0.16 + }, + { + "party_code": "I-AP", + "votes": 30, + "percentage": 0.06 + }, + { + "party_code": "JSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "NSH", + "votes": 43, + "percentage": 0.08 + }, + { + "party_code": "PNF", + "votes": 104, + "percentage": 0.2 + }, + { + "party_code": "UPFA", + "votes": 28741, + "percentage": 54.05 + }, + { + "party_code": "ONF", + "votes": 93, + "percentage": 0.17 + }, + { + "party_code": "NSSP", + "votes": 17, + "percentage": 0.03 + }, + { + "party_code": "ULGC", + "votes": 9, + "percentage": 0.02 + } + ], + "summary": { + "valid": 53172, + "rejected": 717, + "polled": 53889, + "electors": 66607 + } + }, + { + "type": "PRESIDENTIAL-FIRST", + "sequence_number": "0022", + "timestamp": 1420080720.0, + "level": "POLLING-DIVISION", + "ed_code": "22", + "ed_name": "Kegalle", + "pd_code": "22P", + "pd_name": "Postal Votes", + "by_party": [ + { + "party_code": "I-AMI", + "votes": 11, + "percentage": 0.04 + }, + { + "party_code": "UPF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "DNM", + "votes": 1, + "percentage": 0.0 + }, + { + "party_code": "SLNF", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "USP", + "votes": 9, + "percentage": 0.03 + }, + { + "party_code": "AACAAKO", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "SEP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "FSP", + "votes": 29, + "percentage": 0.1 + }, + { + "party_code": "SLLP", + "votes": 4, + "percentage": 0.01 + }, + { + "party_code": "NDF", + "votes": 14163, + "percentage": 48.43 + }, + { + "party_code": "ULPP", + "votes": 3, + "percentage": 0.01 + }, + { + "party_code": "I-AP", + "votes": 2, + "percentage": 0.01 + }, + { + "party_code": "JSP", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "NSH", + "votes": 5, + "percentage": 0.02 + }, + { + "party_code": "PNF", + "votes": 15, + "percentage": 0.05 + }, + { + "party_code": "UPFA", + "votes": 14976, + "percentage": 51.21 + }, + { + "party_code": "ONF", + "votes": 7, + "percentage": 0.02 + }, + { + "party_code": "NSSP", + "votes": 0, + "percentage": 0.0 + }, + { + "party_code": "ULGC", + "votes": 2, + "percentage": 0.01 + } + ], + "summary": { + "valid": 29247, + "rejected": 560, + "polled": 29807, + "electors": 30536 + } + } +] \ No newline at end of file diff --git a/testdriver/src/testdriver/controller.bal b/testdriver/src/testdriver/controller.bal new file mode 100644 index 0000000..84557cf --- /dev/null +++ b/testdriver/src/testdriver/controller.bal @@ -0,0 +1,24 @@ +import ballerina/http; +import ballerina/log; + +listener http:Listener hl = new(9999); + +boolean alreadyRunning = false; +int runCount = 0; // used to generate a unique election code + +@http:ServiceConfig { + basePath: "/" +} +service TestController on hl { + resource function start(http:Caller caller, http:Request request) returns error? { + http:Response hr = new; + if alreadyRunning { + return caller->ok("Test already running; try again later."); + } + // yes i know race condition possible .. need to use lock to do this better (after it becomes non experimental) + alreadyRunning = true; + _ = start publishOneSet(); + log:printInfo("New test started"); + return caller->ok("Test data publishing started."); + } +} \ No newline at end of file diff --git a/testdriver/src/testdriver/main.bal b/testdriver/src/testdriver/main.bal index f3f77db..7f54448 100644 --- a/testdriver/src/testdriver/main.bal +++ b/testdriver/src/testdriver/main.bal @@ -1,12 +1,4 @@ -import ballerina/io; -import ballerina/http; import ballerina/lang.'int; -import ballerina/time; -import ballerina/math; -import ballerina/runtime; - -const PRESIDENTIAL_RESULT = "PRESIDENTIAL-FIRST"; -const electionCode = "2015-Presidential-Playback"; // loaded results data: // - index is district code (0 to 21) @@ -16,8 +8,10 @@ map>[] results = []; map[] resultsByPD = []; int sleeptime = 0; +string resultsURL = ""; -public function main(string resultsURL, int delay = 10000) returns error? { +public function main(string url = "http://resultstest.ecdev.opensource.lk:8181", int delay = 10000) returns error? { + resultsURL = <@untainted> url; sleeptime = <@untainted> delay; // avoiding compiler bug @@ -28,17 +22,13 @@ public function main(string resultsURL, int delay = 10000) returns error? { // load presidential election data from Nuwan check loadNuwanData(); - http:Client resultsSystem = new (resultsURL); - - check publishOneSet(resultsSystem); + // test run will be started via the controller service } function loadNuwanData () returns error? { - map[] data = <@untainted map[]> check readJson("elections.lk.presidential.2015.json"); + map[] data = <@untainted map[]> check readJson("data/elections.lk.presidential.2015.json"); foreach json j in data { // can't use data.forEach because I want to use check in the body - // reset time stamp - j["timestamp"] = check time:format(time:currentTime(), "yyyy-MM-dd'T'HH:mm:ss.SSSZ"); // note: sequence # will be reset by the saving logic of the distributor // save it in the right place @@ -48,165 +38,3 @@ function loadNuwanData () returns error? { resultsByPD.push(j); } } - -function publishOneSet (http:Client rc)returns error? { - io:println("Publishing new result set starting at " + time:currentTime().toString()); - _ = check rc->get("/result/reset"); // reset the results store - - boolean[] pdSent = []; - int[] edSent = []; // # of result sent per ED - int nPDs = 160 + 22; // including polling divs - int nEDs = 22; - - // init these as I'm reading them before assigning - looks like default value can't be read (?) - foreach int i in 0..< nPDs { - pdSent[i] = false; - if i < nEDs { - edSent[i] = 0; - } - } - - int sentCount = 0; - while sentCount < nPDs+nEDs { - int edCode = check math:randomInRange(0, nEDs); - // if we've sent as many results for this ED as there are PDs there then done with that district - if edSent[edCode] == results[edCode].length() { - // find an unfinished ED - edCode = -1; - foreach int i in 0 ..< 22 { - if edSent[i] < results[i].length() { - edCode = i; - break; - } - } - if edCode == -1 { - panic error ("World is flat - No EDs which are not complete! What am I doing here?!"); - } - } - - // get a PD result from the selected ED - int pdCode = check math:randomInRange(0, nPDs); - int edOfPD = check 'int:fromString(resultsByPD[pdCode].ed_code.toString()) - 1; // code in results is 1-based - if edOfPD != edCode || pdSent[pdCode] == true { // if PD is in wrong ED or is already sent then find another - // find an unsent PD in the selected ED - pdCode = -1; - foreach int i in 0 ..< nPDs { - edOfPD = check 'int:fromString(resultsByPD[i].ed_code.toString()) - 1; // code in results is 1-based - if pdSent[i] == false && edOfPD == edCode { - pdCode = i; - break; - } - } - if pdCode == -1 { - panic error ("World is flat - No unsent PD in this ED: " + edCode.toString()); - } - } - - // send PD result - if pdSent[pdCode] == true { - panic error ("World is flat - Trying to resend result for pdCode = " + pdCode.toString()); - } - pdSent[pdCode] = true; - string resCode = resultsByPD[pdCode]?.pd_code.toString(); - string edCodeFromPD = resultsByPD[pdCode]?.ed_code.toString(); - io:println(io:sprintf("Sending PD results for %s", resCode)); - check sendResult (rc, PRESIDENTIAL_RESULT, resCode, resultsByPD[pdCode]); - edSent[edCode] = edSent[edCode] + 1; // sent another result for this ED - sentCount = sentCount + 1; - - // send ED result if I've sent as many PD results for this district as there are PDs there - if edSent[edCode] == results[edCode].length() { - resCode = io:sprintf("%02d", edCode+1); - io:println(io:sprintf("Sending ED results for resCode=%s", resCode)); - check sendResult (rc, PRESIDENTIAL_RESULT, resCode, check createEDResult(edCode)); - sentCount = sentCount + 1; - } - - // delay a bit - runtime:sleep(sleeptime); - } - io:println("Published ", sentCount, " results."); -} - -function createEDResult (int edCode) returns map | error { - map> byPDResults = results[edCode]; - string ed_code = ""; - string ed_name = ""; - map[] distByParty = []; // array of json value each for a single party results for the district - record {| - int valid; - int rejected; - int polled; - int electors; - |} distSummary = { // aggregate results (not by_party) - valid: 0, - rejected: 0, - polled: 0, - electors: 0 - }; - int[] votes_by_party = []; - int pdCount = 0; - foreach [string, json] [pdCode, pdResult] in byPDResults.entries() { - ed_code = pdResult.ed_code.toString(); - ed_name = pdResult.ed_name.toString(); - json[] by_party = pdResult.by_party; - int nparties = by_party.length(); - foreach int i in 0 ... nparties-1 { - if pdCount == 0 { // at the first PD of the ED - // init vote count to zero for i-th party at first PD in district - votes_by_party[i] = 0; - - // set up - distByParty[i] = {}; - distByParty[i]["party_code"] = check by_party[i].party_code; - distByParty[i]["party_name"] = "Party " + distByParty[i]["party_code"].toString(); // no party_name in test data - distByParty[i]["candidate"] = "Candidate " + distByParty[i]["party_code"].toString(); // no candidate name in test data - } else if pdCount > 1 && distByParty[i].party_code != by_party[i].party_code { - // all parties are supposed to be in the same order in each PD - panic error("Unexpected problem: party codes are not in the same order across all PDs of district " + - pdResult.ed_name.toString()); - } - // add up votes and do %ge later as totals are not yet known - votes_by_party[i] = votes_by_party[i] + by_party[i].votes; - } - - // add up the summary results - json summary = pdResult.summary; - distSummary.valid = distSummary.valid + summary.valid; - distSummary.rejected = distSummary.rejected + summary.rejected; - distSummary.polled = distSummary.polled + summary.polled; - distSummary.electors = distSummary.electors + summary.electors; - - pdCount = pdCount + 1; - } - - // put the vote total & percentages in the result json - foreach int i in 0 ... votes_by_party.length()-1 { - distByParty[i]["votes"] = votes_by_party[i]; - distByParty[i]["percentage"] = io:sprintf ("%.2f", votes_by_party[i]*100.0/distSummary.valid); - } - - return { - 'type: "PRESIDENTIAL-FIRST", - timestamp: check time:format(time:currentTime(), "yyyy-MM-dd'T'HH:mm:ss.SSSZ"), - level: "ELECTORAL-DISTRICT", - ed_code: ed_code, - ed_name: ed_name, - by_party: distByParty, - summary: { - valid: distSummary.valid, - rejected: distSummary.rejected, - polled: distSummary.polled, - electors: distSummary.electors - } - }; -} - -function sendResult (http:Client hc, string resType, string resCode, map result) returns error? { - http:Response hr = check hc->post ("/result/data/" + electionCode + "/" + resType + "/" + resCode, result); - if hr.statusCode != http:STATUS_ACCEPTED { - io:println("Error while posting result to: /result/data/" + electionCode + "/" + resType + "/" + resCode); - io:println("\tstatus=", hr.statusCode, ", contentType=", hr.getContentType(), " payload=", hr.getTextPayload()); - return error ("Unable to post result for " + resCode); - } -} diff --git a/testdriver/src/testdriver/sendresults.bal b/testdriver/src/testdriver/sendresults.bal new file mode 100644 index 0000000..3da98b7 --- /dev/null +++ b/testdriver/src/testdriver/sendresults.bal @@ -0,0 +1,178 @@ +import ballerina/io; +import ballerina/http; +import ballerina/lang.'int; +import ballerina/time; +import ballerina/math; +import ballerina/runtime; + +const PRESIDENTIAL_RESULT = "PRESIDENTIAL-FIRST"; + +function publishOneSet () returns error? { + string electionCode = "2015-PRE-REPLAY-" + io:sprintf("%03d", runCount); + http:Client rc = new (resultsURL); + + io:println("Publishing new result set starting at " + time:currentTime().toString()); + _ = check rc->get("/result/reset"); // reset the results store + + boolean[] pdSent = []; + int[] edSent = []; // # of result sent per ED + int nPDs = 160 + 22; // including polling divs + int nEDs = 22; + + // init these as I'm reading them before assigning - looks like default value can't be read (?) + foreach int i in 0..< nPDs { + pdSent[i] = false; + if i < nEDs { + edSent[i] = 0; + } + } + + int sentCount = 0; + while sentCount < nPDs+nEDs { + int edCode = check math:randomInRange(0, nEDs); + // if we've sent as many results for this ED as there are PDs there then done with that district + if edSent[edCode] == results[edCode].length() { + // find an unfinished ED + edCode = -1; + foreach int i in 0 ..< 22 { + if edSent[i] < results[i].length() { + edCode = i; + break; + } + } + if edCode == -1 { + panic error ("World is flat - No EDs which are not complete! What am I doing here?!"); + } + } + + // get a PD result from the selected ED + int pdCode = check math:randomInRange(0, nPDs); + int edOfPD = check 'int:fromString(resultsByPD[pdCode].ed_code.toString()) - 1; // code in results is 1-based + if edOfPD != edCode || pdSent[pdCode] == true { // if PD is in wrong ED or is already sent then find another + // find an unsent PD in the selected ED + pdCode = -1; + foreach int i in 0 ..< nPDs { + edOfPD = check 'int:fromString(resultsByPD[i].ed_code.toString()) - 1; // code in results is 1-based + if pdSent[i] == false && edOfPD == edCode { + pdCode = i; + break; + } + } + if pdCode == -1 { + panic error ("World is flat - No unsent PD in this ED: " + edCode.toString()); + } + } + + // send PD result + if pdSent[pdCode] == true { + panic error ("World is flat - Trying to resend result for pdCode = " + pdCode.toString()); + } + pdSent[pdCode] = true; + string resCode = resultsByPD[pdCode]?.pd_code.toString(); + string edCodeFromPD = resultsByPD[pdCode]?.ed_code.toString(); + io:println(io:sprintf("Sending PD results for %s", resCode)); + check sendResult (rc, electionCode, PRESIDENTIAL_RESULT, resCode, resultsByPD[pdCode]); + edSent[edCode] = edSent[edCode] + 1; // sent another result for this ED + sentCount = sentCount + 1; + + // send ED result if I've sent as many PD results for this district as there are PDs there + if edSent[edCode] == results[edCode].length() { + resCode = io:sprintf("%02d", edCode+1); + io:println(io:sprintf("Sending ED results for resCode=%s", resCode)); + check sendResult (rc, electionCode, PRESIDENTIAL_RESULT, resCode, check createEDResult(edCode)); + sentCount = sentCount + 1; + } + + // delay a bit + runtime:sleep(sleeptime); + } + io:println("Published ", sentCount, " results."); + alreadyRunning = false; + runCount = runCount + 1; +} + +function createEDResult (int edCode) returns map | error { + map> byPDResults = results[edCode]; + string ed_code = ""; + string ed_name = ""; + map[] distByParty = []; // array of json value each for a single party results for the district + record {| + int valid; + int rejected; + int polled; + int electors; + |} distSummary = { // aggregate results (not by_party) + valid: 0, + rejected: 0, + polled: 0, + electors: 0 + }; + int[] votes_by_party = []; + int pdCount = 0; + foreach [string, json] [pdCode, pdResult] in byPDResults.entries() { + ed_code = pdResult.ed_code.toString(); + ed_name = pdResult.ed_name.toString(); + json[] by_party = pdResult.by_party; + int nparties = by_party.length(); + foreach int i in 0 ... nparties-1 { + if pdCount == 0 { // at the first PD of the ED + // init vote count to zero for i-th party at first PD in district + votes_by_party[i] = 0; + + // set up + distByParty[i] = {}; + distByParty[i]["party_code"] = check by_party[i].party_code; + distByParty[i]["party_name"] = "Party " + distByParty[i]["party_code"].toString(); // no party_name in test data + distByParty[i]["candidate"] = "Candidate " + distByParty[i]["party_code"].toString(); // no candidate name in test data + } else if pdCount > 1 && distByParty[i].party_code != by_party[i].party_code { + // all parties are supposed to be in the same order in each PD + panic error("Unexpected problem: party codes are not in the same order across all PDs of district " + + pdResult.ed_name.toString()); + } + // add up votes and do %ge later as totals are not yet known + votes_by_party[i] = votes_by_party[i] + by_party[i].votes; + } + + // add up the summary results + json summary = pdResult.summary; + distSummary.valid = distSummary.valid + summary.valid; + distSummary.rejected = distSummary.rejected + summary.rejected; + distSummary.polled = distSummary.polled + summary.polled; + distSummary.electors = distSummary.electors + summary.electors; + + pdCount = pdCount + 1; + } + + // put the vote total & percentages in the result json + foreach int i in 0 ... votes_by_party.length()-1 { + distByParty[i]["votes"] = votes_by_party[i]; + distByParty[i]["percentage"] = io:sprintf ("%.2f", votes_by_party[i]*100.0/distSummary.valid); + } + + return { + 'type: "PRESIDENTIAL-FIRST", + timestamp: check time:format(time:currentTime(), "yyyy-MM-dd'T'HH:mm:ss.SSSZ"), + level: "ELECTORAL-DISTRICT", + ed_code: ed_code, + ed_name: ed_name, + by_party: distByParty, + summary: { + valid: distSummary.valid, + rejected: distSummary.rejected, + polled: distSummary.polled, + electors: distSummary.electors + } + }; +} + +function sendResult (http:Client hc, string electionCode, string resType, string resCode, map result) returns error? { + // reset time stamp of the result to now + result["timestamp"] = check time:format(time:currentTime(), "yyyy-MM-dd'T'HH:mm:ss.SSSZ"); + + http:Response hr = check hc->post ("/result/data/" + electionCode + "/" + resType + "/" + resCode, result); + if hr.statusCode != http:STATUS_ACCEPTED { + io:println("Error while posting result to: /result/data/" + electionCode + "/" + resType + "/" + resCode); + io:println("\tstatus=", hr.statusCode, ", contentType=", hr.getContentType(), " payload=", hr.getTextPayload()); + return error ("Unable to post result for " + resCode); + } +}