To answer your question, you already have the data you need, funded_amount
is indeed accurate as the amount that was fundraised.
I think there was a bug with this particular loan, where it expired early
and it left the loan in a state where it was funded but expired, at least,
that's what I can gather from our bug records, as it happened before my
time here. Such cases should be few and far between.
I am curious now to go into the data and see how many loans exist where the
amount funded is the same as the loan amount, but the loan is expired. I'll
see if I can report back on that.
> both funded amount and loan amount are the same. Shouldn't the funded
> amount be less than
> the loan amount?
> Thank you,
> Vijay.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org> wrote:
> To answer your question, you already have the data you need, funded_amount
> is indeed accurate as the amount that was fundraised.
> I think there was a bug with this particular loan, where it expired early
> and it left the loan in a state where it was funded but expired, at least,
> that's what I can gather from our bug records, as it happened before my
> time here. Such cases should be few and far between.
> I am curious now to go into the data and see how many loans exist where
> the amount funded is the same as the loan amount, but the loan is expired.
> I'll see if I can report back on that.
> Cheers,
> -k
> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>> Hi,
>> Is there any way to find out how much of the loan was funded, for expired
>> loans?
>> both funded amount and loan amount are the same. Shouldn't the funded
>> amount be less than
>> the loan amount?
>> Thank you,
>> Vijay.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
I think, something is weird about the way we have the data, cause when I
looked up a few of the loans you listed, I see that the total shares for
that loan equal the amount funded, which of course in these cases equal the
amount the loan was fundraising for. But for instance for loan 421038 there
was a bunch of entries where there was no owner or purchase_time, not sure
why that is, maybe it's just the way we store this stuff.
So, I'm thinking, maybe in the API, we aren't filtering those out for the
funded_amount and that we should be. Going to talk to Martin about it.
> I made a list of expired loans with funded amount and loan amount. It
> seems to be the same.
> I'm not sure what I'm doing wrong :(
> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>> To answer your question, you already have the data you need,
>> funded_amount is indeed accurate as the amount that was fundraised.
>> I think there was a bug with this particular loan, where it expired early
>> and it left the loan in a state where it was funded but expired, at least,
>> that's what I can gather from our bug records, as it happened before my
>> time here. Such cases should be few and far between.
>> I am curious now to go into the data and see how many loans exist where
>> the amount funded is the same as the loan amount, but the loan is expired.
>> I'll see if I can report back on that.
>> Cheers,
>> -k
>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>> Hi,
>>> Is there any way to find out how much of the loan was funded, for
>>> expired loans?
>>> both funded amount and loan amount are the same. Shouldn't the funded
>>> amount be less than
>>> the loan amount?
>>> Thank you,
>>> Vijay.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
On Wed, Jun 27, 2012 at 2:56 PM, Kevin O'Brien <ke...@kiva.org> wrote:
> Indeed.
> I think, something is weird about the way we have the data, cause when I
> looked up a few of the loans you listed, I see that the total shares for
> that loan equal the amount funded, which of course in these cases equal the
> amount the loan was fundraising for. But for instance for loan 421038 there
> was a bunch of entries where there was no owner or purchase_time, not sure
> why that is, maybe it's just the way we store this stuff.
> So, I'm thinking, maybe in the API, we aren't filtering those out for the
> funded_amount and that we should be. Going to talk to Martin about it.
> -k
> On Wed, Jun 27, 2012 at 11:37 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>> I made a list of expired loans with funded amount and loan amount. It
>> seems to be the same.
>> I'm not sure what I'm doing wrong :(
>> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>> To answer your question, you already have the data you need,
>>> funded_amount is indeed accurate as the amount that was fundraised.
>>> I think there was a bug with this particular loan, where it expired
>>> early and it left the loan in a state where it was funded but expired, at
>>> least, that's what I can gather from our bug records, as it happened before
>>> my time here. Such cases should be few and far between.
>>> I am curious now to go into the data and see how many loans exist where
>>> the amount funded is the same as the loan amount, but the loan is expired.
>>> I'll see if I can report back on that.
>>> Cheers,
>>> -k
>>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>> Hi,
>>>> Is there any way to find out how much of the loan was funded, for
>>>> expired loans?
>>>> both funded amount and loan amount are the same. Shouldn't the funded
>>>> amount be less than
>>>> the loan amount?
>>>> Thank you,
>>>> Vijay.
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "build-kiva" group.
>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> build-kiva+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/build-kiva?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
We committed a fix for this that should go out in our next release. I'll
e-mail here again after our next release (perhaps next week, though not a
definite) if that change goes out.
On Wed, Jun 27, 2012 at 11:58 AM, Vijay <vijayaraghura...@gmail.com> wrote:
> thank you :)
> On Wed, Jun 27, 2012 at 2:56 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>> Indeed.
>> I think, something is weird about the way we have the data, cause when I
>> looked up a few of the loans you listed, I see that the total shares for
>> that loan equal the amount funded, which of course in these cases equal the
>> amount the loan was fundraising for. But for instance for loan 421038 there
>> was a bunch of entries where there was no owner or purchase_time, not sure
>> why that is, maybe it's just the way we store this stuff.
>> So, I'm thinking, maybe in the API, we aren't filtering those out for the
>> funded_amount and that we should be. Going to talk to Martin about it.
>> -k
>> On Wed, Jun 27, 2012 at 11:37 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>> I made a list of expired loans with funded amount and loan amount. It
>>> seems to be the same.
>>> I'm not sure what I'm doing wrong :(
>>> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>> To answer your question, you already have the data you need,
>>>> funded_amount is indeed accurate as the amount that was fundraised.
>>>> I think there was a bug with this particular loan, where it expired
>>>> early and it left the loan in a state where it was funded but expired, at
>>>> least, that's what I can gather from our bug records, as it happened before
>>>> my time here. Such cases should be few and far between.
>>>> I am curious now to go into the data and see how many loans exist where
>>>> the amount funded is the same as the loan amount, but the loan is expired.
>>>> I'll see if I can report back on that.
>>>> Cheers,
>>>> -k
>>>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>> Hi,
>>>>> Is there any way to find out how much of the loan was funded, for
>>>>> expired loans?
>>>>> both funded amount and loan amount are the same. Shouldn't the funded
>>>>> amount be less than
>>>>> the loan amount?
>>>>> Thank you,
>>>>> Vijay.
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "build-kiva" group.
>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "build-kiva" group.
>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> build-kiva+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/build-kiva?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
On Mon, Jul 2, 2012 at 5:08 PM, Kevin O'Brien <ke...@kiva.org> wrote:
> We committed a fix for this that should go out in our next release. I'll
> e-mail here again after our next release (perhaps next week, though not a
> definite) if that change goes out.
> Thanks for bringing it to our attention.
> Cheers,
> -k
> On Wed, Jun 27, 2012 at 11:58 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>> thank you :)
>> On Wed, Jun 27, 2012 at 2:56 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>> Indeed.
>>> I think, something is weird about the way we have the data, cause when I
>>> looked up a few of the loans you listed, I see that the total shares for
>>> that loan equal the amount funded, which of course in these cases equal the
>>> amount the loan was fundraising for. But for instance for loan 421038 there
>>> was a bunch of entries where there was no owner or purchase_time, not sure
>>> why that is, maybe it's just the way we store this stuff.
>>> So, I'm thinking, maybe in the API, we aren't filtering those out for
>>> the funded_amount and that we should be. Going to talk to Martin about it.
>>> -k
>>> On Wed, Jun 27, 2012 at 11:37 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>> I made a list of expired loans with funded amount and loan amount. It
>>>> seems to be the same.
>>>> I'm not sure what I'm doing wrong :(
>>>> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>>> To answer your question, you already have the data you need,
>>>>> funded_amount is indeed accurate as the amount that was fundraised.
>>>>> I think there was a bug with this particular loan, where it expired
>>>>> early and it left the loan in a state where it was funded but expired, at
>>>>> least, that's what I can gather from our bug records, as it happened before
>>>>> my time here. Such cases should be few and far between.
>>>>> I am curious now to go into the data and see how many loans exist
>>>>> where the amount funded is the same as the loan amount, but the loan is
>>>>> expired. I'll see if I can report back on that.
>>>>> Cheers,
>>>>> -k
>>>>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>>> Hi,
>>>>>> Is there any way to find out how much of the loan was funded, for
>>>>>> expired loans?
>>>>>> both funded amount and loan amount are the same. Shouldn't the
>>>>>> funded amount be less than
>>>>>> the loan amount?
>>>>>> Thank you,
>>>>>> Vijay.
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "build-kiva" group.
>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "build-kiva" group.
>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "build-kiva" group.
>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> build-kiva+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/build-kiva?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
> On Mon, Jul 2, 2012 at 5:08 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>> We committed a fix for this that should go out in our next release. I'll
>> e-mail here again after our next release (perhaps next week, though not a
>> definite) if that change goes out.
>> Thanks for bringing it to our attention.
>> Cheers,
>> -k
>> On Wed, Jun 27, 2012 at 11:58 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>> thank you :)
>>> On Wed, Jun 27, 2012 at 2:56 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>> Indeed.
>>>> I think, something is weird about the way we have the data, cause when
>>>> I looked up a few of the loans you listed, I see that the total shares for
>>>> that loan equal the amount funded, which of course in these cases equal the
>>>> amount the loan was fundraising for. But for instance for loan 421038 there
>>>> was a bunch of entries where there was no owner or purchase_time, not sure
>>>> why that is, maybe it's just the way we store this stuff.
>>>> So, I'm thinking, maybe in the API, we aren't filtering those out for
>>>> the funded_amount and that we should be. Going to talk to Martin about it.
>>>> -k
>>>> On Wed, Jun 27, 2012 at 11:37 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>> I made a list of expired loans with funded amount and loan amount. It
>>>>> seems to be the same.
>>>>> I'm not sure what I'm doing wrong :(
>>>>> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>>>> To answer your question, you already have the data you need,
>>>>>> funded_amount is indeed accurate as the amount that was fundraised.
>>>>>> I think there was a bug with this particular loan, where it expired
>>>>>> early and it left the loan in a state where it was funded but expired, at
>>>>>> least, that's what I can gather from our bug records, as it happened before
>>>>>> my time here. Such cases should be few and far between.
>>>>>> I am curious now to go into the data and see how many loans exist
>>>>>> where the amount funded is the same as the loan amount, but the loan is
>>>>>> expired. I'll see if I can report back on that.
>>>>>> Cheers,
>>>>>> -k
>>>>>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>>>> Hi,
>>>>>>> Is there any way to find out how much of the loan was funded, for
>>>>>>> expired loans?
>>>>>>> both funded amount and loan amount are the same. Shouldn't the
>>>>>>> funded amount be less than
>>>>>>> the loan amount?
>>>>>>> Thank you,
>>>>>>> Vijay.
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "build-kiva" group.
>>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "build-kiva" group.
>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "build-kiva" group.
>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "build-kiva" group.
>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> build-kiva+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/build-kiva?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
On Tue, Jul 10, 2012 at 12:04 PM, Martin Butt <mar...@kiva.org> wrote:
> Just to confirm, this is live now.
> On 2 July 2012 14:26, Vijay <vijayaraghura...@gmail.com> wrote:
>> Awesome, thank you :)
>> On Mon, Jul 2, 2012 at 5:08 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>> We committed a fix for this that should go out in our next release. I'll
>>> e-mail here again after our next release (perhaps next week, though not a
>>> definite) if that change goes out.
>>> Thanks for bringing it to our attention.
>>> Cheers,
>>> -k
>>> On Wed, Jun 27, 2012 at 11:58 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>> thank you :)
>>>> On Wed, Jun 27, 2012 at 2:56 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>>> Indeed.
>>>>> I think, something is weird about the way we have the data, cause when
>>>>> I looked up a few of the loans you listed, I see that the total shares for
>>>>> that loan equal the amount funded, which of course in these cases equal the
>>>>> amount the loan was fundraising for. But for instance for loan 421038 there
>>>>> was a bunch of entries where there was no owner or purchase_time, not sure
>>>>> why that is, maybe it's just the way we store this stuff.
>>>>> So, I'm thinking, maybe in the API, we aren't filtering those out for
>>>>> the funded_amount and that we should be. Going to talk to Martin about it.
>>>>> -k
>>>>> On Wed, Jun 27, 2012 at 11:37 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>>> I made a list of expired loans with funded amount and loan amount.
>>>>>> It seems to be the same.
>>>>>> I'm not sure what I'm doing wrong :(
>>>>>> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org>wrote:
>>>>>>> To answer your question, you already have the data you need,
>>>>>>> funded_amount is indeed accurate as the amount that was fundraised.
>>>>>>> I think there was a bug with this particular loan, where it expired
>>>>>>> early and it left the loan in a state where it was funded but expired, at
>>>>>>> least, that's what I can gather from our bug records, as it happened before
>>>>>>> my time here. Such cases should be few and far between.
>>>>>>> I am curious now to go into the data and see how many loans exist
>>>>>>> where the amount funded is the same as the loan amount, but the loan is
>>>>>>> expired. I'll see if I can report back on that.
>>>>>>> Cheers,
>>>>>>> -k
>>>>>>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>>>>> Hi,
>>>>>>>> Is there any way to find out how much of the loan was funded, for
>>>>>>>> expired loans?
>>>>>>>> both funded amount and loan amount are the same. Shouldn't the
>>>>>>>> funded amount be less than
>>>>>>>> the loan amount?
>>>>>>>> Thank you,
>>>>>>>> Vijay.
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "build-kiva" group.
>>>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>>>> For more options, visit this group at
>>>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "build-kiva" group.
>>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "build-kiva" group.
>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "build-kiva" group.
>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "build-kiva" group.
>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> build-kiva+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/build-kiva?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.
On Tue, Jul 10, 2012 at 3:08 PM, Kevin O'Brien <ke...@kiva.org> wrote:
> Yep and the original loan link you posted has the correct funded_amount
> now.
> Thanks for following up Martin, it slipped my mind.
> -k
> On Tue, Jul 10, 2012 at 12:04 PM, Martin Butt <mar...@kiva.org> wrote:
>> Just to confirm, this is live now.
>> On 2 July 2012 14:26, Vijay <vijayaraghura...@gmail.com> wrote:
>>> Awesome, thank you :)
>>> On Mon, Jul 2, 2012 at 5:08 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>> We committed a fix for this that should go out in our next release.
>>>> I'll e-mail here again after our next release (perhaps next week, though
>>>> not a definite) if that change goes out.
>>>> Thanks for bringing it to our attention.
>>>> Cheers,
>>>> -k
>>>> On Wed, Jun 27, 2012 at 11:58 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>> thank you :)
>>>>> On Wed, Jun 27, 2012 at 2:56 PM, Kevin O'Brien <ke...@kiva.org> wrote:
>>>>>> Indeed.
>>>>>> I think, something is weird about the way we have the data, cause
>>>>>> when I looked up a few of the loans you listed, I see that the total shares
>>>>>> for that loan equal the amount funded, which of course in these cases equal
>>>>>> the amount the loan was fundraising for. But for instance for loan 421038
>>>>>> there was a bunch of entries where there was no owner or purchase_time, not
>>>>>> sure why that is, maybe it's just the way we store this stuff.
>>>>>> So, I'm thinking, maybe in the API, we aren't filtering those out for
>>>>>> the funded_amount and that we should be. Going to talk to Martin about it.
>>>>>> -k
>>>>>> On Wed, Jun 27, 2012 at 11:37 AM, Vijay <vijayaraghura...@gmail.com>wrote:
>>>>>>> I made a list of expired loans with funded amount and loan amount.
>>>>>>> It seems to be the same.
>>>>>>> I'm not sure what I'm doing wrong :(
>>>>>>> On Wed, Jun 27, 2012 at 2:19 PM, Kevin O'Brien <ke...@kiva.org>wrote:
>>>>>>>> To answer your question, you already have the data you need,
>>>>>>>> funded_amount is indeed accurate as the amount that was fundraised.
>>>>>>>> I think there was a bug with this particular loan, where it expired
>>>>>>>> early and it left the loan in a state where it was funded but expired, at
>>>>>>>> least, that's what I can gather from our bug records, as it happened before
>>>>>>>> my time here. Such cases should be few and far between.
>>>>>>>> I am curious now to go into the data and see how many loans exist
>>>>>>>> where the amount funded is the same as the loan amount, but the loan is
>>>>>>>> expired. I'll see if I can report back on that.
>>>>>>>> Cheers,
>>>>>>>> -k
>>>>>>>> On Wed, Jun 27, 2012 at 10:57 AM, Vijay <vijayaraghura...@gmail.com
>>>>>>>> > wrote:
>>>>>>>>> Hi,
>>>>>>>>> Is there any way to find out how much of the loan was funded, for
>>>>>>>>> expired loans?
>>>>>>>>> both funded amount and loan amount are the same. Shouldn't the
>>>>>>>>> funded amount be less than
>>>>>>>>> the loan amount?
>>>>>>>>> Thank you,
>>>>>>>>> Vijay.
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "build-kiva" group.
>>>>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>>>>> For more options, visit this group at
>>>>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "build-kiva" group.
>>>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>>>> For more options, visit this group at
>>>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "build-kiva" group.
>>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "build-kiva" group.
>>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "build-kiva" group.
>>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> build-kiva+unsubscribe@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/build-kiva?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "build-kiva" group.
>>>> To post to this group, send email to build-kiva@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> build-kiva+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/build-kiva?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "build-kiva" group.
>>> To post to this group, send email to build-kiva@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> build-kiva+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/build-kiva?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "build-kiva" group.
>> To post to this group, send email to build-kiva@googlegroups.com.
>> To unsubscribe from this group, send email to
>> build-kiva+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/build-kiva?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "build-kiva" group.
> To post to this group, send email to build-kiva@googlegroups.com.
> To unsubscribe from this group, send email to
> build-kiva+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/build-kiva?hl=en.