diff LazyBear/Global Models/InsiderTransactionModel.swift @ 444:428109b1e3f0

InsiderTransactions implemented
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 22 Jun 2021 16:54:21 +0200
parents a7c9dd0c5822
children c6913f0ce46e
line wrap: on
line diff
--- a/LazyBear/Global Models/InsiderTransactionModel.swift	Mon Jun 21 20:17:46 2021 +0200
+++ b/LazyBear/Global Models/InsiderTransactionModel.swift	Tue Jun 22 16:54:21 2021 +0200
@@ -10,7 +10,7 @@
 struct InsiderTransactionModel: Codable, Hashable {
     var filingDate: String
     var fullName: String
-    var postShares: Int?
+    var postShares: Float?
     var reportedTitle: String?
     var transactionCode: String
     var transactionPrice: Float?