+
@@ -30,7 +31,8 @@
diff --git a/skouter.go b/skouter.go
index a2f76c0..2f18d98 100644
--- a/skouter.go
+++ b/skouter.go
@@ -94,7 +94,7 @@ type Loan struct {
Ltv float32 `json:"ltv"`
Dti float32 `json:"dti"`
Hoi int `json:"hoi"`
- Interest int `json:"interest"`
+ Interest float32 `json:"interest"`
Mi MI `json:"mi"`
Fees []Fee `json:"fees"`
Name string `json:"name"`