FundRate: {
    effectiveFromInclusive: null | Date;
    effectiveToExclusive: Date;
    id: string;
    productId: string;
    rate: Decimal;
    updatedAt: Date;
}

Type declaration

  • effectiveFromInclusive: null | Date
  • effectiveToExclusive: Date
  • id: string
  • productId: string
  • rate: Decimal
  • updatedAt: Date