Form 144 will become an online fillable document, similar to Form 4, that will facilitate electronic filing and be machine-readable and available for automated and efficient analysis. It will also exclude certain personally identifiable information, such as home address. In addition, Rule 144(h)(...
15Forms N-1A, N-2, N-3, N-4, N-6, N-8B-2 for advisers, and form S-6 for funds.
the SEC indicates it intends to give filers the ability “to file a Form 144 and a Form 4 through a single user interface.”21This new system would use the information entered into digital fields to create separate Form 144 and 4 filings, after...
protected $fillable = [ 'customer_id', @@ -20,4 +20,14 @@ public function customer(): BelongsTo { return $this->belongsTo(Customer::class); } public function location(): BelongsTo { return $this->belongsTo(Location::class); } public function journals(): BelongsToMany { return $thi...