view LazyBear/Global Models/InsiderRosterModel.swift @ 444:428109b1e3f0

InsiderTransactions implemented
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 22 Jun 2021 16:54:21 +0200
parents 2984d8946342
children c6913f0ce46e
line wrap: on
line source

//
//  InsiderRosterModel.swift
//  LazyBear
//
//  Created by Dennis Concepción Martín on 23/5/21.
//

import SwiftUI

struct InsiderRosterModel: Codable, Hashable {
    var entityName: String
    var position: Int?
    var reportDate: Int
}