I\'m migrating a project from Swift 2.2 to Swift 3, and I\'m trying to get rid of old Cocoa data types when possible.
My problem is
Decimal in Swift 3 is not NSDecimalNumber. It's NSDecimal, completely different type.
Decimal
You should just keep using NSDecimalNumber as you did before.
NSDecimalNumber